Home
last modified time | relevance | path

Searched refs:nCellWidth (Results 1 – 8 of 8) sorted by path

/trunk/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx81 sal_uLong nCellWidth; // member in TIFFReader
322 nCellWidth = ReadIntData(); in ReadTagData()
1169 nCellWidth = 1; in ReadTIFF()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx2645 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()
/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx812 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()
/trunk/main/sdext/source/presenter/
H A DPresenterTextView.cxx1512 const double nCellWidth) in Cell() argument
1515 mnCellWidth(nCellWidth) in Cell()
H A DPresenterTextView.hxx173 … Cell (const sal_Int32 nCharacterIndex, const sal_Int32 nCharacterCount, const double nCellWidth);
/trunk/main/sfx2/source/sidebar/
H A DGridLayouter.cxx385 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()
/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()
2234 if( nCellWidth ) in InsertCell()
2236 sal_uInt16 nTmp = bRelWidth ? nCellWidth : (sal_uInt16)aTwipSz.Width(); in InsertCell()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx2222 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()

Completed in 87 milliseconds