Lines Matching refs:nFontId
2284 sal_uInt8 nFontId, nNumFmtId, nFlags; in importXf() local
2285 rStrm >> nFontId; in importXf()
2297 maModel.mnFontId = static_cast< sal_Int32 >( nFontId ); in importXf()
2306 sal_uInt8 nFontId, nNumFmtId; in importXf() local
2307 rStrm >> nFontId >> nNumFmtId >> nTypeProt >> nAlign >> nArea >> nBorder; in importXf()
2320 maModel.mnFontId = static_cast< sal_Int32 >( nFontId ); in importXf()
2329 sal_uInt8 nFontId, nNumFmtId; in importXf() local
2330 rStrm >> nFontId >> nNumFmtId >> nTypeProt >> nAlign >> nArea >> nBorder; in importXf()
2343 maModel.mnFontId = static_cast< sal_Int32 >( nFontId ); in importXf()
2351 sal_uInt16 nFontId, nNumFmtId, nTypeProt, nAlign; in importXf() local
2352 rStrm >> nFontId >> nNumFmtId >> nTypeProt >> nAlign >> nArea >> nBorder; in importXf()
2365 maModel.mnFontId = static_cast< sal_Int32 >( nFontId ); in importXf()
2373 sal_uInt16 nFontId, nNumFmtId, nTypeProt, nAlign, nMiscAttrib, nArea; in importXf() local
2374 …rStrm >> nFontId >> nNumFmtId >> nTypeProt >> nAlign >> nMiscAttrib >> nBorder1 >> nBorder2 >> nAr… in importXf()
2387 maModel.mnFontId = static_cast< sal_Int32 >( nFontId ); in importXf()
3324 FontRef StylesBuffer::getFont( sal_Int32 nFontId ) const in getFont()
3326 return maFonts.get( nFontId ); in getFont()
3456 void StylesBuffer::writeFontToPropertyMap( PropertyMap& rPropMap, sal_Int32 nFontId ) const in writeFontToPropertyMap()
3458 if( Font* pFont = maFonts.get( nFontId ).get() ) in writeFontToPropertyMap()