Lines Matching refs:nProp
131 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in SwStdFontConfig() local
133 if(pValues[nProp].hasValue()) in SwStdFontConfig()
135 if( nProp < DEF_FONT_COUNT) in SwStdFontConfig()
138 pValues[nProp] >>= sVal; in SwStdFontConfig()
139 sDefaultFonts[nProp] = sVal; in SwStdFontConfig()
143 pValues[nProp] >>= nDefaultFontHeight[nProp - DEF_FONT_COUNT]; in SwStdFontConfig()
144 …nDefaultFontHeight[nProp - DEF_FONT_COUNT] = MM100_TO_TWIP(nDefaultFontHeight[nProp - DEF_FONT_COU… in SwStdFontConfig()
166 for(sal_uInt16 nProp = 0; in Commit() local
167 nProp < sal::static_int_cast< sal_uInt16, sal_Int32 >( aNames.getLength() ); in Commit()
168 nProp++) in Commit()
170 if( nProp < DEF_FONT_COUNT ) in Commit()
172 … if(GetDefaultFor(nProp, lcl_LanguageOfType(nProp, eWestern, eCJK, eCTL)) != sDefaultFonts[nProp]) in Commit()
173 pValues[nProp] <<= OUString(sDefaultFonts[nProp]); in Commit()
177 if(nDefaultFontHeight[nProp - DEF_FONT_COUNT] > 0) in Commit()
178 …pValues[nProp] <<= static_cast<sal_Int32>(TWIP_TO_MM100(nDefaultFontHeight[nProp - DEF_FONT_COUNT]… in Commit()