Searched refs:MINBODY (Results 1 – 5 of 5) sorted by relevance
125 static const long MINBODY = 284; // 0,5cm in twips aufgerundet variable1643 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()
156 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()
49 static const long MINBODY = 284; //0.5 cm in twips variable
387 const long nTmpPW = nML + nMR + MINBODY; in ExecuteOrientationChange()405 const long nTmpPH = nMT + nMB + MINBODY; in ExecuteOrientationChange()
63 static const long MINBODY = 56; // 1mm in twips rounded variable1068 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 57 milliseconds