Searched refs:nLastWidth (Results 1 – 4 of 4) sorted by relevance
116 sal_uInt16 nLastWidth = pLast->Width(); in PrePaint() local119 nLastWidth = nLastWidth + (sal_uInt16)pLast->CalcSpacing( rInf.GetSpaceAdd(), rInf ); in PrePaint()135 if( nLastWidth > nHalfView ) in PrePaint()136 nPos += nLastWidth - nHalfView; in PrePaint()141 if( nLastWidth > nHalfView ) in PrePaint()142 nPos -= nLastWidth + nHalfView; in PrePaint()147 if( nLastWidth > nHalfView ) in PrePaint()148 nPos -= nLastWidth + nHalfView; in PrePaint()153 if( nLastWidth > nHalfView ) in PrePaint()154 nPos += nLastWidth - nHalfView; in PrePaint()
62 nLastWidth(0), in ScRTFParser()234 if ( nLastWidth in NewCellRow()235 && ((pD = pDefaultList->Last()) != 0) && pD->nTwips != nLastWidth ) in NewCellRow()238 if ( !( SeekTwips( nLastWidth, &n1 ) in NewCellRow()292 nLastWidth = pD->nTwips; in ProcToken()
67 sal_uInt16 nLastWidth; member in ScRTFParser
1050 sal_uInt16 nLastWidth = nTableWidth; in TableOn() local1052 if ( nTableWidth == nLastWidth && nMaxCol - nColCntStart > 1 ) in TableOn()1054 nTableWidth = nLastWidth / static_cast<sal_uInt16>((nMaxCol - nColCntStart)); in TableOn()1056 nLastWidth = nTableWidth; in TableOn()1081 if ( bTabInTabCell && !(nTableWidth < nLastWidth) ) in TableOn()
Completed in 31 milliseconds