LibreOffice Module svx (master) 1
|
Public Member Functions | |
ImpCaptParams () | |
void | CalcEscPos (const Point &rTail, const tools::Rectangle &rRect, Point &rPt, EscDir &rDir) const |
Public Attributes | |
SdrCaptionType | eType |
tools::Long | nGap |
tools::Long | nEscRel |
tools::Long | nEscAbs |
tools::Long | nLineLen |
SdrCaptionEscDir | eEscDir |
bool | bFitLineLen |
bool | bEscRel |
bool | bFixedAngle |
Definition at line 61 of file svdocapt.cxx.
|
inline |
Definition at line 75 of file svdocapt.cxx.
References Horizontal.
void ImpCaptParams::CalcEscPos | ( | const Point & | rTail, |
const tools::Rectangle & | rRect, | ||
Point & | rPt, | ||
EscDir & | rDir | ||
) | const |
Definition at line 85 of file svdocapt.cxx.
References bEscRel, BestFit, BigMulDiv(), tools::Rectangle::Bottom(), eEscDir, eType, Horizontal, tools::Rectangle::Left(), nEscAbs, nEscRel, nGap, tools::Rectangle::Right(), tools::Rectangle::Top(), Type1, Vertical, Point::X(), and Point::Y().
Referenced by SdrCaptionObj::ImpCalcTail1(), SdrCaptionObj::ImpCalcTail2(), and SdrCaptionObj::ImpCalcTail3().
bool ImpCaptParams::bEscRel |
Definition at line 71 of file svdocapt.cxx.
Referenced by CalcEscPos(), and SdrCaptionObj::ImpGetCaptParams().
bool ImpCaptParams::bFitLineLen |
Definition at line 70 of file svdocapt.cxx.
Referenced by SdrCaptionObj::ImpCalcTail3(), and SdrCaptionObj::ImpGetCaptParams().
bool ImpCaptParams::bFixedAngle |
Definition at line 72 of file svdocapt.cxx.
Referenced by SdrCaptionObj::ImpCalcTail2(), SdrCaptionObj::ImpCalcTail3(), and SdrCaptionObj::ImpGetCaptParams().
SdrCaptionEscDir ImpCaptParams::eEscDir |
Definition at line 69 of file svdocapt.cxx.
Referenced by CalcEscPos(), and SdrCaptionObj::ImpGetCaptParams().
SdrCaptionType ImpCaptParams::eType |
Definition at line 64 of file svdocapt.cxx.
Referenced by CalcEscPos(), SdrCaptionObj::ImpCalcTail(), and SdrCaptionObj::ImpGetCaptParams().
tools::Long ImpCaptParams::nEscAbs |
Definition at line 67 of file svdocapt.cxx.
Referenced by CalcEscPos(), and SdrCaptionObj::ImpGetCaptParams().
tools::Long ImpCaptParams::nEscRel |
Definition at line 66 of file svdocapt.cxx.
Referenced by CalcEscPos(), and SdrCaptionObj::ImpGetCaptParams().
tools::Long ImpCaptParams::nGap |
Definition at line 65 of file svdocapt.cxx.
Referenced by CalcEscPos(), and SdrCaptionObj::ImpGetCaptParams().
tools::Long ImpCaptParams::nLineLen |
Definition at line 68 of file svdocapt.cxx.
Referenced by SdrCaptionObj::ImpCalcTail3(), and SdrCaptionObj::ImpGetCaptParams().