Home
last modified time | relevance | path

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

/AOO42X/main/rsc/source/prj/
H A Dstart.cxx91 RscPtrPtr * pCmdLine, in CallPrePro() argument
111 for( i = 1; i < int(pCmdLine->GetCount() -1); i++ ) in CallPrePro()
113 if ( 0 == rsc_stricmp( (char *)pCmdLine->GetEntry( i ), "-verbose" ) ) in CallPrePro()
118 if ( !rsc_strnicmp( (char *)pCmdLine->GetEntry( i ), "-u", 2 ) in CallPrePro()
119 || !rsc_strnicmp( (char *)pCmdLine->GetEntry( i ), "-i", 2 ) in CallPrePro()
120 || !rsc_strnicmp( (char *)pCmdLine->GetEntry( i ), "-d", 2 ) in CallPrePro()
123 aNewCmdL.Append( rsc_strdup( (char *)pCmdLine->GetEntry( i ) ) ); in CallPrePro()
206 RscPtrPtr * pCmdLine ) in CallRsc2() argument
219 for( i = 1; i < (int)(pCmdLine->GetCount() -1); i++ ) in CallRsc2()
221 if ( !rsc_stricmp( (char *)pCmdLine->GetEntry( i ), "-verbose" ) ) in CallRsc2()
[all …]
H A Dgui.cxx85 RscCmdLine* pCmdLine = new RscCmdLine( argc, (char **)argv, pErrHdl ); local
87 RscCmdLine* pCmdLine = new RscCmdLine( argc, argv, pErrHdl ); local
90 pCmdLine->nByteOrder,
91 pCmdLine->aPath,
92 pCmdLine->nCommands );
97 RscCompiler* pCompiler = new RscCompiler( pCmdLine, pTypCont );
107 delete pCmdLine;
/AOO42X/main/desktop/source/app/
H A Dappinit.cxx253 CommandLineArgs* pCmdLine = GetCommandLineArgs(); in RegisterServices() local
258 if ( pCmdLine->GetAcceptString( aTmpString )) in RegisterServices()
262 bHeadlessMode = pCmdLine->IsHeadless(); in RegisterServices()
267 if ( pCmdLine->IsConversionMode() ) in RegisterServices()
279 if ( pCmdLine->IsServer() ) in RegisterServices()
291 pCmdLine->SetBoolParam( CommandLineArgs::CMD_BOOLPARAM_SERVER, sal_False ); in RegisterServices()
297 bool bServer = (bool)pCmdLine->IsServer(); in RegisterServices()
299 pCmdLine->GetPortalConnectString( aPortalConnect ); in RegisterServices()
H A Dapp.cxx383 static bool ShouldSuppressUI(CommandLineArgs* pCmdLine) in ShouldSuppressUI() argument
385 return pCmdLine->IsInvisible() || in ShouldSuppressUI()
386 pCmdLine->IsHeadless() || in ShouldSuppressUI()
387 pCmdLine->IsQuickstart(); in ShouldSuppressUI()
3449 CommandLineArgs* pCmdLine = GetCommandLineArgs(); in HandleAppEvent() local
3450 if ( !pCmdLine->IsInvisible() && !pCmdLine->IsTerminateAfterInit() ) in HandleAppEvent()
3453 pCmdLine->getCwdUrl()); in HandleAppEvent()
3465 CommandLineArgs* pCmdLine = GetCommandLineArgs(); in HandleAppEvent() local
3466 if ( !pCmdLine->IsInvisible() && !pCmdLine->IsTerminateAfterInit() ) in HandleAppEvent()
3469 pCmdLine->getCwdUrl()); in HandleAppEvent()
[all …]
/AOO42X/main/rsc/source/rsc/
H A Drsc.cxx930 aContext.pCmdLine = pCL; in Link()
1172 …t< std::pair< OString, OString > >::const_iterator aReplIter( rContext.pCmdLine->m_aReplacements.… in GetImageFilePath()
1176 while( ( aReplIter != rContext.pCmdLine->m_aReplacements.end() ) && !bFound ) in GetImageFilePath()
1207 … fprintf( pSysListFile, "%s\n", rContext.pCmdLine->substitutePaths( aSysPathStr ).getStr() ); in GetImageFilePath()
/AOO42X/main/desktop/win32/source/setup/
H A Dsetup.cpp1406 boolean SetupApp::GetCmdLineParameters( LPTSTR *pCmdLine ) in GetCmdLineParameters() argument
1412 if ( GetNextArgument( *pCmdLine, NULL, &pNext ) != ERROR_SUCCESS ) in GetCmdLineParameters()
1418 int nSize = lstrlen( *pCmdLine ) + 2; in GetCmdLineParameters()
1569 *pCmdLine = pNewCmdLine; in GetCmdLineParameters()
H A Dsetup.hxx89 boolean GetCmdLineParameters( LPTSTR *pCmdLine );
/AOO42X/main/rsc/inc/
H A Drscinst.hxx131 RscCmdLine * pCmdLine; member in RscDataBase
H A Drscdb.hxx50 RscCmdLine* pCmdLine; member
/AOO42X/main/rsc/doku/feinkonz.43/
H A Drscinst.doc1584 RscCmdLine * pCmdLine;
1670 L�scht die Membervariablen pCmdLine und pTC.