Searched refs:_col (Results 1 – 4 of 4) 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() argument231 String sButtonName = m_aControlName + "_button" + (_row * cols + _col); in createButton()232 int nButtonX = getButtonPosX(_col); in createButton()274 private int getButtonPosX(int _col) in getButtonPosX() argument276 return pos.Width + _col * (m_aButtonSize.Width + gap.Width) + gap.Width; in getButtonPosX()
345 private XControl createImage(UnoDialog2 dialog, int _row, int _col) in createImage() argument347 String imageName = name + "_image" + (_row * cols + _col); in createImage()356 new Integer(getImagePosX(_col)), in createImage()
315 _col 118
Completed in 34 milliseconds