Lines Matching refs:pImp

103 	return pImp->GetHdl();  in GetHdl()
109 pImp = new SfxFrame_Impl( this ); in Construct_Impl()
130 delete pImp->pDescr; in ~SfxFrame()
138 delete pImp; in ~SfxFrame()
145 if ( !pImp->bClosing ) in DoClose()
147 pImp->bClosing = sal_True; in DoClose()
154 Reference< XCloseable > xCloseable ( pImp->xFrame, UNO_QUERY ); in DoClose()
157 else if ( pImp->xFrame.is() ) in DoClose()
159 Reference < XFrame > xFrame = pImp->xFrame; in DoClose()
168 pImp->bClosing = sal_False; in DoClose()
183 if ( pImp->pCurrentViewFrame ) in DoClose_Impl()
184 pBindings = &pImp->pCurrentViewFrame->GetBindings(); in DoClose_Impl()
187 if ( pImp->pWorkWin ) in DoClose_Impl()
188 pImp->pWorkWin->DeleteControllers_Impl(); in DoClose_Impl()
190 if ( pImp->pCurrentViewFrame ) in DoClose_Impl()
191 bRet = pImp->pCurrentViewFrame->Close(); in DoClose_Impl()
193 if ( pImp->bOwnsBindings ) in DoClose_Impl()
203 if ( pImp->pCurrentViewFrame && pImp->pCurrentViewFrame->GetObjectShell() && in DocIsModified_Impl()
204 pImp->pCurrentViewFrame->GetObjectShell()->IsModified() ) in DocIsModified_Impl()
217 if( !pImp->bPrepClosing ) in PrepareClose_Impl()
219 pImp->bPrepClosing = sal_True; in PrepareClose_Impl()
250 pImp->bPrepClosing = sal_False; in PrepareClose_Impl()
253 if ( nRet == RET_OK && pImp->pWorkWin ) in PrepareClose_Impl()
255 nRet = pImp->pWorkWin->PrepareClose_Impl(); in PrepareClose_Impl()
290 return pImp->bClosing; in IsClosing_Impl()
295 pImp->bClosing = sal_True; in SetIsClosing_Impl()
305 if( !pImp->bInCancelTransfers ) in CancelTransfers()
307 pImp->bInCancelTransfers = sal_True; in CancelTransfers()
331 pImp->bInCancelTransfers = sal_False; in CancelTransfers()
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()
350 pImp->pCurrentViewFrame->GetObjectShell() : in GetCurrentDocument()
356 pImp->pCurrentViewFrame = pFrame; in SetCurrentViewFrame_Impl()
361 return pImp->nType; in GetFrameType()
366 pImp->nType = n; in SetFrameType_Impl()
466 DBG_ASSERT( pD != pImp->pDescr, "Descriptor ist schon gesetzt!" ); in SetDescriptor()
468 if ( pImp->pDescr ) in SetDescriptor()
473 delete pImp->pDescr; in SetDescriptor()
475 pImp->pDescr = pD; in SetDescriptor()
485 if ( !pImp->pDescr ) in GetDescriptor()
488 pImp->pDescr = new SfxFrameDescriptor; in GetDescriptor()
490 pImp->pDescr->SetURL( GetCurrentDocument()->GetMedium()->GetOrigURL() ); in GetDescriptor()
492 return pImp->pDescr; in GetDescriptor()
525 return *pImp; in GetBroadcaster()
743 if ( pImp->pCurrentViewFrame && pImp->pCurrentViewFrame->GetViewShell() ) in GetController()
744 return pImp->pCurrentViewFrame->GetViewShell()->GetController(); in GetController()
751 return pImp->xFrame; in GetFrameInterface()
756 pImp->xFrame = rFrame; in SetFrameInterface_Impl()
768 pImp->xFrame->getContainerWindow()->setVisible( sal_True ); in Appear()
771 …Reference < ::com::sun::star::awt::XTopWindow > xTopWindow( pImp->xFrame->getContainerWindow(), UN… in Appear()
786 pImp->bOwnsBindings = bSet; in SetOwnsBindings_Impl()
791 return pImp->bOwnsBindings; in OwnsBindings_Impl()
796 pImp->aBorder = rBorder; in SetToolSpaceBorderPixel_Impl()
833 if ( pImp->pWorkWin ) in GetWorkWindow_Impl()
834 return pImp->pWorkWin; in GetWorkWindow_Impl()
843 pImp->pWorkWin = pWorkwin; in SetWorkWindow_Impl()
886 pImp->pWorkWin = new SfxFrameWorkWin_Impl( &pFrame->GetWindow(), this, pFrame ); in CreateWorkWindow_Impl()
891 if ( pImp->bReleasingComponent ) in GrabFocusOnComponent_Impl()
907 pImp->bReleasingComponent = bSet; in ReleasingComponent_Impl()
912 return pImp->bInPlace; in IsInPlace()
917 pImp->bInPlace = bSet; in SetInPlace_Impl()
958 SetToolSpaceBorderPixel_Impl( pImp->aBorder ); in Resize()
961 else if ( pImp->pCurrentViewFrame ) in Resize()
963 pImp->pCurrentViewFrame->GetWindow().SetSizePixel( GetWindow().GetOutputSizePixel() ); in Resize()