Searched refs:nOpenAttrWithRange (Results 1 – 1 of 1) sorted by relevance
1863 int nOpenAttrWithRange = 0; in OutputTextNode() local1884 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 28 milliseconds