Home
last modified time | relevance | path

Searched defs:TWIP_TO_MM100 (Results 1 – 12 of 12) sorted by relevance

/trunk/main/svl/source/items/
H A Dptitem.cxx40 #define TWIP_TO_MM100(TWIP) ((TWIP) >= 0 ? (((TWIP)*127L+36L)/72L) : (((TWIP)*127L-36L)/72L)) macro
/trunk/main/svx/source/items/
H A Dgrfitem.cxx35 #define TWIP_TO_MM100(TWIP) ((TWIP) >= 0 ? (((TWIP)*127L+36L)/72L) : (((TWIP)*127L-36L)/72L)) macro
H A Dalgitem.cxx56 #define TWIP_TO_MM100(TWIP) ((TWIP) >= 0 ? (((TWIP)*127L+36L)/72L) : (((TWIP)*127L-36L)/72L)) macro
/trunk/main/sw/inc/
H A Dswtypes.hxx233 #define TWIP_TO_MM100(TWIP) ((TWIP) >= 0 ? (((TWIP)*127L+36L)/72L) : (((TWIP)*127L-36L)/72L)) macro
/trunk/main/writerfilter/source/dmapper/
H A DConversionHelper.cxx40 #define TWIP_TO_MM100(TWIP) ((TWIP) >= 0 ? (((TWIP)*127L+36L)/72L) : (((TWIP)*127L-36L)/72L)) macro
/trunk/main/svx/source/dialog/
H A Drulritem.cxx59 #define TWIP_TO_MM100(TWIP) ((TWIP) >= 0 ? (((TWIP)*127L+36L)/72L) : (((TWIP)*127L-36L)/72L)) macro
/trunk/main/starmath/source/
H A Dunomodel.cxx72 #define TWIP_TO_MM100(TWIP) ((TWIP) >= 0 ? (((TWIP)*127L+36L)/72L) : (((TWIP)*127L-36L)/72L)) macro
/trunk/main/editeng/source/items/
H A Dparaitem.cxx74 #define TWIP_TO_MM100(TWIP) ((TWIP) >= 0 ? (((TWIP)*127L+36L)/72L) : (((TWIP)*127L-36L)/72L)) macro
H A Dfrmitems.cxx96 #define TWIP_TO_MM100(TWIP) ((TWIP) >= 0 ? (((TWIP)*127L+36L)/72L) : (((TWIP)*127L-36L)/72L)) macro
H A Dtextitem.cxx118 #define TWIP_TO_MM100(TWIP) ((TWIP) >= 0 ? (((TWIP)*127L+36L)/72L) : (((TWIP)*127L-36L)/72L)) macro
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx3125 #define TWIP_TO_MM100(TWIP) ((TWIP) >= 0 ? (((TWIP)*127L+36L)/72L) : (((TWIP)*127L-36L)/72L)) in lcl_PrintDebugOutput() macro
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx69 #define TWIP_TO_MM100(TWIP) ((TWIP) >= 0 ? (((TWIP)*127L+36L)/72L) : (((TWIP)*127L-36L)/72L)) macro

Completed in 105 milliseconds