Lines Matching refs:sd
67 using namespace sd;
93 void ClearGroup (sd::ToolBarManager::ToolBarGroup eGroup);
94 void AddToolBar (sd::ToolBarManager::ToolBarGroup eGroup, const ::rtl::OUString& rsName);
95 bool RemoveToolBar (sd::ToolBarManager::ToolBarGroup eGroup, const ::rtl::OUString& rsName);
105 typedef ::std::map<sd::ToolBarManager::ToolBarGroup,NameList> Groups;
144 void ClearGroup (sd::ToolBarManager::ToolBarGroup eGroup);
153 void AddShellId (sd::ToolBarManager::ToolBarGroup eGroup, sd::ShellId nId);
178 ShellDescriptor (ShellId nId,sd::ToolBarManager::ToolBarGroup eGroup);
180 sd::ToolBarManager::ToolBarGroup meGroup;
230 const ::sd::ViewShell& rViewShell,
236 ::sd::ToolBarManager::ToolBarGroup eGroup,
237 sd::ShellId nShellId);
242 ::sd::ToolBarManager::ToolBarGroup eGroup,
243 sd::ShellId nShellId);
255 namespace sd { namespace
270 const ::boost::shared_ptr<sd::tools::EventMultiplexer>& rpMultiplexer,
327 ::boost::shared_ptr<sd::tools::EventMultiplexer> mpEventMultiplexer;
351 DECL_LINK(EventMultiplexerCallback, sd::tools::EventMultiplexerEvent*);
378 const ::boost::shared_ptr<sd::tools::EventMultiplexer>& rpMultiplexer, in Create()
602 const ::boost::shared_ptr<sd::tools::EventMultiplexer>& rpMultiplexer, in Implementation()
1021 sd::tools::EventMultiplexerEvent*,pEvent) in IMPL_LINK()
1112 using namespace ::sd;
1144 const ::boost::shared_ptr<sd::ToolBarManager>& rpToolBarManager, in ToolBarRules()
1145 const ::boost::shared_ptr<sd::ViewShellManager>& rpViewShellManager) in ToolBarRules()
1172 ::sd::ToolBarManager::UpdateLock aToolBarManagerLock (mpToolBarManager); in MainViewShellChanged()
1173 ::sd::ViewShellManager::UpdateLock aViewShellManagerLock (mpViewShellManager); in MainViewShellChanged()
1179 case ::sd::ViewShell::ST_IMPRESS: in MainViewShellChanged()
1180 case ::sd::ViewShell::ST_NOTES: in MainViewShellChanged()
1181 case ::sd::ViewShell::ST_HANDOUT: in MainViewShellChanged()
1196 case ::sd::ViewShell::ST_DRAW: in MainViewShellChanged()
1244 ::sd::ToolBarManager::UpdateLock aToolBarManagerLock (mpToolBarManager); in MainViewShellChanged()
1245 ::sd::ViewShellManager::UpdateLock aViewShellManagerLock (mpViewShellManager); in MainViewShellChanged()
1250 case ::sd::ViewShell::ST_IMPRESS: in MainViewShellChanged()
1251 case ::sd::ViewShell::ST_DRAW: in MainViewShellChanged()
1252 case ::sd::ViewShell::ST_NOTES: in MainViewShellChanged()
1273 const ::sd::ViewShell& rViewShell, in SelectionHasChanged()
1276 ::sd::ToolBarManager::UpdateLock aLock (mpToolBarManager); in SelectionHasChanged()
1305 case ::sd::ViewShell::ST_IMPRESS: in SelectionHasChanged()
1306 case ::sd::ViewShell::ST_DRAW: in SelectionHasChanged()
1307 case ::sd::ViewShell::ST_NOTES: in SelectionHasChanged()
1308 case ::sd::ViewShell::ST_HANDOUT: in SelectionHasChanged()
1341 ::sd::ToolBarManager::ToolBarGroup eGroup, in SubShellAdded()
1342 sd::ShellId nShellId) in SubShellAdded()
1374 ::sd::ToolBarManager::ToolBarGroup eGroup, in SubShellRemoved()
1375 sd::ShellId nShellId) in SubShellRemoved()
1417 void ToolBarList::ClearGroup (sd::ToolBarManager::ToolBarGroup eGroup) in ClearGroup()
1433 sd::ToolBarManager::ToolBarGroup eGroup, in AddToolBar()
1455 sd::ToolBarManager::ToolBarGroup eGroup, in RemoveToolBar()
1477 for (int i=sd::ToolBarManager::TBG__FIRST; i<=sd::ToolBarManager::TBG__LAST; ++i) in MakeRequestedToolBarList()
1479 ::sd::ToolBarManager::ToolBarGroup eGroup = (::sd::ToolBarManager::ToolBarGroup)i; in MakeRequestedToolBarList()
1559 sd::ToolBarManager::ToolBarGroup eGroup) in ShellDescriptor()
1577 void ToolBarShellList::ClearGroup (sd::ToolBarManager::ToolBarGroup eGroup) in ClearGroup()
1606 void ToolBarShellList::AddShellId (sd::ToolBarManager::ToolBarGroup eGroup, sd::ShellId nId) in AddShellId()