Searched refs:nPrtHeight (Results 1 – 9 of 9) sorted by relevance
733 SwTwips nPrtHeight = 0; in lcl_CalcDownDist() local754 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 …]
1302 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 …]
2097 long nPrtHeight = (Prt().*fnRect->fnGetHeight)() + nGrow; in _Grow() local2098 (Prt().*fnRect->fnSetHeight)( nPrtHeight ); in _Grow()2181 long nPrtHeight = (Prt().*fnRect->fnGetHeight)() - nDist; in _Shrink() local2182 (Prt().*fnRect->fnSetHeight)( nPrtHeight ); in _Shrink()
317 SwTwips nPrtHeight = (Prt().*fnRect->fnGetHeight)(); in Format() local318 if( nPrtHeight < 0 ) in Format()321 -nPrtHeight ); in Format()
5389 long nPrtHeight = (Prt().*fnRect->fnGetHeight)(); in Format() local5390 … if( ( bVertDir && ( nRemaining -= lcl_CalcTopAndBottomMargin( *this, *pAttrs ) ) < nPrtHeight ) || in Format()
524 SwTwips nPrtHeight = (Prt().*fnRect->fnGetHeight)(); in AdjustFrm() local542 Shrink( Min( ( nFrmHeight - nRstHeight), nPrtHeight ) ); in AdjustFrm()1998 long nPrtHeight = (Prt().*fnRect->fnGetHeight)(); in Format() local1999 if( nPrtHeight ) in Format()2002 Shrink( nPrtHeight ); in Format()
143 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()
87 sal_uInt16 nPrtHeight; member in SwFntObj
500 long nPrtHeight = aRect.Height(); in ExecTabWin() local501 aSize.SetHeightPercent(sal_uInt8(nHeight * 100 /nPrtHeight)); in ExecTabWin()
Completed in 600 milliseconds