LibreOffice Module editeng (master) 1
|
#include <editattr.hxx>
Public Member Functions | |
EditCharAttribStrikeout (const SvxCrossedOutItem &rAttr, sal_Int32 nStart, sal_Int32 nEnd) | |
virtual void | SetFont (SvxFont &rFont, OutputDevice *pOutDev) override |
Public Member Functions inherited from EditCharAttrib | |
EditCharAttrib (const SfxPoolItem &rAttr, sal_Int32 nStart, sal_Int32 nEnd) | |
virtual | ~EditCharAttrib () |
EditCharAttrib (const EditCharAttrib &)=delete | |
EditCharAttrib & | operator= (const EditCharAttrib &)=delete |
void | dumpAsXml (xmlTextWriterPtr pWriter) const |
sal_uInt16 | Which () const |
const SfxPoolItem * | GetItem () const |
sal_Int32 & | GetStart () |
sal_Int32 & | GetEnd () |
sal_Int32 | GetStart () const |
sal_Int32 | GetEnd () const |
sal_Int32 | GetLen () const |
void | MoveForward (sal_Int32 nDiff) |
void | MoveBackward (sal_Int32 nDiff) |
void | Expand (sal_Int32 nDiff) |
void | Collaps (sal_Int32 nDiff) |
virtual void | SetFont (SvxFont &rFont, OutputDevice *pOutDev) |
bool | IsIn (sal_Int32 nIndex) const |
bool | IsInside (sal_Int32 nIndex) const |
bool | IsEmpty () const |
bool | IsFeature () const |
void | SetFeature (bool b) |
bool | IsEdge () const |
void | SetEdge (bool b) |
Definition at line 212 of file editattr.hxx.
EditCharAttribStrikeout::EditCharAttribStrikeout | ( | const SvxCrossedOutItem & | rAttr, |
sal_Int32 | nStart, | ||
sal_Int32 | nEnd | ||
) |
Definition at line 182 of file editattr.cxx.
References EE_CHAR_STRIKEOUT(), and SfxPoolItem::Which().
|
overridevirtual |
Reimplemented from EditCharAttrib.
Definition at line 188 of file editattr.cxx.
References EditCharAttrib::GetItem(), GetValue, and vcl::Font::SetStrikeout().