Lines Matching refs:pSfxApp
1590 SfxApplication *pSfxApp = SFX_APP(); in ~SfxViewFrame() local
1591 SfxViewFrameArr_Impl &rFrames = pSfxApp->GetViewFrames_Impl(); in ~SfxViewFrame()
1637 SfxApplication *pSfxApp = SFX_APP(); in Count() local
1638 SfxViewFrameArr_Impl& rFrames = pSfxApp->GetViewFrames_Impl(); in Count()
1658 SfxApplication *pSfxApp = SFX_APP(); in GetFirst() local
1659 SfxViewFrameArr_Impl &rFrames = pSfxApp->GetViewFrames_Impl(); in GetFirst()
1683 SfxApplication *pSfxApp = SFX_APP(); in GetNext() local
1684 SfxViewFrameArr_Impl &rFrames = pSfxApp->GetViewFrames_Impl(); in GetNext()
1706 SfxApplication *pSfxApp = SFX_APP(); in CloseHiddenFrames_Impl() local
1707 SfxViewFrameArr_Impl &rFrames = pSfxApp->GetViewFrames_Impl(); in CloseHiddenFrames_Impl()
2873 SfxApplication* pSfxApp = SFX_APP(); in AddDispatchMacroToBasic_Impl() local
2874 SfxRequest aReq( SID_BASICCHOOSER, SFX_CALLMODE_SYNCHRON, pSfxApp->GetPool() ); in AddDispatchMacroToBasic_Impl()
2916 pBasMgr = pSfxApp->GetBasicManager(); in AddDispatchMacroToBasic_Impl()