LibreOffice Module sw (master) 1
Enumerations | Functions
SwPostItHelper Namespace Reference

Enumerations

enum  SwLayoutStatus {
  INVISIBLE ,
  VISIBLE ,
  INSERTED ,
  DELETED ,
  NONE ,
  HIDDEN
}
 

Functions

SwLayoutStatus getLayoutInfos (SwLayoutInfo &o_rInfo, const SwPosition &rAnchorPos, const sw::mark::IMark *pAnnotationMark=nullptr)
 
tools::Long getLayoutHeight (const SwRootFrame *pRoot)
 
void setSidebarChanged (SwRootFrame *pRoot, bool bBrowseMode)
 
tools::ULong getPageInfo (SwRect &rPageFrame, const SwRootFrame *, const Point &)
 

Enumeration Type Documentation

◆ SwLayoutStatus

Enumerator
INVISIBLE 
VISIBLE 
INSERTED 
DELETED 
NONE 
HIDDEN 

Definition at line 79 of file postithelper.hxx.

Function Documentation

◆ getLayoutHeight()

tools::Long SwPostItHelper::getLayoutHeight ( const SwRootFrame pRoot)

Definition at line 223 of file postithelper.cxx.

References SwFrameAreaDefinition::getFrameArea(), and SwRect::Height().

Referenced by SwPostItMgr::CalcRects().

◆ getLayoutInfos()

SwPostItHelper::SwLayoutStatus SwPostItHelper::getLayoutInfos ( SwLayoutInfo o_rInfo,
const SwPosition rAnchorPos,
const sw::mark::IMark pAnnotationMark = nullptr 
)

◆ getPageInfo()

tools::ULong SwPostItHelper::getPageInfo ( SwRect rPageFrame,
const SwRootFrame pRoot,
const Point rPoint 
)

◆ setSidebarChanged()

void SwPostItHelper::setSidebarChanged ( SwRootFrame pRoot,
bool  bBrowseMode 
)