Home
last modified time | relevance | path

Searched refs:SVGAttributeWriter (Results 1 – 2 of 2) sorted by relevance

/trunk/main/filter/source/svg/
H A Dsvgwriter.hxx106 class SVGAttributeWriter class
118 SVGAttributeWriter();
125 SVGAttributeWriter( SVGExport& rExport, SVGFontExport& rFontExport );
126 virtual ~SVGAttributeWriter();
170 class SVGAttributeWriter;
182 SVGAttributeWriter* mpContext;
191SVGAttributeWriter* ImplAcquireContext() { maContextStack.Push( mpContext = new SVGAttributeWrite… in ImplAcquireContext()
192 …oid ImplReleaseContext() { delete (SVGAttributeWriter*) maContextStack.Pop(); mpContext = (SVG… in ImplReleaseContext()
H A Dsvgwriter.cxx109 SVGAttributeWriter::SVGAttributeWriter( SVGExport& rExport, SVGFontExport& rFontExport ) : in SVGAttributeWriter() function in SVGAttributeWriter
119 SVGAttributeWriter::~SVGAttributeWriter() in ~SVGAttributeWriter()
127 double SVGAttributeWriter::ImplRound( double fValue, sal_Int32 nDecs ) in ImplRound()
134 void SVGAttributeWriter::ImplGetColorStr( const Color& rColor, ::rtl::OUString& rColorStr ) in ImplGetColorStr()
152 void SVGAttributeWriter::AddColorAttr( const char* pColorAttrName, in AddColorAttr()
171 void SVGAttributeWriter::AddPaintAttr( const Color& rLineColor, const Color& rFillColor, in AddPaintAttr()
196 void SVGAttributeWriter::AddGradientDef( const Rectangle& rObjRect, const Gradient& rGradient, ::rt… in AddGradientDef()
319 void SVGAttributeWriter::SetFontAttr( const Font& rFont ) in SetFontAttr()

Completed in 32 milliseconds