Searched refs:nReal (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/sw/source/core/layout/ |
H A D | wsfrm.cxx | 1206 nReal += pParent->Grow( nGrow - nReal ); in Paste() 1624 if( nReal ) in AdjustNeighbourhood() 1979 nReal = GetUpper()->Grow( nDist - (nReal > 0 ? nReal : 0), in GrowFrm() 2011 return nReal; in GrowFrm() 2134 return nReal; in ShrinkFrm() 2490 nReal = AdjustNeighbourhood( nReal, bTst ); in GrowFrm() 2494 nReal += AdjustNeighbourhood( nReal, bTst ); in GrowFrm() 2518 nReal += AdjustNeighbourhood( nReal - nGrow, bTst ); in GrowFrm() 2543 nReal = 0; in GrowFrm() 2563 if ( nReal ) in GrowFrm() [all …]
|
H A D | tabfrm.cxx | 3203 if ( nReal < nDist ) in GrowFrm() 3205 nTmp = GetUpper()->Grow( nDist - ( nReal > 0 ? nReal : 0), bTst, bInfo ); in GrowFrm() 4654 SwTwips nReal = 0; in GrowFrm() local 4682 nDist -= nReal; in GrowFrm() 4711 if ( nReal ) in GrowFrm() 4715 return nReal; in GrowFrm() 4765 SwTwips nReal = nRealDist; in ShrinkFrm() local 4766 if ( nReal ) in ShrinkFrm() 4791 nReal = nTmp; in ShrinkFrm() 4799 if ( nReal ) in ShrinkFrm() [all …]
|
H A D | ftnfrm.cxx | 417 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 D | calcmove.cxx | 1641 long nReal = GetUpper()->Grow( nDiff ); in MakeAll() local 1642 if( nReal ) in MakeAll()
|
H A D | sectfrm.cxx | 2184 SwTwips nReal = 0; in _Shrink() local 2200 nReal = GetUpper()->Shrink( nDist, bTst ); in _Shrink()
|
/aoo4110/main/sw/source/core/text/ |
H A D | itradj.cxx | 268 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 D | txtftn.cxx | 865 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 D | itrtxt.hxx | 216 SwMarginPortion* CalcRightMargin( SwLineLayout *pCurr, SwTwips nReal = 0 ); 226 SwTwips nReal = 0, bool bSkipKashida = false );
|
H A D | frmform.cxx | 425 SwTwips nReal = Grow( nChgHght, sal_True ); in AdjustFrm() local 426 if( nReal < nChgHght ) in AdjustFrm() 429 nChgHght - nReal ); in AdjustFrm()
|
/aoo4110/main/cui/source/tabpages/ |
H A D | tabstpge.cxx | 518 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()
|
/aoo4110/main/xmerge/source/palmtests/qa-wrapper/testcases/ |
H A D | image01.infile | 23 ENTER_STRING_AT_LOCATION|86|53|\nReal start of animated gif
|
/aoo4110/main/winaccessibility/source/UAccCOM/ |
H A D | MAccessible.cpp | 1700 long nReal = 0; in get_relation() local
|
Completed in 117 milliseconds