Home
last modified time | relevance | path

Searched refs:MINBODY (Results 1 – 5 of 5) sorted by relevance

/trunk/main/cui/source/tabpages/
H A Dpage.cxx125 static const long MINBODY = 284; // 0,5cm in twips aufgerundet variable
1643 MINBODY + aBorder.Height(); in IMPL_LINK()
1646 nMin = MINBODY + nBL + nBR + aBorder.Width(); in IMPL_LINK()
1654 long nMax = nH - nBB - aBorder.Height() - MINBODY - in IMPL_LINK()
1660 nMax = nH - nBT - aBorder.Height() - MINBODY - in IMPL_LINK()
1666 nMax = nW - nBR - MINBODY - aBorder.Width() - nHFLeft - nHFRight; in IMPL_LINK()
1670 nMax = nW - nBL - MINBODY - aBorder.Width() - nHFLeft - nHFRight; in IMPL_LINK()
1689 long nWidth = nBL + nBR + MINBODY; in CalcMargin_Impl()
1690 long nHeight = nBT + nBB + MINBODY; in CalcMargin_Impl()
/trunk/main/sw/source/ui/sidebar/
H A DPageMarginControl.cxx156 long nMax = nPW - nMR - MINBODY; in SetMetricFieldMaxValues()
160 nMax = nPW - nML - MINBODY; in SetMetricFieldMaxValues()
164 nMax = nPH - nMB - MINBODY; in SetMetricFieldMaxValues()
168 nMax = nPH - nMT - MINBODY; in SetMetricFieldMaxValues()
H A DPageMarginControl.hxx49 static const long MINBODY = 284; //0.5 cm in twips variable
H A DPagePropertyPanel.cxx387 const long nTmpPW = nML + nMR + MINBODY; in ExecuteOrientationChange()
405 const long nTmpPH = nMT + nMB + MINBODY; in ExecuteOrientationChange()
/trunk/main/svx/source/dialog/
H A Dhdft.cxx63 static const long MINBODY = 56; // 1mm in twips rounded variable
1068 long nHeight = Max( (long)MINBODY, in IMPL_LINK()
1124 static_cast<long>(aRMEdit.Denormalize( aRMEdit.GetValue( FUNIT_TWIP ) )) - MINBODY; in IMPL_LINK()
1128 static_cast<long>(aLMEdit.Denormalize( aLMEdit.GetValue( FUNIT_TWIP ) )) - MINBODY; in IMPL_LINK()

Completed in 35 milliseconds