Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx330 typedef ::boost::shared_ptr< Font > FontRef; typedef
776 FontRef getFont() const;
816 FontRef createFont( bool bAlwaysNew = true );
844 FontRef mxFont; /// Font data.
972 FontRef createFont( sal_Int32* opnFontId = 0 );
1027 FontRef getFont( sal_Int32 nFontId ) const;
1038 FontRef getFontFromCellXf( sal_Int32 nXfId ) const;
1040 FontRef getDefaultFont() const;
H A Dstylesfragment.hxx51 inline explicit FontContext( ParentType& rParent, const FontRef& rxFont ) : in FontContext()
58 FontRef mxFont;
H A Drichstring.hxx60 FontRef createFont();
79 FontRef mxFont; /// Embedded portion font, may be empty.
H A Drichstringcontext.hxx49 FontRef mxFont; /// Processed font of the portion.
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx2440 FontRef Xf::getFont() const in getFont()
2542 FontRef Dxf::createFont( bool bAlwaysNew ) in createFont()
3159 FontRef StylesBuffer::createFont( sal_Int32* opnFontId ) in createFont()
3162 FontRef xFont( new Font( *this, false ) ); in createFont()
3256 FontRef xFont = createFont(); in importFont()
3324 FontRef StylesBuffer::getFont( sal_Int32 nFontId ) const in getFont()
3349 FontRef StylesBuffer::getFontFromCellXf( sal_Int32 nXfId ) const in getFontFromCellXf()
3351 FontRef xFont; in getFontFromCellXf()
3357 FontRef StylesBuffer::getDefaultFont() const in getDefaultFont()
3359 FontRef xDefFont; in getDefaultFont()
[all …]
H A Drichstring.cxx70 FontRef RichStringPortion::createFont() in createFont()
575 FontRef xFont = getStyles().getFont( aIt->mnFontId ); in createTextPortions()

Completed in 68 milliseconds