Searched refs:nThisWidth (Results 1 – 4 of 4) sorted by relevance
356 sal_uInt16 nThisWidth = (sal_uInt16) (GetColWidth( nX, nTab ) * nScaleX); in FillInfo() local357 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() local378 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()
2429 sal_uInt16 nThisWidth = pColWidth[nRangeStart]; in GetCommonWidth() local2431 while ( nRangeEnd <= nEndCol && pColWidth[nRangeEnd] == nThisWidth ) in GetCommonWidth()2444 nMaxWidth = nThisWidth; in GetCommonWidth()
488 long nThisWidth = (long) pColWidths->Get( nCol ); in GraphicSize() local489 long nColWidths = nThisWidth; in GraphicSize()497 if ( nThisWidth ) in GraphicSize()498 pColWidths->Replace( nCol, (void*)(nWidth - nColWidths + nThisWidth) ); in GraphicSize()
971 long nThisWidth = pRowInfo[0].pCellInfo[nArrX].nWidth; in DrawExtraShadow() local972 long nMaxWidth = nThisWidth; in DrawExtraShadow()988 nPosX + ( nThisWidth - 1 ) * nLayoutSign, in DrawExtraShadow()
Completed in 609 milliseconds