Home
last modified time | relevance | path

Searched refs:oldCount (Results 1 – 3 of 3) sorted by last modified time

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx1687 int oldCount = pSalData->mnCacheDCInUse; in ImplSetParentFrame() local
1688 (void)oldCount; in ImplSetParentFrame()
1759 … DBG_ASSERT( oldCount == pSalData->mnCacheDCInUse, "WinSalFrame::SetParent() hDC count corrupted"); in ImplSetParentFrame()
/aoo41x/main/sw/qa/core/
H A DTest-BigPtrArray.cxx161 sal_uLong oldCount = bparr.Count(); in test_insert_entries_at_front() local
166 (bparr.Count() == oldCount + 1) in test_insert_entries_at_front()
202 sal_uLong oldCount = bparr.Count(); in test_insert_entries_in_the_middle() local
235 int oldCount = bparr.Count(); in test_insert_at_already_used_index() local
245 (oldCount + 5 == bparr.Count()) in test_insert_at_already_used_index()
276 sal_uLong oldCount = bparr.Count(); in test_insert_at_end() local
308 sal_uLong oldCount = bparr.Count(); in test_remove_at_front() local
316 (oldCount - 1 == bparr.Count()) in test_remove_at_front()
351 sal_uLong oldCount = bparr.Count(); in test_remove_at_back() local
358 (oldCount - 1 == bparr.Count()) in test_remove_at_back()
[all …]
/aoo41x/main/qadevOOo/tests/java/ifc/view/
H A D_XMultiSelectionSupplier.java170 int oldCount = oObj.getSelectionCount(); in _removeSelection() local
180 if (count != (oldCount - i - 1)){ in _removeSelection()
182 "is not as expected (" + (oldCount -i -1) + ") => FAILED"); in _removeSelection()

Completed in 46 milliseconds