Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/dlg/
H A DTextConnectionHelper.cxx211 } aSections[] = { in DBG_NAME() local
219 … 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()
/trunk/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()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx3316 std::list< int > aSections; in emitEmbeddedFont() local
3350 …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 59 milliseconds