Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dporlin.cxx116 sal_uInt16 nLastWidth = pLast->Width(); in PrePaint() local
119 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()
/trunk/main/sc/source/filter/rtf/
H A Drtfparse.cxx62 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()
/trunk/main/sc/source/filter/inc/
H A Drtfparse.hxx67 sal_uInt16 nLastWidth; member in ScRTFParser
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx1050 sal_uInt16 nLastWidth = nTableWidth; in TableOn() local
1052 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 32 milliseconds