Searched refs:aSections (Results 1 – 3 of 3) sorted by relevance
211 } aSections[] = { in DBG_NAME() local219 … for ( size_t section=0; section < sizeof( aSections ) / sizeof( aSections[0] ) - 1; ++section ) in DBG_NAME()221 if ( ( m_nAvailableSections & aSections[section].nFlag ) != 0 ) in DBG_NAME()227 Window* pThisSection = aSections[section].pFirstControl; in DBG_NAME()228 Window* pNextSection = aSections[section+1].pFirstControl; in DBG_NAME()259 for ( Window* pControl = aSections[0].pFirstControl; in DBG_NAME()275 for ( Window* pControl = aSections[0].pFirstControl; in DBG_NAME()
179 std::list< rtl::OString > aSections; in getSections() local189 aSections.push_back( rtl::OString( pBuf+n ) ); in getSections()193 return aSections; in getSections()
3316 std::list< int > aSections; in emitEmbeddedFont() local3350 …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()3411 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()3522 if( aSections.begin() == aSections.end() ) in emitEmbeddedFont()3548 if( aSections.begin() == aSections.end() ) in emitEmbeddedFont()[all …]
Completed in 66 milliseconds