Searched refs:aCellSize (Results 1 – 4 of 4) sorted by relevance
2705 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() local3383 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 …]
304 Size aCellSize = getCellSize( rModel.mnCol, rModel.mnRow ); in calcCellAnchorEmu() local305 EmuSize aEmuSize( lclHmmToEmu( aCellSize.Width ), lclHmmToEmu( aCellSize.Height ) ); in calcCellAnchorEmu()
134 const basegfx::B2ITuple aCellSize( getCellSize( rPos ) ); in getCellArea() local141 rArea = basegfx::B2IRectangle( x, y, x + aCellSize.getX(), y + aCellSize.getY() ); in getCellArea()
986 Size aCellSize( aColumnWidths[it->m_nX], aRowHeights[it->m_nY] ); in resize() local987 it->setPosSize( aCellPos, aCellSize ); in resize()
Completed in 44 milliseconds