Lines Matching refs:getColumnCount
595 … nPointCount = m_bDataInColumns ? m_aInternalData.getRowCount() : m_aInternalData.getColumnCount(); in createDataSource()
617 …const sal_Int32 nCount = (bUseColumns ? m_aInternalData.getColumnCount() : m_aInternalData.getRowC… in createDataSource()
711 ? m_aInternalData.getColumnCount() 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()
902 lcl_increaseMapReferences( nAfterIndex + 1, m_aInternalData.getColumnCount()); in insertSequence()
919 lcl_decreaseMapReferences( nAtIndex + 1, m_aInternalData.getColumnCount()); in deleteSequence()
980 nMaxRep = m_aInternalData.getColumnCount(); in insertDataPointForAllSequences()
1004 nMaxRep = m_aInternalData.getColumnCount(); in deleteDataPointForAllSequences()
1029 ? m_aInternalData.getColumnCount() in swapDataPointWithNextOneForAllSequences()
1077 aRange.aLowerRight.nColumn = m_aInternalData.getColumnCount(); in convertRangeToXML()
1102 aRange.aLowerRight.nColumn = m_aInternalData.getColumnCount(); in convertRangeToXML()
1121 aRange.aLowerRight.nColumn = m_aInternalData.getColumnCount(); in convertRangeToXML()