Lines Matching refs:m_aInternalData

411                     m_aInternalData.setComplexRowLabels( aNewCategories );  in InternalDataProvider()
413 m_aInternalData.setComplexColumnLabels( aNewCategories ); in InternalDataProvider()
421 …( aSeriesVector.begin(), aSeriesVector.end(), lcl_internalizeSeries( m_aInternalData, *this, bConn… in InternalDataProvider()
434 m_aInternalData( rOther.m_aInternalData ), in InternalDataProvider()
539 m_aInternalData.createDefaultData(); in createDefaultData()
583 …or< uno::Any > > aCategories( m_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aIntern… in createDataSource()
595 …sal_Int32 nPointCount = m_bDataInColumns ? m_aInternalData.getRowCount() : m_aInternalData.getColu… in createDataSource()
617 …const sal_Int32 nCount = (bUseColumns ? m_aInternalData.getColumnCount() : m_aInternalData.getRowC… in createDataSource()
711 ? m_aInternalData.getColumnCount() in createDataSequenceByRangeRepresentation()
712 : m_aInternalData.getRowCount()) - 1; in createDataSequenceByRangeRepresentation()
746 …bResult = (nIndex < (m_bDataInColumns ? m_aInternalData.getColumnCount(): m_aInternalData.getRowCo… in hasDataByRangeRepresentation()
751 …bResult = (nIndex < (m_bDataInColumns ? m_aInternalData.getColumnCount(): m_aInternalData.getRowCo… in hasDataByRangeRepresentation()
766 ? m_aInternalData.getComplexColumnLabel( nIndex ) in getDataByRangeRepresentation()
767 : m_aInternalData.getComplexRowLabel( nIndex ); in getDataByRangeRepresentation()
775 ? m_aInternalData.getComplexRowLabel( nPointIndex ) in getDataByRangeRepresentation()
776 : m_aInternalData.getComplexColumnLabel( nPointIndex ); in getDataByRangeRepresentation()
783 …or< uno::Any > > aCategories( m_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aIntern… in getDataByRangeRepresentation()
793 …or< uno::Any > > aCategories( m_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aIntern… in getDataByRangeRepresentation()
815 aData = m_aInternalData.getColumnValues(nIndex); in getDataByRangeRepresentation()
817 aData = m_aInternalData.getRowValues(nIndex); in getDataByRangeRepresentation()
839 m_aInternalData.setComplexColumnLabel( nIndex, aNewVector ); in setDataByRangeRepresentation()
841 m_aInternalData.setComplexRowLabel( nIndex, aNewVector ); in setDataByRangeRepresentation()
847 m_aInternalData.setComplexRowLabel( nPointIndex, aNewVector ); in setDataByRangeRepresentation()
849 m_aInternalData.setComplexColumnLabel( nPointIndex, aNewVector ); in setDataByRangeRepresentation()
854 …:Any > > aComplexCategories = m_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aIntern… in setDataByRangeRepresentation()
866 m_aInternalData.setComplexRowLabels( aComplexCategories ); in setDataByRangeRepresentation()
868 m_aInternalData.setComplexColumnLabels( aComplexCategories ); in setDataByRangeRepresentation()
877 m_aInternalData.setComplexRowLabels( aComplexCategories ); in setDataByRangeRepresentation()
879 m_aInternalData.setComplexColumnLabels( aComplexCategories ); in setDataByRangeRepresentation()
890 m_aInternalData.setColumnValues( nIndex, aNewDataVec ); in setDataByRangeRepresentation()
892 m_aInternalData.setRowValues( nIndex, aNewDataVec ); in setDataByRangeRepresentation()
902 lcl_increaseMapReferences( nAfterIndex + 1, m_aInternalData.getColumnCount()); in insertSequence()
903 m_aInternalData.insertColumn( nAfterIndex ); in insertSequence()
907 lcl_increaseMapReferences( nAfterIndex + 1, m_aInternalData.getRowCount()); in insertSequence()
908 m_aInternalData.insertRow( nAfterIndex ); in insertSequence()
919 lcl_decreaseMapReferences( nAtIndex + 1, m_aInternalData.getColumnCount()); in deleteSequence()
920 m_aInternalData.deleteColumn( nAtIndex ); in deleteSequence()
924 lcl_decreaseMapReferences( nAtIndex + 1, m_aInternalData.getRowCount()); in deleteSequence()
925 m_aInternalData.deleteRow( nAtIndex ); in deleteSequence()
933 m_aInternalData.appendColumn(); in appendSequence()
935 m_aInternalData.appendRow(); in appendSequence()
944 …:Any > > aComplexCategories = m_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aIntern… in insertComplexCategoryLevel()
947 m_aInternalData.setComplexRowLabels( aComplexCategories ); in insertComplexCategoryLevel()
949 m_aInternalData.setComplexColumnLabels( aComplexCategories ); in insertComplexCategoryLevel()
961 …:Any > > aComplexCategories = m_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aIntern… in deleteComplexCategoryLevel()
964 m_aInternalData.setComplexRowLabels( aComplexCategories ); in deleteComplexCategoryLevel()
966 m_aInternalData.setComplexColumnLabels( aComplexCategories ); in deleteComplexCategoryLevel()
979 m_aInternalData.insertRow( nAfterIndex ); in insertDataPointForAllSequences()
980 nMaxRep = m_aInternalData.getColumnCount(); in insertDataPointForAllSequences()
984 m_aInternalData.insertColumn( nAfterIndex ); in insertDataPointForAllSequences()
985 nMaxRep = m_aInternalData.getRowCount(); in insertDataPointForAllSequences()
1003 m_aInternalData.deleteRow( nAtIndex ); in deleteDataPointForAllSequences()
1004 nMaxRep = m_aInternalData.getColumnCount(); in deleteDataPointForAllSequences()
1008 m_aInternalData.deleteColumn( nAtIndex ); in deleteDataPointForAllSequences()
1009 nMaxRep = m_aInternalData.getRowCount(); in deleteDataPointForAllSequences()
1025 m_aInternalData.swapRowWithNext( nAtIndex ); in swapDataPointWithNextOneForAllSequences()
1027 m_aInternalData.swapColumnWithNext( nAtIndex ); in swapDataPointWithNextOneForAllSequences()
1029 ? m_aInternalData.getColumnCount() in swapDataPointWithNextOneForAllSequences()
1030 : m_aInternalData.getRowCount()); in swapDataPointWithNextOneForAllSequences()
1070 aRange.aLowerRight.nRow = m_aInternalData.getRowCount(); in convertRangeToXML()
1077 aRange.aLowerRight.nColumn = m_aInternalData.getColumnCount(); in convertRangeToXML()
1102 aRange.aLowerRight.nColumn = m_aInternalData.getColumnCount(); in convertRangeToXML()
1103 aRange.aLowerRight.nRow = m_aInternalData.getRowCount(); in convertRangeToXML()
1114 aRange.aLowerRight.nRow = m_aInternalData.getRowCount(); in convertRangeToXML()
1121 aRange.aLowerRight.nColumn = m_aInternalData.getColumnCount(); in convertRangeToXML()
1263 …or< uno::Any > > aCategories( m_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aIntern… in getDateCategories()
1291 m_aInternalData.setComplexRowLabels( aNewCategories ); in setDateCategories()
1293 m_aInternalData.setComplexColumnLabels( aNewCategories ); in setDateCategories()
1299 return lcl_convertVectorVectorToSequenceSequence( m_aInternalData.getComplexRowLabels() ); in getAnyRowDescriptions()
1303m_aInternalData.setComplexRowLabels( lcl_convertSequenceSequenceToVectorVector( aRowDescriptions )… in setAnyRowDescriptions()
1307 return lcl_convertVectorVectorToSequenceSequence( m_aInternalData.getComplexColumnLabels() ); in getAnyColumnDescriptions()
1311m_aInternalData.setComplexColumnLabels( lcl_convertSequenceSequenceToVectorVector( aColumnDescript… in setAnyColumnDescriptions()
1317 return lcl_convertComplexAnyVectorToStringSequence( m_aInternalData.getComplexRowLabels() ); in getComplexRowDescriptions()
1321m_aInternalData.setComplexRowLabels( lcl_convertComplexStringSequenceToAnyVector(aRowDescriptions)… in setComplexRowDescriptions()
1325 return lcl_convertComplexAnyVectorToStringSequence( m_aInternalData.getComplexColumnLabels() ); in getComplexColumnDescriptions()
1329m_aInternalData.setComplexColumnLabels( lcl_convertComplexStringSequenceToAnyVector(aColumnDescrip… in setComplexColumnDescriptions()
1336 return m_aInternalData.getData(); in getData()
1342 return m_aInternalData.setData( rDataInRows ); in setData()
1351 m_aInternalData.setComplexRowLabels( aComplexDescriptions ); in setRowDescriptions()
1360 m_aInternalData.setComplexColumnLabels( aComplexDescriptions ); in setColumnDescriptions()
1366 vector< vector< uno::Any > > aComplexLabels( m_aInternalData.getComplexRowLabels() ); in getRowDescriptions()
1374 vector< vector< uno::Any > > aComplexLabels( m_aInternalData.getComplexColumnLabels() ); in getColumnDescriptions()