Home
last modified time | relevance | path

Searched refs:meShapeType (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/xmloff/source/draw/
H A Dshapeexport.cxx227 ImpCalcShapeType(xShape, aShapeInfo.meShapeType); in collectShapeAutoStyles()
233 aShapeInfo.meShapeType != XmlShapeTypePresChartShape && in collectShapeAutoStyles()
234 aShapeInfo.meShapeType != XmlShapeTypePresOLE2Shape && in collectShapeAutoStyles()
235 aShapeInfo.meShapeType != XmlShapeTypeDrawSheetShape && in collectShapeAutoStyles()
236 aShapeInfo.meShapeType != XmlShapeTypePresSheetShape && in collectShapeAutoStyles()
237 aShapeInfo.meShapeType != XmlShapeTypeDraw3DSceneObject && in collectShapeAutoStyles()
238 aShapeInfo.meShapeType != XmlShapeTypeDraw3DCubeObject && in collectShapeAutoStyles()
239 aShapeInfo.meShapeType != XmlShapeTypeDraw3DSphereObject && in collectShapeAutoStyles()
240 aShapeInfo.meShapeType != XmlShapeTypeDraw3DLatheObject && in collectShapeAutoStyles()
241 aShapeInfo.meShapeType != XmlShapeTypeDraw3DExtrudeObject && in collectShapeAutoStyles()
[all …]
/AOO41X/main/xmloff/inc/xmloff/
H A Dshapeexport.hxx136 XmlShapeType meShapeType; member
140 …ImplXMLShapeExportInfo() : mnFamily( XML_STYLE_FAMILY_SD_GRAPHICS_ID ), meShapeType( XmlShapeTypeN… in ImplXMLShapeExportInfo()
/AOO41X/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx1086 MSO_SPT meShapeType; member
1113 MSO_SPT GetShapeType() const { return mpImplTextObj->meShapeType; }; in GetShapeType()
/AOO41X/main/filter/source/msfilter/
H A Dsvdfppt.cxx6731 …mpImplTextObj->meShapeType = ( pObjData && pObjData->bShapeType ) ? pObjData->eShapeType : mso_spt… in PPTTextObj()