LibreOffice Module svx (master) 1
|
Public Member Functions | |
SvxRuler_Impl () | |
void | SetPercSize (sal_uInt16 nSize) |
Public Attributes | |
std::unique_ptr< sal_uInt16[]> | pPercBuf |
std::unique_ptr< sal_uInt16[]> | pBlockBuf |
sal_uInt16 | nPercSize |
tools::Long | nTotalDist |
tools::Long | lOldWinPos |
tools::Long | lMaxLeftLogic |
tools::Long | lMaxRightLogic |
tools::Long | lLastLMargin |
tools::Long | lLastRMargin |
std::unique_ptr< SvxProtectItem > | aProtectItem |
std::unique_ptr< SfxBoolItem > | pTextRTLItem |
sal_uInt16 | nControllerItems |
sal_uInt16 | nIdx |
sal_uInt16 | nColLeftPix |
sal_uInt16 | nColRightPix |
bool | bIsTableRows: 1 |
bool | bIsTabsRelativeToIndent: 1 |
Definition at line 60 of file svxruler.cxx.
|
inline |
Definition at line 84 of file svxruler.cxx.
void SvxRuler_Impl::SetPercSize | ( | sal_uInt16 | nSize | ) |
Definition at line 120 of file svxruler.cxx.
std::unique_ptr<SvxProtectItem> SvxRuler_Impl::aProtectItem |
Definition at line 70 of file svxruler.cxx.
bool SvxRuler_Impl::bIsTableRows |
Definition at line 79 of file svxruler.cxx.
bool SvxRuler_Impl::bIsTabsRelativeToIndent |
Definition at line 81 of file svxruler.cxx.
tools::Long SvxRuler_Impl::lLastLMargin |
Definition at line 68 of file svxruler.cxx.
tools::Long SvxRuler_Impl::lLastRMargin |
Definition at line 69 of file svxruler.cxx.
tools::Long SvxRuler_Impl::lMaxLeftLogic |
Definition at line 66 of file svxruler.cxx.
tools::Long SvxRuler_Impl::lMaxRightLogic |
Definition at line 67 of file svxruler.cxx.
tools::Long SvxRuler_Impl::lOldWinPos |
Definition at line 65 of file svxruler.cxx.
sal_uInt16 SvxRuler_Impl::nColLeftPix |
Definition at line 74 of file svxruler.cxx.
sal_uInt16 SvxRuler_Impl::nColRightPix |
Definition at line 75 of file svxruler.cxx.
sal_uInt16 SvxRuler_Impl::nControllerItems |
Definition at line 72 of file svxruler.cxx.
sal_uInt16 SvxRuler_Impl::nIdx |
Definition at line 73 of file svxruler.cxx.
sal_uInt16 SvxRuler_Impl::nPercSize |
Definition at line 63 of file svxruler.cxx.
Referenced by SetPercSize().
tools::Long SvxRuler_Impl::nTotalDist |
Definition at line 64 of file svxruler.cxx.
std::unique_ptr<sal_uInt16[]> SvxRuler_Impl::pBlockBuf |
Definition at line 62 of file svxruler.cxx.
Referenced by SetPercSize().
std::unique_ptr<sal_uInt16[]> SvxRuler_Impl::pPercBuf |
Definition at line 61 of file svxruler.cxx.
Referenced by SetPercSize().
std::unique_ptr<SfxBoolItem> SvxRuler_Impl::pTextRTLItem |
Definition at line 71 of file svxruler.cxx.