Home
last modified time | relevance | path

Searched refs:aCommandLine (Results 1 – 10 of 10) sorted by relevance

/aoo4110/main/soldep/bootstrp/
H A Dcommand.cxx347 aCommandLine = Search( "PATH" ); in CCommand()
349 aCommandLine += " /c "; in CCommand()
351 aCommandLine += " -c "; in CCommand()
358 aCommandLine += sParam; in CCommand()
371 aCommandLine = Search( "PATH" ); in CCommand()
373 aCommandLine += " /c "; in CCommand()
375 aCommandLine += " -c "; in CCommand()
383 aCommandLine += sParam; in CCommand()
397 sal_uIntPtr nLen = aCommandLine.Len(); in ImplInit()
415 aCommandLine.Erase(0, nWo + 7); in ImplInit()
[all …]
/aoo4110/main/cosv/source/service/
H A Dcommandline.cxx119 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()
/aoo4110/main/xml2cmp/source/xcd/
H A Dmain.cxx59 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()
/aoo4110/main/vcl/unx/kde4/
H A DKDEXLib.cxx103 vos::OExtCommandLine aCommandLine; in Init() local
104 int nParams = aCommandLine.getCommandArgCount(); in Init()
110 aCommandLine.getCommandArg( nIdx, aParam ); in Init()
113 aCommandLine.getCommandArg( nIdx + 1, aParam ); in Init()
/aoo4110/main/vcl/unx/kde/
H A Dkdedata.cxx140 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()
/aoo4110/main/vcl/unx/generic/app/
H A Dsaldata.cxx401 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()
/aoo4110/main/soldep/inc/soldep/
H A Dcommand.hxx97 ByteString aCommandLine; member in CCommand
132 ByteString GetCommandLine_() { return aCommandLine; } in GetCommandLine_()
/aoo4110/main/cosv/inc/cosv/
H A Dcommandline.hxx147 StringVector aCommandLine; member in csv::CommandLine
157 return aCommandLine; in Arguments()
/aoo4110/main/vcl/unx/headless/
H A Dsvpprn.cxx300 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()
/aoo4110/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx362 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 51 milliseconds