Searched refs:aComplexDescriptions (Results 1 – 1 of 1) sorted by relevance
1348 vector< vector< uno::Any > > aComplexDescriptions( aRowDescriptions.getLength() ); in setRowDescriptions() local1349 …transform( aComplexDescriptions.begin(), aComplexDescriptions.end(), aRowDescriptions.getConstArra… in setRowDescriptions()1350 aComplexDescriptions.begin(), lcl_setAnyAtLevelFromStringSequence(0) ); in setRowDescriptions()1351 m_aInternalData.setComplexRowLabels( aComplexDescriptions ); in setRowDescriptions()1357 vector< vector< uno::Any > > aComplexDescriptions( aColumnDescriptions.getLength() ); in setColumnDescriptions() local1358 …transform( aComplexDescriptions.begin(), aComplexDescriptions.end(), aColumnDescriptions.getConstA… in setColumnDescriptions()1359 aComplexDescriptions.begin(), lcl_setAnyAtLevelFromStringSequence(0) ); in setColumnDescriptions()1360 m_aInternalData.setComplexColumnLabels( aComplexDescriptions ); in setColumnDescriptions()
Completed in 25 milliseconds