Searched refs:nAtIndex (Results 1 – 7 of 7) sorted by relevance
395 void InternalData::deleteColumn( sal_Int32 nAtIndex ) in deleteColumn() argument397 OSL_ASSERT( nAtIndex < m_nColumnCount && nAtIndex >= 0 ); in deleteColumn()398 if( nAtIndex >= m_nColumnCount || m_nColumnCount < 1 || nAtIndex < 0 ) in deleteColumn()409 for( ; nCol<nAtIndex; ++nCol ) in deleteColumn()424 m_aColumnLabels.erase( m_aColumnLabels.begin() + nAtIndex ); in deleteColumn()431 void InternalData::deleteRow( sal_Int32 nAtIndex ) in deleteRow() argument433 OSL_ASSERT( nAtIndex < m_nRowCount && nAtIndex >= 0 ); in deleteRow()434 if( nAtIndex >= m_nRowCount || m_nRowCount < 1 || nAtIndex < 0 ) in deleteRow()444 sal_Int32 nIndex = nAtIndex; in deleteRow()463 if( nAtIndex < static_cast< sal_Int32 >( m_aRowLabels.size())) in deleteRow()[all …]
912 void SAL_CALL InternalDataProvider::deleteSequence( ::sal_Int32 nAtIndex ) in deleteSequence() argument915 lcl_deleteMapReferences( OUString::valueOf( nAtIndex )); in deleteSequence()916 lcl_deleteMapReferences( lcl_aLabelRangePrefix + OUString::valueOf( nAtIndex )); in deleteSequence()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()1003 m_aInternalData.deleteRow( nAtIndex ); in deleteDataPointForAllSequences()1008 m_aInternalData.deleteColumn( nAtIndex ); in deleteDataPointForAllSequences()1025 m_aInternalData.swapRowWithNext( nAtIndex ); in swapDataPointWithNextOneForAllSequences()[all …]
52 void deleteSequence( [in] long nAtIndex );59 void deleteDataPointForAllSequences( [in] long nAtIndex );60 void swapDataPointWithNextOneForAllSequences( [in] long nAtIndex );
63 void deleteColumn( sal_Int32 nAtIndex );64 void deleteRow( sal_Int32 nAtIndex );
106 virtual void SAL_CALL deleteSequence( ::sal_Int32 nAtIndex )116 virtual void SAL_CALL deleteDataPointForAllSequences( ::sal_Int32 nAtIndex )118 virtual void SAL_CALL swapDataPointWithNextOneForAllSequences( ::sal_Int32 nAtIndex )
75 void removeDataPointForAllSeries( sal_Int32 nAtIndex );
557 void DataBrowserModel::removeDataPointForAllSeries( sal_Int32 nAtIndex ) in removeDataPointForAllSeries() argument564 xDataProvider->deleteDataPointForAllSequences( nAtIndex ); in removeDataPointForAllSeries()
Completed in 36 milliseconds