Home
last modified time | relevance | path

Searched refs:MainViewShellChanged (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/source/ui/view/
H A DToolBarManager.cxx220 void MainViewShellChanged (ViewShell::ShellType nShellType);
225 void MainViewShellChanged (const ViewShell& rMainViewShell);
556 void ToolBarManager::MainViewShellChanged (ViewShell::ShellType nShellType) in MainViewShellChanged() function in sd::ToolBarManager
561 mpImpl->GetToolBarRules().MainViewShellChanged(nShellType); in MainViewShellChanged()
568 void ToolBarManager::MainViewShellChanged (const ViewShell& rMainViewShell) in MainViewShellChanged() function in sd::ToolBarManager
573 mpImpl->GetToolBarRules().MainViewShellChanged(rMainViewShell); in MainViewShellChanged()
1160 MainViewShellChanged(pMainViewShell->GetShellType()); in Update()
1165 MainViewShellChanged(ViewShell::ST_NONE); in Update()
1171 void ToolBarRules::MainViewShellChanged (ViewShell::ShellType nShellType) in MainViewShellChanged() function in __anon507c6b820211::ToolBarRules
1243 void ToolBarRules::MainViewShellChanged (const ViewShell& rMainViewShell) in MainViewShellChanged() function in __anon507c6b820211::ToolBarRules
[all …]
/trunk/main/sd/source/ui/inc/
H A DToolBarManager.hxx99 void MainViewShellChanged (ViewShell::ShellType nShellType);
100 void MainViewShellChanged (const ViewShell& rMainViewShell);
/trunk/main/sd/source/ui/framework/module/
H A DToolBarModule.cxx191 pToolBarManager->MainViewShellChanged(*pViewShell); in HandleUpdateEnd()
199 pToolBarManager->MainViewShellChanged(ViewShell::ST_NONE); in HandleUpdateEnd()