Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Doutput2.cxx2705 aCellSize = Size( nOutWidth, nOutHeight ); in DrawEdit()
2730 if ( nEngineHeight - aCellSize.Height() > 100 && in DrawEdit()
2797 long nAvailWidth = aCellSize.Width(); in DrawEdit()
2858 pRefDevice->LogicToPixel(aCellSize).Height() - in DrawEdit()
3373 Size aCellSize; in DrawRotated() local
3383 nGridWidth = aCellSize.Width() + in DrawRotated()
3384 Abs((long) ( aCellSize.Height() * nCos / nSin )); in DrawRotated()
3501 long nAvailWidth = aCellSize.Width(); in DrawRotated()
3625 nUp = ( aCellSize.Height() - nEngineHeight ) / 2; in DrawRotated()
3629 nUp = aCellSize.Height() - nEngineHeight; in DrawRotated()
[all …]
/trunk/main/oox/source/xls/
H A Ddrawingbase.cxx304 Size aCellSize = getCellSize( rModel.mnCol, rModel.mnRow ); in calcCellAnchorEmu() local
305 EmuSize aEmuSize( lclHmmToEmu( aCellSize.Width ), lclHmmToEmu( aCellSize.Height ) ); in calcCellAnchorEmu()
/trunk/main/svx/source/table/
H A Dtablelayouter.cxx134 const basegfx::B2ITuple aCellSize( getCellSize( rPos ) ); in getCellArea() local
141 rArea = basegfx::B2IRectangle( x, y, x + aCellSize.getX(), y + aCellSize.getY() ); in getCellArea()
/trunk/main/vcl/source/window/
H A Darrange.cxx986 Size aCellSize( aColumnWidths[it->m_nX], aRowHeights[it->m_nY] ); in resize() local
987 it->setPosSize( aCellPos, aCellSize ); in resize()

Completed in 42 milliseconds