Searched refs:aComplexDescriptions (Results 1 – 1 of 1) sorted by relevance
1322 vector< vector< uno::Any > > aComplexDescriptions( aRowDescriptions.getLength() ); in setRowDescriptions() local1323 …transform( aComplexDescriptions.begin(), aComplexDescriptions.end(), aRowDescriptions.getConstArra… in setRowDescriptions()1324 aComplexDescriptions.begin(), lcl_setAnyAtLevelFromStringSequence(0) ); in setRowDescriptions()1325 m_aInternalData.setComplexRowLabels( aComplexDescriptions ); in setRowDescriptions()1330 vector< vector< uno::Any > > aComplexDescriptions( aColumnDescriptions.getLength() ); in setColumnDescriptions() local1331 …transform( aComplexDescriptions.begin(), aComplexDescriptions.end(), aColumnDescriptions.getConstA… in setColumnDescriptions()1332 aComplexDescriptions.begin(), lcl_setAnyAtLevelFromStringSequence(0) ); in setColumnDescriptions()1333 m_aInternalData.setComplexColumnLabels( aComplexDescriptions ); in setColumnDescriptions()