Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx1863 int nOpenAttrWithRange = 0; in OutputTextNode() local
1884 nOpenAttrWithRange += aAttrIter.OutAttrWithRange(nAktPos); in OutputTextNode()
1988 ASSERT( nOpenAttrWithRange >= 0, "odd to see this happening, expected >= 0" ); in OutputTextNode()
1989 if ( !bTxtAtr && nOpenAttrWithRange <= 0 ) in OutputTextNode()
2029 ASSERT(nOpenAttrWithRange >= 0, in OutputTextNode()
2031 bool bAttrWithRange = (nOpenAttrWithRange > 0); in OutputTextNode()
2034 nOpenAttrWithRange += aAttrIter.OutAttrWithRange(nEnd); in OutputTextNode()
2035 ASSERT(nOpenAttrWithRange == 0, in OutputTextNode()

Completed in 30 milliseconds