Lines Matching refs:mnFontId
2195 mnFontId( -1 ), in XfModel()
2229 maModel.mnFontId = rAttribs.getInteger( XML_fontId, -1 ); in importXf()
2259 maModel.mnFontId = rStrm.readuInt16(); in importXf()
2297 maModel.mnFontId = static_cast< sal_Int32 >( nFontId ); in importXf()
2320 maModel.mnFontId = static_cast< sal_Int32 >( nFontId ); in importXf()
2343 maModel.mnFontId = static_cast< sal_Int32 >( nFontId ); in importXf()
2365 maModel.mnFontId = static_cast< sal_Int32 >( nFontId ); in importXf()
2387 maModel.mnFontId = static_cast< sal_Int32 >( nFontId ); in importXf()
2414 … maModel.mbFontUsed = !rStyleData.mbFontUsed || (maModel.mnFontId != rStyleData.mnFontId); in finalizeImport()
2442 return getStyles().getFont( maModel.mnFontId ); in getFont()
2461 rStyles.writeFontToPropertyMap( rPropMap, maModel.mnFontId ); in writeToPropertyMap()
2498 aXf.maModel.mnFontId = extractValue< sal_Int32 >( nFlags2, 6, 2 ); in writeBiff2CellFormatToPropertySet()