LibreOffice Module sc (master) 1
|
The CHFONT record containing a font index for text objects. More...
#include <xichart.hxx>
Public Member Functions | |
XclImpChFont () | |
void | ReadChFont (XclImpStream &rStrm) |
Reads the CHFONT record (font index). More... | |
sal_uInt16 | GetFontIndex () const |
Returns the contained font index. More... | |
Private Attributes | |
sal_uInt16 | mnFontIdx |
The CHFONT record containing a font index for text objects.
Definition at line 470 of file xichart.hxx.
|
explicit |
Definition at line 932 of file xichart.cxx.
|
inline |
void XclImpChFont::ReadChFont | ( | XclImpStream & | rStrm | ) |
Reads the CHFONT record (font index).
Definition at line 937 of file xichart.cxx.
|
private |
Definition at line 481 of file xichart.hxx.
Referenced by GetFontIndex(), and ReadChFont().