Home
last modified time | relevance | path

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

/trunk/main/filter/source/flash/
H A Dswfwriter.hxx158 class FlashFont class
161 FlashFont( const Font& rFont, sal_uInt16 nId );
162 ~FlashFont();
180 typedef std::vector<FlashFont*> FontMap;
271 friend class FlashFont;
378 FlashFont& Impl_getFont( const Font& rFont );
H A Dswfwriter2.cxx432 FlashFont::FlashFont( const Font& rFont, sal_uInt16 nId ) in FlashFont() function in FlashFont
439 FlashFont::~FlashFont() in ~FlashFont()
446 sal_uInt16 FlashFont::getGlyph( sal_uInt16 nChar, VirtualDevice* pVDev ) in getGlyph()
505 void FlashFont::write( SvStream& out ) in write()
H A Dswfwriter1.cxx401 FlashFont& Writer::Impl_getFont( const Font& rFont ) in Impl_getFont()
417 FlashFont* pFont = new FlashFont( rFont, createID() ); in Impl_getFont()
588 FlashFont& rFlashFont = Impl_getFont( aFont ); in Impl_writeText()
H A Dswfwriter.cxx153 FlashFont* pFont = (*i); in storeTo()

Completed in 35 milliseconds