Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx710 sal_Int32 nLastNonEmptyColName = aImposedColumnNames.getLength() - 1; in impl_fillInternalDataProvider_throw() local
711 for ( ; nLastNonEmptyColName >= 0; --nLastNonEmptyColName ) in impl_fillInternalDataProvider_throw()
713 if ( aImposedColumnNames[ nLastNonEmptyColName ].getLength() != 0 ) in impl_fillInternalDataProvider_throw()
716 aImposedColumnNames.realloc( nLastNonEmptyColName + 1 ); in impl_fillInternalDataProvider_throw()

Completed in 25 milliseconds