|
LibreOffice Module sw (master) 1
|
#include <libxml/xmlwriter.h>#include <boost/property_tree/json_parser.hpp>#include <osl/diagnose.h>#include <sal/log.hxx>#include <tools/datetimeutils.hxx>#include <hintids.hxx>#include <svl/itemiter.hxx>#include <editeng/prntitem.hxx>#include <comphelper/lok.hxx>#include <comphelper/string.hxx>#include <LibreOfficeKit/LibreOfficeKitEnums.h>#include <unotools/datetime.hxx>#include <sfx2/viewsh.hxx>#include <o3tl/string_view.hxx>#include <swmodule.hxx>#include <doc.hxx>#include <docredln.hxx>#include <IDocumentUndoRedo.hxx>#include <DocumentContentOperationsManager.hxx>#include <IDocumentRedlineAccess.hxx>#include <IDocumentState.hxx>#include <IDocumentLayoutAccess.hxx>#include <IDocumentStylePoolAccess.hxx>#include <docary.hxx>#include <ndtxt.hxx>#include <redline.hxx>#include <UndoCore.hxx>#include <hints.hxx>#include <pamtyp.hxx>#include <poolfmt.hxx>#include <algorithm>#include <limits>#include <utility>#include <view.hxx>#include <viewopt.hxx>#include <usrpref.hxx>#include <viewsh.hxx>#include <viscrs.hxx>#include <rootfrm.hxx>#include <strings.hrc>#include <swtypes.hxx>#include <wrtsh.hxx>#include <txtfld.hxx>#include <flowfrm.hxx>#include <txtfrm.hxx>Go to the source code of this file.
Namespaces | |
| namespace | sw |
| Dialog to specify the properties of date form field. | |
Functions | |
| void | sw_DebugRedline (const SwDoc *pDoc) |
| static bool | CheckPosition (const SwPosition *pStt, const SwPosition *pEnd) |
| std::vector< std::unique_ptr< SwRangeRedline > > | sw::GetAllValidRanges (std::unique_ptr< SwRangeRedline > p) |
| static void | lcl_setRowNotTracked (SwNode &rNode) |
| static bool | deltaOneMinute (DateTime const &t1, DateTime const &t2) |
| void | MaybeNotifyRedlineModification (SwRangeRedline &rRedline, SwDoc &rDoc) |
| static void | lcl_storeAnnotationMarks (SwDoc &rDoc, const SwPosition *pStt, const SwPosition *pEnd) |
Variables | |
| const TranslateId | STR_REDLINE_ARY [] |
|
static |
Definition at line 113 of file docredln.cxx.
References SwNode::FindTableNode(), SwPosition::GetNode(), SwNode::IsSectionNode(), SwNode::IsStartNode(), SwNode::IsTableNode(), and SwNode::StartOfSectionNode().
Referenced by sw::GetAllValidRanges().
Definition at line 1087 of file docredln.cxx.
Referenced by SwRedlineData::CanCombine().
|
static |
Definition at line 595 of file docredln.cxx.
References SwNode::GetDoc(), SwDoc::GetIDocumentUndoRedo(), SwTableBox::GetSttNd(), SwNode::GetTableBox(), RES_PRINT(), and SwDoc::SetRowNotTracked().
Referenced by SwRedlineTable::InsertWithValidRanges().
|
static |
Definition at line 1506 of file docredln.cxx.
References IDocumentMarkAccess::BOOKMARK, IDocumentMarkAccess::findAnnotationBookmark(), IDocumentMarkAccess::getAnnotationMarksBegin(), IDocumentMarkAccess::getAnnotationMarksEnd(), IDocumentMarkAccess::getBookmarksEnd(), SwPosition::GetContentIndex(), SwDoc::getIDocumentMarkAccess(), SwPosition::GetNode(), IDocumentMarkAccess::makeAnnotationBookmark(), sw::mark::New, sw::mark::IBookmark::SetKeyCode(), and sw::mark::IBookmark::SetShortName().
Referenced by SwRangeRedline::CopyToSection(), and SwRangeRedline::MoveToSection().
| 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().
| void sw_DebugRedline | ( | const SwDoc * | pDoc | ) |
Definition at line 72 of file docredln.cxx.
References SwDoc::getIDocumentRedlineAccess(), IDocumentRedlineAccess::GetRedlineTable(), n, and SwRedlineTable::size().
| const TranslateId STR_REDLINE_ARY[] |
Definition at line 1125 of file docredln.cxx.
Referenced by SwRedlineData::GetDescr().