Lines Matching refs:TaskPaneController_Impl

870     class TaskPaneController_Impl   :public ::boost::noncopyable  class
874 TaskPaneController_Impl(
878 ~TaskPaneController_Impl();
931TaskPaneController_Impl::TaskPaneController_Impl( ModuleTaskPane& i_rTaskPane, TitledDockingWindow… in TaskPaneController_Impl() function in sfx2::TaskPaneController_Impl
944 LINK( this, TaskPaneController_Impl, OnToolboxClicked ) in TaskPaneController_Impl()
946 m_rDockingWindow.SetEndDockingHdl( LINK( this, TaskPaneController_Impl, DockingChanged ) ); in TaskPaneController_Impl()
962 TaskPaneController_Impl::~TaskPaneController_Impl() in ~TaskPaneController_Impl()
979 void TaskPaneController_Impl::SetDefaultTitle( const String& i_rTitle ) in SetDefaultTitle()
986 void TaskPaneController_Impl::ActivateToolPanel( const ::rtl::OUString& i_rPanelURL ) in ActivateToolPanel()
1003 IMPL_LINK( TaskPaneController_Impl, DockingChanged, TitledDockingWindow*, i_pDockingWindow ) in IMPL_LINK() argument
1015 IMPL_LINK( TaskPaneController_Impl, OnToolboxClicked, ToolBox*, i_pToolBox ) in IMPL_LINK() argument
1022 pMenu->SetSelectHdl( LINK( this, TaskPaneController_Impl, OnMenuItemSelected ) ); in IMPL_LINK()
1034 IMPL_LINK( TaskPaneController_Impl, OnMenuItemSelected, Menu*, i_pMenu ) in IMPL_LINK() argument
1069 size_t TaskPaneController_Impl::impl_getLogicalPanelIndex( const size_t i_nVisibleIndex ) in impl_getLogicalPanelIndex()
1087 …void TaskPaneController_Impl::PanelInserted( const ::svt::PToolPanel& i_pPanel, const size_t i_nPo… in PanelInserted()
1097 void TaskPaneController_Impl::PanelRemoved( const size_t i_nPosition ) in PanelRemoved()
1107 …void TaskPaneController_Impl::ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive,… in ActivePanelChanged()
1119 void TaskPaneController_Impl::LayouterChanged( const ::svt::PDeckLayouter& i_rNewLayouter ) in LayouterChanged()
1126 void TaskPaneController_Impl::Dying() in Dying()
1134 void TaskPaneController_Impl::impl_togglePanelVisibility( const size_t i_nLogicalPanelIndex ) in impl_togglePanelVisibility()
1169 …void TaskPaneController_Impl::impl_setLayout( const PanelSelectorLayout i_eLayout, const bool i_bF… in impl_setLayout()
1198 void TaskPaneController_Impl::impl_updateDockingWindowTitle() in impl_updateDockingWindowTitle()
1222 ::std::auto_ptr< PopupMenu > TaskPaneController_Impl::impl_createPopupMenu() const in impl_createPopupMenu()
1273 :m_pImpl( new TaskPaneController_Impl( i_rTaskPane, i_rDockingWindow ) ) in TaskPaneController()