Home
last modified time | relevance | path

Searched refs:aSections (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/dbaccess/source/ui/dlg/
H A DTextConnectionHelper.cxx213 } aSections[] = { in DBG_NAME() local
221 … for ( size_t section=0; section < sizeof( aSections ) / sizeof( aSections[0] ) - 1; ++section ) in DBG_NAME()
223 if ( ( m_nAvailableSections & aSections[section].nFlag ) != 0 ) in DBG_NAME()
229 Window* pThisSection = aSections[section].pFirstControl; in DBG_NAME()
230 Window* pNextSection = aSections[section+1].pFirstControl; in DBG_NAME()
261 for ( Window* pControl = aSections[0].pFirstControl; in DBG_NAME()
277 for ( Window* pControl = aSections[0].pFirstControl; in DBG_NAME()
/AOO41X/main/sal/inc/osl/
H A Dprofile.hxx179 std::list< rtl::OString > aSections; in getSections() local
189 aSections.push_back( rtl::OString( pBuf+n ) ); in getSections()
193 return aSections; in getSections()
/AOO41X/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx3316 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()
[all …]