|
LibreOffice Module filter (master) 1
|
#include <msdffimp.hxx>
Public Member Functions | |
| DffObjData (const DffRecordHeader &rObjHd, const tools::Rectangle &rBoundRect, int nClByGroup) | |
| DffObjData (const std::shared_ptr< DffRecordHeader > &rObjHd, const DffObjData &o) | |
Public Attributes | |
| const DffRecordHeader & | rSpHd |
| tools::Rectangle | aBoundRect |
| tools::Rectangle | aChildAnchor |
| sal_uInt32 | nShapeId |
| ShapeFlag | nSpFlags |
| MSO_SPT | eShapeType |
| bool | bShapeType: 1 |
| bool | bClientAnchor: 1 |
| bool | bClientData: 1 |
| bool | bChildAnchor: 1 |
| bool | bOpt: 1 |
| bool | bOpt2: 1 |
| bool | bRotateTextWithShape: 1 |
| bool | bPageAnchor |
| int | nCalledByGroup |
Definition at line 299 of file msdffimp.hxx.
|
inline |
Definition at line 320 of file msdffimp.hxx.
References mso_sptNil, and NONE.
|
inline |
Definition at line 339 of file msdffimp.hxx.
| tools::Rectangle DffObjData::aBoundRect |
Definition at line 303 of file msdffimp.hxx.
Referenced by DffPropertyReader::ApplyFillAttributes(), ApplyRectangularGradientAsBitmap(), SvxMSDffManager::ImportGraphic(), SvxMSDffManager::ImportShape(), SvxMSDffManager::ProcessObj(), and SdrEscherImport::ProcessObj().
| tools::Rectangle DffObjData::aChildAnchor |
Definition at line 304 of file msdffimp.hxx.
Referenced by SvxMSDffManager::ImportShape(), and SdrEscherImport::ProcessClientAnchor2().
| bool DffObjData::bChildAnchor |
Definition at line 313 of file msdffimp.hxx.
Referenced by SvxMSDffManager::ImportShape(), and SdrEscherImport::ProcessClientAnchor2().
| bool DffObjData::bClientAnchor |
Definition at line 311 of file msdffimp.hxx.
Referenced by SvxMSDffManager::ImportShape(), and SvxMSDffManager::ProcessObj().
| bool DffObjData::bClientData |
Definition at line 312 of file msdffimp.hxx.
Referenced by SvxMSDffManager::ProcessObj().
| bool DffObjData::bOpt |
Definition at line 314 of file msdffimp.hxx.
Referenced by SvxMSDffManager::ImportShape().
| bool DffObjData::bOpt2 |
Definition at line 315 of file msdffimp.hxx.
Referenced by DffPropertyReader::CheckAndCorrectExcelTextRotation(), and SvxMSDffManager::ImportShape().
| bool DffObjData::bPageAnchor |
Definition at line 317 of file msdffimp.hxx.
| bool DffObjData::bRotateTextWithShape |
Definition at line 316 of file msdffimp.hxx.
Referenced by DffPropertyReader::CheckAndCorrectExcelTextRotation(), and SvxMSDffManager::ImportShape().
| bool DffObjData::bShapeType |
Definition at line 310 of file msdffimp.hxx.
Referenced by SvxMSDffManager::ImportShape(), and PPTTextObj::PPTTextObj().
| MSO_SPT DffObjData::eShapeType |
Definition at line 308 of file msdffimp.hxx.
Referenced by DffPropertyReader::ApplyAttributes(), DffPropertyReader::ApplyCustomShapeGeometryAttributes(), DffPropertyReader::ApplyFillAttributes(), SvxMSDffManager::ImportShape(), PPTTextObj::PPTTextObj(), and SvxMSDffManager::ProcessObj().
| int DffObjData::nCalledByGroup |
Definition at line 318 of file msdffimp.hxx.
Referenced by SvxMSDffManager::ImportGraphic(), and SvxMSDffManager::ProcessObj().
| sal_uInt32 DffObjData::nShapeId |
Definition at line 306 of file msdffimp.hxx.
Referenced by SvxMSDffManager::ImportShape(), PPTTextObj::PPTTextObj(), SvxMSDffManager::ProcessObj(), and SdrEscherImport::ProcessObj().
| ShapeFlag DffObjData::nSpFlags |
Definition at line 307 of file msdffimp.hxx.
Referenced by DffPropertyReader::ApplyAttributes(), ApplyRectangularGradientAsBitmap(), DffPropertyReader::CheckAndCorrectExcelTextRotation(), SvxMSDffManager::ImportGraphic(), SvxMSDffManager::ImportShape(), PPTTextObj::PPTTextObj(), SvxMSDffManager::ProcessObj(), and SdrEscherImport::ProcessObj().
| const DffRecordHeader& DffObjData::rSpHd |
Definition at line 301 of file msdffimp.hxx.
Referenced by SvxMSDffManager::ImportGraphic(), SvxMSDffManager::ImportShape(), SvxMSDffManager::ProcessObj(), and SdrEscherImport::ProcessObj().