LibreOffice Module sw (master) 1
|
#include <frmtool.hxx>
Public Member Functions | |
SwLayNotify (SwLayoutFrame *pLayFrame) | |
~SwLayNotify () | |
void | SetLowersComplete (bool b) |
bool | IsLowersComplete () const |
Public Member Functions inherited from SwFrameNotify | |
SwFrameNotify (SwFrame *pFrame) | |
~SwFrameNotify () | |
const SwRect & | getFrameArea () const |
void | SetInvaKeep () |
Private Member Functions | |
void | ImplDestroy () |
Private Attributes | |
bool | m_bLowersComplete |
Additional Inherited Members | |
Protected Attributes inherited from SwFrameNotify | |
SwFrame * | mpFrame |
const SwRect | maFrame |
const SwRect | maPrt |
SwTwips | mnFlyAnchorOfst |
SwTwips | mnFlyAnchorOfstNoWrap |
bool | mbHadFollow |
bool | mbInvaKeep |
bool | mbValidSize |
Definition at line 248 of file frmtool.hxx.
SwLayNotify::SwLayNotify | ( | SwLayoutFrame * | pLayFrame | ) |
Definition at line 446 of file frmtool.cxx.
SwLayNotify::~SwLayNotify | ( | ) |
Definition at line 658 of file frmtool.cxx.
References ImplDestroy(), and suppress_fun_call_w_exception.
|
private |
Definition at line 481 of file frmtool.cxx.
References SwRowFrame::AdjustCells(), Body, SwLayoutFrame::ChgLowersProp(), SwTabFrame::FindMaster(), SwFrame::FindTabFrame(), Fly, FtnCont, SwAnchoredObject::GetAnchorFrame(), SwViewOption::getBrowseMode(), SwRootFrame::GetCurrShell(), SwFrameAreaDefinition::getFrameArea(), SwFrameAreaDefinition::getFramePrintArea(), SwRectFnSet::GetHeight(), SwFrame::GetNext(), SwFrame::getRootFrame(), SwFrame::GetType(), SwViewShell::GetViewOptions(), SwRectFnSet::GetWidth(), SwFrame::HasFixSize(), SwRect::Height(), SwFrame::InvalidateNextPos(), SwFrame::InvalidatePos(), SwFrame::InvalidatePos_(), SwFrame::InvalidateSize(), SwLayoutFrame::InvaPercentLowers(), SwFrame::IsCellFrame(), SwFrame::IsColumnFrame(), SwFrame::IsFlowFrame(), SwFrame::IsFlyFrame(), SwFrame::IsFooterFrame(), SwFrame::IsFootnoteFrame(), SwFrame::IsLayoutFrame(), IsLowersComplete(), SwFrame::IsMoveable(), SwFrame::IsRowFrame(), SwFrame::IsSctFrame(), SwFrame::IsTabFrame(), lcl_InvalidatePosOfLowers(), SwLayoutFrame::Lower(), SwFrameNotify::maFrame, SwFrameNotify::maPrt, SwFrameNotify::mpFrame, SwLayoutFrame::NotifyLowerObjs(), Page, SwRectFnSet::PosDiff(), Root, Row, Section, SwTabFrame::SetComplete(), SwFrame::SetCompletePaint(), SwRect::SSize(), Tab, and SwRect::Width().
Referenced by ~SwLayNotify().
|
inline |
Definition at line 259 of file frmtool.hxx.
References m_bLowersComplete.
Referenced by ImplDestroy().
|
inline |
Definition at line 258 of file frmtool.hxx.
References m_bLowersComplete.
Referenced by lcl_RecalcTable(), and SwTabFrame::MakeAll().
|
private |
Definition at line 250 of file frmtool.hxx.
Referenced by IsLowersComplete(), and SetLowersComplete().