Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/tools/
H A DInternalDataProvider.cxx1366 vector< vector< uno::Any > > aComplexLabels( m_aInternalData.getComplexRowLabels() ); in getRowDescriptions() local
1367 SplitCategoriesProvider_ForComplexDescriptions aProvider( aComplexLabels ); in getRowDescriptions()
1374 vector< vector< uno::Any > > aComplexLabels( m_aInternalData.getComplexColumnLabels() ); in getColumnDescriptions() local
1375 SplitCategoriesProvider_ForComplexDescriptions aProvider( aComplexLabels ); in getColumnDescriptions()
/aoo4110/main/xmloff/source/chart/
H A DSchXMLExport.cxx906 Sequence< Sequence< OUString > > aComplexLabels(nNumSequences); in lcl_getDataForLocalTable() local
910 Sequence< OUString >& rCurrentComplexLabel = aComplexLabels[nSeqIdx]; in lcl_getDataForLocalTable()
953 rComplexAnyLabels.realloc(aComplexLabels.getLength()); in lcl_getDataForLocalTable()
954 for( sal_Int32 nN=0; nN<aComplexLabels.getLength();nN++ ) in lcl_getDataForLocalTable()
956 Sequence< OUString >& rSource = aComplexLabels[nN]; in lcl_getDataForLocalTable()

Completed in 40 milliseconds