Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx893 Sequence< Sequence< uno::Any > > aComplexRowDescriptions( nNumRows ); in applyTableToInternalDataProvider() local
920 lcl_ApplyCellToComplexLabel( rRow.front(), aComplexRowDescriptions[nRow] ); in applyTableToInternalDataProvider()
940 xDataAccess->setAnyRowDescriptions( aComplexRowDescriptions ); in applyTableToInternalDataProvider()
H A DSchXMLExport.cxx770 …Sequence< Sequence< uno::Any > > aComplexRowDescriptions;//outer index is rows - inner index is… member
853 aResult.aComplexRowDescriptions = xAnyDescriptionAccess->getAnyRowDescriptions(); in lcl_getDataForLocalTable()
887 aResult.aComplexRowDescriptions.realloc( nNumRows ); in lcl_getDataForLocalTable()
953 …SeriesFromColumns ? aResult.aComplexColumnDescriptions : aResult.aComplexRowDescriptions;//#i11654… in lcl_getDataForLocalTable()
1830 … const Sequence< Sequence< uno::Any > >& rComplexRowDescriptions = aData.aComplexRowDescriptions; in exportTable()