LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
XclImpChFont Class Reference

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
 

Detailed Description

The CHFONT record containing a font index for text objects.

Definition at line 470 of file xichart.hxx.

Constructor & Destructor Documentation

◆ XclImpChFont()

XclImpChFont::XclImpChFont ( )
explicit

Definition at line 932 of file xichart.cxx.

Member Function Documentation

◆ GetFontIndex()

sal_uInt16 XclImpChFont::GetFontIndex ( ) const
inline

Returns the contained font index.

Definition at line 478 of file xichart.hxx.

References mnFontIdx.

◆ ReadChFont()

void XclImpChFont::ReadChFont ( XclImpStream rStrm)

Reads the CHFONT record (font index).

Definition at line 937 of file xichart.cxx.

References mnFontIdx, and rStrm.

Member Data Documentation

◆ mnFontIdx

sal_uInt16 XclImpChFont::mnFontIdx
private

Definition at line 481 of file xichart.hxx.

Referenced by GetFontIndex(), and ReadChFont().


The documentation for this class was generated from the following files: