Lines Matching refs:FontRef
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()
3371 FontRef xDefFont = getDefaultFont(); in getDefaultFontModel()