Home
last modified time | relevance | path

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

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