Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx1862 int nOpenAttrWithRange = 0; in OutputTextNode() local
1883 nOpenAttrWithRange += aAttrIter.OutAttrWithRange(nAktPos); in OutputTextNode()
1987 ASSERT( nOpenAttrWithRange >= 0, "odd to see this happening, expected >= 0" ); in OutputTextNode()
1988 if ( !bTxtAtr && nOpenAttrWithRange <= 0 ) in OutputTextNode()
2028 ASSERT(nOpenAttrWithRange >= 0, in OutputTextNode()
2030 bool bAttrWithRange = (nOpenAttrWithRange > 0); in OutputTextNode()
2033 nOpenAttrWithRange += aAttrIter.OutAttrWithRange(nEnd); in OutputTextNode()
2034 ASSERT(nOpenAttrWithRange == 0, in OutputTextNode()