Home
last modified time | relevance | path

Searched refs:oldCount (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/qa/core/
H A DTest-BigPtrArray.cxx161 sal_uLong oldCount = bparr.Count(); in TEST_F() local
163 ASSERT_TRUE((bparr.Count() == oldCount + 1)) << "test_insert_entries_at_front failed"; in TEST_F()
190 sal_uLong oldCount = bparr.Count(); in TEST_F() local
215 int oldCount = bparr.Count(); in TEST_F() local
222 ASSERT_TRUE((oldCount + 5 == bparr.Count())) << "test_insert_at_already_used_index failed"; in TEST_F()
244 sal_uLong oldCount = bparr.Count(); in TEST_F() local
268 sal_uLong oldCount = bparr.Count(); in TEST_F() local
299 sal_uLong oldCount = bparr.Count(); in TEST_F() local
303 ASSERT_TRUE((oldCount - 1 == bparr.Count())) << "test_remove_at_back failed (wrong count)"; in TEST_F()
329 sal_uLong oldCount = bparr.Count(); in TEST_F() local
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/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()
/trunk/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()

Completed in 58 milliseconds