Searched refs:nCellWidth (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sfx2/source/sidebar/ |
H A D | GridLayouter.cxx | 385 sal_Int32 nCellWidth (nWidth); in LayoutColumn() local 397 nCellWidth += maColumnDescriptors[nColumnIndex+nOffset].GetWidth(); in LayoutColumn() 399 nCellWidth -= maColumnDescriptors[nColumnIndex+nGridWidth-1].GetRightPadding(); in LayoutColumn() 404 if (nCellWidth < iCellDescriptor->GetMinimumWidth()) in LayoutColumn() 405 nCellWidth = iCellDescriptor->GetMinimumWidth(); in LayoutColumn() 407 if (nCellWidth > iCellDescriptor->GetMaximumWidth()) in LayoutColumn() 408 nCellWidth = iCellDescriptor->GetMaximumWidth(); in LayoutColumn() 413 nCellWidth, in LayoutColumn()
|
/aoo42x/main/sd/source/ui/table/ |
H A D | TableDesignPane.cxx | 812 const sal_Int32 nCellWidth = 12; // one pixel is shared with the next cell! in CreateDesignPreview() local 815 …Bitmap aPreviewBmp( Size( (nCellWidth * nPreviewColumns) - (nPreviewColumns - 1), (nCellHeight * n… in CreateDesignPreview() 827 for( sal_Int32 nCol = 0; nCol < nPreviewColumns; ++nCol, nX += nCellWidth-1 ) in CreateDesignPreview() 835 const Rectangle aRect( nX, nY, nX + nCellWidth - 1, nY + nCellHeight - 1 ); in CreateDesignPreview() 851 const Point aPnt2( nX + nCellWidth - 3, aPnt1.Y() ); in CreateDesignPreview() 861 for( sal_Int32 nCol = 0; nCol < nPreviewColumns; ++nCol, nX += nCellWidth-1 ) in CreateDesignPreview() 868 const Point aPntTR( nX + nCellWidth - 1, nY ); in CreateDesignPreview() 870 const Point aPntBR( nX + nCellWidth - 1, nY + nCellHeight - 1 ); in CreateDesignPreview()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | output2.cxx | 2645 long nCellWidth = aAreaParam.maAlignRect.GetWidth(); in DrawEdit() local 2646 long nOutWidth = nCellWidth - 1 - nLeftM - nRightM; in DrawEdit() 2660 nStartX -= nNeededPixel - nCellWidth + nRightM + 1; in DrawEdit() 2662 nStartX -= ( nNeededPixel - nCellWidth + nRightM + 1 - nLeftM ) / 2; in DrawEdit() 3079 long nCellWidth = (long) pRowInfo[0].pCellInfo[nX+1].nWidth; in DrawRotated() local 3117 long nOutWidth = nCellWidth - 1; in DrawRotated() 3554 Size( nCellWidth, 0 ) ).Width(); in DrawRotated() 3556 aLogicStart.X() -= nCellWidth; in DrawRotated()
|
/aoo42x/main/filter/source/graphicfilter/itiff/ |
H A D | itiff.cxx | 81 sal_uLong nCellWidth; // member in TIFFReader 322 nCellWidth = ReadIntData(); in ReadTagData() 1169 nCellWidth = 1; in ReadTIFF()
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterTextView.cxx | 1512 const double nCellWidth) in Cell() argument 1515 mnCellWidth(nCellWidth) in Cell()
|
H A D | PresenterTextView.hxx | 173 … Cell (const sal_Int32 nCharacterIndex, const sal_Int32 nCharacterCount, const double nCellWidth);
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par2.cxx | 2222 int nCellWidth = pR->nCenter[i+1] - pR->nCenter[i]; in CalcDefaults() local 2223 if (nCellWidth && ((nCellWidth - pR->nGapHalf*2) < MINLAY) && pR->nGapHalf < nCellWidth) in CalcDefaults()
|
/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() 2234 if( nCellWidth ) in InsertCell() 2236 sal_uInt16 nTmp = bRelWidth ? nCellWidth : (sal_uInt16)aTwipSz.Width(); in InsertCell()
|
Completed in 83 milliseconds