LibreOffice Module sw (master) 1
|
#include <ndhints.hxx>
Public Member Functions | |
bool | operator() (const SwTextAttr *lhs, const sal_uInt16 nWhich) const |
sort order: Which, Start, End(reverse) at last the pointer More... | |
bool | operator() (const SwTextAttr *lhs, const SwTextAttr *rhs) const |
Definition at line 60 of file ndhints.hxx.
bool CompareSwpHtWhichStart::operator() | ( | const SwTextAttr * | lhs, |
const sal_uInt16 | nWhich | ||
) | const |
sort order: Which, Start, End(reverse) at last the pointer
Definition at line 68 of file ndhints.cxx.
References SwTextAttr::Which().
bool CompareSwpHtWhichStart::operator() | ( | const SwTextAttr * | lhs, |
const SwTextAttr * | rhs | ||
) | const |
Definition at line 72 of file ndhints.cxx.
References SwTextAttr::GetAnyEnd(), SwTextAttr::GetStart(), RES_TXTATR_CHARFMT(), and SwTextAttr::Which().