Home
last modified time | relevance | path

Searched refs:nGrowVal (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dflowfrm.cxx542 SwTwips nGrowVal = 0; in PasteTree()
558 nGrowVal += (pFloat->Frm().*fnRect->fnGetHeight)(); in PasteTree()
580 if ( nGrowVal ) in PasteTree()
583 pOldParent->Shrink( nGrowVal ); in PasteTree()
584 pParent->Grow( nGrowVal ); in PasteTree()
H A Dfrmtool.cxx2672 SwTwips nGrowVal = 0; in RestoreCntnt() local
2676 nGrowVal += (pSav->Frm().*fnRect->fnGetHeight)(); in RestoreCntnt()
2715 pParent->Grow( nGrowVal ); in RestoreCntnt()

Completed in 36 milliseconds