Home
last modified time | relevance | path

Searched refs:nReal (Results 1 – 12 of 12) sorted by relevance

/AOO42X/main/sw/source/core/layout/
H A Dwsfrm.cxx531 SwTwips nReal = ((SwLayoutFrm*)this)->AdjustNeighbourhood(nDiff); in ChgSize() local
532 if ( nReal != nDiff ) in ChgSize()
533 (aFrm.*fnRect->fnSetHeight)( nNew - nDiff + nReal ); in ChgSize()
1207 SwTwips nReal = 0; in Paste() local
1209 nReal = AdjustNeighbourhood( nGrow ); in Paste()
1210 if( nReal < nGrow ) in Paste()
1211 nReal += pParent->Grow( nGrow - nReal ); in Paste()
1212 if( NA_GROW_ADJUST == nAdjust && nReal < nGrow ) in Paste()
1213 AdjustNeighbourhood( nGrow - nReal ); in Paste()
1252 SwTwips nReal = 0; in Cut() local
[all …]
H A Dtabfrm.cxx3194 SwTwips nReal = (GetUpper()->Prt().*fnRect->fnGetHeight)(); in GrowFrm() local
3198 nReal -= (pFrm->Frm().*fnRect->fnGetHeight)(); in GrowFrm()
3203 if ( nReal < nDist ) in GrowFrm()
3205 nTmp = GetUpper()->Grow( nDist - ( nReal > 0 ? nReal : 0), bTst, bInfo ); in GrowFrm()
3209 nTmp = Min( nDist, nReal + nTmp ); in GrowFrm()
4654 SwTwips nReal = 0; in GrowFrm() local
4681 nReal = Min( nAdditionalSpace, nDist ); in GrowFrm()
4682 nDist -= nReal; in GrowFrm()
4684 (Frm().*fnRect->fnAddBottom)( nReal ); in GrowFrm()
4701 nReal += SwLayoutFrm::GrowFrm( nDist, bTst, bInfo); in GrowFrm()
[all …]
H A Dftnfrm.cxx417 nReal = 0; in GrowFrm() local
422 nReal = AdjustNeighbourhood( nGrow, bTst ); in GrowFrm()
434 nReal = AdjustNeighbourhood( nGrow, bTst ); in GrowFrm()
439 nReal += pBoss->Grow( nGrow - nReal, bTst ); in GrowFrm()
441 && nReal < nGrow ) in GrowFrm()
442 nReal += AdjustNeighbourhood( nGrow - nReal, bTst ); in GrowFrm()
446 nReal += nAvail; in GrowFrm()
450 if ( nReal != nDist ) in GrowFrm()
452 nDist -= nReal; in GrowFrm()
462 if( nReal ) in GrowFrm()
[all …]
H A Dcalcmove.cxx1641 long nReal = GetUpper()->Grow( nDiff ); in MakeAll() local
1642 if( nReal ) in MakeAll()
H A Dsectfrm.cxx2184 SwTwips nReal = 0; in _Shrink() local
2200 nReal = GetUpper()->Shrink( nDist, bTst ); in _Shrink()
/AOO42X/main/sw/source/core/text/
H A Ditradj.cxx268 const SwLinePortion *pStopAt, SwTwips nReal, bool bSkipKashida ) in CalcNewBlock() argument
303 CalcRightMargin( pCurrent, nReal ); in CalcNewBlock()
366 CalcNewBlock( pCurrent, pStopAt, nReal, true ); in CalcNewBlock()
384 CalcNewBlock( pCurrent, pStopAt, nReal, true ); in CalcNewBlock()
569 SwTwips nReal ) in CalcRightMargin() argument
579 nRealWidth = nReal; in CalcRightMargin()
H A Dtxtftn.cxx865 KSHORT nReal; in NewFtnPortion()
871 nReal = pCurr->GetRealHeight(); in NewFtnPortion()
872 if( nReal < nOldReal ) in NewFtnPortion()
873 nReal = nOldReal; in NewFtnPortion()
879 SwTwips nLower = Y() + nReal; in NewFtnPortion()
948 SwTwips nTmpBot = Y() + nReal * 2; in NewFtnPortion()
981 pFrm, pFtn, nReal ); in NewFtnPortion()
1423 SwTxtFtn *pFootn, KSHORT nReal ) in SwFtnPortion() argument
1427 , nOrigHeight( nReal ) in SwFtnPortion()
H A Ditrtxt.hxx216 SwMarginPortion* CalcRightMargin( SwLineLayout *pCurr, SwTwips nReal = 0 );
226 SwTwips nReal = 0, bool bSkipKashida = false );
H A Dfrmform.cxx425 SwTwips nReal = Grow( nChgHght, sal_True ); in AdjustFrm() local
426 if( nReal < nChgHght ) in AdjustFrm()
429 nChgHght - nReal ); in AdjustFrm()
/AOO42X/main/cui/source/tabpages/
H A Dtabstpge.cxx518 const long nReal = nVal - nOffset; in IMPL_LINK() local
524 if ( nReal < aNewTabs[i].GetTabPos() ) in IMPL_LINK()
530 aAktTab.GetTabPos() = nReal; in IMPL_LINK()
/AOO42X/main/xmerge/source/palmtests/qa-wrapper/testcases/
H A Dimage01.infile23 ENTER_STRING_AT_LOCATION|86|53|\nReal start of animated gif
/AOO42X/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp1700 long nReal = 0; in get_relation() local