Home
last modified time | relevance | path

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

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