Searched refs:nGapW (Results 1 – 1 of 1) sorted by relevance
3019 const long nGapW = 1000; // gap is 1cm in CalculateHandoutAreas() local3032 long nX = nGapW + nLeftBorder; in CalculateHandoutAreas()3035 aArea.Width() -= nGapW * 2 + nLeftBorder + nRightBorder; in CalculateHandoutAreas()3110 aPartArea.Width() = ((aArea.Width() - ((nColCnt-1) * nGapW) ) / nColCnt); in CalculateHandoutAreas()3143 const long nOffsetX = (aPartArea.Width() + nGapW) * (bRTL ? -1 : 1); in CalculateHandoutAreas()
Completed in 26 milliseconds