LibreOffice Module sw (master) 1
|
Public Member Functions | |
SwFillData (const SwCursorMoveState *pC, SwPosition *pP, const SwRect &rR, const Point &rPt) | |
SwFillMode | Mode () const |
tools::Long | X () const |
tools::Long | Y () const |
tools::Long | Left () const |
tools::Long | Right () const |
tools::Long | Bottom () const |
SwFillCursorPos & | Fill () const |
void | SetTab (sal_uInt16 nNew) |
void | SetSpace (sal_uInt16 nNew) |
void | SetSpaceOnly (sal_uInt16 nNew) |
void | SetOrient (const sal_Int16 eNew) |
Public Attributes | |
SwRect | aFrame |
const SwCursorMoveState * | pCMS |
SwPosition * | pPos |
const Point & | rPoint |
SwTwips | nLineWidth |
bool | bFirstLine: 1 |
bool | bInner: 1 |
bool | bColumn: 1 |
bool | bEmpty: 1 |
Definition at line 521 of file frmcrsr.cxx.
|
inline |
Definition at line 532 of file frmcrsr.cxx.
|
inline |
Definition at line 541 of file frmcrsr.cxx.
References aFrame, and SwRect::Bottom().
Referenced by SwTextFrame::FillCursorPos().
|
inline |
Definition at line 542 of file frmcrsr.cxx.
References SwCursorMoveState::m_pFill, and pCMS.
Referenced by SwTextFrame::FillCursorPos().
|
inline |
Definition at line 539 of file frmcrsr.cxx.
References aFrame, and SwRect::Left().
Referenced by SwTextFrame::FillCursorPos().
|
inline |
Definition at line 536 of file frmcrsr.cxx.
References SwFillCursorPos::eMode, SwCursorMoveState::m_pFill, and pCMS.
Referenced by SwTextFrame::FillCursorPos().
|
inline |
Definition at line 540 of file frmcrsr.cxx.
References aFrame, and SwRect::Right().
Referenced by SwTextFrame::FillCursorPos().
|
inline |
Definition at line 546 of file frmcrsr.cxx.
References SwFillCursorPos::eOrient, SwCursorMoveState::m_pFill, and pCMS.
Referenced by SwTextFrame::FillCursorPos().
|
inline |
Definition at line 544 of file frmcrsr.cxx.
References SwCursorMoveState::m_pFill, SwFillCursorPos::nSpaceCnt, and pCMS.
Referenced by SwTextFrame::FillCursorPos().
|
inline |
Definition at line 545 of file frmcrsr.cxx.
References SwCursorMoveState::m_pFill, SwFillCursorPos::nSpaceOnlyCnt, and pCMS.
Referenced by SwTextFrame::FillCursorPos().
|
inline |
Definition at line 543 of file frmcrsr.cxx.
References SwCursorMoveState::m_pFill, SwFillCursorPos::nTabCnt, and pCMS.
Referenced by SwTextFrame::FillCursorPos().
|
inline |
Definition at line 537 of file frmcrsr.cxx.
References rPoint, and Point::X().
Referenced by SwTextFrame::FillCursorPos().
|
inline |
Definition at line 538 of file frmcrsr.cxx.
References rPoint, and Point::Y().
Referenced by SwTextFrame::FillCursorPos().
SwRect SwFillData::aFrame |
Definition at line 523 of file frmcrsr.cxx.
Referenced by Bottom(), SwTextFrame::FillCursorPos(), Left(), and Right().
bool SwFillData::bColumn |
Definition at line 530 of file frmcrsr.cxx.
Referenced by SwTextFrame::FillCursorPos().
bool SwFillData::bEmpty |
Definition at line 531 of file frmcrsr.cxx.
Referenced by SwTextFrame::FillCursorPos().
bool SwFillData::bFirstLine |
Definition at line 528 of file frmcrsr.cxx.
Referenced by SwTextFrame::FillCursorPos().
bool SwFillData::bInner |
Definition at line 529 of file frmcrsr.cxx.
Referenced by SwTextFrame::FillCursorPos().
SwTwips SwFillData::nLineWidth |
Definition at line 527 of file frmcrsr.cxx.
Referenced by SwTextFrame::FillCursorPos().
const SwCursorMoveState* SwFillData::pCMS |
Definition at line 524 of file frmcrsr.cxx.
Referenced by Fill(), SwTextFrame::FillCursorPos(), Mode(), SetOrient(), SetSpace(), SetSpaceOnly(), and SetTab().
SwPosition* SwFillData::pPos |
Definition at line 525 of file frmcrsr.cxx.
Referenced by SwTextFrame::FillCursorPos().
const Point& SwFillData::rPoint |
Definition at line 526 of file frmcrsr.cxx.