|
LibreOffice Module editeng (master) 1
|
#include <editattr.hxx>
Public Member Functions | |
| EditCharAttribBackgroundColor (const SvxColorItem &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 301 of file editattr.hxx.
| EditCharAttribBackgroundColor::EditCharAttribBackgroundColor | ( | const SvxColorItem & | rAttr, |
| sal_Int32 | nStart, | ||
| sal_Int32 | nEnd | ||
| ) |
Definition at line 221 of file editattr.cxx.
References EE_CHAR_BKGCOLOR(), and SfxPoolItem::Which().
|
overridevirtual |
Reimplemented from EditCharAttrib.
Definition at line 230 of file editattr.cxx.
References EditCharAttrib::GetItem(), GetValue, Color::IsTransparent(), vcl::Font::SetFillColor(), and vcl::Font::SetTransparent().