Home
last modified time | relevance | path

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

/trunk/main/filter/source/svg/
H A Dsvgfontexport.cxx136 GlyphSet& rGlyphSet = implGetGlyphSet( aVDev.GetFont() ); in implCollectGlyphs() local
154 rGlyphSet.insert( aText.copy( nLastPos, nCurPos - nLastPos ) ); in implCollectGlyphs()
162 rGlyphSet.insert( rtl::OUString( pStr[ k ] ) ); in implCollectGlyphs()
180 GlyphSet& rGlyphSet = implGetGlyphSet( rFont ); in implEmbedFont() local
182 if( !rGlyphSet.empty() ) in implEmbedFont()
184 GlyphSet::const_iterator aIter( rGlyphSet.begin() ); in implEmbedFont()
245 while( aIter != rGlyphSet.end() ) in implEmbedFont()

Completed in 14 milliseconds