Home
last modified time | relevance | path

Searched defs:RedactionTarget (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/inc/
H A Dautoredactdialog.hxx48 struct RedactionTarget struct
51 RedactionTargetType sType; argument
66 void InsertTarget(RedactionTarget* pTarget); argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/inc/
H A Dautoredactdialog.hxx52 struct RedactionTarget struct
55 RedactionTargetType sType; argument
70 void InsertTarget(RedactionTarget* pTarget); argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/doc/
H A Dautoredactdialog.cxx544 = [](const std::pair<RedactionTarget*, OUString>& targetPair) { delete targetPair.first; }; in clearTargets()
667 bool SfxAutoRedactDialog::getTargets(std::vector<std::pair<RedactionTarget*, OUString>>& r_aTargets) in getTargets()
H A DSfxRedactionHelper.cxx224 const std::vector<std::pair<RedactionTarget*, OUString>>& r_aTableTargets, bool bIsAutoRedact) in addPagesToDraw()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/doc/
H A DSfxRedactionHelper.cxx219 const std::vector<std::pair<RedactionTarget, OUString>>& r_aTableTargets, bool bIsAutoRedact) in addPagesToDraw()
H A Dautoredactdialog.cxx641 bool SfxAutoRedactDialog::getTargets(std::vector<std::pair<RedactionTarget, OUString>>& r_aTargets) in getTargets()