LibreOffice Module sw (master) 1
|
#include <ndhints.hxx>
Public Member Functions | |
bool | operator() (sal_Int32 nEndPos, const SwTextAttr *rhs) const |
sort order: End, Start(reverse), Which (char style: sort number), at last the pointer(reverse) More... | |
bool | operator() (const SwTextAttr *lhs, const SwTextAttr *rhs) const |
Definition at line 55 of file ndhints.hxx.
bool CompareSwpHtEnd::operator() | ( | const SwTextAttr * | lhs, |
const SwTextAttr * | rhs | ||
) | const |
Definition at line 110 of file ndhints.cxx.
References SwTextAttr::GetAnyEnd(), SwTextAttr::GetStart(), RES_TXTATR_CHARFMT(), and SwTextAttr::Which().
bool CompareSwpHtEnd::operator() | ( | sal_Int32 | nEndPos, |
const SwTextAttr * | rhs | ||
) | const |
sort order: End, Start(reverse), Which (char style: sort number), at last the pointer(reverse)
Definition at line 106 of file ndhints.cxx.
References SwTextAttr::GetAnyEnd().