|
LibreOffice Module sd (master) 1
|
#include <epptbase.hxx>
Public Member Functions | |
| FontCollectionEntry (const OUString &rName, sal_Int16 nFamily, sal_Int16 nPitch, sal_Int16 nCharSet) | |
| FontCollectionEntry (const OUString &rName) | |
Public Attributes | |
| OUString | Name |
| double | Scaling |
| sal_Int16 | Family |
| sal_Int16 | Pitch |
| sal_Int16 | CharSet |
| OUString | Original |
Private Member Functions | |
| void | ImplInit (const OUString &rName) |
Definition at line 142 of file epptbase.hxx.
|
inline |
Definition at line 152 of file epptbase.hxx.
References ImplInit().
|
inlineexplicit |
Definition at line 162 of file epptbase.hxx.
References ImplInit().
|
private |
Definition at line 1326 of file pptx-text.cxx.
References GetSubsFontName(), and Name.
Referenced by FontCollectionEntry().
| sal_Int16 FontCollectionEntry::CharSet |
Definition at line 148 of file epptbase.hxx.
Referenced by FontCollection::GetId(), PPTWriter::ImplCloseDocument(), and PortionObj::ImplGetPortionValues().
| sal_Int16 FontCollectionEntry::Family |
Definition at line 146 of file epptbase.hxx.
Referenced by PPTWriter::ImplCloseDocument(), and PortionObj::ImplGetPortionValues().
| OUString FontCollectionEntry::Name |
Definition at line 144 of file epptbase.hxx.
Referenced by FontCollection::GetId(), PPTWriter::ImplCloseDocument(), and ImplInit().
| OUString FontCollectionEntry::Original |
Definition at line 150 of file epptbase.hxx.
Referenced by FontCollection::GetId().
| sal_Int16 FontCollectionEntry::Pitch |
Definition at line 147 of file epptbase.hxx.
Referenced by PPTWriter::ImplCloseDocument(), and PortionObj::ImplGetPortionValues().
| double FontCollectionEntry::Scaling |
Definition at line 145 of file epptbase.hxx.
Referenced by FontCollection::GetId(), PPTWriter::ImplAdjustFirstLineLineSpacing(), PPTWriter::ImplWriteParagraphs(), and PPTExParaSheet::SetStyleSheet().