Searched refs:aBold (Results 1 – 3 of 3) sorted by relevance
702 private JCheckBox aBold, aUnderline, aItalics; field in TextAttributeDialog717 aBold = new JCheckBox( "bold" ); in init()743 aAttr.add( aBold ); in init()789 aSequence[0].Value = new Integer( aBold.isSelected() ? 150 : 100 ); in action()
72 String aBold; member in SmFontStyles88 aBold ( ResId( RID_FONTBOLD, *SM_MOD()->GetResMgr() ) ), in SmFontStyles()93 aBoldItalic = aBold; in SmFontStyles()110 return aBold; in GetStyleName()128 case 2 : return aBold; in GetStyleName()
2913 …uno::Any aBold( uno::makeAny( nIntValue != 0 ? awt::FontWeight::BOLD : awt::FontWeight::NORMAL ) ); in sprmWithProps() local2915 rContext->Insert(ePropertyId, true, aBold ); in sprmWithProps()2917 rContext->Insert(PROP_CHAR_WEIGHT_ASIAN, true, aBold ); in sprmWithProps()
Completed in 99 milliseconds