|
LibreOffice Module writerfilter (master) 1
|
#include <FontTable.hxx>
Public Types | |
| typedef tools::SvRef< FontEntry > | Pointer_t |
Public Member Functions | |
| FontEntry () | |
Public Member Functions inherited from SvRefBase | |
| SvRefBase () | |
| SvRefBase (const SvRefBase &) | |
| SvRefBase & | operator= (const SvRefBase &) |
| void | RestoreNoDelete () |
| void | AddNextRef () |
| void | AddFirstRef () |
| void | ReleaseRef () |
| unsigned int | GetRefCount () const |
Public Attributes | |
| OUString | sFontName |
| sal_Int32 | nTextEncoding |
Additional Inherited Members | |
Protected Member Functions inherited from SvRefBase | |
| virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
Definition at line 31 of file FontTable.hxx.
Definition at line 33 of file FontTable.hxx.
|
inline |
Definition at line 37 of file FontTable.hxx.
| sal_Int32 writerfilter::dmapper::FontEntry::nTextEncoding |
Definition at line 36 of file FontTable.hxx.
| OUString writerfilter::dmapper::FontEntry::sFontName |
Definition at line 35 of file FontTable.hxx.