Home
last modified time | relevance | path

Searched refs:pApp (Results 1 – 25 of 34) sorted by relevance

12

/trunk/main/svtools/source/config/
H A Dapearcfg.cxx201 void SvtTabAppearanceCfg::SetApplicationDefaults ( Application* pApp ) in SetApplicationDefaults() argument
203 AllSettings hAppSettings = pApp->GetSettings(); in SetApplicationDefaults()
260 pApp->MergeSystemSettings ( hAppSettings ); // Allow system-settings to apply in SetApplicationDefaults()
261 pApp->SystemSettingsChanging ( hAppSettings, NULL );// Allow overruling of system-settings in SetApplicationDefaults()
264 pApp->SetSettings ( hAppSettings ); in SetApplicationDefaults()
H A Dcolorcfg.cxx392 Application* pApp = GetpApp(); in ImplUpdateApplicationSettings() local
393 if( pApp ) in ImplUpdateApplicationSettings()
395 AllSettings aSettings = pApp->GetSettings(); in ImplUpdateApplicationSettings()
409 pApp->SetSettings( aSettings ); in ImplUpdateApplicationSettings()
/trunk/main/sfx2/source/appl/
H A Dapp.cxx150 SfxApplication* SfxApplication::pApp = NULL; member in SfxApplication
291 if ( !pApp ) in GetOrCreate()
301 pApp = pNew; in GetOrCreate()
305 pApp->Initialize_Impl(); in GetOrCreate()
326 return pApp; in GetOrCreate()
342 pApp->PreInit(); in SfxApplication()
383 pApp = 0; in ~SfxApplication()
H A Dappinit.cxx133 SfxApplication* pApp = SFX_APP(); in notifyTermination() local
134 pApp->Broadcast( SfxSimpleHint( SFX_HINT_DEINITIALIZING ) ); in notifyTermination()
135 pApp->Get_Impl()->pAppDispatch->ReleaseAll(); in notifyTermination()
136 pApp->Get_Impl()->pAppDispatch->release(); in notifyTermination()
148 delete pApp; in notifyTermination()
H A Dimestatuswindow.cxx158 SfxApplication* pApp = SfxApplication::Get(); in propertyChange() local
159 if (pApp) in propertyChange()
160 pApp->Invalidate(SID_SHOW_IME_STATUS_WINDOW); in propertyChange()
H A Dmodule.cxx157 SfxApplication *pApp = SFX_APP(); in Construct_Impl() local
162 pImpl->pSlotPool = new SfxSlotPool( &pApp->GetAppSlotPool_Impl(), pResMgr ); in Construct_Impl()
173 SetPool( &pApp->GetPool() ); in Construct_Impl()
H A Dchildwin.cxx220 SfxApplication *pApp = SFX_APP(); in CreateChildWindow() local
222 SfxChildWinFactArr_Impl &rFactories = pApp->GetChildWinFactories_Impl(); in CreateChildWindow()
480 SfxApplication *pApp = SFX_APP(); in CreateContext() local
520 SfxChildWinFactArr_Impl &rFactories = pApp->GetChildWinFactories_Impl(); in CreateContext()
H A Dappserv.cxx142 SfxApplication* pApp = (SfxApplication*)pObj; in QuitAgain_Impl() local
145 pApp->GetDispatcher_Impl()->Execute( SID_QUITAPP, SFX_CALLMODE_ASYNCHRON ); in QuitAgain_Impl()
/trunk/main/sfx2/source/bastyp/
H A Dprogress.cxx590 SfxApplication* pApp = SFX_APP(); in Reschedule() local
591 if ( pImp->bLocked && 0 == pApp->Get_Impl()->nRescheduleLocks ) in Reschedule()
593 DBG_ASSERTWARNING( pApp->IsInAsynchronCall_Impl(), in Reschedule()
596 SfxAppData_Impl *pAppData = pApp->Get_Impl(); in Reschedule()
/trunk/main/uui/source/
H A Diahndl.cxx171 Application* pApp = 0; in handleRequest() local
178 (pApp = GetpApp()) in handleRequest()
184 pApp->PostUserEvent(aLink,this); in handleRequest()
232 Application* pApp = 0; in getStringFromRequest() local
239 (pApp = GetpApp()) in getStringFromRequest()
245 pApp->PostUserEvent(aLink,this); in getStringFromRequest()
/trunk/main/vcl/source/window/
H A Dwinproc.cxx2199 Application* pApp = GetpApp(); in ImplHandleSalSettings() local
2200 if ( !pApp ) in ImplHandleSalSettings()
2205 AllSettings aSettings = pApp->GetSettings(); in ImplHandleSalSettings()
2206 pApp->MergeSystemSettings( aSettings ); in ImplHandleSalSettings()
2207 pApp->SystemSettingsChanging( aSettings, pWindow ); in ImplHandleSalSettings()
2208 pApp->SetSettings( aSettings ); in ImplHandleSalSettings()
2243 pApp->DataChanged( aDCEvt ); in ImplHandleSalSettings()
2244 pApp->NotifyAllWindows( aDCEvt ); in ImplHandleSalSettings()
/trunk/main/sfx2/inc/sfx2/
H A Dapp.hxx157 SAL_DLLPRIVATE static SfxApplication* pApp; member in SfxApplication
254 SAL_DLLPRIVATE static SfxApplication* Get() { return pApp;} in Get()
/trunk/main/vcl/source/gdi/
H A Dprint.cxx1627 Application* pApp = GetpApp(); in updatePrinters() local
1628 if( pApp ) in updatePrinters()
1631 pApp->DataChanged( aDCEvt ); in updatePrinters()
1632 pApp->NotifyAllWindows( aDCEvt ); in updatePrinters()
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx377 SfxApplication* pApp = SFX_APP(); in ExecReload_Impl() local
378 SfxAllItemSet aSet( pApp->GetPool() ); in ExecReload_Impl()
541 SfxApplication* pApp = SFX_APP(); in ExecReload_Impl() local
542 SfxAllItemSet aSet( pApp->GetPool() ); in ExecReload_Impl()
594 SfxApplication* pApp = SFX_APP(); in ExecReload_Impl() local
664 pNewSet = new SfxAllItemSet( pApp->GetPool() ); in ExecReload_Impl()
820 SfxAllItemSet aSet( pApp->GetPool() ); in ExecReload_Impl()
/trunk/main/sw/source/ui/uno/
H A Dswdetect.cxx176 SfxApplication* pApp = SFX_APP(); in detect() local
177 SfxAllItemSet *pSet = new SfxAllItemSet( pApp->GetPool() ); in detect()
/trunk/main/starmath/source/
H A Dsmdetect.cxx168 SfxApplication* pApp = SFX_APP(); in detect() local
169 SfxAllItemSet *pSet = new SfxAllItemSet( pApp->GetPool() ); in detect()
/trunk/main/sfx2/source/statbar/
H A Dstbitem.cxx646 SfxApplication *pApp = SFX_APP(); in CreateControl() local
671 SfxStbCtrlFactArr_Impl &rFactories = pApp->GetStbCtrlFactories_Impl(); in CreateControl()
/trunk/main/sd/source/filter/
H A Dsddetect.cxx191 SfxApplication* pApp = SFX_APP(); in detect() local
192 SfxAllItemSet *pSet = new SfxAllItemSet( pApp->GetPool() ); in detect()
/trunk/main/sfx2/source/menu/
H A Dmnuitem.cxx367 SfxApplication *pApp = SFX_APP(); in CreateControl() local
384 SfxMenuCtrlFactArr_Impl &rFactories = pApp->GetMenuCtrlFactories_Impl(); in CreateControl()
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx1662 SfxApplication* pApp = SFX_APP(); in CallBasic() local
1663 if( pApp->GetName() != rBasic ) in CallBasic()
1670 if( pApp->GetName() == rBasic ) in CallBasic()
1671 pMgr = pApp->GetBasicManager(); in CallBasic()
/trunk/main/vcl/inc/aqua/
H A Dvclnsapp.h61 -(BOOL)applicationShouldHandleReopen: (NSApplication*)pApp hasVisibleWindows: (BOOL)bWinVisible; in applicationShouldHandleReopen:hasVisibleWindows:()
/trunk/main/svtools/inc/svtools/
H A Dapearcfg.hxx86 void SetApplicationDefaults ( Application* pApp );
/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx664 SfxApplication* pApp = SFX_APP(); in Execute() local
665 SfxRequest aAppReq(SID_AUTO_CORRECT_DLG, SFX_CALLMODE_SYNCHRON, pApp->GetPool()); in Execute()
674 …SfxItemSet aSet( pApp->GetPool(), SID_AUTO_CORRECT_DLG, SID_AUTO_CORRECT_DLG, SID_OPEN_SMARTTAGOPT… in Execute()
/trunk/main/vcl/aqua/source/app/
H A Dvclnsapp.mm518 - (BOOL)applicationShouldHandleReopen: (NSApplication*)pApp hasVisibleWindows: (BOOL) bWinVisible
520 (void)pApp;
/trunk/main/basic/source/runtime/
H A Dmethods.cxx3526 vos::OProcess* pApp; in RTLFUNC() local
3527 pApp = new vos::OProcess( aOUStrProgUNC ); in RTLFUNC()
3531 bSucc = pApp->execute( eOptions ) == vos::OProcess::E_None; in RTLFUNC()
3536 bSucc = pApp->execute( eOptions, aArgList ) == vos::OProcess::E_None; in RTLFUNC()
3547 delete pApp; in RTLFUNC()

Completed in 177 milliseconds

12