Searched refs:aCommandLine (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/autodoc/source/cosv/service/ |
H A D | commandline.cxx | 119 itNext = aCommandLine.begin(); in Interpret() 122 itEnd = aCommandLine.end(); in Interpret() 148 aCommandLine(), in CommandLine() 165 aCommandLine.erase(aCommandLine.begin(),aCommandLine.end()); in Get_Arguments() 166 aCommandLine.reserve(argc); in Get_Arguments() 202 aCommandLine.push_back(i_arg); in Store_Argument() 212 StringVector::const_iterator itEnd = aCommandLine.end(); in Find_OptionPoints() 213 for ( StringVector::const_iterator it = aCommandLine.begin() + 1; in Find_OptionPoints()
|
/aoo42x/main/xml2cmp/source/xcd/ |
H A D | main.cxx | 59 CommandLine aCommandLine(argc, argv); in main() local 62 if (! aCommandLine.IsOk()) in main() 64 std::cerr << aCommandLine.ErrorText() << std::endl ; in main() 68 if ( aCommandLine.IsIndexCommand() ) in main() 69 ret = Do_IndexCommandLine(aCommandLine); in main() 71 ret = Do_SingleFileCommandLine(aCommandLine); in main()
|
/aoo42x/main/vcl/unx/kde4/ |
H A D | KDEXLib.cxx | 102 vos::OExtCommandLine aCommandLine; in Init() local 103 int nParams = aCommandLine.getCommandArgCount(); in Init() 109 aCommandLine.getCommandArg( nIdx, aParam ); in Init() 112 aCommandLine.getCommandArg( nIdx + 1, aParam ); in Init()
|
/aoo42x/main/vcl/unx/kde/ |
H A D | kdedata.cxx | 140 vos::OExtCommandLine aCommandLine; in Init() local 141 int nParams = aCommandLine.getCommandArgCount(); in Init() 147 aCommandLine.getCommandArg( nIdx, aParam ); in Init() 150 aCommandLine.getCommandArg( nIdx + 1, aParam ); in Init()
|
/aoo42x/main/vcl/unx/generic/app/ |
H A D | saldata.cxx | 401 vos::OExtCommandLine aCommandLine; in Init() local 402 sal_uInt32 nParams = aCommandLine.getCommandArgCount(); in Init() 407 aCommandLine.getCommandArg(i, aParam); in Init() 410 aCommandLine.getCommandArg(i+1, aParam); in Init()
|
/aoo42x/main/autodoc/inc/cosv/ |
H A D | commandline.hxx | 147 StringVector aCommandLine; member in csv::CommandLine 157 return aCommandLine; in Arguments()
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svpprn.cxx | 300 String aCommandLine( rCommandLine ); in createPdf() local 301 …while( aCommandLine.SearchAndReplace( String( RTL_CONSTASCII_USTRINGPARAM( "(OUTFILE)" ) ), rToFil… in createPdf() 303 return passFileToCommandLine( rFromFile, aCommandLine ); in createPdf()
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | salprnpsp.cxx | 362 String aCommandLine( rCommandLine ); in createPdf() local 363 …while( aCommandLine.SearchAndReplace( String( RTL_CONSTASCII_USTRINGPARAM( "(OUTFILE)" ) ), rToFil… in createPdf() 365 return passFileToCommandLine( rFromFile, aCommandLine ); in createPdf()
|
Completed in 40 milliseconds