Searched refs:FontSharedPtr (Results 1 – 10 of 10) sorted by relevance
60 virtual void setFont( const FontSharedPtr& );61 virtual FontSharedPtr getFont();68 FontSharedPtr mpFont;
87 void ImplText::setFont( const FontSharedPtr& rFont ) in setFont()92 FontSharedPtr ImplText::getFont() in getFont()
93 …FontSharedPtr ImplCanvas::createFont( const ::rtl::OUString& rFontName, const double& rCellSize ) … in createFont()95 return FontSharedPtr( new ImplFont( getUNOCanvas(), rFontName, rCellSize ) ); in createFont()
72 …virtual FontSharedPtr createFont( const ::rtl::OUString& rFontName, const doubl…
51 typedef ::boost::shared_ptr< Gdiplus::Font > FontSharedPtr; typedef87 FontSharedPtr getFont() const;93 FontSharedPtr mpFont;
111 typedef ::boost::shared_ptr< Gdiplus::Font > FontSharedPtr; typedef
163 FontSharedPtr CanvasFont::getFont() const in getFont()
44 virtual void setFont( const FontSharedPtr& ) = 0;45 virtual FontSharedPtr getFont() = 0;
58 typedef ::boost::shared_ptr< ::cppcanvas::Font > FontSharedPtr; typedef
96 …virtual FontSharedPtr createFont( const ::rtl::OUString& rFontName, const doubl…
Completed in 60 milliseconds