Lines Matching refs:aSections

3316             std::list< int > aSections;  in emitEmbeddedFont()  local
3321 aSections.push_back( nIndex ); in emitEmbeddedFont()
3350 …for( it = aSections.begin(); it != aSections.end() && (nIndex < *it || nIndex > ((*it) + 5) ); ++i… in emitEmbeddedFont()
3352 } while( it != aSections.end() && nIndex < nFontLen-4 ); in emitEmbeddedFont()
3365 …for( it = aSections.begin(); it != aSections.end() && (nIndex < *it || nIndex > ((*it) + 5) ); ++i… in emitEmbeddedFont()
3367 if( it == aSections.end() ) in emitEmbeddedFont()
3391 for( it = aSections.begin(); it != aSections.end(); ++it ) in emitEmbeddedFont()
3409 …for( it = aSections.begin(); it != aSections.end() && (nIndex < *it || nIndex > ((*it) + 5) ); ++i… in emitEmbeddedFont()
3411 if( it != aSections.end() ) in emitEmbeddedFont()
3424 …for( it = aSections.begin(); it != aSections.end() && (nBeginBinaryIndex < *it || nBeginBinaryInde… in emitEmbeddedFont()
3429 it != aSections.end() ) ); in emitEmbeddedFont()
3435 …for( it = aSections.begin(); it != aSections.end() && (nEndAsciiIndex < *it || nEndAsciiIndex > ((… in emitEmbeddedFont()
3437 if( it != aSections.end() ) in emitEmbeddedFont()
3441 … for( it = aSections.begin(); it != aSections.end() && *it < nEndAsciiIndex; ++it ) in emitEmbeddedFont()
3457 for( it = aSections.begin(); it != aSections.end(); ++it ) in emitEmbeddedFont()
3466 … for( it = aSections.begin(); it != aSections.end() && *it < nBeginBinaryIndex; ++it ) in emitEmbeddedFont()
3468 if( it != aSections.end() ) in emitEmbeddedFont()
3476 nNextSectionIndex = (it == aSections.end() ? 0 : *it ); in emitEmbeddedFont()
3522 if( aSections.begin() == aSections.end() ) in emitEmbeddedFont()
3530 it = aSections.begin(); in emitEmbeddedFont()
3548 if( aSections.begin() == aSections.end() ) in emitEmbeddedFont()
3555 for( it = aSections.begin(); *it < nBeginBinaryIndex; ++it ) in emitEmbeddedFont()
3561 while( it != aSections.end() ) in emitEmbeddedFont()
3567 … sal_Int32 nSectionLen = (it == aSections.end()) ? nFontLen - nIndex : (*it) - nIndex; in emitEmbeddedFont()
3581 … for( it = aSections.begin(); it != aSections.end() && *it < nBeginBinaryIndex; ++it ) in emitEmbeddedFont()
3583 if( it != aSections.end() ) in emitEmbeddedFont()
3591 nNextSectionIndex = (it == aSections.end() ? nFontLen : *it ); in emitEmbeddedFont()
3610 if( aSections.empty() ) in emitEmbeddedFont()
3624 while( it != aSections.end() ) in emitEmbeddedFont()
3630 … sal_Int32 nSectionLen = (it == aSections.end()) ? nFontLen - nIndex : (*it) - nIndex; in emitEmbeddedFont()