Searched refs:nColIx (Results 1 – 2 of 2) sorted by relevance
271 sal_uInt32 nColIx = GetColumnFromPos( nPos ); in InsertSplit() local272 ImplDrawColumn( nColIx - 1 ); in InsertSplit()273 ImplDrawColumn( nColIx ); in InsertSplit()294 sal_uInt32 nColIx = GetColumnFromPos( nPos ); in MoveSplit() local295 if( nColIx != CSV_COLUMN_INVALID ) in MoveSplit()298 if( (GetColumnPos( nColIx - 1 ) < nNewPos) && (nNewPos < GetColumnPos( nColIx + 1 )) ) in MoveSplit()304 ImplDrawColumn( nColIx - 1 ); in MoveSplit()305 ImplDrawColumn( nColIx ); in MoveSplit()307 AccSendTableUpdateEvent( nColIx - 1, nColIx ); in MoveSplit()345 sal_uInt32 nColIx = GetColumnFromPos( nPos ); in ImplInsertSplit() local[all …]
1111 sal_uInt32 nColIx = rGrid.GetFirstSelected(); in getSelectedAccessibleColumns() local1112 for( ; nColIx != CSV_COLUMN_INVALID; ++nSeqIx, nColIx = rGrid.GetNextSelected( nColIx ) ) in getSelectedAccessibleColumns()1113 aSeq[ nSeqIx ] = lcl_GetApiColumn( nColIx ); in getSelectedAccessibleColumns()1428 …for( sal_uInt32 nColIx = rGrid.GetFirstSelected(); nColIx != CSV_COLUMN_INVALID; nColIx = rGrid.Ge… in implGetSelColumnCount() local1437 …for( sal_uInt32 nColIx = rGrid.GetFirstSelected(); nColIx != CSV_COLUMN_INVALID; nColIx = rGrid.Ge… in implGetSelColumn() local1440 return static_cast< sal_Int32 >( nColIx + 1 ); in implGetSelColumn()