LibreOffice Module sfx2 (master) 1
|
Keeps information for a single redaction target. More...
#include <autoredactdialog.hxx>
Public Attributes | |
OUString | sName |
RedactionTargetType | sType |
OUString | sContent |
bool | bCaseSensitive |
bool | bWholeWords |
sal_uInt32 | nID |
Keeps information for a single redaction target.
Definition at line 48 of file autoredactdialog.hxx.
bool RedactionTarget::bCaseSensitive |
Definition at line 53 of file autoredactdialog.hxx.
Referenced by IMPL_LINK_NOARG(), TargetsTable::InsertTarget(), and TargetsTable::setRowData().
bool RedactionTarget::bWholeWords |
Definition at line 54 of file autoredactdialog.hxx.
Referenced by IMPL_LINK_NOARG(), TargetsTable::InsertTarget(), and TargetsTable::setRowData().
sal_uInt32 RedactionTarget::nID |
Definition at line 55 of file autoredactdialog.hxx.
OUString RedactionTarget::sContent |
Definition at line 52 of file autoredactdialog.hxx.
Referenced by SfxRedactionHelper::autoRedactPage(), IMPL_LINK_NOARG(), TargetsTable::InsertTarget(), and TargetsTable::setRowData().
OUString RedactionTarget::sName |
Definition at line 50 of file autoredactdialog.hxx.
Referenced by TargetsTable::GetNameProposal(), TargetsTable::GetRowByTargetName(), IMPL_LINK_NOARG(), TargetsTable::InsertTarget(), and TargetsTable::setRowData().
RedactionTargetType RedactionTarget::sType |
Definition at line 51 of file autoredactdialog.hxx.
Referenced by IMPL_LINK_NOARG(), TargetsTable::InsertTarget(), and TargetsTable::setRowData().