ViewSettingsSequenceDefines.hxx (38d50f7b) ViewSettingsSequenceDefines.hxx (b7caab40)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 13 unchanged lines hidden (view full) ---

22
23
24#ifndef _SC_VIEWSETTINGSSEQUENCEDEFINES_HXX
25#define _SC_VIEWSETTINGSSEQUENCEDEFINES_HXX
26
27// this are the defines for the position of the settings in the
28// ViewSettingsSequence
29
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 13 unchanged lines hidden (view full) ---

22
23
24#ifndef _SC_VIEWSETTINGSSEQUENCEDEFINES_HXX
25#define _SC_VIEWSETTINGSSEQUENCEDEFINES_HXX
26
27// this are the defines for the position of the settings in the
28// ViewSettingsSequence
29
30#define SC_VIEWSETTINGS_COUNT 23
30#define SC_VIEWSETTINGS_COUNT 24
31
32#define SC_VIEW_ID 0
33#define SC_TABLE_VIEWSETTINGS 1
34#define SC_ACTIVE_TABLE 2
35#define SC_HORIZONTAL_SCROLL_BAR_WIDTH 3
36#define SC_ZOOM_TYPE 4
37#define SC_ZOOM_VALUE 5
38#define SC_PAGE_VIEW_ZOOM_VALUE 6
39#define SC_PAGE_BREAK_PREVIEW 7
40#define SC_SHOWZERO 8
41#define SC_SHOWNOTES 9
42#define SC_SHOWGRID 10
43#define SC_GRIDCOLOR 11
44#define SC_SHOWPAGEBR 12
45#define SC_COLROWHDR 13
46#define SC_SHEETTABS 14
47#define SC_OUTLSYMB 15
31
32#define SC_VIEW_ID 0
33#define SC_TABLE_VIEWSETTINGS 1
34#define SC_ACTIVE_TABLE 2
35#define SC_HORIZONTAL_SCROLL_BAR_WIDTH 3
36#define SC_ZOOM_TYPE 4
37#define SC_ZOOM_VALUE 5
38#define SC_PAGE_VIEW_ZOOM_VALUE 6
39#define SC_PAGE_BREAK_PREVIEW 7
40#define SC_SHOWZERO 8
41#define SC_SHOWNOTES 9
42#define SC_SHOWGRID 10
43#define SC_GRIDCOLOR 11
44#define SC_SHOWPAGEBR 12
45#define SC_COLROWHDR 13
46#define SC_SHEETTABS 14
47#define SC_OUTLSYMB 15
48#define SC_SNAPTORASTER 16
49#define SC_RASTERVIS 17
50#define SC_RASTERRESX 18
51#define SC_RASTERRESY 19
52#define SC_RASTERSUBX 20
53#define SC_RASTERSUBY 21
54#define SC_RASTERSYNC 22
48#define SC_VALUE_HIGHLIGHTING 16
49#define SC_SNAPTORASTER 17
50#define SC_RASTERVIS 18
51#define SC_RASTERRESX 19
52#define SC_RASTERRESY 20
53#define SC_RASTERSUBX 21
54#define SC_RASTERSUBY 22
55#define SC_RASTERSYNC 23
55
56
57// this are the defines for the position of the settings in the
58// TableViewSettingsSequence
59
60#define SC_TABLE_VIEWSETTINGS_COUNT 15
61
62#define SC_CURSOR_X 0

--- 42 unchanged lines hidden ---
56
57
58// this are the defines for the position of the settings in the
59// TableViewSettingsSequence
60
61#define SC_TABLE_VIEWSETTINGS_COUNT 15
62
63#define SC_CURSOR_X 0

--- 42 unchanged lines hidden ---