Home
last modified time | relevance | path

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

/aoo41x/main/sc/inc/
H A Dglobal.hxx137 #define POINTS_PER_INCH 72.27 macro
138 #define PIXEL_PER_POINT (PIXEL_PER_INCH / POINTS_PER_INCH)
140 #define POINTS_PER_CM (POINTS_PER_INCH / CM_PER_INCH)
142 #define TWIPS_PER_INCH (TWIPS_PER_POINT * POINTS_PER_INCH)
/aoo41x/main/sc/source/filter/excel/
H A Dxlescher.cxx84 case MAP_TWIP: fScale = 72 / POINTS_PER_INCH; break; // Calc twips <-> real twips in lclGetTwipsScale()

Completed in 25 milliseconds