Searched refs:OutputWW8Attribute (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8atr.cxx | 1072 void WW8AttributeOutput::OutputWW8Attribute( sal_uInt8 nId, bool bVal ) in OutputWW8Attribute() function in WW8AttributeOutput 1138 OutputWW8Attribute( 0, WEIGHT_BOLD == rWeight.GetWeight()); in CharWeightCTL() 1152 OutputWW8Attribute( 1, ITALIC_NONE != rPosture.GetPosture() ); in CharPostureCTL() 1158 OutputWW8Attribute( 1, ITALIC_NONE != rPosture.GetPosture() ); in CharPosture() 1163 OutputWW8Attribute( 0, WEIGHT_BOLD == rWeight.GetWeight() ); in CharWeight() 1169 OutputWW8Attribute( 3, rContour.GetValue() ? true : false); in CharContour() 1174 OutputWW8Attribute( 4, rShadow.GetValue() ? true : false); in CharShadow() 1212 OutputWW8Attribute( 8, true ); in CharCrossedOut() 1217 OutputWW8Attribute( 2, true ); in CharCrossedOut() 1222 OutputWW8Attribute( 8, false ); in CharCrossedOut() [all …]
|
| H A D | ww8attributeoutput.hxx | 452 void OutputWW8Attribute( sal_uInt8 nId, bool bVal );
|