|
LibreOffice Module sw (master) 1
|
#include <wrtww8.hxx>
Public Member Functions | |
| DrawObj (const ww8::Frame &rContent, WW8_CP nCp, Point aParentPos, SvxFrameDirection nDir, unsigned int nHdFtIndex) | |
| void | SetShapeDetails (sal_uInt32 nId, sal_Int32 nThick) |
Public Attributes | |
| WW8_CP | mnCp |
| sal_uInt32 | mnShapeId |
| ww8::Frame | maContent |
| Point | maParentPos |
| sal_Int32 | mnThick |
| SvxFrameDirection | mnDirection |
| unsigned int | mnHdFtIndex |
Definition at line 341 of file wrtww8.hxx.
|
inline |
Definition at line 353 of file wrtww8.hxx.
| void DrawObj::SetShapeDetails | ( | sal_uInt32 | nId, |
| sal_Int32 | nThick | ||
| ) |
Definition at line 895 of file wrtw8esh.cxx.
References mnShapeId, mnThick, and nId.
Referenced by SwEscherEx::SwEscherEx().
| ww8::Frame DrawObj::maContent |
Definition at line 346 of file wrtww8.hxx.
Referenced by SwEscherEx::SwEscherEx(), SwEscherEx::WriteFlyFrame(), and SwEscherEx::WriteTextFlyFrame().
| Point DrawObj::maParentPos |
Definition at line 347 of file wrtww8.hxx.
| WW8_CP DrawObj::mnCp |
Definition at line 344 of file wrtww8.hxx.
| SvxFrameDirection DrawObj::mnDirection |
Definition at line 349 of file wrtww8.hxx.
Referenced by SwEscherEx::WriteTextFlyFrame().
| unsigned int DrawObj::mnHdFtIndex |
Definition at line 350 of file wrtww8.hxx.
Referenced by SwEscherEx::WriteFlyFrame(), and SwEscherEx::WriteTextFlyFrame().
| sal_uInt32 DrawObj::mnShapeId |
Definition at line 345 of file wrtww8.hxx.
Referenced by SetShapeDetails().
| sal_Int32 DrawObj::mnThick |
Definition at line 348 of file wrtww8.hxx.
Referenced by SetShapeDetails().