/aoo4110/main/sd/source/ui/docshell/ |
H A D | docshell.cxx | 93 #define DrawDocShell macro 117 TYPEINIT1( DrawDocShell, SfxObjectShell ); 120 DrawDocShell, 159 DrawDocShell::DrawDocShell(SfxObjectCreateMode eMode, in DrawDocShell() function in sd::DrawDocShell 205 DrawDocShell::DrawDocShell(SdDrawDocument* pDoc, SfxObjectCreateMode eMode, in DrawDocShell() function in sd::DrawDocShell 229 DrawDocShell::~DrawDocShell() in ~DrawDocShell() 451 void DrawDocShell::Deactivate( sal_Bool ) in Deactivate() 474 void DrawDocShell::UpdateTablePointers() in UpdateTablePointers() 492 void DrawDocShell::CancelSearching() in CancelSearching() 506 void DrawDocShell::ApplySlotFilter() const in ApplySlotFilter() [all …]
|
H A D | docshel4.cxx | 111 SfxPrinter* DrawDocShell::GetPrinter(sal_Bool bCreate) in GetPrinter() 164 void DrawDocShell::SetPrinter(SfxPrinter *pNewPrinter) in SetPrinter() 185 void DrawDocShell::UpdateFontList() in UpdateFontList() 203 Printer* DrawDocShell::GetDocumentPrinter() in GetDocumentPrinter() 243 void DrawDocShell::UpdateRefDevice() in UpdateRefDevice() 313 sal_Bool DrawDocShell::Load( SfxMedium& rMedium ) in Load() 550 sal_Bool DrawDocShell::Save() in Save() 577 sal_Bool DrawDocShell::SaveAs( SfxMedium& rMedium ) in SaveAs() 728 SdDrawDocument* DrawDocShell::GetDoc() in GetDoc() 1290 const String DrawDocShell::getDocAccTitle() const in getDocAccTitle() [all …]
|
H A D | docshel2.cxx | 62 void DrawDocShell::Draw(OutputDevice* pOut, const JobSetup&, sal_uInt16 nAspect) in Draw() 169 Rectangle DrawDocShell::GetVisArea(sal_uInt16 nAspect) const in GetVisArea() 208 void DrawDocShell::Connect(ViewShell* pViewSh) in Connect() 219 void DrawDocShell::Disconnect(ViewShell* pViewSh) in Disconnect() 233 FrameView* DrawDocShell::GetFrameView() in GetFrameView() 251 Size DrawDocShell::GetFirstPageSize() in GetFirstPageSize() 262 Bitmap DrawDocShell::GetPagePreviewBitmap(SdPage* pPage, sal_uInt16 nMaxEdgePixel) in GetPagePreviewBitmap() 361 sal_Bool DrawDocShell::CheckPageName (::Window* pWin, String& rName ) in CheckPageName() 376 aNameDlg->SetCheckNameHdl( LINK( this, DrawDocShell, RenameSlideHdl ) ); in CheckPageName() 394 bool DrawDocShell::IsNewPageNameValid( String & rInOutPageName, bool bResetStringIfStandardName /* … in IsNewPageNameValid() [all …]
|
H A D | docshel3.cxx | 84 void DrawDocShell::Execute( SfxRequest& rReq ) in Execute() 131 if (pShell->ISA(DrawDocShell)) in Execute() 133 ( (DrawDocShell*) pShell)->CancelSearching(); in Execute() 242 void DrawDocShell::SetOrganizerSearchMask(SfxStyleSheetBasePool* pBasePool) const in SetOrganizerSearchMask() 248 void DrawDocShell::SetDocShellFunction( const ::sd::FunctionReference& xFunction ) in SetDocShellFunction()
|
H A D | grdocsh.cxx | 55 TYPEINIT1(GraphicDocShell, DrawDocShell); 68 DrawDocShell(eMode, bDataObject, eDocType) in GraphicDocShell() 76 DrawDocShell(nModelCreationFlags, bDataObject, eDocType) in GraphicDocShell()
|
/aoo4110/main/sd/source/ui/app/ |
H A D | sdmod1.cxx | 134 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in Execute() 158 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in Execute() 193 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in Execute() 231 ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in Execute() 362 ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState() 379 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in GetState() 407 ::sd::DrawDocShell* pDocSh = in GetState() 418 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState() 425 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState() 432 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState() [all …]
|
H A D | sdmod.cxx | 132 ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in ~SdModule() 199 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in GetSdOptions() 222 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in GetOptionStream() 280 OutputDevice* SdModule::GetRefDevice (::sd::DrawDocShell& ) in GetRefDevice() argument
|
H A D | sdmod2.cxx | 167 ::sd::DrawDocShell* pDocShell = NULL; in IMPL_LINK() 183 pDocShell = dynamic_cast< ::sd::DrawDocShell *>( SfxObjectShell::Current() ); in IMPL_LINK() 423 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in CreateItemSet() 555 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in ApplyItemSet()
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | sdtreelb.hxx | 56 class DrawDocShell; 59 SV_DECL_REF(DrawDocShell) 86 ::sd::DrawDocShell& rDocShell, 89 ::sd::DrawDocShell& GetDocShell() const; 108 ::sd::DrawDocShell& mrDocShell; 148 ::sd::DrawDocShell* mpDropDocSh; 232 ::sd::DrawDocShell* GetDropDocSh() { return(mpDropDocSh); } in GetDropDocSh() 249 static ::sd::ViewShell* GetViewShellForDocShell (::sd::DrawDocShell &rDocShell);
|
H A D | DrawDocShell.hxx | 60 class SD_DLLPUBLIC DrawDocShell : public SfxObjectShell class 67 DrawDocShell ( 72 DrawDocShell ( 77 DrawDocShell ( 82 virtual ~DrawDocShell(); 241 SV_DECL_REF(DrawDocShell) 244 SV_IMPL_REF (DrawDocShell)
|
H A D | sdpreslt.hxx | 37 class DrawDocShell; 48 ::sd::DrawDocShell* pDocShell, 61 ::sd::DrawDocShell* mpDocSh;
|
H A D | drawview.hxx | 32 class DrawDocShell; 51 DrawDocShell* pDocSh, 80 DrawDocShell* mpDocShell;
|
H A D | PreviewRenderer.hxx | 40 class DrawDocShell; 137 DrawDocShell* mpDocShellOfView; 169 void ProvideView (DrawDocShell* pDocShell);
|
H A D | vectdlg.hxx | 38 class DrawDocShell; 49 ::sd::DrawDocShell * mpDocSh; 96 SdVectorizeDlg( Window* pParent, const Bitmap& rBmp, ::sd::DrawDocShell* pDocShell );
|
H A D | View.hxx | 57 class DrawDocShell; 125 inline DrawDocShell* GetDocSh (void) const; 239 DrawDocShell* mpDocSh; 267 DrawDocShell* View::GetDocSh (void) const in GetDocSh()
|
H A D | fupoor.hxx | 45 class DrawDocShell; 70 DrawDocShell* GetDocSh() { return mpDocSh; } in GetDocSh() 167 DrawDocShell* mpDocSh;
|
/aoo4110/main/sd/source/ui/dlg/ |
H A D | navigatr.cxx | 184 sd::DrawDocShell* pDocShell = pNonConstDoc->GetDocSh(); in FreshTree() 202 ::sd::DrawDocShell* pDocShell = pNonConstDoc->GetDocSh(); in InitTreeLB() 270 sd::DrawDocShell* SdNavigatorWin::GetDrawDocShell( const SdDrawDocument* pDoc ) in GetDrawDocShell() 274 sd::DrawDocShell* pDocShell = pDoc->GetDocSh(); in GetDrawDocShell() 461 ::sd::DrawDocShell* pDocShell = NULL; in IMPL_LINK() 483 ::sd::DrawDocShell* pNCDocShell = pNonConstDoc->GetDocSh(); in IMPL_LINK() 569 ::sd::DrawDocShell* pDocShell = pInfo->mpDocShell; in IMPL_LINK() 743 ::sd::DrawDocShell* pCurrentDocShell = in RefreshDocumentLB() 744 PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in RefreshDocumentLB() 748 ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell, pSfxDocShell ); in RefreshDocumentLB()
|
H A D | dlgass.cxx | 1048 ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell,pShell); in GetDocument() 1227 DrawDocShell* pDocShell = dynamic_cast< DrawDocShell * >(pShell); in IMPL_LINK() 1430 DrawDocShell* pDocShell = PTR_CAST(DrawDocShell,pShell); in UpdateUserData() 1494 DrawDocShell* pDocShell = PTR_CAST(DrawDocShell,pShell); in UpdatePageList() 1535 DrawDocShell* pNewDocSh; in UpdatePreview() 1536 xDocShell = pNewDocSh = new DrawDocShell(SFX_CREATE_MODE_STANDARD, sal_False); in UpdatePreview() 1554 DrawDocShell* pDocShell = PTR_CAST(DrawDocShell,pShell); in UpdatePreview() 1635 DrawDocShell* pDocShell = PTR_CAST(DrawDocShell,pShell); in UpdatePreview() 1639 pDocShell = PTR_CAST(DrawDocShell,pShell); in UpdatePreview()
|
H A D | sdtreelb.cxx | 104 ::sd::DrawDocShell& rDocShell, in SdPageObjsTransferable() 162 ::sd::DrawDocShell& SdPageObjsTLB::SdPageObjsTransferable::GetDocShell() const in GetDocShell() 716 sd::DrawDocShell* pSdDrawDocShell = NULL; in AddShapeList() 751 sd::DrawDocShell* pSdDrawDocShell = NULL; in AddShapeList() 779 sd::DrawDocShell* pSdDrawDocShell = NULL; in AddShapeList() 821 sd::DrawDocShell* pSdDrawDocShell = NULL; in AddShapeList() 1153 mxBookmarkDocShRef = new ::sd::DrawDocShell(SFX_CREATE_MODE_STANDARD, sal_True); in GetBookmarkDoc() 1268 sd::DrawDocShell* pSdDrawDocShell = NULL; in KeyInput() 1385 ::sd::DrawDocShell* pDocShell = mpDoc->GetDocSh(); in DoDrag() 1770 ::sd::DrawDocShell* pDocShell = mpDoc->GetDocSh(); in AddShapeToTransferable() [all …]
|
H A D | docprev.cxx | 157 ::sd::DrawDocShell* pDocShell = dynamic_cast< ::sd::DrawDocShell * >( mpObj ); in startPreview() 201 ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell,mpObj); in updateViewSettings()
|
/aoo4110/main/sd/inc/ |
H A D | drawdoc.hxx | 105 SV_DECL_REF(DrawDocShell) 107 class DrawDocShell; 178 ::sd::DrawDocShell* mpDocSh; 245 ::sd::DrawDocShell* GetDocSh() const { return mpDocSh; } in GetDocSh() 284 ::sd::DrawDocShell* pBookmarkDocSh, sal_Bool bCopy, 337 sal_Bool bNoDialogs, ::sd::DrawDocShell* pBookmarkDocSh, 341 sal_Bool bLink, ::sd::DrawDocShell* pBookmarkDocSh, 701 DrawDocShell* mpDocShell;
|
H A D | sdabstdlg.hxx | 39 class DrawDocShell; 185 …* CreateBreakDlg(::Window* pWindow, ::sd::DrawView* pDrView, ::sd::DrawDocShell* pShell, sal_uL… 201 …virtual AbstractSdPresLayoutDlg* CreateSdPresLayoutDlg( ::sd::DrawDocShell* pDocShell, ::sd::ViewS… 204 …* CreateSdVectorizeDlg( ::Window* pParent, const Bitmap& rBmp, ::sd::DrawDocShell* pDocShell ) = …
|
H A D | sdfilter.hxx | 39 class DrawDocShell; 48 SdFilter( SfxMedium& rMedium, ::sd::DrawDocShell& rDocShell, sal_Bool bShowProgress ); 61 ::sd::DrawDocShell& mrDocShell;
|
/aoo4110/main/sd/source/ui/annotations/ |
H A D | annotationwindow.hxx | 55 class DrawDocShell; 90 DrawDocShell* mpDocShell; 113 AnnotationWindow( AnnotationManagerImpl& rManager, DrawDocShell* pDocShell, ::Window* pParent ); 127 DrawDocShell* DocShell() { return mpDocShell; } in DocShell()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | ViewClipboard.cxx | 87 DrawDocShell* pDocShell = rTransferable.GetPageDocShell(); in GetFirstMasterPage() 159 DrawDocShell* pDataDocShell = rTransferable.GetPageDocShell(); in AssignMasterPage() 225 DrawDocShell* pDataDocSh; in InsertSlides() 239 pDataDocSh = (DrawDocShell*) pShell; in InsertSlides()
|