Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx813 const sal_Int32 nCellHeight = 7; // one pixel is shared with the next cell! in CreateDesignPreview() local
815 …Bitmap aPreviewBmp( Size( (nCellWidth * nPreviewColumns) - (nPreviewColumns - 1), (nCellHeight * n… in CreateDesignPreview()
824 for( nRow = 0; nRow < nPreviewRows; ++nRow, nY += nCellHeight-1 ) in CreateDesignPreview()
835 const Rectangle aRect( nX, nY, nX + nCellWidth - 1, nY + nCellHeight - 1 ); in CreateDesignPreview()
850 const Point aPnt1( nX + 2, nY + ((nCellHeight - 1 ) >> 1) ); in CreateDesignPreview()
858 for( nRow = 0; nRow < nPreviewRows; ++nRow, nY += nCellHeight-1 ) in CreateDesignPreview()
869 const Point aPntBL( nX, nY + nCellHeight - 1 ); in CreateDesignPreview()
870 const Point aPntBR( nX + nCellWidth - 1, nY + nCellHeight - 1 ); in CreateDesignPreview()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx2141 sal_uInt16 nCellWidth, sal_Bool bRelWidth, sal_uInt16 nCellHeight, in InsertCell() argument
2226 Size aTwipSz( bRelWidth ? 0 : nCellWidth, nCellHeight ); in InsertCell()
2241 if( nCellHeight && 1==nRowSpan ) in InsertCell()
2243 if( nCellHeight < MINLAY ) in InsertCell()
2244 nCellHeight = MINLAY; in InsertCell()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx3029 long nCellHeight = (long) pThisRowInfo->nHeight; in DrawRotated() local
3120 nOutHeight = nCellHeight; in DrawRotated()
/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx5866 const SwTwips nCellHeight = lcl_CalcMinCellHeight( pLower2, sal_True ); in CalcHeightOfFirstContentLine() local
5867 nMaxHeight = Max( nCellHeight, nMaxHeight ); in CalcHeightOfFirstContentLine()

Completed in 80 milliseconds