LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | List of all members
SwWrtShell::CursorStack Struct Reference
Collaboration diagram for SwWrtShell::CursorStack:
[legend]

Public Member Functions

 CursorStack (bool bValid, bool bFrameSel, const Point &rDocPos, SwTwips lOff, std::unique_ptr< CursorStack > pN)
 

Public Attributes

Point aDocPos
 
std::unique_ptr< CursorStackpNext
 
bool bValidCurPos: 1
 
bool bIsFrameSel: 1
 
SwTwips lOffset
 

Detailed Description

Definition at line 552 of file wrtsh.hxx.

Constructor & Destructor Documentation

◆ CursorStack()

SwWrtShell::CursorStack::CursorStack ( bool  bValid,
bool  bFrameSel,
const Point rDocPos,
SwTwips  lOff,
std::unique_ptr< CursorStack pN 
)
inline

Definition at line 560 of file wrtsh.hxx.

Member Data Documentation

◆ aDocPos

Point SwWrtShell::CursorStack::aDocPos

Definition at line 554 of file wrtsh.hxx.

◆ bIsFrameSel

bool SwWrtShell::CursorStack::bIsFrameSel

Definition at line 557 of file wrtsh.hxx.

◆ bValidCurPos

bool SwWrtShell::CursorStack::bValidCurPos

Definition at line 556 of file wrtsh.hxx.

◆ lOffset

SwTwips SwWrtShell::CursorStack::lOffset

Definition at line 558 of file wrtsh.hxx.

◆ pNext

std::unique_ptr<CursorStack> SwWrtShell::CursorStack::pNext

Definition at line 555 of file wrtsh.hxx.


The documentation for this struct was generated from the following file: