Searched refs:aDataInRows (Results 1 – 2 of 2) sorted by relevance
892 Sequence< Sequence< double > > aDataInRows( nNumRows ); in applyTableToInternalDataProvider() local896 aDataInRows[i].realloc( nNumColumns ); in applyTableToInternalDataProvider()923 Sequence< double >& rTargetRow = aDataInRows[nRow]; in applyTableToInternalDataProvider()938 xDataAccess->setData( aDataInRows ); in applyTableToInternalDataProvider()
760 t2DNumberContainer aDataInRows; member879 aResult.aDataInRows.resize( nNumRows ); in lcl_getDataForLocalTable()882 ::std::for_each( aResult.aDataInRows.begin(), aResult.aDataInRows.end(), in lcl_getDataForLocalTable()936 aResult.aDataInRows[nIdx][nSeqIdx] = aNumbers[nIdx]; in lcl_getDataForLocalTable()939 aResult.aDataInRows[nSeqIdx] = aNumbers; in lcl_getDataForLocalTable()1834 for( t2DNumberContainer::const_iterator aRowIt( aData.aDataInRows.begin()) in exportTable()1835 ; aRowIt != aData.aDataInRows.end() in exportTable()