Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dfillinfo.cxx356 sal_uInt16 nThisWidth = (sal_uInt16) (GetColWidth( nX, nTab ) * nScaleX); in FillInfo() local
357 if (!nThisWidth) in FillInfo()
358 nThisWidth = 1; in FillInfo()
360 pRowInfo[0].pCellInfo[nArrX].nWidth = nThisWidth; in FillInfo()
377 sal_uInt16 nThisWidth = (sal_uInt16) (GetColWidth( nX, nTab ) * nScaleX); in FillInfo() local
378 if (!nThisWidth) in FillInfo()
379 nThisWidth = 1; in FillInfo()
381 pRowInfo[0].pCellInfo[nArrX].nWidth = nThisWidth; //! dies sollte reichen in FillInfo()
622 pInfo->nWidth = nThisWidth; //! oder nur 0 abfragen ?? in FillInfo()
H A Dtable2.cxx2429 sal_uInt16 nThisWidth = pColWidth[nRangeStart]; in GetCommonWidth() local
2431 while ( nRangeEnd <= nEndCol && pColWidth[nRangeEnd] == nThisWidth ) in GetCommonWidth()
2444 nMaxWidth = nThisWidth; in GetCommonWidth()
/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx488 long nThisWidth = (long) pColWidths->Get( nCol ); in GraphicSize() local
489 long nColWidths = nThisWidth; in GraphicSize()
497 if ( nThisWidth ) in GraphicSize()
498 pColWidths->Replace( nCol, (void*)(nWidth - nColWidths + nThisWidth) ); in GraphicSize()
/trunk/main/sc/source/ui/view/
H A Doutput.cxx971 long nThisWidth = pRowInfo[0].pCellInfo[nArrX].nWidth; in DrawExtraShadow() local
972 long nMaxWidth = nThisWidth; in DrawExtraShadow()
988 nPosX + ( nThisWidth - 1 ) * nLayoutSign, in DrawExtraShadow()

Completed in 55 milliseconds