Home
last modified time | relevance | path

Searched refs:getCols (Results 1 – 4 of 4) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DImageList.java556 … if (event.getIndex0() < pageStart || event.getIndex1() < (pageStart + getRows() + getCols())) in intervalAdded()
619 public int getCols() in getCols() method in ImageList
1003 int r = image / getCols(); in keyPressed()
1004 int c = image - (r * getCols()); in keyPressed()
1035 return 0 - getCols(); in getKeyMove()
1041 return getCols(); in getKeyMove()
1051 if (col < getCols() - 1) in getKeyMove()
1098 int is = (getCols() * getRows()); in display()
H A DButtonList.java405 … if (event.getIndex0() < pageStart || event.getIndex1() < (pageStart + getRows() + getCols())) in intervalAdded()
469 public int getCols() in getCols() method in ButtonList
808 int is = (getCols() * getRows()); in display()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DImageListDialog.java123 … int ilWidth = (il.getImageSize().Width + il.getGap().Width) * il.getCols() + il.getGap().Width; in build()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx3089 SCCOL getCols() const { return mnCols; } in getCols() function in __anon5c0df8530511::AccumulateRangeSize
3184 SCCOL nCols = func.getCols(); in generateLabel()

Completed in 49 milliseconds