LibreOffice Module vcl (master) 1
|
#include <PhysicalFontFaceCollection.hxx>
Public Member Functions | |
PhysicalFontFaceCollection () | |
void | Add (PhysicalFontFace *pFace) |
PhysicalFontFace * | Get (int nIndex) const |
int | Count () const |
Private Attributes | |
std::vector< rtl::Reference< PhysicalFontFace > > | maDevFontVector |
Definition at line 37 of file PhysicalFontFaceCollection.hxx.
|
inline |
Definition at line 43 of file PhysicalFontFaceCollection.hxx.
References maDevFontVector.
|
inline |
Definition at line 44 of file PhysicalFontFaceCollection.hxx.
References maDevFontVector.
Referenced by vcl::font::PhysicalFontFamily::UpdateDevFontList().
|
inline |
Definition at line 46 of file PhysicalFontFaceCollection.hxx.
References maDevFontVector.
|
inline |
Definition at line 45 of file PhysicalFontFaceCollection.hxx.
References maDevFontVector, and nIndex.
|
private |
Definition at line 40 of file PhysicalFontFaceCollection.hxx.
Referenced by Add(), Count(), Get(), and PhysicalFontFaceCollection().