diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-02 17:45:34 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-02 17:46:25 +0200 |
commit | 278000a28b8eceb8528ebdcf1d601de8192979e8 (patch) | |
tree | a522e5b53bca5d3e34c8a86d7bbee25a1ad15b3a /sc/inc/global.hxx | |
parent | 892bb81d17b3351c196661c44fb15b29509c7115 (diff) |
Remove unused defines
Some of them were commented out for documentation purpose.
Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r-- | sc/inc/global.hxx | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index 03451d1e7336..1f29753acf6b 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -115,8 +115,6 @@ const SCSIZE MAXSUBTOTAL = 3; #define POINTS_PER_INCH TEX_POINTS_PER_INCH #endif #define PIXEL_PER_POINT (PIXEL_PER_INCH / POINTS_PER_INCH) -#define INCH_PER_CM (1.0 / CM_PER_INCH) -#define POINTS_PER_CM (POINTS_PER_INCH / CM_PER_INCH) #define TWIPS_PER_POINT 20.0 #define TWIPS_PER_INCH (TWIPS_PER_POINT * POINTS_PER_INCH) #define TWIPS_PER_CM (TWIPS_PER_INCH / CM_PER_INCH) @@ -161,14 +159,6 @@ namespace sc #define SC_SIZE_OPTIMUM 0xFFFF - // update flags -#define UF_SCROLL_LEFT 1 -#define UF_SCROLL_RIGHT 2 -#define UF_SCROLL_UP 4 -#define UF_SCROLL_DOWN 8 -#define UF_ROW 16 -#define UF_VIEW 32 - // repaint flags (for messages) #define PAINT_GRID 1 #define PAINT_TOP 2 @@ -221,8 +211,6 @@ const sal_uInt16 IDF_AUTOFILL = IDF_ALL & ~(IDF_NOTE | IDF_OBJECTS); #define PASTE_MUL 3 #define PASTE_DIV 4 -#define PASTE_NONEMPTY 5 - // bits for HasAttr #define HASATTR_LINES 1 #define HASATTR_MERGED 2 @@ -282,11 +270,6 @@ const sal_uInt16 IDF_AUTOFILL = IDF_ALL & ~(IDF_NOTE | IDF_OBJECTS); // is bit set in set? #define IS_SET(bit,set)(((set)&(bit))==(bit)) -#define SEL_ALL -1 // input line: select all -#define RES_CANCEL 0 // results of function AutoPilot pages -#define RES_BACKWARD 1 -#define RES_END 2 - enum CellType { CELLTYPE_NONE, |