Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Dww8atr.cxx1073 void WW8AttributeOutput::OutputWW8Attribute( sal_uInt8 nId, bool bVal ) in OutputWW8Attribute() function in WW8AttributeOutput
1139 OutputWW8Attribute( 0, WEIGHT_BOLD == rWeight.GetWeight()); in CharWeightCTL()
1153 OutputWW8Attribute( 1, ITALIC_NONE != rPosture.GetPosture() ); in CharPostureCTL()
1159 OutputWW8Attribute( 1, ITALIC_NONE != rPosture.GetPosture() ); in CharPosture()
1164 OutputWW8Attribute( 0, WEIGHT_BOLD == rWeight.GetWeight() ); in CharWeight()
1170 OutputWW8Attribute( 3, rContour.GetValue() ? true : false); in CharContour()
1175 OutputWW8Attribute( 4, rShadow.GetValue() ? true : false); in CharShadow()
1213 OutputWW8Attribute( 8, true ); in CharCrossedOut()
1218 OutputWW8Attribute( 2, true ); in CharCrossedOut()
1223 OutputWW8Attribute( 8, false ); in CharCrossedOut()
[all …]
H A Dww8attributeoutput.hxx452 void OutputWW8Attribute( sal_uInt8 nId, bool bVal );