Lines Matching refs:xFrame
86 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > xFrame = GetFrame(); in ~SfxPartChildWnd_Impl()
103 if ( pWin && xFrame == pWin->GetBindings().GetActiveFrame() ) in ~SfxPartChildWnd_Impl()
146 ::com::sun::star::uno::Reference < ::com::sun::star::frame::XFrame > xFrame( in SfxPartDockWnd_Impl()
149 xFrame->initialize( VCLUnoHelper::GetInterface ( this ) ); in SfxPartDockWnd_Impl()
152 xFrame, ::com::sun::star::uno::UNO_QUERY ); in SfxPartDockWnd_Impl()
173 pChildWin->SetFrame( xFrame ); in SfxPartDockWnd_Impl()
179 xSupp->getFrames()->append( xFrame ); in SfxPartDockWnd_Impl()
217 … ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > xFrame = pChild->GetFrame(); in QueryClose()
218 if( xFrame.is() ) in QueryClose()
220 …sun::star::uno::Reference< ::com::sun::star::frame::XController > xCtrl = xFrame->getController(); in QueryClose()
238 … ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > xFrame = pChild->GetFrame(); in Notify()
239 if( xFrame.is() ) in Notify()
240 xFrame->activate(); in Notify()