Searched refs:nGapW (Results 1 – 1 of 1) sorted by relevance
2965 const long nGapW = 1000; // gap is 1 cm in CalculateHandoutAreas() local2978 long nX = nGapW + nLeftBorder; in CalculateHandoutAreas()2981 aArea.Width() -= nGapW * 2 + nLeftBorder + nRightBorder; in CalculateHandoutAreas()3056 aPartArea.Width() = ((aArea.Width() - ((nColCnt-1) * nGapW) ) / nColCnt); in CalculateHandoutAreas()3089 const long nOffsetX = (aPartArea.Width() + nGapW) * (bRTL ? -1 : 1); in CalculateHandoutAreas()
Completed in 13 milliseconds