Home
last modified time | relevance | path

Searched refs:nCellSizeX (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dgridwin4.cxx1372 long nCellSizeX; // width of this cell, including merged in GetListValButtonRect() local
1374 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() argument
1454 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()
H A Dtabview3.cxx679 long nCellSizeX; in AlignToCursor() local
682 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()
/trunk/main/sc/source/ui/inc/
H A Dgridwin.hxx271 long nCellSizeX,

Completed in 38 milliseconds