Searched refs:nCJK (Results 1 – 2 of 2) sorted by relevance
193 int nCJK = 0; in CreateMnemonic() local204 if ( nCJK != 2 ) in CreateMnemonic()208 nCJK = 1; in CreateMnemonic()214 nCJK = 2; in CreateMnemonic()281 nCJK = 1; in CreateMnemonic()284 if ( !bChanged && (nCJK == 1) && rKey.Len() ) in CreateMnemonic()
1983 …long nCJK = static_cast<const SvxFontHeightItem&>(aAttribs.Get(EE_CHAR_FONTHEIGHT_CJK)).GetHeight(… in lcl_ScaleFonts() local1987 nCJK = ( nCJK * nPercent ) / 100; in lcl_ScaleFonts()1991 aAttribs.Put( SvxFontHeightItem( nCJK, 100, EE_CHAR_FONTHEIGHT_CJK ) ); in lcl_ScaleFonts()
Completed in 33 milliseconds