/aoo4110/main/sd/source/ui/sidebar/ |
H A D | CurrentMasterPagesSelector.cxx | 107 if (mrDocument.GetDocSh() != NULL) in ~CurrentMasterPagesSelector() 109 EndListening(*mrDocument.GetDocSh()); in ~CurrentMasterPagesSelector() 113 OSL_ASSERT(mrDocument.GetDocSh() != NULL); in ~CurrentMasterPagesSelector() 127 if (mrDocument.GetDocSh() != NULL) in LateInit() 129 StartListening(*mrDocument.GetDocSh()); in LateInit() 133 OSL_ASSERT(mrDocument.GetDocSh() != NULL); in LateInit() 142 sal_uInt16 nPageCount = mrDocument.GetMasterSdPageCount(PK_STANDARD); in Fill() 149 pMasterPage = mrDocument.GetMasterSdPage (nIndex, PK_STANDARD); in Fill() 195 sal_uInt16 nPageCount = mrDocument.GetSdPageCount(PK_STANDARD); in UpdateSelection() 202 pPage = mrDocument.GetSdPage (nIndex, PK_STANDARD); in UpdateSelection() [all …]
|
H A D | MasterPagesSelector.cxx | 82 mrDocument(rDocument), in MasterPagesSelector() 424 sal_uInt16 nPageCount = mrDocument.GetSdPageCount(PK_STANDARD); in AssignMasterPageToAllSlides() 436 SdPage* pPage = mrDocument.GetSdPage (nPageIndex, PK_STANDARD); in AssignMasterPageToAllSlides() 492 DocumentHelper::AssignMasterPageToPageList(mrDocument, pMasterPage, rPageList); in AssignMasterPageToPageList()
|
H A D | RecentMasterPagesSelector.cxx | 116 sal_uInt16 nMasterPageCount = mrDocument.GetMasterSdPageCount(PK_STANDARD); in Fill() 120 SdPage* pMasterPage = mrDocument.GetMasterSdPage (nIndex, PK_STANDARD); in Fill()
|
H A D | MasterPagesSelector.hxx | 142 SdDrawDocument& mrDocument; member in sd::sidebar::MasterPagesSelector
|
/aoo4110/main/sd/source/filter/xml/ |
H A D | sdtransform.cxx | 73 SdDrawDocument& mrDocument; member in SdTransformOOo2xDocument 93 : mrDocument( rDocument ) in SdTransformOOo2xDocument() 110 sal_uInt16 nMasterPageCount = mrDocument.GetMasterPageCount(); in transformMasterPages() 113 SdrObjList* pPage = mrDocument.GetMasterPage( nMasterPage ); in transformMasterPages() 121 sal_uInt16 nPageCount = mrDocument.GetPageCount(); in transformDrawPages() 124 SdrObjList* pPage = mrDocument.GetPage( nPage ); in transformDrawPages() 139 rtl::Reference< SfxStyleSheetBasePool > xStyleSheetPool( mrDocument.GetStyleSheetPool() ); in transformStyles()
|
/aoo4110/main/sd/source/filter/cgm/ |
H A D | sdcgmfilter.cxx | 97 if( mrDocument.GetPageCount() == 0L ) in Import() 98 mrDocument.CreateFirstPages(); in Import() 109 mrDocument.StopWorkStartupDelay(); in Import() 110 SdPage* pSdPage = mrDocument.GetMasterSdPage(0, PK_STANDARD); in Import()
|
/aoo4110/main/sd/source/filter/grf/ |
H A D | sdgrffilter.cxx | 220 if( mrDocument.GetPageCount() == 0L ) in Import() 221 mrDocument.CreateFirstPages(); in Import() 223 SdPage* pPage = mrDocument.GetSdPage( 0, PK_STANDARD ); in Import() 293 pPage = mrDocument.GetSdPage( 0, PK_HANDOUT ); in Export() 298 pPage = mrDocument.GetSdPage( 0, PK_STANDARD ); in Export() 303 …pPage = mrDocument.GetSdPage( pPage->GetPageNum() ? ( pPage->GetPageNum() - 1 ) >> 1 : 0, ePageKin… in Export()
|
/aoo4110/main/svgio/source/svgreader/ |
H A D | svgnode.cxx | 151 mrDocument(rDocument), in SvgNode() 542 mrDocument.removeSvgNodeFromMapper(*mpId); in setId() 550 mrDocument.addSvgNodeToMapper(*mpId, *this); in setId() 558 mrDocument.removeSvgNodeFromMapper(*mpClass); in setClass() 566 mrDocument.addSvgNodeToMapper(*mpClass, *this); in setClass()
|
/aoo4110/main/sd/source/ui/app/ |
H A D | sdmod1.cxx | 98 SdDrawDocument& mrDocument; member in __anon37b0440b0111::OutlineToImpressFinalizer 938 mrDocument(rDocument), in OutlineToImpressFinalizer() 1025 sal_uInt16 nPageCount (mrDocument.GetSdPageCount(PK_STANDARD)); in operator ()() 1028 SdPage* pPage = mrDocument.GetSdPage(nIndex, PK_STANDARD); in operator ()() 1036 SdPage* pPage = mrDocument.GetSdPage(0, PK_STANDARD); in operator ()() 1044 ::sd::DrawDocShell* pDocShell = mrDocument.GetDocSh(); in operator ()()
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | MasterPageObserver.hxx | 114 SdDrawDocument& mrDocument; member in sd::MasterPageObserverEvent 122 mrDocument(rDocument), in MasterPageObserverEvent()
|
/aoo4110/main/svgio/inc/svgio/svgreader/ |
H A D | svgnode.hxx | 95 SvgDocument& mrDocument; member in svgio::svgreader::SvgNode 138 const SvgDocument& getDocument() const { return mrDocument; } in getDocument()
|
/aoo4110/main/sd/source/filter/ |
H A D | sdpptwrp.cxx | 116 … bRet = PPTImport( aTraceConfigPath, &aConfigData, &mrDocument, *pDocStream, *pStorage, mrMedium ); in Import() 166 mrDocument.SetSwapGraphicsMode( SDR_SWAPGRAPHICSMODE_TEMP ); in Export()
|
H A D | sdfilter.cxx | 61 , mrDocument( *rDocShell.GetDoc() ) in SdFilter()
|
/aoo4110/main/sd/source/filter/html/ |
H A D | sdhtmlfilter.cxx | 79 delete( new HtmlExport( mrMedium.GetName(), aParams, &mrDocument, &mrDocShell ) ); in Export()
|
/aoo4110/main/sd/inc/ |
H A D | sdfilter.hxx | 62 SdDrawDocument& mrDocument; member in SdFilter
|