|
LibreOffice Module editeng (master) 1
|
#include <editattr.hxx>
Public Member Functions | |
| EditCharAttribItalic (const SvxPostureItem &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 172 of file editattr.hxx.
| EditCharAttribItalic::EditCharAttribItalic | ( | const SvxPostureItem & | rAttr, |
| sal_Int32 | nStart, | ||
| sal_Int32 | nEnd | ||
| ) |
Definition at line 97 of file editattr.cxx.
References EE_CHAR_ITALIC(), EE_CHAR_ITALIC_CJK(), EE_CHAR_ITALIC_CTL(), and SfxPoolItem::Which().
|
overridevirtual |
Reimplemented from EditCharAttrib.
Definition at line 103 of file editattr.cxx.
References EditCharAttrib::GetItem(), and vcl::Font::SetItalic().