| /trunk/main/sd/source/ui/docshell/ |
| H A D | docshell.cxx | 93 #define DrawDocShell macro 96 SFX_IMPL_INTERFACE(DrawDocShell, SfxObjectShell, SdResId(0)) 117 TYPEINIT1( DrawDocShell, SfxObjectShell ); 120 DrawDocShell, 131 void DrawDocShell::Construct( bool bClipboard ) in Construct() 159 DrawDocShell::DrawDocShell(SfxObjectCreateMode eMode, in DrawDocShell() function in sd::DrawDocShell 183 DrawDocShell::DrawDocShell( const sal_uInt64 nModelCreationFlags, sal_Bool bDataObject, DocumentTyp… in DrawDocShell() function in sd::DrawDocShell 205 DrawDocShell::DrawDocShell(SdDrawDocument* pDoc, SfxObjectCreateMode eMode, in DrawDocShell() function in sd::DrawDocShell 229 DrawDocShell::~DrawDocShell() in ~DrawDocShell() 271 void DrawDocShell::GetState(SfxItemSet &rSet) in GetState() [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() 213 void DrawDocShell::OnDocumentPrinterChanged(Printer* pNewPrinter) in OnDocumentPrinterChanged() 243 void DrawDocShell::UpdateRefDevice() in UpdateRefDevice() 288 sal_Bool DrawDocShell::InitNew( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XS… in InitNew() 313 sal_Bool DrawDocShell::Load( SfxMedium& rMedium ) in Load() 395 sal_Bool DrawDocShell::LoadFrom( SfxMedium& rMedium ) in LoadFrom() 459 sal_Bool DrawDocShell::ConvertFrom( SfxMedium& rMedium ) in ConvertFrom() [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()
|
| /trunk/main/sd/source/ui/app/ |
| H A D | sdmod1.cxx | 132 … ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in Execute() 156 … ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in Execute() 191 … ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in Execute() 229 ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in Execute() 286 ::sd::DrawDocShell* pDocSh; in OutlineToImpress() 287 xDocShell = pDocSh = new ::sd::DrawDocShell( in OutlineToImpress() 358 ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState() 375 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in GetState() 403 ::sd::DrawDocShell* pDocSh = in GetState() 404 PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in GetState() [all …]
|
| H A D | sdmod.cxx | 128 ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current()); in ~SdModule() 191 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in GetSdOptions() 212 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in GetOptionStream() 270 OutputDevice* SdModule::GetRefDevice (::sd::DrawDocShell& ) in GetRefDevice() argument
|
| H A D | sdmod2.cxx | 165 ::sd::DrawDocShell* pDocShell = NULL; in IMPL_LINK() 181 pDocShell = dynamic_cast< ::sd::DrawDocShell *>( SfxObjectShell::Current() ); in IMPL_LINK() 419 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in CreateItemSet() 551 ::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell, SfxObjectShell::Current() ); in ApplyItemSet()
|
| /trunk/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 | 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 | 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 | fupoor.hxx | 45 class DrawDocShell; 70 DrawDocShell* GetDocSh() { return mpDocSh; } in GetDocSh() 167 DrawDocShell* mpDocSh;
|
| /trunk/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 | 1052 ::sd::DrawDocShell* pDocShell = PTR_CAST(::sd::DrawDocShell,pShell); in GetDocument() 1231 DrawDocShell* pDocShell = dynamic_cast< DrawDocShell * >(pShell); in IMPL_LINK() 1434 DrawDocShell* pDocShell = PTR_CAST(DrawDocShell,pShell); in UpdateUserData() 1498 DrawDocShell* pDocShell = PTR_CAST(DrawDocShell,pShell); in UpdatePageList() 1539 DrawDocShell* pNewDocSh; in UpdatePreview() 1540 xDocShell = pNewDocSh = new DrawDocShell(SFX_CREATE_MODE_STANDARD, sal_False); in UpdatePreview() 1558 DrawDocShell* pDocShell = PTR_CAST(DrawDocShell,pShell); in UpdatePreview() 1639 DrawDocShell* pDocShell = PTR_CAST(DrawDocShell,pShell); in UpdatePreview() 1643 pDocShell = PTR_CAST(DrawDocShell,pShell); in UpdatePreview()
|
| H A D | sdtreelb.cxx | 101 ::sd::DrawDocShell& rDocShell, in SdPageObjsTransferable() 156 ::sd::DrawDocShell& SdPageObjsTLB::SdPageObjsTransferable::GetDocShell() const in GetDocShell() 687 sd::DrawDocShell* pSdDrawDocShell = NULL; in AddShapeList() 722 sd::DrawDocShell* pSdDrawDocShell = NULL; in AddShapeList() 750 sd::DrawDocShell* pSdDrawDocShell = NULL; in AddShapeList() 792 sd::DrawDocShell* pSdDrawDocShell = NULL; in AddShapeList() 1104 mxBookmarkDocShRef = new ::sd::DrawDocShell(SFX_CREATE_MODE_STANDARD, sal_True); in GetBookmarkDoc() 1213 sd::DrawDocShell* pSdDrawDocShell = NULL; in KeyInput() 1326 ::sd::DrawDocShell* pDocShell = mpDoc->GetDocSh(); in DoDrag() 1689 ::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()
|
| /trunk/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::Vi… 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;
|
| /trunk/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()
|
| /trunk/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()
|