Home
last modified time | relevance | path

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

/aoo41x/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.cxx1297 if( nPrtHeight > 0 && nDist > (LONG_MAX - nPrtHeight) ) in Grow()
1298 nDist = LONG_MAX - nPrtHeight; in Grow()
1321 (Prt().*fnRect->fnSetHeight)( nPrtHeight + in Grow()
1370 (Prt().*fnRect->fnSetHeight)( nPrtHeight - in Shrink()
3675 if( nMinimum < nPrtHeight ) in FormatWidthCols()
3676 nMinimum = nPrtHeight; in FormatWidthCols()
3679 if( nMaximum < nPrtHeight ) in FormatWidthCols()
3702 if( nDiff + nPrtHeight > nMaximum ) in FormatWidthCols()
3703 nDiff = nMaximum - nPrtHeight; in FormatWidthCols()
3708 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.cxx5391 long nPrtHeight = (Prt().*fnRect->fnGetHeight)(); in Format() local
5392 … if( ( bVertDir && ( nRemaining -= lcl_CalcTopAndBottomMargin( *this, *pAttrs ) ) < nPrtHeight ) || in Format()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sw/source/core/inc/
H A Dfntcache.hxx87 sal_uInt16 nPrtHeight; member in SwFntObj
/aoo41x/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 153 milliseconds