LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | List of all members
SaveFly Struct Reference

data structure to temporarily hold fly anchor positions relative to some location. More...

#include <mvsave.hxx>

Collaboration diagram for SaveFly:
[legend]

Public Member Functions

 SaveFly (SwNodeOffset nNodeDiff, sal_Int32 const nCntntIdx, SwFrameFormat *pFormat, bool bInsert)
 

Public Attributes

SwFrameFormatpFrameFormat
 
SwNodeOffset nNdDiff
 the fly's frame format More...
 
sal_Int32 nContentIndex
 relative node difference More...
 
bool isAtInsertNode
 if true, anchor at insert node index More...
 

Detailed Description

data structure to temporarily hold fly anchor positions relative to some location.

Definition at line 102 of file mvsave.hxx.

Constructor & Destructor Documentation

◆ SaveFly()

SaveFly::SaveFly ( SwNodeOffset  nNodeDiff,
sal_Int32 const  nCntntIdx,
SwFrameFormat pFormat,
bool  bInsert 
)
inline

Definition at line 109 of file mvsave.hxx.

Member Data Documentation

◆ isAtInsertNode

bool SaveFly::isAtInsertNode

if true, anchor at insert node index

Definition at line 107 of file mvsave.hxx.

◆ nContentIndex

sal_Int32 SaveFly::nContentIndex

relative node difference

index in node

Definition at line 106 of file mvsave.hxx.

◆ nNdDiff

SwNodeOffset SaveFly::nNdDiff

the fly's frame format

Definition at line 105 of file mvsave.hxx.

◆ pFrameFormat

SwFrameFormat* SaveFly::pFrameFormat

Definition at line 104 of file mvsave.hxx.


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