Home
last modified time | relevance | path

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

/trunk/main/toolkit/test/accessibility/
H A DAccessibleTextHandler.java702 private JCheckBox aBold, aUnderline, aItalics; field in TextAttributeDialog
717 aBold = new JCheckBox( "bold" ); in init()
743 aAttr.add( aBold ); in init()
789 aSequence[0].Value = new Integer( aBold.isSelected() ? 150 : 100 ); in action()
/trunk/main/starmath/source/
H A Ddialog.cxx72 String aBold; member in SmFontStyles
88 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()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx2911 …uno::Any aBold( uno::makeAny( nIntValue != 0 ? awt::FontWeight::BOLD : awt::FontWeight::NORMAL ) ); in sprmWithProps() local
2913 rContext->Insert(ePropertyId, true, aBold ); in sprmWithProps()
2915 rContext->Insert(PROP_CHAR_WEIGHT_ASIAN, true, aBold ); in sprmWithProps()

Completed in 52 milliseconds