Home
last modified time | relevance | path

Searched refs:DrawViewShell (Results 1 – 25 of 207) sorted by relevance

123456789

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/func/
H A Dfunavig.cxx61 && dynamic_cast< const DrawViewShell *>( mpViewShell ) != nullptr in DoExecute()
65 static_cast<DrawViewShell*>(mpViewShell)->SwitchPage(0); in DoExecute()
79 SdPage* pPage = static_cast<DrawViewShell*>(mpViewShell)->GetActualPage(); in DoExecute()
88 static_cast<DrawViewShell*>(mpViewShell) in DoExecute()
92 static_cast<DrawViewShell*>(mpViewShell)->SwitchPage(nSdPage - 1); in DoExecute()
108 SdPage* pPage = static_cast<DrawViewShell*>(mpViewShell)->GetActualPage(); in DoExecute()
117 static_cast<DrawViewShell*>(mpViewShell)->GetPageTabControl(); in DoExecute()
120 static_cast<DrawViewShell*>(mpViewShell)->SwitchPage(nSdPage + 1); in DoExecute()
131 && dynamic_cast< const DrawViewShell *>( mpViewShell ) != nullptr in DoExecute()
136 static_cast<DrawViewShell*>(mpViewShell)->GetActualPage(); in DoExecute()
[all …]
H A Dfupoor.cxx301 if( auto pViewShell = dynamic_cast<DrawViewShell *>( mpViewShell )) in KeyInput()
316 if( auto pViewShell = dynamic_cast<DrawViewShell *>( mpViewShell )) in KeyInput()
377 && dynamic_cast< const DrawViewShell *>( mpViewShell ) != nullptr in KeyInput()
381 static_cast<DrawViewShell*>(mpViewShell)->SwitchPage(0); in KeyInput()
390 && dynamic_cast< const DrawViewShell *>( mpViewShell ) != nullptr in KeyInput()
395 static_cast<DrawViewShell*>(mpViewShell)->GetActualPage(); in KeyInput()
396 static_cast<DrawViewShell*>(mpViewShell) in KeyInput()
430 static_cast<DrawViewShell*>(mpViewShell) in KeyInput()
813 DrawViewShell* pDrawViewShell = dynamic_cast<DrawViewShell*>(mpViewShell); in KeyInput()
1036 auto pDrawViewShell = dynamic_cast<DrawViewShell *>( mpViewShell ); in SwitchLayer()
[all …]
H A Dundolayer.cxx57 … ::sd::DrawViewShell* pDrViewSh = dynamic_cast< ::sd::DrawViewShell*> ( pDocSh->GetViewShell() ); in Undo()
70 … ::sd::DrawViewShell* pDrViewSh = dynamic_cast< ::sd::DrawViewShell* >( pDocSh->GetViewShell() ); in Redo()
H A Dfuprlout.cxx80 if (DrawViewShell *pShell = dynamic_cast<DrawViewShell*>(mpViewShell)) in DoExecute()
198 if( dynamic_cast< const DrawViewShell *>( mpViewShell ) != nullptr && !bCheckMasters ) in DoExecute()
225 if( dynamic_cast< const DrawViewShell *>( mpViewShell ) != nullptr && !bCheckMasters ) in DoExecute()
233 if( auto pDrawViewShell = dynamic_cast<DrawViewShell *>( mpViewShell )) in DoExecute()
240 if (static_cast<DrawViewShell*>(mpViewShell)->GetPageKind() == PageKind::Notes) in DoExecute()
264 if( auto pDrawViewSh = dynamic_cast<DrawViewShell *>( mpViewShell ) ) in DoExecute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/func/
H A Dfunavig.cxx61 && dynamic_cast< const DrawViewShell *>( mpViewShell ) != nullptr in DoExecute()
65 static_cast<DrawViewShell*>(mpViewShell)->SwitchPage(0); in DoExecute()
79 SdPage* pPage = static_cast<DrawViewShell*>(mpViewShell)->GetActualPage(); in DoExecute()
88 static_cast<DrawViewShell*>(mpViewShell) in DoExecute()
92 static_cast<DrawViewShell*>(mpViewShell)->SwitchPage(nSdPage - 1); in DoExecute()
108 SdPage* pPage = static_cast<DrawViewShell*>(mpViewShell)->GetActualPage(); in DoExecute()
117 static_cast<DrawViewShell*>(mpViewShell)->GetPageTabControl(); in DoExecute()
120 static_cast<DrawViewShell*>(mpViewShell)->SwitchPage(nSdPage + 1); in DoExecute()
131 && dynamic_cast< const DrawViewShell *>( mpViewShell ) != nullptr in DoExecute()
136 static_cast<DrawViewShell*>(mpViewShell)->GetActualPage(); in DoExecute()
[all …]
H A Dfupoor.cxx184 DrawViewShell* pDrawViewShell = in KeyInput()
185 static_cast<DrawViewShell*>(mpViewShell); in KeyInput()
302 static_cast<DrawViewShell*>(mpViewShell) in KeyInput()
318 static_cast<DrawViewShell*>(mpViewShell) in KeyInput()
383 static_cast<DrawViewShell*>(mpViewShell)->SwitchPage(0); in KeyInput()
397 static_cast<DrawViewShell*>(mpViewShell)->GetActualPage(); in KeyInput()
398 static_cast<DrawViewShell*>(mpViewShell) in KeyInput()
432 static_cast<DrawViewShell*>(mpViewShell) in KeyInput()
815 DrawViewShell* pDrawViewShell = dynamic_cast<DrawViewShell*>(mpViewShell); in KeyInput()
1038 auto pDrawViewShell = dynamic_cast<DrawViewShell *>( mpViewShell ); in SwitchLayer()
[all …]
H A Dfuprlout.cxx80 if (DrawViewShell *pShell = dynamic_cast<DrawViewShell*>(mpViewShell)) in DoExecute()
198 if( dynamic_cast< const DrawViewShell *>( mpViewShell ) != nullptr && !bCheckMasters ) in DoExecute()
225 if( dynamic_cast< const DrawViewShell *>( mpViewShell ) != nullptr && !bCheckMasters ) in DoExecute()
233 if( dynamic_cast< const DrawViewShell *>( mpViewShell ) != nullptr) in DoExecute()
236 static_cast<DrawViewShell*>(mpViewShell)->GetView(); in DoExecute()
241 if (static_cast<DrawViewShell*>(mpViewShell)->GetPageKind() == PageKind::Notes) in DoExecute()
265 if( auto pDrawViewSh = dynamic_cast<DrawViewShell *>( mpViewShell ) ) in DoExecute()
H A Dundolayer.cxx57 … ::sd::DrawViewShell* pDrViewSh = dynamic_cast< ::sd::DrawViewShell*> ( pDocSh->GetViewShell() ); in Undo()
70 … ::sd::DrawViewShell* pDrViewSh = dynamic_cast< ::sd::DrawViewShell* >( pDocSh->GetViewShell() ); in Redo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Ddrviewsa.cxx77 bool DrawViewShell::mbPipette = false;
85 DrawViewShell* mpParent;
105 DrawViewShell::DrawViewShell( ViewShellBase& rViewShellBase, vcl::Window* pParentWindow, PageKind e… in DrawViewShell() function in sd::DrawViewShell
133 DrawViewShell::~DrawViewShell() in ~DrawViewShell()
342 void DrawViewShell::Init (bool bIsMainViewShell) in Init()
350 void DrawViewShell::Shutdown() in Shutdown()
398 void DrawViewShell::CheckLineTo(SfxRequest& rReq) in CheckLineTo()
416 void DrawViewShell::SetupPage (Size const &rSize, in SetupPage()
527 void DrawViewShell::GetStatusBarState(SfxItemSet& rSet) in GetStatusBarState()
787 void DrawViewShell::ExecGoToNextPage (SfxRequest& rReq) in ExecGoToNextPage()
[all …]
H A Ddrviews5.cxx62 void DrawViewShell::ModelHasChanged() in ModelHasChanged()
81 void DrawViewShell::Resize() in Resize()
97 void DrawViewShell::ArrangeGUIElements() in ArrangeGUIElements()
129 void DrawViewShell::ReadFrameViewData(FrameView* pView) in ReadFrameViewData()
306 void DrawViewShell::WriteFrameViewData() in WriteFrameViewData()
394 void DrawViewShell::PrePaint() in PrePaint()
434 void DrawViewShell::HidePage() in HidePage()
598 int DrawViewShell::GetActiveTabLayerIndex() const in GetActiveTabLayerIndex()
608 void DrawViewShell::SetActiveTabLayerIndex (int nIndex) in SetActiveTabLayerIndex()
628 LayerTabBar* DrawViewShell::GetLayerTabControl() in GetLayerTabControl()
[all …]
H A Ddrviews1.cxx80 void DrawViewShell::Activate(bool bIsMDIActivate) in Activate()
150 void DrawViewShell::SelectionHasChanged() in SelectionHasChanged()
305 bool DrawViewShell::PrepareClose( bool bUI ) in PrepareClose()
573 void DrawViewShell::UpdateHRuler() in UpdateHRuler()
588 void DrawViewShell::UpdateVRuler() in UpdateVRuler()
625 SdPage* DrawViewShell::getCurrentPage() const in getCurrentPage()
650 void DrawViewShell::ResetActualPage() in ResetActualPage()
719 ErrCode DrawViewShell::DoVerb(sal_Int32 nVerb) in DoVerb()
1210 void DrawViewShell::ResetActualLayer() in ResetActualLayer()
1320 sal_Int8 DrawViewShell::AcceptDrop ( in AcceptDrop()
[all …]
H A Ddrviews4.cxx79 ::sd::DrawViewShell* pDrawSh = dynamic_cast<::sd::DrawViewShell*>(pViewSh); in EndTextEditOnPage()
96 void DrawViewShell::DeleteActualPage() in DeleteActualPage()
139 void DrawViewShell::DeleteActualLayer() in DeleteActualLayer()
178 bool DrawViewShell::KeyInput (const KeyEvent& rKEvt, ::sd::Window* pWin) in KeyInput()
268 void DrawViewShell::StartRulerDrag ( in StartRulerDrag()
301 void DrawViewShell::FreshNavigatrTree() in FreshNavigatrTree()
312 void DrawViewShell::MouseButtonDown(const MouseEvent& rMEvt, in MouseButtonDown()
848 void DrawViewShell::EnableEditHyperlink() in EnableEditHyperlink()
921 void DrawViewShell::LockInput() in LockInput()
926 void DrawViewShell::UnlockInput() in UnlockInput()
[all …]
H A Ddrviews6.cxx52 void DrawViewShell::ExecFormText(SfxRequest& rReq) in ExecFormText()
77 void DrawViewShell::GetFormTextState(SfxItemSet& rSet) in GetFormTextState()
116 void DrawViewShell::ExecAnimationWin( SfxRequest& rReq ) in ExecAnimationWin()
162 void DrawViewShell::GetAnimationWinState( SfxItemSet& rSet ) in GetAnimationWinState()
199 void DrawViewShell::SetChildWindowState( SfxItemSet& rSet ) in SetChildWindowState()
248 void DrawViewShell::ExecBmpMask( SfxRequest const & rReq ) in ExecBmpMask()
319 void DrawViewShell::GetBmpMaskState( SfxItemSet& rSet ) in GetBmpMaskState()
H A Dgrviewsh.cxx34 : DrawViewShell ( in GraphicViewShell()
65 DrawViewShell::ChangeEditMode (eMode, true); in ChangeEditMode()
83 DrawViewShell::ArrangeGUIElements(); in ArrangeGUIElements()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Ddrviewsa.cxx77 bool DrawViewShell::mbPipette = false;
84 DrawViewShell* mpParent;
102 DrawViewShell::DrawViewShell( ViewShellBase& rViewShellBase, vcl::Window* pParentWindow, PageKind e… in DrawViewShell() function in sd::DrawViewShell
130 DrawViewShell::~DrawViewShell() in ~DrawViewShell()
340 void DrawViewShell::Init (bool bIsMainViewShell) in Init()
348 void DrawViewShell::Shutdown() in Shutdown()
396 void DrawViewShell::CheckLineTo(SfxRequest& rReq) in CheckLineTo()
414 void DrawViewShell::SetupPage (Size const &rSize, in SetupPage()
525 void DrawViewShell::GetStatusBarState(SfxItemSet& rSet) in GetStatusBarState()
777 void DrawViewShell::ExecGoToNextPage (SfxRequest& rReq) in ExecGoToNextPage()
[all …]
H A Ddrviews5.cxx60 void DrawViewShell::ModelHasChanged() in ModelHasChanged()
79 void DrawViewShell::Resize() in Resize()
95 void DrawViewShell::ArrangeGUIElements() in ArrangeGUIElements()
127 void DrawViewShell::ReadFrameViewData(FrameView* pView) in ReadFrameViewData()
304 void DrawViewShell::WriteFrameViewData() in WriteFrameViewData()
386 void DrawViewShell::PrePaint() in PrePaint()
426 void DrawViewShell::HidePage() in HidePage()
575 int DrawViewShell::GetActiveTabLayerIndex() const in GetActiveTabLayerIndex()
585 void DrawViewShell::SetActiveTabLayerIndex (int nIndex) in SetActiveTabLayerIndex()
605 LayerTabBar* DrawViewShell::GetLayerTabControl() in GetLayerTabControl()
[all …]
H A Ddrviews1.cxx78 void DrawViewShell::Activate(bool bIsMDIActivate) in Activate()
148 void DrawViewShell::SelectionHasChanged() in SelectionHasChanged()
274 void DrawViewShell::SetZoom( long nZoom ) in SetZoom()
303 bool DrawViewShell::PrepareClose( bool bUI ) in PrepareClose()
571 void DrawViewShell::UpdateHRuler() in UpdateHRuler()
586 void DrawViewShell::UpdateVRuler() in UpdateVRuler()
648 void DrawViewShell::ResetActualPage() in ResetActualPage()
712 ErrCode DrawViewShell::DoVerb(long nVerb) in DoVerb()
1172 void DrawViewShell::ResetActualLayer() in ResetActualLayer()
1282 sal_Int8 DrawViewShell::AcceptDrop ( in AcceptDrop()
[all …]
H A Ddrviews4.cxx73 void DrawViewShell::DeleteActualPage() in DeleteActualPage()
92 void DrawViewShell::DeleteActualLayer() in DeleteActualLayer()
131 bool DrawViewShell::KeyInput (const KeyEvent& rKEvt, ::sd::Window* pWin) in KeyInput()
218 void DrawViewShell::StartRulerDrag ( in StartRulerDrag()
253 void DrawViewShell::FreshNavigatrEntry() in FreshNavigatrEntry()
264 void DrawViewShell::FreshNavigatrTree() in FreshNavigatrTree()
275 void DrawViewShell::MouseButtonDown(const MouseEvent& rMEvt, in MouseButtonDown()
796 void DrawViewShell::ShowMousePosInfo(const ::tools::Rectangle& rRect, in ShowMousePosInfo()
864 void DrawViewShell::LockInput() in LockInput()
869 void DrawViewShell::UnlockInput() in UnlockInput()
[all …]
H A Ddrviews6.cxx52 void DrawViewShell::ExecFormText(SfxRequest& rReq) in ExecFormText()
77 void DrawViewShell::GetFormTextState(SfxItemSet& rSet) in GetFormTextState()
116 void DrawViewShell::ExecAnimationWin( SfxRequest& rReq ) in ExecAnimationWin()
162 void DrawViewShell::GetAnimationWinState( SfxItemSet& rSet ) in GetAnimationWinState()
199 void DrawViewShell::SetChildWindowState( SfxItemSet& rSet ) in SetChildWindowState()
248 void DrawViewShell::ExecBmpMask( SfxRequest const & rReq ) in ExecBmpMask()
319 void DrawViewShell::GetBmpMaskState( SfxItemSet& rSet ) in GetBmpMaskState()
H A Dgrviewsh.cxx34 : DrawViewShell ( in GraphicViewShell()
65 DrawViewShell::ChangeEditMode (eMode, true); in ChangeEditMode()
83 DrawViewShell::ArrangeGUIElements(); in ArrangeGUIElements()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A DRuler.hxx26 class DrawViewShell;
35 DrawViewShell& rViewSh,
51 DrawViewShell* pDrViewShell;
H A Ddrawview.hxx29 class DrawViewShell;
41 DrawViewShell* pShell);
65 DrawViewShell* mpDrawViewShell;
H A DTabControl.hxx31 class DrawViewShell;
39 TabControl (DrawViewShell* pDrViewSh, vcl::Window* pParent);
56 DrawViewShell* pDrViewSh;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A DRuler.hxx27 class DrawViewShell;
36 DrawViewShell& rViewSh,
52 DrawViewShell* pDrViewShell;
H A Ddrawview.hxx28 class DrawViewShell;
40 DrawViewShell* pShell);
64 DrawViewShell* mpDrawViewShell;

123456789