Searched defs:_col (Results 1 – 3 of 3) sorted by relevance
45 #define BMCOL( _col ) BitmapColor( (sal_Int8)(_col >> 16 ), (sal_Int8)( _col >> 8 ), (sal_Int8)_col… argument
229 private XButton createButton(UnoDialog2 dialog, int _row, int _col) in createButton()274 private int getButtonPosX(int _col) in getButtonPosX()
345 private XControl createImage(UnoDialog2 dialog, int _row, int _col) in createImage()
Completed in 23 milliseconds