|
LibreOffice Module filter (master) 1
|
#include <msdffimp.hxx>
Public Member Functions | |
| SvxMSDffShapeOrder (sal_uLong nId) | |
| bool | operator< (const SvxMSDffShapeOrder &rEntry) const |
Public Attributes | |
| sal_uLong | nShapeId |
| shape id used in PLCF SPA and in mso_fbtSp (FSP) More... | |
| sal_uLong | nTxBxComp |
| chain or box number in the Text-Box-Story (or NULL) More... | |
| SwFlyFrameFormat * | pFly |
| format of frame that was inserted as a replacement More... | |
| SdrObject * | pObj |
| pointer to the draw object (or NULL if not used) More... | |
Definition at line 783 of file msdffimp.hxx.
|
inlineexplicit |
Definition at line 795 of file msdffimp.hxx.
References nId.
|
inline |
Definition at line 798 of file msdffimp.hxx.
References nTxBxComp.
| sal_uLong SvxMSDffShapeOrder::nShapeId |
shape id used in PLCF SPA and in mso_fbtSp (FSP)
Definition at line 785 of file msdffimp.hxx.
| sal_uLong SvxMSDffShapeOrder::nTxBxComp |
chain or box number in the Text-Box-Story (or NULL)
Definition at line 786 of file msdffimp.hxx.
Referenced by operator<().
| SwFlyFrameFormat* SvxMSDffShapeOrder::pFly |
format of frame that was inserted as a replacement
for a Sdr-Text object in Writer - needed for chaining!
Definition at line 787 of file msdffimp.hxx.
| SdrObject* SvxMSDffShapeOrder::pObj |
pointer to the draw object (or NULL if not used)
Definition at line 790 of file msdffimp.hxx.