Searched refs:GetCommandOption (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/svtools/bmpmaker/ |
H A D | g2g.cxx | 58 …sal_Bool GetCommandOption( const ::std::vector< String >& rArgs, const String& rSwitch, St… 85 sal_Bool G2GApp::GetCommandOption( const ::std::vector< String >& rArgs, const String& rSwitch, Str… in GetCommandOption() function in G2GApp 158 GetCommandOption( rArgs, String( RTL_CONSTASCII_USTRINGPARAM( "format" ) ), aFilterStr ); in Start() 159 GetCommandOption( rArgs, String( RTL_CONSTASCII_USTRINGPARAM( "filterpath" ) ), aFilterPath ); in Start() 160 GetCommandOption( rArgs, '#', aTransColStr ); in Start()
|
H A D | bmpsum.cxx | 54 …sal_Bool GetCommandOption( const ::std::vector< String >& rArgs, const String& rSwitch, St… 92 sal_Bool BmpSum::GetCommandOption( const ::std::vector< String >& rArgs, const String& rSwitch, Str… in GetCommandOption() function in BmpSum 190 if( GetCommandOption( rArgs, 'i', aInFileList ) && in Start() 191 GetCommandOption( rArgs, 'o', aOutFileList ) ) in Start() 193 GetCommandOption( rArgs, 'p', aOutPath ); in Start()
|
H A D | bmp.cxx | 55 …sal_Bool GetCommandOption( const ::std::vector< String >& rArgs, const String& rSwitch, St… 89 sal_Bool BmpApp::GetCommandOption( const ::std::vector< String >& rArgs, const String& rSwitch, Str… in GetCommandOption() function in BmpApp 199 GetCommandOption( rArgs, 'f', aOutputFileName ); in Start()
|
Completed in 18 milliseconds