Home
last modified time | relevance | path

Searched refs:nRemaining (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dhffrm.cxx78 SwTwips nRemaining = 0; in lcl_CalcContentHeight() local
86 nRemaining += nTmp; in lcl_CalcContentHeight()
92 nRemaining += nTmp; in lcl_CalcContentHeight()
97 nRemaining += nTmp; in lcl_CalcContentHeight()
104 return nRemaining; in lcl_CalcContentHeight()
255 SwTwips nRemaining, nOldHeight; in FormatSize() local
299 nRemaining = 0; in FormatSize()
316 if ( nRemaining < nMinHeight ) in FormatSize()
317 nRemaining = nMinHeight; in FormatSize()
327 if( nRemaining <= nMinHeight ) in FormatSize()
[all …]
H A Dfly.cxx1394 SwTwips nRemaining = 0; in Format() local
1415 nRemaining += ((SwTxtFrm*)pFrm)->GetParHeight() in Format()
1418 nRemaining += ((SwSectionFrm*)pFrm)->Undersize(); in Format()
1451 nRemaining = nDist - nBorder; in Format()
1459 nRemaining = nMinHeight - nUL; in Format()
1466 if ( nRemaining < MINFLY ) in Format()
1467 nRemaining = MINFLY; in Format()
1468 (Prt().*fnRect->fnSetHeight)( nRemaining ); in Format()
1469 nRemaining -= (Frm().*fnRect->fnGetHeight)(); in Format()
1470 (Frm().*fnRect->fnAddBottom)( nRemaining + nUL ); in Format()
[all …]
H A Dwsfrm.cxx3233 SwTwips nRemaining = 0; in Format() local
3236 { nRemaining += (pFrm->Frm().*fnRect->fnGetHeight)(); in Format()
3239 nRemaining += ((SwTxtFrm*)pFrm)->GetParHeight() in Format()
3242 nRemaining += ((SwSectionFrm*)pFrm)->Undersize(); in Format()
3245 nRemaining += nBorder; in Format()
3246 nRemaining = Max( nRemaining, nMinHeight ); in Format()
3247 const SwTwips nDiff = nRemaining-(Frm().*fnRect->fnGetHeight)(); in Format()
H A Dsectfrm.cxx1421 SwTwips nRemaining = (this->*fnRect->fnGetTopMargin)(); in Format() local
1431 FormatWidthCols( *pAttr, nRemaining, MINLAY ); in Format()
1446 nRemaining += (pFrm->Frm().*fnRect->fnGetHeight)(); in Format()
1464 nRemaining += InnerHeight(); in Format()
1469 SwTwips nDiff = (Frm().*fnRect->fnGetHeight)() - nRemaining; in Format()
1491 long nTmp = nRemaining - (Frm().*fnRect->fnGetHeight)(); in Format()
H A Dtabfrm.cxx3153 SwTwips nRemaining = 0, nDiff; in Format() local
3157 nRemaining += (pFrm->Frm().*fnRect->fnGetHeight)(); in Format()
3161 nRemaining += nUpper + nLower; in Format()
3163 nDiff = (Frm().*fnRect->fnGetHeight)() - nRemaining; in Format()
5201 long nRemaining = GetTabBox()->getRowSpan() >= 1 ? in Format() local
5297 const long nDiffHeight = nRemaining - (Frm().*fnRect->fnGetHeight)(); in Format()
5390 … if( ( bVertDir && ( nRemaining -= lcl_CalcTopAndBottomMargin( *this, *pAttrs ) ) < nPrtHeight ) || in Format()
5394 nDiff = (Prt().*fnRect->fnGetHeight)() - nRemaining; in Format()
H A Dftnfrm.cxx282 SwTwips nRemaining = 0; in Format() local
288 nRemaining += (pFrm->Frm().*fnRect->fnGetHeight)() in Format()
293 nRemaining += nBorder; in Format()
308 nDiff = (Frm().*fnRect->fnGetHeight)() - nRemaining; in Format()
/trunk/main/chart2/source/model/template/
H A DStockDataInterpreter.cxx103 sal_Int32 nRemaining( 0 ); in interpretDataSource() local
109 nRemaining = nAvailableSequences % nNumberOfNecessarySequences; in interpretDataSource()
121 if( nRemaining > 0 ) in interpretDataSource()
129 if( nRemaining > 1 ) in interpretDataSource()
187 if( bHasVolume && nRemaining > 1 ) in interpretDataSource()
196 --nRemaining; in interpretDataSource()
201 if( nRemaining > 0 ) in interpretDataSource()
205 aSequences[nCandleStickGroupIndex][nSeriesIndex].realloc( nRemaining ); in interpretDataSource()
216 if( nSeqIdx < nRemaining ) in interpretDataSource()
226 if( nSeqIdx < nRemaining ) in interpretDataSource()
[all …]
/trunk/main/oox/source/helper/
H A Dbinaryinputstream.cxx283 sal_Int64 nRemaining = rInStrm.getRemaining(); in RelativeInputStream() local
284 mnSize = (nRemaining >= 0) ? ::std::min( nSize, nRemaining ) : nSize; in RelativeInputStream()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx1535 sal_Int32 nRemaining = nCount; in lcl_CopyStreamElement() local
1538 while ( nRemaining > 0 ) in lcl_CopyStreamElement()
1540 sal_Int32 nRead = xInput->readBytes( aSequence, std::min( nRemaining, nBufSize ) ); in lcl_CopyStreamElement()
1550 if (nRead == nRemaining) in lcl_CopyStreamElement()
1562 nRemaining -= nRead; in lcl_CopyStreamElement()
1571 nRemaining = 0; in lcl_CopyStreamElement()
1587 sal_Int32 nRemaining = nBytesToSkip; in lcl_SkipBytesInBlocks() local
1588 while ( nRemaining > 0 ) in lcl_SkipBytesInBlocks()
1590 sal_Int32 nSkip = std::min( nRemaining, nMaxSize ); in lcl_SkipBytesInBlocks()
1592 nRemaining -= nSkip; in lcl_SkipBytesInBlocks()
/trunk/main/sw/source/core/text/
H A Dfrmform.cxx380 const long nRemaining = in CalcFollow() local
382 if ( nRemaining > 0 && !GetUpper()->IsSctFrm() && in CalcFollow()
383 nRemaining != ( bVert ? in CalcFollow()
/trunk/main/tools/source/rc/
H A Dresmgr.cxx2092 sal_uInt32 nRemaining = pResHeader->GetLocalOff() - sizeof(RSHEADER_TYPE); in ReadBlob() local
2103 return nRemaining; in ReadBlob()

Completed in 160 milliseconds