Lines Matching refs:DrawingML
102 int DrawingML::mnImageCounter = 1;
104 void DrawingML::ResetCounters() in ResetCounters()
109 bool DrawingML::GetProperty( Reference< XPropertySet > rXPropSet, String aName ) in GetProperty()
122 bool DrawingML::GetPropertyAndState( Reference< XPropertySet > rXPropSet, Reference< XPropertyState… in GetPropertyAndState()
137 void DrawingML::WriteColor( sal_uInt32 nColor ) in WriteColor()
156 void DrawingML::WriteSolidFill( sal_uInt32 nColor ) in WriteSolidFill()
163 void DrawingML::WriteSolidFill( Reference< XPropertySet > rXPropSet ) in WriteSolidFill()
169 void DrawingML::WriteGradientStop( sal_uInt16 nStop, sal_uInt32 nColor ) in WriteGradientStop()
178 sal_uInt32 DrawingML::ColorWithIntensity( sal_uInt32 nColor, sal_uInt32 nIntensity ) in ColorWithIntensity()
185 void DrawingML::WriteGradientFill( Reference< XPropertySet > rXPropSet ) in WriteGradientFill()
238 void DrawingML::WriteLineArrow( Reference< XPropertySet > rXPropSet, sal_Bool bLineStart ) in WriteLineArrow()
305 void DrawingML::WriteOutline( Reference< XPropertySet > rXPropSet ) in WriteOutline()
393 OUString DrawingML::WriteImage( const OUString& rURL ) in WriteImage()
413 OUString DrawingML::WriteImage( const Graphic& rGraphic ) in WriteImage()
523 OUString DrawingML::WriteBlip( OUString& rURL ) in WriteBlip()
534 void DrawingML::WriteBlipMode( Reference< XPropertySet > rXPropSet ) in WriteBlipMode()
551 void DrawingML::WriteBlipFill( Reference< XPropertySet > rXPropSet, String sURLPropName ) in WriteBlipFill()
556 void DrawingML::WriteBlipFill( Reference< XPropertySet > rXPropSet, String sURLPropName, sal_Int32 … in WriteBlipFill()
585 void DrawingML::WriteStretch() in WriteStretch()
592 void DrawingML::WriteTransformation( const Rectangle& rRect, in WriteTransformation()
607 void DrawingML::WriteShapeTransformation( Reference< XShape > rXShape, sal_Bool bFlipH, sal_Bool bF… in WriteShapeTransformation()
617 void DrawingML::WriteRunProperties( Reference< XTextRange > rRun ) in WriteRunProperties()
785 const char* DrawingML::GetFieldType( ::com::sun::star::uno::Reference< ::com::sun::star::text::XTex… in GetFieldType()
814 void DrawingML::GetUUID( OStringBuffer& rBuffer ) in GetUUID()
849 void DrawingML::WriteRun( Reference< XTextRange > rRun ) in WriteRun()
923 void DrawingML::WriteParagraphNumbering( Reference< XPropertySet > rXPropSet, sal_Int16 nLevel ) in WriteParagraphNumbering()
1037 const char* DrawingML::GetAlignment( sal_Int32 nAlignment ) in GetAlignment()
1058 void DrawingML::WriteParagraphProperties( Reference< XTextContent > rParagraph ) in WriteParagraphProperties()
1091 void DrawingML::WriteParagraph( Reference< XTextContent > rParagraph ) in WriteParagraph()
1121 void DrawingML::WriteText( Reference< XShape > rXShape ) in WriteText()
1199 void DrawingML::WritePresetShape( const char* pShape ) in WritePresetShape()
1208 void DrawingML::WritePresetShape( const char* pShape, MSO_SPT eShapeType, sal_Bool bPredefinedHandl… in WritePresetShape()
1234 void DrawingML::WritePolyPolygon( const PolyPolygon& rPolyPolygon ) in WritePolyPolygon()
1330 void DrawingML::WriteConnectorConnections( EscherConnectorListEntry& rConnectorEntry, sal_Int32 nSt… in WriteConnectorConnections()
1378 sal_Unicode DrawingML::SubstituteBullet( sal_Unicode cBulletId, ::com::sun::star::awt::FontDescript… in SubstituteBullet()