Home
last modified time | relevance | path

Searched refs:ApplyMacro (Results 1 – 4 of 4) sorted by relevance

/dports/audio/audacity/audacity-Audacity-3.1.3/src/commands/
H A DBatchEvalCommand.cpp63 return batch.ApplyMacro(catalog); in Apply()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DBatchCommands.h64 bool ApplyMacro( const MacroCommandsCatalog &catalog,
H A DBatchProcessDialog.cpp319 [this]{ return mMacroCommands.ApplyMacro(mCatalog); } ); in ApplyMacroToProject()
473 if (!mMacroCommands.ApplyMacro(mCatalog)) in OnApplyToFiles()
H A DBatchCommands.cpp688 bool MacroCommands::ApplyMacro( in ApplyMacro() function in MacroCommands