Searched refs:nCellHeight (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sd/source/ui/table/ |
H A D | TableDesignPane.cxx | 813 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()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 2141 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()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | output2.cxx | 3029 long nCellHeight = (long) pThisRowInfo->nHeight; in DrawRotated() local 3120 nOutHeight = nCellHeight; in DrawRotated()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | tabfrm.cxx | 5866 const SwTwips nCellHeight = lcl_CalcMinCellHeight( pLower2, sal_True ); in CalcHeightOfFirstContentLine() local 5867 nMaxHeight = Max( nCellHeight, nMaxHeight ); in CalcHeightOfFirstContentLine()
|
Completed in 76 milliseconds