LibreOffice Module sw (master) 1
|
#include <svx/ctredlin.hxx>
#include <tools/datetime.hxx>
#include <rtl/ustring.hxx>
#include "pam.hxx"
#include <cstddef>
#include <memory>
#include <vector>
#include <optional>
Go to the source code of this file.
Classes | |
class | SwRedlineExtraData |
class | SwRedlineExtraData_FormatColl |
class | SwRedlineExtraData_Format |
class | SwRedlineData |
class | SwRangeRedline |
class | SwExtraRedline |
Base object for 'Redlines' that are not of 'Ranged' type (like table row insert\delete) More... | |
class | SwTableRowRedline |
Redline that holds information about a table-row that had some change. More... | |
class | SwTableCellRedline |
Redline that holds information about a table-cell that had some change. More... | |
class | SwRedlineHint |
Namespaces | |
namespace | sw |
Dialog to specify the properties of date form field. | |
Functions | |
void | MaybeNotifyRedlineModification (SwRangeRedline &rRedline, SwDoc &rDoc) |
std::vector< std::unique_ptr< SwRangeRedline > > | sw::GetAllValidRanges (std::unique_ptr< SwRangeRedline > p) |
void MaybeNotifyRedlineModification | ( | SwRangeRedline & | rRedline, |
SwDoc & | rDoc | ||
) |
Definition at line 1220 of file docredln.cxx.
References SwDoc::getIDocumentRedlineAccess(), IDocumentRedlineAccess::GetRedlineTable(), i, SwRedlineTable::LOKRedlineNotification(), Modify, and SwRedlineTable::size().
Referenced by SwTextShell::ExecField(), SwRangeRedline::SetEnd(), and SwRangeRedline::SetStart().