LibreOffice Module sw (master) 1
|
data structure to temporarily hold fly anchor positions relative to some location. More...
#include <mvsave.hxx>
Public Member Functions | |
SaveFly (SwNodeOffset nNodeDiff, sal_Int32 const nCntntIdx, SwFrameFormat *pFormat, bool bInsert) | |
Public Attributes | |
SwFrameFormat * | pFrameFormat |
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... | |
data structure to temporarily hold fly anchor positions relative to some location.
Definition at line 102 of file mvsave.hxx.
|
inline |
Definition at line 109 of file mvsave.hxx.
bool SaveFly::isAtInsertNode |
if true, anchor at insert node index
Definition at line 107 of file mvsave.hxx.
sal_Int32 SaveFly::nContentIndex |
SwNodeOffset SaveFly::nNdDiff |
the fly's frame format
Definition at line 105 of file mvsave.hxx.
SwFrameFormat* SaveFly::pFrameFormat |
Definition at line 104 of file mvsave.hxx.