Lines Matching refs:ServerFont
32 class ServerFont;
72 ServerFont* CacheFont( const ImplFontSelectData& );
73 void UncacheFont( ServerFont& );
80 friend class ServerFont;
82 void AddedGlyph( ServerFont&, GlyphData& );
83 void RemovingGlyph( ServerFont&, GlyphData&, sal_GlyphId );
84 void UsingGlyph( ServerFont&, GlyphData& );
95 typedef ::std::hash_map<ImplFontSelectData,ServerFont*,IFSD_Hash,IFSD_Equal > FontList;
101 ServerFont* mpCurrentGCFont;
171 class VCL_PLUGIN_PUBLIC ServerFont class
209 explicit ServerFont( const ImplFontSelectData& );
210 virtual ~ServerFont();
237 ServerFont* mpPrevGCFont;
238 ServerFont* mpNextGCFont;
256 ServerFont* mpServerFont;
264 void SetServerFont( ServerFont* p) { mpServerFont = p; } in SetServerFont()
273 ServerFont& mrServerFont;
280 ServerFontLayout( ServerFont& );
284 ServerFont& GetServerFont() const { return mrServerFont; } in GetServerFont()
306 virtual void RemovingFont( ServerFont& ) {} in RemovingFont() argument
307 virtual void RemovingGlyph( ServerFont&, GlyphData&, sal_GlyphId ) {} in RemovingGlyph() argument
338 inline void ServerFont::SetExtended( int nInfo, void* pVoid ) in SetExtended()