Searched refs:ModuleHasToolPanels (Results 1 – 4 of 4) sorted by relevance
533 static bool ModuleHasToolPanels( const ::rtl::OUString& i_rModuleIdentifier );646 bool ModuleTaskPane_Impl::ModuleHasToolPanels( const ::rtl::OUString& i_rModuleIdentifier ) in ModuleHasToolPanels() function in sfx2::ModuleTaskPane_Impl749 bool ModuleTaskPane::ModuleHasToolPanels( const ::rtl::OUString& i_rModuleIdentifier ) in ModuleHasToolPanels() function in sfx2::ModuleTaskPane751 return ModuleTaskPane_Impl::ModuleHasToolPanels( i_rModuleIdentifier ); in ModuleHasToolPanels()755 bool ModuleTaskPane::ModuleHasToolPanels( const Reference< XFrame >& i_rDocumentFrame ) in ModuleHasToolPanels() function in sfx2::ModuleTaskPane757 return ModuleTaskPane_Impl::ModuleHasToolPanels( lcl_identifyModule( i_rDocumentFrame ) ); in ModuleHasToolPanels()
138 static bool ModuleHasToolPanels( const ::rtl::OUString& i_rModuleIdentifier );141 …static bool ModuleHasToolPanels( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::…
410 … return ::sfx2::ModuleTaskPane::ModuleHasToolPanels( pViewFrame->GetFrame().GetFrameInterface() ); in IsChildWindowAvailable()
178 i_rViewFrameImpl.aHasToolPanels.reset( ::sfx2::ModuleTaskPane::ModuleHasToolPanels( in moduleHasToolPanels()
Completed in 66 milliseconds