Lines Matching refs:frame

119 							const uno::Reference< frame::XDispatchProvider >& xSourceDisp )  in InsertMenu_Impl()
189 …uno::Reference< frame::XDesktop > xDesktop( m_xFactory->createInstance( aServiceName ), uno::UNO_Q… in DocumentHolder()
262 m_xFrame = uno::Reference< frame::XFrame >(); in CloseFrame()
269 …uno::Reference< frame::XDesktop > xDesktop( m_xFactory->createInstance( aServiceName ), uno::UNO_Q… in FreeOffice()
335 frame::BorderWidths aOldWidths; in PlaceFrame()
385 sal_Bool DocumentHolder::SetFrameLMVisibility( const uno::Reference< frame::XFrame >& xFrame, sal_B… in SetFrameLMVisibility()
391 uno::Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager; in SetFrameLMVisibility()
417 const uno::Reference< frame::XDispatchProvider >& xContDisp ) in ShowInplace()
423 uno::Reference < frame::XModel > xModel( GetComponent(), uno::UNO_QUERY ); in ShowInplace()
495 uno::Reference< frame::XFrame > xContFrame( xContDisp, uno::UNO_QUERY ); in ShowInplace()
534 …uno::Reference< frame::XControllerBorder > xControllerBorder( m_xFrame->getController(), uno::UNO_… in ShowInplace()
538 xControllerBorder->addBorderResizeListener( (frame::XBorderResizeListener*)this ); in ShowInplace()
583 uno::Reference< ::com::sun::star::frame::XModuleManager > xModuleMan( in RetrieveOwnMenu_Impl()
644 const uno::Reference< frame::XDispatchProvider >& xContDisp, in MergeMenuesForInplace()
647 const uno::Reference< frame::XDispatchProvider >& xOwnDisp ) in MergeMenuesForInplace()
695 sal_Bool DocumentHolder::MergeMenues_Impl( const uno::Reference< ::com::sun::star::frame::XLayoutMa… in MergeMenues_Impl()
696 const uno::Reference< ::com::sun::star::frame::XLayoutManager >& xContLM, in MergeMenues_Impl()
697 const uno::Reference< frame::XDispatchProvider >& xContDisp, in MergeMenues_Impl()
712 uno::Reference< frame::XDispatchProvider > xOwnDisp( m_xFrame, uno::UNO_QUERY_THROW ); in MergeMenues_Impl()
715 uno::Reference< ::com::sun::star::frame::XMenuBarMergingAcceptor > xMerge( xOwnLM, in MergeMenues_Impl()
725 sal_Bool DocumentHolder::ShowUI( const uno::Reference< ::com::sun::star::frame::XLayoutManager >& x… in ShowUI()
726 const uno::Reference< frame::XDispatchProvider >& xContainerDP, in ShowUI()
733 uno::Reference< ::com::sun::star::frame::XLayoutManager > xOwnLM; in ShowUI()
770 … uno::Reference< frame::XFramesSupplier > xSupp( m_xFrame->getCreator(), uno::UNO_QUERY ); in ShowUI()
789 … uno::Reference< frame::XFramesSupplier > xSupp( m_xFrame->getCreator(), uno::UNO_QUERY ); in ShowUI()
800 …uno::Reference< ::com::sun::star::frame::XMenuBarMergingAcceptor > xMerge( xOwnLM, uno::UNO_QUERY_… in ShowUI()
822 sal_Bool DocumentHolder::HideUI( const uno::Reference< ::com::sun::star::frame::XLayoutManager >& x… in HideUI()
828 uno::Reference< ::com::sun::star::frame::XLayoutManager > xOwnLM; in HideUI()
839 … uno::Reference< frame::XFramesSupplier > xSupp( m_xFrame->getCreator(), uno::UNO_QUERY ); in HideUI()
849 …uno::Reference< ::com::sun::star::frame::XMenuBarMergingAcceptor > xMerge( xOwnLM, uno::UNO_QUERY_… in HideUI()
870 uno::Reference< frame::XFrame > DocumentHolder::GetDocFrame() in GetDocFrame()
881 uno::Reference< frame::XDispatchProviderInterception > xInterception( m_xFrame, uno::UNO_QUERY ); in GetDocFrame()
908 uno::Reference< ::com::sun::star::frame::XLayoutManager > xOwnLM; in GetDocFrame()
1018 uno::Reference < frame::XModel > xDoc( m_xComponent, uno::UNO_QUERY ); in LoadDocToFrame()
1022 … uno::Reference< frame::XComponentLoader > xComponentLoader( m_xFrame, uno::UNO_QUERY_THROW ); in LoadDocToFrame()
1052 … uno::Reference < frame::XSynchronousFrameLoader > xLoader( m_xComponent, uno::UNO_QUERY ); in LoadDocToFrame()
1172 m_xFrame = uno::Reference< frame::XFrame >(); in disposing()
1203 m_xFrame = uno::Reference< frame::XFrame >(); in notifyClosing()
1209 throw (frame::TerminationVetoException, uno::RuntimeException) in queryTermination()
1212 throw frame::TerminationVetoException(); in queryTermination()
1221 uno::Reference< frame::XDesktop > xDesktop( aSource.Source, uno::UNO_QUERY ); in notifyTermination()
1224 xDesktop->removeTerminateListener( ( frame::XTerminateListener* )this ); in notifyTermination()
1255 const frame::BorderWidths& aNewSize ) in borderWidthsChanged()
1297 …uno::Reference< frame::XControllerBorder > xControllerBorder( m_xFrame->getController(), uno::UNO_… in calcAdjustedRectangle()
1337 … uno::Reference< frame::XFramesSupplier > xSupp( m_xFrame->getCreator(), uno::UNO_QUERY ); in activated()