Home
last modified time | relevance | path

Searched refs:DrawViewShell (Results 126 – 150 of 207) sorted by relevance

123456789

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Ddrviews8.cxx38 void DrawViewShell::ScannerEvent() in ScannerEvent()
H A Ddrviews2.cxx240 sd::DrawViewShell& m_rDrawViewShell;
245 ClassificationCommon(sd::DrawViewShell & rDrawViewShell) in ClassificationCommon()
307 ClassificationCollector(sd::DrawViewShell & rDrawViewShell) in ClassificationCollector()
462 ClassificationInserter(sd::DrawViewShell & rDrawViewShell) in ClassificationInserter()
602 void DrawViewShell::FuTemporary(SfxRequest& rReq) in FuTemporary()
2655 pDlg->SetCheckNameHdl(LINK(this, DrawViewShell, NameObjectHdl)); in FuTemporary()
3564 void DrawViewShell::ExecChar( SfxRequest &rReq ) in ExecChar()
3807 SdPage* DrawViewShell::CreateOrDuplicatePage ( in CreateOrDuplicatePage()
3825 void DrawViewShell::DuplicateSelectedSlides (SfxRequest& rRequest) in DuplicateSelectedSlides()
3875 void DrawViewShell::ExecutePropPanelAttr (SfxRequest const & rReq) in ExecutePropPanelAttr()
[all …]
H A Dviewshe2.cxx95 SdPage* pPage = static_cast<DrawViewShell*>(this)->GetActualPage(); in UpdateScrollBars()
192 SdPage* pPage = static_cast<DrawViewShell*>(this)->GetActualPage(); in VirtVScrollHdl()
196 static_cast<DrawViewShell*>(this)->SwitchPage(nNewPage); in VirtVScrollHdl()
H A Ddrviews9.cxx67 void DrawViewShell::ExecGallery(SfxRequest const & rReq) in ExecGallery()
198 void DrawViewShell::AttrExec (SfxRequest &rReq) in AttrExec()
784 void DrawViewShell::AttrState (SfxItemSet& rSet) in AttrState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Ddrviews8.cxx38 void DrawViewShell::ScannerEvent() in ScannerEvent()
H A Dviewshe2.cxx94 SdPage* pPage = static_cast<DrawViewShell*>(this)->GetActualPage(); in UpdateScrollBars()
191 SdPage* pPage = static_cast<DrawViewShell*>(this)->GetActualPage(); in VirtVScrollHdl()
195 static_cast<DrawViewShell*>(this)->SwitchPage(nNewPage); in VirtVScrollHdl()
H A Ddrviews2.cxx238 sd::DrawViewShell& m_rDrawViewShell;
243 ClassificationCommon(sd::DrawViewShell & rDrawViewShell) in ClassificationCommon()
305 ClassificationCollector(sd::DrawViewShell & rDrawViewShell) in ClassificationCollector()
460 ClassificationInserter(sd::DrawViewShell & rDrawViewShell) in ClassificationInserter()
593 void DrawViewShell::FuTemporary(SfxRequest& rReq) in FuTemporary()
848 aNameDlg->SetCheckNameHdl( LINK( this, DrawViewShell, RenameSlideHdl ), true ); in FuTemporary()
2605 pDlg->SetCheckNameHdl(LINK(this, DrawViewShell, NameObjectHdl)); in FuTemporary()
3479 void DrawViewShell::ExecChar( SfxRequest &rReq ) in ExecChar()
3722 SdPage* DrawViewShell::CreateOrDuplicatePage ( in CreateOrDuplicatePage()
3740 void DrawViewShell::ExecutePropPanelAttr (SfxRequest const & rReq) in ExecutePropPanelAttr()
[all …]
H A Ddrviews9.cxx67 void DrawViewShell::ExecGallery(SfxRequest const & rReq) in ExecGallery()
198 void DrawViewShell::AttrExec (SfxRequest &rReq) in AttrExec()
784 void DrawViewShell::AttrState (SfxItemSet& rSet) in AttrState()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/controller/
H A DSlsSlotManager.cxx383 std::shared_ptr<DrawViewShell> pDrawViewShell ( in FuSupport()
384 std::dynamic_pointer_cast<DrawViewShell>(pBase->GetMainViewShell())); in FuSupport()
723 std::shared_ptr<DrawViewShell> pDrawViewShell ( in GetClipboardState()
724 std::dynamic_pointer_cast<DrawViewShell>(pBase->GetMainViewShell())); in GetClipboardState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/controller/
H A DSlsSlotManager.cxx385 std::shared_ptr<DrawViewShell> pDrawViewShell ( in FuSupport()
386 std::dynamic_pointer_cast<DrawViewShell>(pBase->GetMainViewShell())); in FuSupport()
725 std::shared_ptr<DrawViewShell> pDrawViewShell ( in GetClipboardState()
726 std::dynamic_pointer_cast<DrawViewShell>(pBase->GetMainViewShell())); in GetClipboardState()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/docshell/
H A Ddocshel4.cxx691 auto pDrawViewShell = dynamic_cast<DrawViewShell *>( mpViewShell ); in GotoBookmark()
794 pDrawViewShell = dynamic_cast<sd::DrawViewShell*>(mpViewShell); in GotoBookmark()
971 void DrawDocShell::setEditMode(DrawViewShell* pDrawViewShell, bool isMasterPage) in setEditMode()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/func/
H A Dfuinsert.cxx160 if( dynamic_cast< DrawViewShell *>( mpViewShell ) ) in DoExecute()
242 DrawViewShell* pDrViewSh = nullptr; in DoExecute()
248 pDrViewSh = dynamic_cast<DrawViewShell*>(mpViewShell); in DoExecute()
H A Dfuinsfil.cxx254 bool bDrawMode = dynamic_cast< const DrawViewShell *>( mpViewShell ) != nullptr; in DoExecute()
430 SdPage* pPage = static_cast<DrawViewShell*>(mpViewShell)->GetActualPage(); in InsTextOrRTFinDrMode()
453 if (static_cast<DrawViewShell*>(mpViewShell)->GetEditMode() == EditMode::MasterPage && in InsTextOrRTFinDrMode()
H A Dfusnapln.cxx81 aLinePos = static_cast<DrawViewShell*>(mpViewShell)->GetMousePos(); in DoExecute()
H A Dfutempl.cxx501DrawViewShell* pDrawViewShell = dynamic_cast< DrawViewShell* >( mpViewShell ); in DoExecute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/func/
H A Dfuinsert.cxx159 if( dynamic_cast< DrawViewShell *>( mpViewShell ) ) in DoExecute()
242 DrawViewShell* pDrViewSh = nullptr; in DoExecute()
248 pDrViewSh = dynamic_cast<DrawViewShell*>(mpViewShell); in DoExecute()
H A Dfuinsfil.cxx254 bool bDrawMode = dynamic_cast< const DrawViewShell *>( mpViewShell ) != nullptr; in DoExecute()
430 SdPage* pPage = static_cast<DrawViewShell*>(mpViewShell)->GetActualPage(); in InsTextOrRTFinDrMode()
453 if (static_cast<DrawViewShell*>(mpViewShell)->GetEditMode() == EditMode::MasterPage && in InsTextOrRTFinDrMode()
H A Dfutempl.cxx500DrawViewShell* pDrawViewShell = dynamic_cast< DrawViewShell* >( mpViewShell ); in DoExecute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/docshell/
H A Ddocshel4.cxx688 auto pDrawViewShell = dynamic_cast<DrawViewShell *>( mpViewShell ); in GotoBookmark()
791 pDrawViewShell = dynamic_cast<sd::DrawViewShell*>(mpViewShell); in GotoBookmark()
968 void DrawDocShell::setEditMode(DrawViewShell* pDrawViewShell, bool isMasterPage) in setEditMode()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/app/
H A Dsddll.cxx122 ::sd::DrawViewShell::RegisterInterface(pMod); in RegisterInterfaces()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/sidebar/
H A DLayoutMenu.cxx399 DrawViewShell* pDrawViewShell = static_cast<DrawViewShell*>(pMainViewShell); in AssignLayoutToSelectedSlides()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A Dunomodel.hxx59 class DrawViewShell;
123 sd::DrawViewShell* GetViewShell();
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/sdi/
H A Ddrviewsh.sdi208 shell DrawViewShell
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/sdi/
H A Ddrviewsh.sdi209 shell DrawViewShell
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A Dunomodel.hxx58 class DrawViewShell;
122 sd::DrawViewShell* GetViewShell();

123456789