Home
last modified time | relevance | path

Searched defs:nRemove (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/svx/source/table/
H A Dtablemodel.cxx874 const sal_Int32 nRemove = nCount - nCol + nIndex; in removeColumns() local
889 const sal_Int32 nRemove = ::std::min( nCount, nCol + nColSpan - nIndex ); in removeColumns() local
1035 const sal_Int32 nRemove = nCount - nRow + nIndex; in removeRows() local
1050 const sal_Int32 nRemove = ::std::min( nCount, nRow + nRowSpan - nIndex ); in removeRows() local
/aoo4110/main/sw/qa/core/
H A DTest-BigPtrArray.cxx436 sal_uLong nRemove = (bparr.Count() > 3) ? 3 : bparr.Count(); in test_remove_multiple_elements_at_once() local
/aoo4110/main/sc/source/core/data/
H A Dcompressedarray.cxx312 size_t nRemove; in Remove() local
H A Dattarray.cxx2141 SCSIZE nRemove = 0; in InsertRow() local
H A Ddptabsrc.cxx263 void lcl_RemoveDim( long nRemove, long* pDims, long& rCount ) in lcl_RemoveDim()
/aoo4110/main/sc/source/filter/excel/
H A Dxestyle.cxx631 sal_uInt32 nRemove = GetLeastUsedListColor(); in ReduceLeastUsedColor() local

Completed in 94 milliseconds