Home
last modified time | relevance | path

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

/trunk/main/cppcanvas/source/wrapper/
H A Dimpltext.hxx60 virtual void setFont( const FontSharedPtr& );
61 virtual FontSharedPtr getFont();
68 FontSharedPtr mpFont;
H A Dimpltext.cxx87 void ImplText::setFont( const FontSharedPtr& rFont ) in setFont()
92 FontSharedPtr ImplText::getFont() in getFont()
H A Dimplcanvas.cxx93FontSharedPtr ImplCanvas::createFont( const ::rtl::OUString& rFontName, const double& rCellSize ) … in createFont()
95 return FontSharedPtr( new ImplFont( getUNOCanvas(), rFontName, rCellSize ) ); in createFont()
H A Dimplcanvas.hxx72 …virtual FontSharedPtr createFont( const ::rtl::OUString& rFontName, const doubl…
/trunk/main/canvas/source/directx/
H A Ddx_canvasfont.hxx51 typedef ::boost::shared_ptr< Gdiplus::Font > FontSharedPtr; typedef
87 FontSharedPtr getFont() const;
93 FontSharedPtr mpFont;
H A Ddx_winstuff.hxx111 typedef ::boost::shared_ptr< Gdiplus::Font > FontSharedPtr; typedef
H A Ddx_canvasfont.cxx163 FontSharedPtr CanvasFont::getFont() const in getFont()
/trunk/main/cppcanvas/inc/cppcanvas/
H A Dtext.hxx44 virtual void setFont( const FontSharedPtr& ) = 0;
45 virtual FontSharedPtr getFont() = 0;
H A Dfont.hxx58 typedef ::boost::shared_ptr< ::cppcanvas::Font > FontSharedPtr; typedef
H A Dcanvas.hxx96 …virtual FontSharedPtr createFont( const ::rtl::OUString& rFontName, const doubl…

Completed in 24 milliseconds