Searched refs:MINBODY (Results 1 – 5 of 5) sorted by relevance
124 static const long MINBODY = 284; // 0,5cm in twips aufgerundet variable1562 MINBODY + aBorder.Height(); in IMPL_LINK()1565 nMin = MINBODY + nBL + nBR + aBorder.Width(); in IMPL_LINK()1573 long nMax = nH - nBB - aBorder.Height() - MINBODY - in IMPL_LINK()1579 nMax = nH - nBT - aBorder.Height() - MINBODY - in IMPL_LINK()1585 nMax = nW - nBR - MINBODY - aBorder.Width() - nHFLeft - nHFRight; in IMPL_LINK()1589 nMax = nW - nBL - MINBODY - aBorder.Width() - nHFLeft - nHFRight; in IMPL_LINK()1608 long nWidth = nBL + nBR + MINBODY; in CalcMargin_Impl()1609 long nHeight = nBT + nBB + MINBODY; in CalcMargin_Impl()
154 long nMax = nPW - nMR - MINBODY; in SetMetricFieldMaxValues()158 nMax = nPW - nML - MINBODY; in SetMetricFieldMaxValues()162 nMax = nPH - nMB - MINBODY; in SetMetricFieldMaxValues()166 nMax = nPH - nMT - MINBODY; in SetMetricFieldMaxValues()
47 static const long MINBODY = 284; //0.5 cm in twips variable
385 const long nTmpPW = nML + nMR + MINBODY; in ExecuteOrientationChange()403 const long nTmpPH = nMT + nMB + MINBODY; in ExecuteOrientationChange()
64 static const long MINBODY = 56; // 1mm in twips rounded variable903 long nHeight = Max( (long)MINBODY, in IMPL_LINK()959 static_cast<long>(aRMEdit.Denormalize( aRMEdit.GetValue( FUNIT_TWIP ) )) - MINBODY; in IMPL_LINK()963 static_cast<long>(aLMEdit.Denormalize( aLMEdit.GetValue( FUNIT_TWIP ) )) - MINBODY; in IMPL_LINK()
Completed in 38 milliseconds