LibreOffice Module sw (master)
1
|
Defines a substring on a given output device, to be used as an std::map<> key. More...
#include <fntcache.hxx>
Public Attributes | |
VclPtr< OutputDevice > | m_pOutputDevice |
OUString | m_aText |
sal_Int32 | m_nIndex |
sal_Int32 | m_nLength |
Defines a substring on a given output device, to be used as an std::map<> key.
Definition at line 67 of file fntcache.hxx.
OUString SwTextGlyphsKey::m_aText |
Definition at line 70 of file fntcache.hxx.
Referenced by operator<().
sal_Int32 SwTextGlyphsKey::m_nIndex |
Definition at line 71 of file fntcache.hxx.
Referenced by operator<().
sal_Int32 SwTextGlyphsKey::m_nLength |
Definition at line 72 of file fntcache.hxx.
Referenced by operator<().
VclPtr<OutputDevice> SwTextGlyphsKey::m_pOutputDevice |
Definition at line 69 of file fntcache.hxx.
Referenced by operator<().