Home
last modified time | relevance | path

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

/aoo4110/main/starmath/source/
H A Dnode.cxx213 (nAttrib == ATTR_BOLD && !(Flags() & FLG_BOLD)) || in SetAttribut()
231 (nAttrib == ATTR_BOLD && !(Flags() & FLG_BOLD)) || in ClearAttribut()
345 GetFont().SetWeight((Attributes() & ATTR_BOLD) ? WEIGHT_BOLD : WEIGHT_NORMAL); in PrepareAttributes()
2121 case TBOLD : SetAttribut(ATTR_BOLD); break; in Arrange()
2123 case TNBOLD : ClearAttribut(ATTR_BOLD); break; in Arrange()
2420 Attributes() |= ATTR_BOLD; in Prepare()
2945 SetAttribut(ATTR_BOLD); in Prepare()
/aoo4110/main/starmath/inc/
H A Dnode.hxx37 #define ATTR_BOLD 0x0001 macro

Completed in 31 milliseconds