Searched refs:FontRef (Results 1 – 6 of 6) sorted by relevance
330 typedef ::boost::shared_ptr< Font > FontRef; typedef776 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;
51 inline explicit FontContext( ParentType& rParent, const FontRef& rxFont ) : in FontContext()58 FontRef mxFont;
60 FontRef createFont();79 FontRef mxFont; /// Embedded portion font, may be empty.
49 FontRef mxFont; /// Processed font of the portion.
2440 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 …]
70 FontRef RichStringPortion::createFont() in createFont()575 FontRef xFont = getStyles().getFont( aIt->mnFontId ); in createTextPortions()
Completed in 65 milliseconds