Searched refs:i_rDocumentFrame (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sfx2/source/dialog/ |
H A D | taskpane.cxx | 131 ::rtl::OUString lcl_identifyModule( const Reference< XFrame >& i_rDocumentFrame ) in lcl_identifyModule() argument 138 sModuleName = xModuleManager->identify( i_rDocumentFrame ); in lcl_identifyModule() 514 … ModuleTaskPane_Impl( ModuleTaskPane& i_rAntiImpl, const Reference< XFrame >& i_rDocumentFrame, in ModuleTaskPane_Impl() argument 517 ,m_sModuleIdentifier( lcl_identifyModule( i_rDocumentFrame ) ) in ModuleTaskPane_Impl() 518 ,m_xFrame( i_rDocumentFrame ) in ModuleTaskPane_Impl() 729 …uleTaskPane::ModuleTaskPane( Window& i_rParentWindow, const Reference< XFrame >& i_rDocumentFrame ) in ModuleTaskPane() argument 731 ,m_pImpl( new ModuleTaskPane_Impl( *this, i_rDocumentFrame, NULL ) ) in ModuleTaskPane() 736 …duleTaskPane::ModuleTaskPane( Window& i_rParentWindow, const Reference< XFrame >& i_rDocumentFrame, in ModuleTaskPane() argument 739 ,m_pImpl( new ModuleTaskPane_Impl( *this, i_rDocumentFrame, &i_rCompare ) ) in ModuleTaskPane() 755 bool ModuleTaskPane::ModuleHasToolPanels( const Reference< XFrame >& i_rDocumentFrame ) in ModuleHasToolPanels() argument [all …]
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | taskpane.hxx | 116 … const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& i_rDocumentFrame 131 … const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& i_rDocumentFrame, 141 …els( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& i_rDocumentFrame );
|
Completed in 24 milliseconds