Searched refs:nRelHeight (Results 1 – 4 of 4) sorted by relevance
433 sal_Int16 nRelHeight; member in XMLTextFrameContext_Impl726 if( nRelHeight > 0 || nHeight > 0 ) in Create()728 aAny <<= nRelHeight; in Create()738 (bMinHeight || nHeight > 0 || nRelHeight > 0 ) ) in Create()889 nRelHeight = 0; in XMLTextFrameContext_Impl()1010 nRelHeight = (sal_Int16)nTmp; in XMLTextFrameContext_Impl()1033 nRelHeight = (sal_Int16)nTmp; in XMLTextFrameContext_Impl()1042 nRelHeight = (sal_Int16)nTmp; in XMLTextFrameContext_Impl()
2656 sal_Int16 nRelHeight = 0; in addTextFrameAttributes() local2659 rPropSet->getPropertyValue( sRelativeHeight ) >>= nRelHeight; in addTextFrameAttributes()2670 if( SizeType::FIX != nSizeType && 0==nRelHeight && !bSyncHeight && in addTextFrameAttributes()2683 else if( nRelHeight > 0 ) in addTextFrameAttributes()2686 nRelHeight ); in addTextFrameAttributes()
2578 long nRelWidth = LONG_MAX, nRelHeight = LONG_MAX; in CalcRel() local2585 nRelHeight = pSh->VisArea().Height(); in CalcRel()2590 nRelHeight -= 2*aBorder.Height(); in CalcRel()2591 nDiff = nRelHeight - pRel->Prt().Height(); in CalcRel()2593 nRelHeight -= nDiff; in CalcRel()2596 nRelHeight = Min( nRelHeight, pRel->Prt().Height() ); in CalcRel()2603 nRelHeight = Min( nRelHeight, pPage->Prt().Height() ); in CalcRel()2610 aRet.Height() = nRelHeight * rSz.GetHeightPercent() / 100; in CalcRel()
883 long nRelWidth, nRelHeight; in NbcResize() local893 nRelHeight = pSh->VisArea().Height(); in NbcResize()895 nRelHeight -= 2*aBorder.Height(); in NbcResize()900 nRelHeight = pRel->Prt().Height(); in NbcResize()907 aFrmSz.SetHeightPercent( sal_uInt8(aSz.Height() * 100L / nRelHeight + 0.5) ); in NbcResize()
Completed in 48 milliseconds