LibreOffice Module sdext (master) 1
|
#include <pdfiprocessor.hxx>
Public Member Functions | |
CharGlyph (Element *pCurElement, const GraphicsContext &rCurrentContext, double width, double prevSpaceWidth, const OUString &rGlyphs) | |
OUString & | getGlyph () |
double | getWidth () const |
double | getPrevSpaceWidth () const |
GraphicsContext & | getGC () |
Element * | getCurElement () |
Private Attributes | |
Element * | m_pCurElement |
GraphicsContext | m_rCurrentContext |
double | m_Width |
double | m_PrevSpaceWidth |
OUString | m_rGlyphs |
Definition at line 187 of file pdfiprocessor.hxx.
|
inline |
Definition at line 190 of file pdfiprocessor.hxx.
|
inline |
Definition at line 199 of file pdfiprocessor.hxx.
References m_pCurElement.
|
inline |
Definition at line 198 of file pdfiprocessor.hxx.
References m_rCurrentContext.
Referenced by pdfi::PDFIProcessor::drawGlyphs().
|
inline |
Definition at line 195 of file pdfiprocessor.hxx.
References m_rGlyphs.
|
inline |
Definition at line 197 of file pdfiprocessor.hxx.
References m_PrevSpaceWidth.
|
inline |
Definition at line 196 of file pdfiprocessor.hxx.
References m_Width.
|
private |
Definition at line 202 of file pdfiprocessor.hxx.
Referenced by getCurElement().
|
private |
Definition at line 205 of file pdfiprocessor.hxx.
Referenced by getPrevSpaceWidth().
|
private |
Definition at line 203 of file pdfiprocessor.hxx.
Referenced by getGC().
|
private |
Definition at line 206 of file pdfiprocessor.hxx.
Referenced by getGlyph().
|
private |
Definition at line 204 of file pdfiprocessor.hxx.
Referenced by getWidth().