Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Dthints.cxx731 auto aStartIter = aBounds.lower_bound( nThisStart ); in BuildPortions() local
733 sal_Int32 nPorStart = *aStartIter; in BuildPortions()
734 ++aStartIter; in BuildPortions()
739 while ( aStartIter != aEndIter || bNoLengthAttribute ) in BuildPortions()
741 … OSL_ENSURE( bNoLengthAttribute || nPorStart < *aStartIter, "AUTOSTYLES: BuildPortion trouble" ); in BuildPortions()
743 const sal_Int32 nPorEnd = bNoLengthAttribute ? nPorStart : *aStartIter; in BuildPortions()
975 nPorStart = *aStartIter; in BuildPortions()
976 ++aStartIter; in BuildPortions()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Dthints.cxx733 std::set<sal_Int32>::iterator aStartIter = aBounds.lower_bound( nThisStart ); in BuildPortions() local
735 sal_Int32 nPorStart = *aStartIter; in BuildPortions()
736 ++aStartIter; in BuildPortions()
741 while ( aStartIter != aEndIter || bNoLengthAttribute ) in BuildPortions()
743 … OSL_ENSURE( bNoLengthAttribute || nPorStart < *aStartIter, "AUTOSTYLES: BuildPortion trouble" ); in BuildPortions()
745 const sal_Int32 nPorEnd = bNoLengthAttribute ? nPorStart : *aStartIter; in BuildPortions()
977 nPorStart = *aStartIter; in BuildPortions()
978 ++aStartIter; in BuildPortions()
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DnsCSSFrameConstructor.h1253 nsFrameConstructorState& aState, const FCItemIterator& aStartIter,
H A DnsCSSFrameConstructor.cpp8872 const FCItemIterator& aStartIter, in InterpretRubyWhitespace() argument
8874 if (!aStartIter.item().IsWhitespace(aState)) { in InterpretRubyWhitespace()
8878 FCItemIterator spaceEndIter(aStartIter); in InterpretRubyWhitespace()
8887 MOZ_ASSERT(!aStartIter.AtStart() && !aEndIter.IsDone()); in InterpretRubyWhitespace()
8888 FCItemIterator prevIter(aStartIter); in InterpretRubyWhitespace()
/dports/www/firefox/firefox-99.0/layout/base/
H A DnsCSSFrameConstructor.h1278 nsFrameConstructorState& aState, const FCItemIterator& aStartIter,
H A DnsCSSFrameConstructor.cpp8851 const FCItemIterator& aStartIter, in InterpretRubyWhitespace() argument
8853 if (!aStartIter.item().IsWhitespace(aState)) { in InterpretRubyWhitespace()
8857 FCItemIterator spaceEndIter(aStartIter); in InterpretRubyWhitespace()
8866 MOZ_ASSERT(!aStartIter.AtStart() && !aEndIter.IsDone()); in InterpretRubyWhitespace()
8867 FCItemIterator prevIter(aStartIter); in InterpretRubyWhitespace()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DnsCSSFrameConstructor.h1253 nsFrameConstructorState& aState, const FCItemIterator& aStartIter,
H A DnsCSSFrameConstructor.cpp8872 const FCItemIterator& aStartIter, in InterpretRubyWhitespace() argument
8874 if (!aStartIter.item().IsWhitespace(aState)) { in InterpretRubyWhitespace()
8878 FCItemIterator spaceEndIter(aStartIter); in InterpretRubyWhitespace()
8887 MOZ_ASSERT(!aStartIter.AtStart() && !aEndIter.IsDone()); in InterpretRubyWhitespace()
8888 FCItemIterator prevIter(aStartIter); in InterpretRubyWhitespace()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsCSSFrameConstructor.h1224 const FCItemIterator& aStartIter, const FCItemIterator& aEndIter);
H A DnsCSSFrameConstructor.cpp10042 const FCItemIterator& aStartIter, in InterpretRubyWhitespace() argument
10045 if (!aStartIter.item().IsWhitespace(aState)) { in InterpretRubyWhitespace()
10049 FCItemIterator spaceEndIter(aStartIter); in InterpretRubyWhitespace()
10058 MOZ_ASSERT(!aStartIter.AtStart() && !aEndIter.IsDone()); in InterpretRubyWhitespace()
10059 FCItemIterator prevIter(aStartIter); in InterpretRubyWhitespace()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DnsCSSFrameConstructor.h1336 nsFrameConstructorState& aState, const FCItemIterator& aStartIter,
H A DnsCSSFrameConstructor.cpp9695 const FCItemIterator& aStartIter, in InterpretRubyWhitespace() argument
9697 if (!aStartIter.item().IsWhitespace(aState)) { in InterpretRubyWhitespace()
9701 FCItemIterator spaceEndIter(aStartIter); in InterpretRubyWhitespace()
9710 MOZ_ASSERT(!aStartIter.AtStart() && !aEndIter.IsDone()); in InterpretRubyWhitespace()
9711 FCItemIterator prevIter(aStartIter); in InterpretRubyWhitespace()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DnsCSSFrameConstructor.h1232 nsFrameConstructorState& aState, const FCItemIterator& aStartIter,
H A DnsCSSFrameConstructor.cpp8822 const FCItemIterator& aStartIter, in InterpretRubyWhitespace() argument
8824 if (!aStartIter.item().IsWhitespace(aState)) { in InterpretRubyWhitespace()
8828 FCItemIterator spaceEndIter(aStartIter); in InterpretRubyWhitespace()
8837 MOZ_ASSERT(!aStartIter.AtStart() && !aEndIter.IsDone()); in InterpretRubyWhitespace()
8838 FCItemIterator prevIter(aStartIter); in InterpretRubyWhitespace()