Lines Matching refs:xOwnLM

695 …tHolder::MergeMenues_Impl( const uno::Reference< ::com::sun::star::frame::XLayoutManager >& xOwnLM,  in MergeMenues_Impl()  argument
715 uno::Reference< ::com::sun::star::frame::XMenuBarMergingAcceptor > xMerge( xOwnLM, in MergeMenues_Impl()
733 uno::Reference< ::com::sun::star::frame::XLayoutManager > xOwnLM; in ShowUI() local
739 …pSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ))) >>= xOwnLM; in ShowUI()
747 if ( xOwnLM.is() && xDocAreaAcc.is() ) in ShowUI()
753 xOwnLM->setDockingAreaAcceptor( xDocAreaAcc ); in ShowUI()
756 if ( MergeMenues_Impl( xOwnLM, xContainerLM, xContainerDP, aContModuleName ) ) in ShowUI()
768 xOwnLM->setVisible( sal_True ); in ShowUI()
774 xOwnLM->unlock(); in ShowUI()
795 xOwnLM->lock(); in ShowUI()
796 xOwnLM->setVisible( sal_False ); in ShowUI()
797xOwnLM->setDockingAreaAcceptor( uno::Reference< ::com::sun::star::ui::XDockingAreaAcceptor >() ); in ShowUI()
800 …o::Reference< ::com::sun::star::frame::XMenuBarMergingAcceptor > xMerge( xOwnLM, uno::UNO_QUERY_TH… in ShowUI()
828 uno::Reference< ::com::sun::star::frame::XLayoutManager > xOwnLM; in HideUI() local
832 …pSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ))) >>= xOwnLM; in HideUI()
836 if ( xOwnLM.is() ) in HideUI()
843 …uno::Reference< ::com::sun::star::ui::XDockingAreaAcceptor > xDocAreaAcc = xOwnLM->getDockingAreaA… in HideUI()
845 xOwnLM->setDockingAreaAcceptor( uno::Reference < ui::XDockingAreaAcceptor >() ); in HideUI()
846 xOwnLM->lock(); in HideUI()
847 xOwnLM->setVisible( sal_False ); in HideUI()
849 …uno::Reference< ::com::sun::star::frame::XMenuBarMergingAcceptor > xMerge( xOwnLM, uno::UNO_QUERY_… in HideUI()
908 uno::Reference< ::com::sun::star::frame::XLayoutManager > xOwnLM; in GetDocFrame() local
911 …pSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ))) >>= xOwnLM; in GetDocFrame()
915 if ( xOwnLM.is() ) in GetDocFrame()
916 xOwnLM->lock(); in GetDocFrame()
923 if ( xOwnLM.is() ) in GetDocFrame()
925 xOwnLM->unlock(); in GetDocFrame()
926 xOwnLM->lock(); in GetDocFrame()
931 if ( xOwnLM.is() ) in GetDocFrame()
932 xOwnLM->unlock(); in GetDocFrame()