Searched refs:bNoLengthAttribute (Results 1 – 1 of 1) sorted by relevance
599 const bool bNoLengthAttribute = nThisStart == nThisEnd; in BuildPortions() local612 if ( !bNoLengthAttribute ) // nothing to do for no length attributes in BuildPortions()678 if ( !bNoLengthAttribute ) // nothing to do for no length attributes in BuildPortions()705 while ( aStartIter != aEndIter || bNoLengthAttribute ) in BuildPortions()707 ASSERT( bNoLengthAttribute || nPorStart < *aStartIter, "AUTOSTYLES: BuildPortion trouble" ) in BuildPortions()709 const xub_StrLen nPorEnd = bNoLengthAttribute ? nPorStart : *aStartIter; in BuildPortions()755 bNoLengthAttribute || in BuildPortions()851 if ( !bNoLengthAttribute && rNode.HasSwAttrSet() && aNewSet.Count() ) in BuildPortions()889 if ( !bNoLengthAttribute && rNode.HasSwAttrSet() && pNewStyle->Count() ) in BuildPortions()950 if ( !bNoLengthAttribute ) in BuildPortions()
Completed in 29 milliseconds