Searched refs:nCellSizeX (Results 1 – 3 of 3) sorted by relevance
1372 long nCellSizeX; // width of this cell, including merged in GetListValButtonRect() local1374 pViewData->GetMergeSizePixel( nCol, nRow, nCellSizeX, nDummy ); in GetListValButtonRect()1378 long nAvailable = nCellSizeX; in GetListValButtonRect()1397 aPos.X() += nCellSizeX * nLayoutSign; // start of next cell in GetListValButtonRect()1446 long nCellSizeX, in DrawComboButton() argument1454 if ( nCellSizeX < aBtnSize.Width() || nCellSizeY < aBtnSize.Height() ) in DrawComboButton()1456 if ( nCellSizeX < aBtnSize.Width() ) in DrawComboButton()1457 aBtnSize.Width() = nCellSizeX; in DrawComboButton()1468 aScrPos.X() -= nCellSizeX - 1; in DrawComboButton()1470 aScrPos.X() += nCellSizeX - aBtnSize.Width(); in DrawComboButton()
679 long nCellSizeX; in AlignToCursor() local682 aViewData.GetMergeSizePixel( (SCCOL)nCurX, (SCROW)nCurY, nCellSizeX, nCellSizeY ); in AlignToCursor()684 nCellSizeX = nCellSizeY = 0; in AlignToCursor()686 long nSpaceX = ( aScrSize.Width() - nCellSizeX ) / 2; in AlignToCursor()
271 long nCellSizeX,
Completed in 60 milliseconds