Home
last modified time | relevance | path

Searched refs:SfxRedactionHelper (Results 1 – 12 of 12) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/doc/
H A DSfxRedactionHelper.cxx65 bool SfxRedactionHelper::isRedactMode(const SfxRequest& rReq) in isRedactMode()
78 OUString SfxRedactionHelper::getStringParam(const SfxRequest& rReq, sal_uInt16 nParamId) in getStringParam()
187 void SfxRedactionHelper::getPageMetaFilesFromDoc(std::vector<GDIMetaFile>& aMetaFiles, in getPageMetaFilesFromDoc()
220 void SfxRedactionHelper::addPagesToDraw( in addPagesToDraw()
278 void SfxRedactionHelper::showRedactionToolbar(const SfxViewFrame* pViewFrame) in showRedactionToolbar()
308 SfxRedactionHelper::getPageMarginsForWriter(const css::uno::Reference<css::frame::XModel>& xModel) in getPageMarginsForWriter()
365 SfxRedactionHelper::getPageMarginsForCalc(const css::uno::Reference<css::frame::XModel>& xModel) in getPageMarginsForCalc()
421 void SfxRedactionHelper::searchInMetaFile(const RedactionTarget* pRedactionTarget, in searchInMetaFile()
470 void SfxRedactionHelper::addRedactionRectToPage( in addRedactionRectToPage()
503 void SfxRedactionHelper::autoRedactPage(const RedactionTarget* pRedactionTarget, in autoRedactPage()
[all …]
H A Dobjserv.cxx582 aPageMargins = SfxRedactionHelper::getPageMarginsForWriter(xModel); in ExecFile_Impl()
584 aPageMargins = SfxRedactionHelper::getPageMarginsForCalc(xModel); in ExecFile_Impl()
591 SfxRedactionHelper::getPageMetaFilesFromDoc(aMetaFiles, aPageSizes, nPages, aRenderer); in ExecFile_Impl()
598SfxRedactionHelper::addPagesToDraw(xComponent, nPages, aMetaFiles, aPageSizes, aPageMargins, aReda… in ExecFile_Impl()
604 SfxRedactionHelper::showRedactionToolbar(pViewFrame); in ExecFile_Impl()
620 && SfxRedactionHelper::isRedactMode(rReq) ) in ExecFile_Impl()
622 … OUString sRedactionStyle(SfxRedactionHelper::getStringParam(rReq, SID_REDACTION_STYLE)); in ExecFile_Impl()
895 SfxRedactionHelper::isRedactMode(rReq)) in ExecFile_Impl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/doc/
H A DSfxRedactionHelper.cxx63 bool SfxRedactionHelper::isRedactMode(const SfxRequest& rReq) in isRedactMode()
76 OUString SfxRedactionHelper::getStringParam(const SfxRequest& rReq, sal_uInt16 nParamId) in getStringParam()
182 void SfxRedactionHelper::getPageMetaFilesFromDoc(std::vector<GDIMetaFile>& aMetaFiles, in getPageMetaFilesFromDoc()
215 void SfxRedactionHelper::addPagesToDraw( in addPagesToDraw()
273 void SfxRedactionHelper::showRedactionToolbar(const SfxViewFrame* pViewFrame) in showRedactionToolbar()
303 SfxRedactionHelper::getPageMarginsForWriter(const css::uno::Reference<css::frame::XModel>& xModel) in getPageMarginsForWriter()
360 SfxRedactionHelper::getPageMarginsForCalc(const css::uno::Reference<css::frame::XModel>& xModel) in getPageMarginsForCalc()
416 void SfxRedactionHelper::searchInMetaFile(const RedactionTarget& rRedactionTarget, in searchInMetaFile()
478 void SfxRedactionHelper::addRedactionRectToPage( in addRedactionRectToPage()
511 void SfxRedactionHelper::autoRedactPage(const RedactionTarget& rRedactionTarget, in autoRedactPage()
[all …]
H A Dobjserv.cxx706 aPageMargins = SfxRedactionHelper::getPageMarginsForWriter(xModel); in ExecFile_Impl()
708 aPageMargins = SfxRedactionHelper::getPageMarginsForCalc(xModel); in ExecFile_Impl()
715 SfxRedactionHelper::getPageMetaFilesFromDoc(aMetaFiles, aPageSizes, nPages, aRenderer); in ExecFile_Impl()
729SfxRedactionHelper::addPagesToDraw(xComponent, nPages, aMetaFiles, aPageSizes, aPageMargins, aReda… in ExecFile_Impl()
735 SfxRedactionHelper::showRedactionToolbar(pViewFrame); in ExecFile_Impl()
751 && SfxRedactionHelper::isRedactMode(rReq) ) in ExecFile_Impl()
753 … OUString sRedactionStyle(SfxRedactionHelper::getStringParam(rReq, SID_REDACTION_STYLE)); in ExecFile_Impl()
1029 SfxRedactionHelper::isRedactMode(rReq)) in ExecFile_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/inc/
H A DSfxRedactionHelper.hxx54 class SfxRedactionHelper class
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/inc/
H A DSfxRedactionHelper.hxx54 class SfxRedactionHelper class
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/
H A DLibrary_sfx.mk242 sfx2/source/doc/SfxRedactionHelper \
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/
H A DLibrary_sfx.mk230 sfx2/source/doc/SfxRedactionHelper \
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dconstantparam.numbers.results2565 sfx2/inc/SfxRedactionHelper.hxx:63
2566 class rtl::OUString SfxRedactionHelper::getStringParam(const class SfxRequest &,unsigned short)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dconstantparam.numbers.results2605 sfx2/inc/SfxRedactionHelper.hxx:63
2606 class rtl::OUString SfxRedactionHelper::getStringParam(const class SfxRequest &,unsigned short)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog101091 Add a SfxRedactionHelper::autoRedactPage method which searches for the given term
131733 Create the SfxRedactionHelper class
131736 from objserv.cxx to the new SfxRedactionHelper.cxx file.
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog363140 Add a SfxRedactionHelper::autoRedactPage method which searches for the given term
393782 Create the SfxRedactionHelper class
393785 from objserv.cxx to the new SfxRedactionHelper.cxx file.