/aoo4110/main/sd/source/ui/view/ |
H A D | drawview.cxx | 90 TYPEINIT1(DrawView, View); 100 DrawView::DrawView( DrawDocShell* pDocSh, OutputDevice* pOutDev, DrawViewShell* pShell) in DrawView() function in sd::DrawView 116 DrawView::~DrawView() in ~DrawView() 127 void DrawView::MarkListHasChanged() in MarkListHasChanged() 141 void DrawView::ModelHasChanged() in ModelHasChanged() 161 sal_Bool DrawView::SetAttributes(const SfxItemSet& rSet, in SetAttributes() 398 void DrawView::Notify(SfxBroadcaster& rBC, const SfxHint& rHint) in Notify() 438 void DrawView::BlockPageOrderChangedHint(sal_Bool bBlock) in BlockPageOrderChangedHint() 526 void DrawView::PresPaint(const Region& rRegion) in PresPaint() 565 void DrawView::HideSdrPage() in HideSdrPage() [all …]
|
H A D | clview.cxx | 50 : DrawView (pDocSh, pOutDev, pShell) in ClientView() 99 DrawView::CompleteRedraw(pOutDev, rReg, pRedirector); in CompleteRedraw()
|
H A D | DocumentRenderer.cxx | 749 DrawView& rPrintView, 800 DrawView& rPrintView, in Print() 858 DrawView& rPrintView, in Print() 944 DrawView& rPrintView, in Print() 1017 DrawView& rPrintView, in Print() 1166 DrawView& rPrintView, in Print() 1360 mpPrintView.reset(new DrawView(mrBase.GetDocShell(), &rPrinter, pDrawViewShell.get())); in PrintPage() 1428 ::boost::scoped_ptr<DrawView> mpPrintView;
|
H A D | Outliner.cxx | 901 static_cast<DrawView*>(mpView)->GetTextEditOutliner(); in RememberStartPosition() 960 static_cast<DrawView*>(mpView)->GetTextEditOutliner(); in RestoreStartPosition()
|
H A D | drviewsa.cxx | 287 mpDrawView = new DrawView(pDocSh, GetActiveWindow(), this); in Construct()
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | BreakDlg.hxx | 45 class DrawView; 58 DrawView* pDrView, 76 DrawView* pDrView;
|
H A D | drawview.hxx | 45 class DrawView : public ::sd::View class 50 DrawView ( 54 virtual ~DrawView (void);
|
H A D | PreviewRenderer.hxx | 41 class DrawView; 136 ::std::auto_ptr<DrawView> mpView;
|
H A D | DrawViewShell.hxx | 52 class DrawView; 370 DrawView* GetDrawView() const { return mpDrawView; } in GetDrawView() 382 DrawView* mpDrawView;
|
H A D | ClientView.hxx | 40 : public DrawView
|
H A D | fuconbez.hxx | 34 class DrawView;
|
/aoo4110/main/sd/inc/ |
H A D | sdabstdlg.hxx | 41 class DrawView; 185 …virtual VclAbstractDialog* CreateBreakDlg(::Window* pWindow, ::sd::DrawView* pDrView, ::sd::Dra…
|
/aoo4110/main/sd/source/ui/func/ |
H A D | fuprlout.cxx | 212 static_cast<DrawView*>(mpView)->BlockPageOrderChangedHint(sal_True); in DoExecute() 237 static_cast<DrawView*>(mpView)->BlockPageOrderChangedHint(sal_False); in DoExecute()
|
H A D | fudraw.cxx | 775 if ((mpView->ISA(DrawView) && in SetPointer() 787 (mpView->ISA(DrawView) && in SetPointer()
|
H A D | fusel.cxx | 1332 mpView->ISA(DrawView) && in AnimateObj() 1531 mpView->ISA(DrawView) && in AnimateObj()
|
/aoo4110/main/sd/source/ui/dlg/ |
H A D | LayerTabBar.cxx | 302 DrawView* pDrView = PTR_CAST( DrawView, pView ); in EndRenaming()
|
H A D | docprev.cxx | 241 ::sd::DrawView* pView = new ::sd::DrawView(pDocShell, this, NULL); in updateViewSettings()
|
H A D | brkdlg.cxx | 57 DrawView* _pDrView, in BreakDlg()
|
H A D | sddlgfact.hxx | 257 …virtual VclAbstractDialog* CreateBreakDlg(::Window* pWindow, ::sd::DrawView* pDrView, ::sd::Dra…
|
H A D | sddlgfact.cxx | 382 ::sd::DrawView* pDrView, in CreateBreakDlg()
|
/aoo4110/main/sd/sdi/ |
H A D | grviewsh.sdi | 24 interface GraphicEditView : DrawView
|
H A D | drviewsh.sdi | 23 interface ImpressEditView : DrawView
|
H A D | _drvwsh.sdi | 36 interface DrawView
|
/aoo4110/main/sd/source/ui/tools/ |
H A D | PreviewRenderer.cxx | 471 mpView.reset (new DrawView (pDocShell, mpPreviewDevice.get(), NULL)); in ProvideView()
|
/aoo4110/main/sd/source/ui/animations/ |
H A D | CustomAnimationPane.cxx | 2130 DrawView* pView = pViewShell->GetDrawView(); in createPath() 2532 DrawView* pView = pViewShell ? pViewShell->GetDrawView() : NULL; in markShapesFromSelectedEffects()
|