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()772 nPrtHeight = pLay->Frm().Left() + pLay->Prt().Left() in lcl_CalcDownDist()779 nPrtHeight = pSect->Frm().Left() - pLay->Frm().Left() in lcl_CalcDownDist()786 nPrtHeight = pLay->Frm().Top() + pLay->Prt().Top() 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()[all …]
1296 SwTwips nPrtHeight = (Prt().*fnRect->fnGetHeight)(); in Grow()1297 if( nPrtHeight > 0 && nDist > (LONG_MAX - nPrtHeight) ) in Grow()1298 nDist = LONG_MAX - nPrtHeight; in Grow()1320 nPrtHeight = (Prt().*fnRect->fnGetHeight)(); in Grow()1321 (Prt().*fnRect->fnSetHeight)( nPrtHeight + in Grow()1369 const SwTwips nPrtHeight = (Prt().*fnRect->fnGetHeight)(); in Shrink() local1370 (Prt().*fnRect->fnSetHeight)( nPrtHeight - in Shrink()3672 long nPrtHeight = (Prt().*fnRect->fnGetHeight)(); in FormatWidthCols() local3675 if( nMinimum < nPrtHeight ) in FormatWidthCols()3676 nMinimum = 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()
5391 long nPrtHeight = (Prt().*fnRect->fnGetHeight)(); in Format() local5392 … 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()