Home
last modified time | relevance | path

Searched refs:nPrtHeight (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dflycnt.cxx733 SwTwips nPrtHeight = 0; in lcl_CalcDownDist() local
754 nPrtHeight = pLay->Prt().Width(); in lcl_CalcDownDist()
759 nPrtHeight = pLay->Prt().Height(); in lcl_CalcDownDist()
801 nPrtHeight = pLay->Prt().Width(); in lcl_CalcDownDist()
806 nPrtHeight = pLay->Prt().Width(); in lcl_CalcDownDist()
812 nPrtHeight = pLay->Prt().Height(); in lcl_CalcDownDist()
835 rRet.nSub += nPrtHeight; in lcl_CalcDownDist()
837 rRet.nMain += nPrtHeight; in lcl_CalcDownDist()
907 nPrtHeight = pLay->Prt().Width(); in lcl_CalcDownDist()
912 nPrtHeight = pLay->Prt().Width(); in lcl_CalcDownDist()
[all …]
H A Dwsfrm.cxx1302 if( nPrtHeight > 0 && nDist > (LONG_MAX - nPrtHeight) ) in Grow()
1303 nDist = LONG_MAX - nPrtHeight; in Grow()
1326 (Prt().*fnRect->fnSetHeight)( nPrtHeight + in Grow()
1375 (Prt().*fnRect->fnSetHeight)( nPrtHeight - in Shrink()
3680 if( nMinimum < nPrtHeight ) in FormatWidthCols()
3681 nMinimum = nPrtHeight; in FormatWidthCols()
3684 if( nMaximum < nPrtHeight ) in FormatWidthCols()
3707 if( nDiff + nPrtHeight > nMaximum ) in FormatWidthCols()
3708 nDiff = nMaximum - nPrtHeight; in FormatWidthCols()
3713 if ( nMaximum < nPrtHeight ) in FormatWidthCols()
[all …]
H A Dsectfrm.cxx2097 long nPrtHeight = (Prt().*fnRect->fnGetHeight)() + nGrow; in _Grow() local
2098 (Prt().*fnRect->fnSetHeight)( nPrtHeight ); in _Grow()
2181 long nPrtHeight = (Prt().*fnRect->fnGetHeight)() - nDist; in _Shrink() local
2182 (Prt().*fnRect->fnSetHeight)( nPrtHeight ); in _Shrink()
H A Dftnfrm.cxx317 SwTwips nPrtHeight = (Prt().*fnRect->fnGetHeight)(); in Format() local
318 if( nPrtHeight < 0 ) in Format()
321 -nPrtHeight ); in Format()
H A Dtabfrm.cxx5389 long nPrtHeight = (Prt().*fnRect->fnGetHeight)(); in Format() local
5390 … if( ( bVertDir && ( nRemaining -= lcl_CalcTopAndBottomMargin( *this, *pAttrs ) ) < nPrtHeight ) || in Format()
/trunk/main/sw/source/core/text/
H A Dfrmform.cxx524 SwTwips nPrtHeight = (Prt().*fnRect->fnGetHeight)(); in AdjustFrm() local
542 Shrink( Min( ( nFrmHeight - nRstHeight), nPrtHeight ) ); in AdjustFrm()
1998 long nPrtHeight = (Prt().*fnRect->fnGetHeight)(); in Format() local
1999 if( nPrtHeight ) in Format()
2002 Shrink( nPrtHeight ); in Format()
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx143 nPrtHeight = USHRT_MAX; in SwFntObj()
370 if ( nPrtHeight == USHRT_MAX ) // PrinterHeight noch nicht bekannt? in GetFontHeight()
375 nPrtHeight = static_cast<sal_uInt16>(rRefDev.GetTextHeight()); in GetFontHeight()
383 ASSERT( abs(nTmpPrtHeight - nPrtHeight) < 3, in GetFontHeight()
390 nRet = nPrtHeight + GetFontLeading( pSh, rRefDev ); in GetFontHeight()
2422 pFntObj->nPrtHeight = USHRT_MAX; in SwFntAccess()
/trunk/main/sw/source/core/inc/
H A Dfntcache.hxx87 sal_uInt16 nPrtHeight; member in SwFntObj
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx500 long nPrtHeight = aRect.Height(); in ExecTabWin() local
501 aSize.SetHeightPercent(sal_uInt8(nHeight * 100 /nPrtHeight)); in ExecTabWin()

Completed in 183 milliseconds