Home
last modified time | relevance | path

Searched refs:nRelHeight (Results 1 – 4 of 4) sorted by relevance

/trunk/main/xmloff/source/text/
H A DXMLTextFrameContext.cxx433 sal_Int16 nRelHeight; member in XMLTextFrameContext_Impl
726 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()
H A Dtxtparae.cxx2656 sal_Int16 nRelHeight = 0; in addTextFrameAttributes() local
2659 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()
/trunk/main/sw/source/core/layout/
H A Dfly.cxx2578 long nRelWidth = LONG_MAX, nRelHeight = LONG_MAX; in CalcRel() local
2585 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()
/trunk/main/sw/source/core/draw/
H A Ddflyobj.cxx883 long nRelWidth, nRelHeight; in NbcResize() local
893 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 66 milliseconds