Lines Matching refs:aShapeInfo

218 	ImplXMLShapeExportInfo& aShapeInfo = aShapeInfoVector[nZIndex];  in collectShapeAutoStyles()  local
222 aShapeInfo.xCustomShapeReplacement = xCustomShapeReplacement; in collectShapeAutoStyles()
227 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()
242 aShapeInfo.meShapeType != XmlShapeTypeDrawPageShape && in collectShapeAutoStyles()
243 aShapeInfo.meShapeType != XmlShapeTypePresPageShape && in collectShapeAutoStyles()
244 aShapeInfo.meShapeType != XmlShapeTypeDrawGroupShape; in collectShapeAutoStyles()
247 aShapeInfo.meShapeType != XmlShapeTypeDrawGroupShape; in collectShapeAutoStyles()
252 if ( aShapeInfo.xCustomShapeReplacement.is() ) in collectShapeAutoStyles()
305 aShapeInfo.mnFamily = XML_STYLE_FAMILY_SD_PRESENTATION_ID; in collectShapeAutoStyles()
316 if(XML_STYLE_FAMILY_SD_PRESENTATION_ID == aShapeInfo.mnFamily) in collectShapeAutoStyles()
329 if( (!bIsEmptyPresObj || (aShapeInfo.meShapeType != XmlShapeTypePresPageShape)) ) in collectShapeAutoStyles()
333 if (XmlShapeTypeDrawControlShape == aShapeInfo.meShapeType) in collectShapeAutoStyles()
370 aShapeInfo.msStyleName = aParentName; in collectShapeAutoStyles()
376aShapeInfo.msStyleName = mrExport.GetAutoStylePool()->Find(aShapeInfo.mnFamily, aParentName, xProp… in collectShapeAutoStyles()
378 if(!aShapeInfo.msStyleName.getLength()) in collectShapeAutoStyles()
381aShapeInfo.msStyleName = mrExport.GetAutoStylePool()->Add(aShapeInfo.mnFamily, aParentName, xPropS… in collectShapeAutoStyles()
386 …if( (!bIsEmptyPresObj || (aShapeInfo.meShapeType != XmlShapeTypePresPageShape)) && bObjSupportsTex… in collectShapeAutoStyles()
392 if ( XmlShapeTypeDrawControlShape == aShapeInfo.meShapeType ) in collectShapeAutoStyles()
438aShapeInfo.msTextStyleName = mrExport.GetAutoStylePool()->Find( XML_STYLE_FAMILY_TEXT_PARAGRAPH, a… in collectShapeAutoStyles()
439 if(!aShapeInfo.msTextStyleName.getLength()) in collectShapeAutoStyles()
442aShapeInfo.msTextStyleName = mrExport.GetAutoStylePool()->Add(XML_STYLE_FAMILY_TEXT_PARAGRAPH, aEm… in collectShapeAutoStyles()
456 switch( aShapeInfo.meShapeType ) in collectShapeAutoStyles()
490 maShapeInfos.push_back( aShapeInfo ); in collectShapeAutoStyles()
497 const uno::Reference< drawing::XShape >& xCollection = aShapeInfo.xCustomShapeReplacement.is() in collectShapeAutoStyles()
498 ? aShapeInfo.xCustomShapeReplacement : xShape; in collectShapeAutoStyles()
591 const ImplXMLShapeExportInfo& aShapeInfo = aShapeInfoVector[nZIndex]; in exportShape() local
612 …DBG_ASSERT( eShapeType == aShapeInfo.meShapeType, "exportShape callings do not correspond to colle… in exportShape()
636 aShapeInfo.meShapeType == XmlShapeTypeDrawGroupShape || in exportShape()
637 ( aShapeInfo.meShapeType == XmlShapeTypeDrawCustomShape && in exportShape()
638 aShapeInfo.xCustomShapeReplacement.is() ) ) in exportShape()
654 if( aShapeInfo.msStyleName.getLength() != 0 ) in exportShape()
656 if(XML_STYLE_FAMILY_SD_GRAPHICS_ID == aShapeInfo.mnFamily) in exportShape()
657 …mrExport.AddAttribute(XML_NAMESPACE_DRAW, XML_STYLE_NAME, mrExport.EncodeStyleName( aShapeInfo.msS… in exportShape()
659 …te(XML_NAMESPACE_PRESENTATION, XML_STYLE_NAME, mrExport.EncodeStyleName( aShapeInfo.msStyleName) ); in exportShape()
665 if( aShapeInfo.msTextStyleName.getLength() != 0 ) in exportShape()
667 mrExport.AddAttribute(XML_NAMESPACE_DRAW, XML_TEXT_STYLE_NAME, aShapeInfo.msTextStyleName ); in exportShape()
709 …if( aShapeInfo.meShapeType != XmlShapeTypeDrawPageShape && aShapeInfo.meShapeType != XmlShapeTypeP… in exportShape()
710aShapeInfo.meShapeType != XmlShapeTypeHandoutShape && aShapeInfo.meShapeType != XmlShapeTypeDrawCh… in exportShape()
751 switch(aShapeInfo.meShapeType) in exportShape()
755 ImpExportRectangleShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
760 ImpExportEllipseShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
765 ImpExportLineShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
773 ImpExportPolygonShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
787 ImpExportTextBoxShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
794 ImpExportGraphicObjectShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
801 ImpExportChartShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint, pAttrList ); in exportShape()
807 ImpExportControlShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
813 ImpExportConnectorShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
819 ImpExportMeasureShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
828 ImpExportOLE2Shape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
835 ImpExportTableShape( xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
843 ImpExportPageShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
849 ImpExportCaptionShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
858 ImpExport3DShape(xShape, aShapeInfo.meShapeType); in exportShape()
864 ImpExport3DSceneShape( xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
871 ImpExportGroupShape( xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
877 ImpExportFrameShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
883 ImpExportAppletShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
889 ImpExportPluginShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
895 if ( aShapeInfo.xCustomShapeReplacement.is() ) in exportShape()
896 …ImpExportGroupShape( aShapeInfo.xCustomShapeReplacement, XmlShapeTypeDrawGroupShape, nFeatures, pR… in exportShape()
898 ImpExportCustomShape( xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
905 ImpExportMediaShape( xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()