LibreOffice Module sw (master) 1
|
#include <editeng/rsiditem.hxx>
#include <sal/log.hxx>
#include <txatbase.hxx>
#include <ndhints.hxx>
#include <txtatr.hxx>
#include <pam.hxx>
#include <fmtautofmt.hxx>
Go to the source code of this file.
Macros | |
#define | CHECK_ERR(cond, text) |
Functions | |
static bool | CompareSwpHtStart (const SwTextAttr *lhs, const SwTextAttr *rhs) |
sort order: Start, End (reverse), Which (reverse), (char style: sort number), at last the pointer More... | |
#define CHECK_ERR | ( | cond, | |
text | |||
) |
Definition at line 180 of file ndhints.cxx.
|
static |
sort order: Start, End (reverse), Which (reverse), (char style: sort number), at last the pointer
Definition at line 33 of file ndhints.cxx.
References SwTextAttr::GetAnyEnd(), SwTextAttr::GetStart(), RES_TXTATR_CHARFMT(), and SwTextAttr::Which().
Referenced by SwpHints::Check(), SwpHints::GetIndexOf(), SwpHints::Insert(), SwpHints::Resort(), and SwpHints::ResortStartMap().