Home
last modified time | relevance | path

Searched refs:pCurrentViewFrame (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sfx2/source/view/
H A Dframe.cxx183 if ( pImp->pCurrentViewFrame ) in DoClose_Impl()
184 pBindings = &pImp->pCurrentViewFrame->GetBindings(); in DoClose_Impl()
190 if ( pImp->pCurrentViewFrame ) in DoClose_Impl()
191 bRet = pImp->pCurrentViewFrame->Close(); in DoClose_Impl()
203 if ( pImp->pCurrentViewFrame && pImp->pCurrentViewFrame->GetObjectShell() && in DocIsModified_Impl()
204 pImp->pCurrentViewFrame->GetObjectShell()->IsModified() ) in DocIsModified_Impl()
337 return pImp->pCurrentViewFrame; in GetCurrentViewFrame()
342 if ( pImp->pCurrentViewFrame ) in GetDispatcher_Impl()
343 return pImp->pCurrentViewFrame->GetDispatcher(); in GetDispatcher_Impl()
349 return pImp->pCurrentViewFrame ? in GetCurrentDocument()
[all …]
H A Dimpframe.hxx53 SfxViewFrame* pCurrentViewFrame; member in SfxFrame_Impl
74 ,pCurrentViewFrame( NULL ) in SfxFrame_Impl()
/trunk/main/svx/source/gallery2/
H A Dgalbrws2.cxx1156 SfxViewFrame* pCurrentViewFrame = SfxViewFrame::Current(); in GetFrame() local
1157 if ( pCurrentViewFrame ) in GetFrame()
1159 SfxBindings& rBindings = pCurrentViewFrame->GetBindings(); in GetFrame()