Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx2046 SfxItemSet aHeightSet( GetPool(), RES_CHRATR_FONTSIZE, RES_CHRATR_FONTSIZE, in ExecTxtCtrl() local
2124aHeightSet.Put( SvxFontHeightItem( (sal_uInt32)nWesternSize, 100, RES_CHRATR_FONTSIZE )); in ExecTxtCtrl()
2125aHeightSet.Put( SvxFontHeightItem( (sal_uInt32)nCJKSize, 100, RES_CHRATR_CJK_FONTSIZE )); in ExecTxtCtrl()
2126aHeightSet.Put( SvxFontHeightItem( (sal_uInt32)nCTLSize, 100, RES_CHRATR_CTL_FONTSIZE )); in ExecTxtCtrl()
2127 pArgs = &aHeightSet; in ExecTxtCtrl()

Completed in 15 milliseconds