LibreOffice Module sw (master) 1
Classes | Namespaces | Functions
redline.hxx File Reference
#include <svx/ctredlin.hxx>
#include <tools/datetime.hxx>
#include <rtl/ustring.hxx>
#include "pam.hxx"
#include <cstddef>
#include <memory>
#include <vector>
#include <optional>
Include dependency graph for redline.hxx:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ MaybeNotifyRedlineModification()

void MaybeNotifyRedlineModification ( SwRangeRedline rRedline,
SwDoc rDoc 
)