Home
last modified time | relevance | path

Searched refs:DEF_FONT_COUNT (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sw/source/ui/config/
H A Dfontcfg.cxx118 for(sal_Int16 i = 0; i < DEF_FONT_COUNT; i++) in SwStdFontConfig()
135 if( nProp < DEF_FONT_COUNT) 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()
170 if( nProp < DEF_FONT_COUNT ) in Commit()
177 if(nDefaultFontHeight[nProp - DEF_FONT_COUNT] > 0) in Commit()
178 …alues[nProp] <<= static_cast<sal_Int32>(TWIP_TO_MM100(nDefaultFontHeight[nProp - DEF_FONT_COUNT])); in Commit()
316 DBG_ASSERT( nFontType < DEF_FONT_COUNT, "invalid index in SwStdFontConfig::ChangInt()"); in ChangeInt()
317 if( nFontType < DEF_FONT_COUNT && nDefaultFontHeight[nFontType] != nHeight) in ChangeInt()
347 …DBG_ASSERT(nFont + FONT_PER_GROUP * nScriptType < DEF_FONT_COUNT, "wrong index in SwStdFontConfig:… in GetFontHeight()
/aoo41x/main/sw/source/ui/inc/
H A Dfontcfg.hxx47 #define DEF_FONT_COUNT 15 macro
62 String sDefaultFonts[DEF_FONT_COUNT];
63 sal_Int32 nDefaultFontHeight[DEF_FONT_COUNT];

Completed in 13 milliseconds