Home
last modified time | relevance | path

Searched refs:mrDocument (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sd/source/ui/sidebar/
H A DCurrentMasterPagesSelector.cxx107 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 DMasterPagesSelector.cxx82 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 DRecentMasterPagesSelector.cxx116 sal_uInt16 nMasterPageCount = mrDocument.GetMasterSdPageCount(PK_STANDARD); in Fill()
120 SdPage* pMasterPage = mrDocument.GetMasterSdPage (nIndex, PK_STANDARD); in Fill()
H A DMasterPagesSelector.hxx142 SdDrawDocument& mrDocument; member in sd::sidebar::MasterPagesSelector
/trunk/main/sd/source/filter/xml/
H A Dsdtransform.cxx73 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()
/trunk/main/sd/source/filter/cgm/
H A Dsdcgmfilter.cxx97 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()
/trunk/main/sd/source/filter/grf/
H A Dsdgrffilter.cxx220 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()
/trunk/main/svgio/source/svgreader/
H A Dsvgnode.cxx274 mrDocument(rDocument), in SvgNode()
676 mrDocument.removeSvgNodeFromMapper(*mpId); in setId()
684 mrDocument.addSvgNodeToMapper(*mpId, *this); in setId()
692 mrDocument.removeSvgNodeFromMapper(*mpClass); in setClass()
700 mrDocument.addSvgNodeToMapper(*mpClass, *this); in setClass()
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx98 SdDrawDocument& mrDocument; member in __anon7663c49a0111::OutlineToImpressFinalizer
954 mrDocument(rDocument), in OutlineToImpressFinalizer()
1041 sal_uInt16 nPageCount (mrDocument.GetSdPageCount(PK_STANDARD)); in operator ()()
1044 SdPage* pPage = mrDocument.GetSdPage(nIndex, PK_STANDARD); in operator ()()
1052 SdPage* pPage = mrDocument.GetSdPage(0, PK_STANDARD); in operator ()()
1060 ::sd::DrawDocShell* pDocShell = mrDocument.GetDocSh(); in operator ()()
/trunk/main/sd/source/ui/inc/
H A DMasterPageObserver.hxx114 SdDrawDocument& mrDocument; member in sd::MasterPageObserverEvent
122 mrDocument(rDocument), in MasterPageObserverEvent()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgnode.hxx95 SvgDocument& mrDocument; member in svgio::svgreader::SvgNode
158 const SvgDocument& getDocument() const { return mrDocument; } in getDocument()
/trunk/main/sd/source/filter/
H A Dsdpptwrp.cxx116 … bRet = PPTImport( aTraceConfigPath, &aConfigData, &mrDocument, *pDocStream, *pStorage, mrMedium ); in Import()
167 mrDocument.SetSwapGraphicsMode( SDR_SWAPGRAPHICSMODE_TEMP ); in Export()
H A Dsdfilter.cxx61 , mrDocument( *rDocShell.GetDoc() ) in SdFilter()
/trunk/main/sd/source/filter/html/
H A Dsdhtmlfilter.cxx79 delete( new HtmlExport( mrMedium.GetName(), aParams, &mrDocument, &mrDocShell ) ); in Export()
/trunk/main/sd/inc/
H A Dsdfilter.hxx62 SdDrawDocument& mrDocument; member in SdFilter

Completed in 68 milliseconds