Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx893 Sequence< Sequence< double > > aDataInRows( nNumRows ); in applyTableToInternalDataProvider() local
897 aDataInRows[i].realloc( nNumColumns ); in applyTableToInternalDataProvider()
924 Sequence< double >& rTargetRow = aDataInRows[nRow]; in applyTableToInternalDataProvider()
939 xDataAccess->setData( aDataInRows ); in applyTableToInternalDataProvider()
H A DSchXMLExport.cxx759 t2DNumberContainer aDataInRows; member
878 aResult.aDataInRows.resize( nNumRows ); in lcl_getDataForLocalTable()
881 ::std::for_each( aResult.aDataInRows.begin(), aResult.aDataInRows.end(), in lcl_getDataForLocalTable()
935 aResult.aDataInRows[nIdx][nSeqIdx] = aNumbers[nIdx]; in lcl_getDataForLocalTable()
938 aResult.aDataInRows[nSeqIdx] = aNumbers; in lcl_getDataForLocalTable()
1833 for( t2DNumberContainer::const_iterator aRowIt( aData.aDataInRows.begin()) in exportTable()
1834 ; aRowIt != aData.aDataInRows.end() in exportTable()

Completed in 41 milliseconds