Home
last modified time | relevance | path

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

/trunk/main/filter/source/svg/
H A Dsvgfontexport.cxx258 void SVGFontExport::implEmbedGlyph( OutputDevice& rOut, const ::rtl::OUString& rCellStr ) in implEmbedGlyph() argument
263 if( rOut.GetTextOutline( aPolyPoly, rCellStr ) ) in implEmbedGlyph()
269 if( !rOut.GetTextBoundRect( aBoundRect, rCellStr ) ) in implEmbedGlyph()
270 aBoundRect = Rectangle( Point( 0, 0 ), Size( rOut.GetTextWidth( rCellStr ), 0 ) ); in implEmbedGlyph()
272 mrExport.AddAttribute( XML_NAMESPACE_NONE, "unicode", rCellStr ); in implEmbedGlyph()
274 if( rCellStr[ 0 ] == nSpace && rCellStr.getLength() == 1 ) in implEmbedGlyph()
H A Dsvgfontexport.hxx54 void implEmbedGlyph( OutputDevice& rOut, const ::rtl::OUString& rCellStr );

Completed in 16 milliseconds