LibreOffice Module editeng (master) 1
|
#include <editobj2.hxx>
Public Member Functions | |
XParaPortionList (OutputDevice *pRefDev, sal_uInt32 nPW, double fFontScaleX, double fFontScaleY, double fSpacingScaleX, double fSpacingScaleY) | |
void | push_back (XParaPortion *p) |
const XParaPortion & | operator[] (size_t i) const |
OutputDevice * | GetRefDevPtr () const |
sal_uInt32 | GetPaperWidth () const |
bool | RefDevIsVirtual () const |
const MapMode & | GetRefMapMode () const |
double | getFontScaleX () const |
double | getFontScaleY () const |
double | getSpacingScaleX () const |
double | getSpacingScaleY () const |
Private Types | |
typedef std::vector< std::unique_ptr< XParaPortion > > | ListType |
Private Attributes | |
ListType | maList |
VclPtr< OutputDevice > | pRefDevPtr |
double | mfFontScaleX |
double | mfFontScaleY |
double | mfSpacingScaleX |
double | mfSpacingScaleY |
sal_uInt32 | nPaperWidth |
Definition at line 91 of file editobj2.hxx.
|
private |
Definition at line 93 of file editobj2.hxx.
XParaPortionList::XParaPortionList | ( | OutputDevice * | pRefDev, |
sal_uInt32 | nPW, | ||
double | fFontScaleX, | ||
double | fFontScaleY, | ||
double | fSpacingScaleX, | ||
double | fSpacingScaleY | ||
) |
Definition at line 73 of file editobj.cxx.
|
inline |
Definition at line 113 of file editobj2.hxx.
References mfFontScaleX.
Referenced by ImpEditEngine::InsertTextObject().
|
inline |
Definition at line 114 of file editobj2.hxx.
References mfFontScaleY.
Referenced by ImpEditEngine::InsertTextObject().
|
inline |
Definition at line 110 of file editobj2.hxx.
References nPaperWidth.
Referenced by ImpEditEngine::InsertTextObject().
|
inline |
Definition at line 109 of file editobj2.hxx.
References pRefDevPtr.
Referenced by ImpEditEngine::InsertTextObject().
|
inline |
Definition at line 112 of file editobj2.hxx.
References pRefDevPtr.
Referenced by ImpEditEngine::InsertTextObject().
|
inline |
Definition at line 115 of file editobj2.hxx.
References mfSpacingScaleX.
Referenced by ImpEditEngine::InsertTextObject().
|
inline |
Definition at line 116 of file editobj2.hxx.
References mfSpacingScaleY.
Referenced by ImpEditEngine::InsertTextObject().
const XParaPortion & XParaPortionList::operator[] | ( | size_t | i | ) | const |
Definition at line 90 of file editobj.cxx.
void XParaPortionList::push_back | ( | XParaPortion * | p | ) |
Definition at line 85 of file editobj.cxx.
Referenced by ImpEditEngine::CreateTextObject().
|
inline |
Definition at line 111 of file editobj2.hxx.
References pRefDevPtr.
Referenced by ImpEditEngine::InsertTextObject().
|
private |
Definition at line 94 of file editobj2.hxx.
Referenced by operator[](), and push_back().
|
private |
Definition at line 97 of file editobj2.hxx.
Referenced by getFontScaleX().
|
private |
Definition at line 98 of file editobj2.hxx.
Referenced by getFontScaleY().
|
private |
Definition at line 99 of file editobj2.hxx.
Referenced by getSpacingScaleX().
|
private |
Definition at line 100 of file editobj2.hxx.
Referenced by getSpacingScaleY().
|
private |
Definition at line 101 of file editobj2.hxx.
Referenced by GetPaperWidth().
|
private |
Definition at line 96 of file editobj2.hxx.
Referenced by GetRefDevPtr(), GetRefMapMode(), and RefDevIsVirtual().