Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx704 uno::Sequence< ::rtl::OUString > aImposedColumnNames( i_aColumnNames ); in impl_fillInternalDataProvider_throw() local
710 sal_Int32 nLastNonEmptyColName = aImposedColumnNames.getLength() - 1; in impl_fillInternalDataProvider_throw()
713 if ( aImposedColumnNames[ nLastNonEmptyColName ].getLength() != 0 ) in impl_fillInternalDataProvider_throw()
716 aImposedColumnNames.realloc( nLastNonEmptyColName + 1 ); in impl_fillInternalDataProvider_throw()
722 … if ( ( aImposedColumnNames.getLength() > 0 ) && ( aImposedColumnNames[0].getLength() == 0 ) ) in impl_fillInternalDataProvider_throw()
726 aImposedColumnNames[0] = aRowSetColumnNames[ nAssumedRowSetColumnIndex ]; in impl_fillInternalDataProvider_throw()
729 const sal_Int32 nCount = aImposedColumnNames.getLength(); in impl_fillInternalDataProvider_throw()
732 const ::rtl::OUString sColumnName( aImposedColumnNames[i] ); in impl_fillInternalDataProvider_throw()

Completed in 24 milliseconds