Searched refs:oldSize (Results 1 – 2 of 2) sorted by relevance
67 int oldSize = getSize(); in add() local73 if (oldSize > i) in add()75 oldSize = i; in add()77 fireListDataListenerIntervalAdded(oldSize, i); in add()
211 com.sun.star.awt.Size oldSize = (com.sun.star.awt.Size) oldValue; in changePValue() local213 newSize.Height = oldSize.Height +1; in changePValue()214 newSize.Width = oldSize.Width +1; in changePValue()
Completed in 25 milliseconds