Home
last modified time | relevance | path

Searched refs:nGapW (Results 1 – 1 of 1) sorted by path

/trunk/main/sd/source/core/
H A Dsdpage.cxx2965 const long nGapW = 1000; // gap is 1 cm in CalculateHandoutAreas() local
2978 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 28 milliseconds