Home
last modified time | relevance | path

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

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/sidebar/
H A DCurrentMasterPagesSelector.cxx78 if (mrDocument.GetDocSh() != nullptr) in ~CurrentMasterPagesSelector()
80 EndListening(*mrDocument.GetDocSh()); in ~CurrentMasterPagesSelector()
84 OSL_ASSERT(mrDocument.GetDocSh() != nullptr); in ~CurrentMasterPagesSelector()
95 if (mrDocument.GetDocSh() != nullptr) in LateInit()
97 StartListening(*mrDocument.GetDocSh()); in LateInit()
101 OSL_ASSERT(mrDocument.GetDocSh() != nullptr); in LateInit()
152 sal_uInt16 nPageCount = mrDocument.GetSdPageCount(PageKind::Standard); in UpdateSelection()
158 SdPage* pPage = mrDocument.GetSdPage (nIndex, PageKind::Standard); in UpdateSelection()
200 && mrDocument.GetMasterPageUserCount(pMasterPage) == 0) in ExecuteCommand()
205 mrDocument.RemoveUnnecessaryMasterPages(pMasterPage); in ExecuteCommand()
[all …]
H A DRecentMasterPagesSelector.cxx88 sal_uInt16 nMasterPageCount = mrDocument.GetMasterSdPageCount(PageKind::Standard); in Fill()
91 SdPage* pMasterPage = mrDocument.GetMasterSdPage (nIndex, PageKind::Standard); in Fill()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/sidebar/
H A DCurrentMasterPagesSelector.cxx82 if (mrDocument.GetDocSh() != nullptr) in dispose()
84 EndListening(*mrDocument.GetDocSh()); in dispose()
88 OSL_ASSERT(mrDocument.GetDocSh() != nullptr); in dispose()
101 if (mrDocument.GetDocSh() != nullptr) in LateInit()
103 StartListening(*mrDocument.GetDocSh()); in LateInit()
107 OSL_ASSERT(mrDocument.GetDocSh() != nullptr); in LateInit()
158 sal_uInt16 nPageCount = mrDocument.GetSdPageCount(PageKind::Standard); in UpdateSelection()
164 SdPage* pPage = mrDocument.GetSdPage (nIndex, PageKind::Standard); in UpdateSelection()
206 && mrDocument.GetMasterPageUserCount(pMasterPage) == 0) in ExecuteCommand()
211 mrDocument.RemoveUnnecessaryMasterPages(pMasterPage); in ExecuteCommand()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/pdf/
H A Dsdpdffilter.cxx58 bool bWasLocked = mrDocument.isLocked(); in Import()
59 mrDocument.setLock(true); in Import()
60 const bool bSavedUndoEnabled = mrDocument.IsUndoEnabled(); in Import()
61 mrDocument.EnableUndo(false); in Import()
64 mrDocument.CreateFirstPages(); in Import()
67 mrDocument.DuplicatePage(0); in Import()
79 SdPage* pPage = mrDocument.GetSdPage(nPageNumber, PageKind::Standard); in Import()
189 mrDocument.setLock(bWasLocked); in Import()
190 mrDocument.EnableUndo(bSavedUndoEnabled); in Import()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dbgui/
H A DPivotLayoutDialog.cxx78 , mrDocument(pViewData->GetDocument()) in ScPivotLayoutDialog()
80 , maAddressDetails(mrDocument.GetAddressConvention(), 0, 0) in ScPivotLayoutDialog()
229 ScAreaNameIterator aIterator(mrDocument); in SetupSource()
272 ScAreaNameIterator aIterator(mrDocument); in SetupDestination()
300 … OUString aAddressString = aAddress.Format(ScRefFlags::ADDR_ABS_3D, &mrDocument, maAddressDetails); in SetupDestination()
405 ScRange aSourceRange = lclGetRangeForNamedRange(aEntryString, mrDocument); in UpdateSourceRange()
414 ScRefFlags nResult = aSourceRange.Parse(aSourceString, mrDocument, maAddressDetails); in UpdateSourceRange()
425 ConvertDoubleRef(mrDocument, aSourceString, 1, aStart, aEnd, maAddressDetails); in UpdateSourceRange()
431 aSourceRange = lclGetRangeForNamedRange(aSourceString, mrDocument); in UpdateSourceRange()
590 aDestinationRange = lclGetRangeForNamedRange(aName, mrDocument); in GetDestination()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/cgm/
H A Dsdcgmfilter.cxx86 if( mrDocument.GetPageCount() == 0 ) in Import()
87 mrDocument.CreateFirstPages(); in Import()
99 mrDocument.StopWorkStartupDelay(); in Import()
100 SdPage* pSdPage = mrDocument.GetMasterSdPage(0, PageKind::Standard); in Import()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/cgm/
H A Dsdcgmfilter.cxx86 if( mrDocument.GetPageCount() == 0 ) in Import()
87 mrDocument.CreateFirstPages(); in Import()
99 mrDocument.StopWorkStartupDelay(); in Import()
100 SdPage* pSdPage = mrDocument.GetMasterSdPage(0, PageKind::Standard); in Import()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/xml/
H A Dsdtransform.cxx66 SdDrawDocument& mrDocument; member in __anon6a64fa5c0111::SdTransformOOo2xDocument
89 : mrDocument( rDocument ) in SdTransformOOo2xDocument()
103 sal_uInt16 nMasterPageCount = mrDocument.GetMasterPageCount(); in transformMasterPages()
106 SdrObjList* pPage = mrDocument.GetMasterPage( nMasterPage ); in transformMasterPages()
114 sal_uInt16 nPageCount = mrDocument.GetPageCount(); in transformDrawPages()
117 SdrObjList* pPage = mrDocument.GetPage( nPage ); in transformDrawPages()
132 rtl::Reference< SfxStyleSheetBasePool > xStyleSheetPool( mrDocument.GetStyleSheetPool() ); in transformStyles()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/xml/
H A Dsdtransform.cxx64 SdDrawDocument& mrDocument; member in SdTransformOOo2xDocument
85 : mrDocument( rDocument ) in SdTransformOOo2xDocument()
99 sal_uInt16 nMasterPageCount = mrDocument.GetMasterPageCount(); in transformMasterPages()
102 SdrObjList* pPage = mrDocument.GetMasterPage( nMasterPage ); in transformMasterPages()
110 sal_uInt16 nPageCount = mrDocument.GetPageCount(); in transformDrawPages()
113 SdrObjList* pPage = mrDocument.GetPage( nPage ); in transformDrawPages()
128 rtl::Reference< SfxStyleSheetBasePool > xStyleSheetPool( mrDocument.GetStyleSheetPool() ); in transformStyles()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dataprovider/
H A Dxmldataprovider.cxx26 ScDocument& mrDocument; member in sc::XMLFetchThread
46 , mrDocument(rDoc) in XMLFetchThread()
61 mpXMLContext = pOrcus->createXMLContext(mrDocument, maURL); in execute()
78 itr->Transform(mrDocument); in execute()
H A Dsqldataprovider.cxx35 ScDocument& mrDocument; member in sc::SQLFetchThread
51 , mrDocument(rDoc) in SQLFetchThread()
105 ScDatabaseDocUtil::PutData(mrDocument, nCol, nRow - 1, 0, xRow, nCol + 1, in execute()
118 itr->Transform(mrDocument); in execute()
H A Dcsvdataprovider.cxx71 , mrDocument(rDoc) in CSVFetchThread()
109 CSVHandler aHdl(&mrDocument); in execute()
115 itr->Transform(mrDocument); in execute()
H A Dhtmldataprovider.cxx28 ScDocument& mrDocument; member in sc::HTMLFetchThread
51 , mrDocument(rDoc) in HTMLFetchThread()
123 mrDocument.SetString(nCol, nRow, 0, aCellStr); in handleCell()
227 itr->Transform(mrDocument); in execute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/dataprovider/
H A Dxmldataprovider.cxx26 ScDocument& mrDocument; member in sc::XMLFetchThread
46 , mrDocument(rDoc) in XMLFetchThread()
61 mpXMLContext = pOrcus->createXMLContext(mrDocument, maURL); in execute()
78 itr->Transform(mrDocument); in execute()
H A Dsqldataprovider.cxx35 ScDocument& mrDocument; member in sc::SQLFetchThread
51 , mrDocument(rDoc) in SQLFetchThread()
105 ScDatabaseDocUtil::PutData(&mrDocument, nCol, nRow - 1, 0, xRow, nCol + 1, in execute()
118 itr->Transform(mrDocument); in execute()
H A Dcsvdataprovider.cxx71 , mrDocument(rDoc) in CSVFetchThread()
109 CSVHandler aHdl(&mrDocument); in execute()
115 itr->Transform(mrDocument); in execute()
H A Dhtmldataprovider.cxx28 ScDocument& mrDocument; member in sc::HTMLFetchThread
51 , mrDocument(rDoc) in HTMLFetchThread()
123 mrDocument.SetString(nCol, nRow, 0, aCellStr); in handleCell()
227 itr->Transform(mrDocument); in execute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/pdf/
H A Dsdpdffilter.cxx62 mrDocument.CreateFirstPages(); in Import()
65 mrDocument.DuplicatePage(0); in Import()
77 SdPage* pPage = mrDocument.GetSdPage(nPageNumber, PageKind::Standard); in Import()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/grf/
H A Dsdgrffilter.cxx155 if( mrDocument.GetPageCount() == 0 ) in Import()
156 mrDocument.CreateFirstPages(); in Import()
158 SdPage* pPage = mrDocument.GetSdPage( 0, PageKind::Standard ); in Import()
218 pPage = mrDocument.GetSdPage( 0, PageKind::Handout ); in Export()
223 pPage = mrDocument.GetSdPage( 0, PageKind::Standard ); in Export()
228 …pPage = mrDocument.GetSdPage( pPage->GetPageNum() ? ( pPage->GetPageNum() - 1 ) >> 1 : 0, ePageKin… in Export()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/grf/
H A Dsdgrffilter.cxx151 if( mrDocument.GetPageCount() == 0 ) in Import()
152 mrDocument.CreateFirstPages(); in Import()
154 SdPage* pPage = mrDocument.GetSdPage( 0, PageKind::Standard ); in Import()
214 pPage = mrDocument.GetSdPage( 0, PageKind::Handout ); in Export()
219 pPage = mrDocument.GetSdPage( 0, PageKind::Standard ); in Export()
224 …pPage = mrDocument.GetSdPage( pPage->GetPageNum() ? ( pPage->GetPageNum() - 1 ) >> 1 : 0, ePageKin… in Export()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svgio/source/svgreader/
H A Dsvgnode.cxx267 mrDocument(rDocument), in SvgNode()
645 mrDocument.removeSvgNodeFromMapper(*mpId); in setId()
650 mrDocument.addSvgNodeToMapper(*mpId, *this); in setId()
657 mrDocument.removeSvgNodeFromMapper(*mpClass); in setClass()
662 mrDocument.addSvgNodeToMapper(*mpClass, *this); in setClass()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svgio/source/svgreader/
H A Dsvgnode.cxx270 mrDocument(rDocument), in SvgNode()
648 mrDocument.removeSvgNodeFromMapper(*mpId); in setId()
653 mrDocument.addSvgNodeToMapper(*mpId, *this); in setId()
660 mrDocument.removeSvgNodeFromMapper(*mpClass); in setClass()
665 mrDocument.addSvgNodeToMapper(*mpClass, *this); in setClass()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/app/
H A Dsdmod1.cxx71 SdDrawDocument& mrDocument; member in __anon47b277d90111::OutlineToImpressFinalizer
540 mrDocument(rDocument), in OutlineToImpressFinalizer()
612 sal_uInt16 nPageCount (mrDocument.GetSdPageCount(PageKind::Standard)); in operator ()()
615 SdPage* pPage = mrDocument.GetSdPage(nIndex, PageKind::Standard); in operator ()()
623 SdPage* pPage = mrDocument.GetSdPage(0, PageKind::Standard); in operator ()()
630 ::sd::DrawDocShell* pDocShell = mrDocument.GetDocSh(); in operator ()()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/app/
H A Dsdmod1.cxx71 SdDrawDocument& mrDocument; member in __anon297a89310111::OutlineToImpressFinalizer
528 mrDocument(rDocument), in OutlineToImpressFinalizer()
600 sal_uInt16 nPageCount (mrDocument.GetSdPageCount(PageKind::Standard)); in operator ()()
603 SdPage* pPage = mrDocument.GetSdPage(nIndex, PageKind::Standard); in operator ()()
611 SdPage* pPage = mrDocument.GetSdPage(0, PageKind::Standard); in operator ()()
618 ::sd::DrawDocShell* pDocShell = mrDocument.GetDocSh(); in operator ()()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svgio/inc/
H A Dsvgnode.hxx84 SvgDocument& mrDocument; member in svgio::svgreader::SvgNode
152 const SvgDocument& getDocument() const { return mrDocument; } in getDocument()

12