Searched refs:ImplWriteText (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/filter/source/svg/ |
| H A D | svgwriter.cxx | 788 void SVGActionWriter::ImplWriteText( const Point& rPos, const String& rText, in ImplWriteText() function in SVGActionWriter 1794 ImplWriteText( pA->GetPoint(), aText, NULL, 0 ); in ImplWriteActions() 1816 ImplWriteText( pA->GetRect().TopLeft(), pA->GetText(), NULL, 0 ); in ImplWriteActions() 1839 ImplWriteText( pA->GetPoint(), aText, pA->GetDXArray(), 0 ); in ImplWriteActions() 1862 ImplWriteText( pA->GetPoint(), aText, NULL, pA->GetWidth() ); in ImplWriteActions()
|
| H A D | svgwriter.hxx | 212 …void ImplWriteText( const Point& rPos, const String& rText, const sal_Int32* pD…
|