Searched defs:nRemove (Results 1 – 6 of 6) sorted by relevance
874 const sal_Int32 nRemove = nCount - nCol + nIndex; in removeColumns() local889 const sal_Int32 nRemove = ::std::min( nCount, nCol + nColSpan - nIndex ); in removeColumns() local1035 const sal_Int32 nRemove = nCount - nRow + nIndex; in removeRows() local1050 const sal_Int32 nRemove = ::std::min( nCount, nRow + nRowSpan - nIndex ); in removeRows() local
436 sal_uLong nRemove = (bparr.Count() > 3) ? 3 : bparr.Count(); in test_remove_multiple_elements_at_once() local
312 size_t nRemove; in Remove() local
2141 SCSIZE nRemove = 0; in InsertRow() local
263 void lcl_RemoveDim( long nRemove, long* pDims, long& rCount ) in lcl_RemoveDim()
631 sal_uInt32 nRemove = GetLeastUsedListColor(); in ReduceLeastUsedColor() local
Completed in 68 milliseconds