1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #ifndef INCLUDED_SW_INC_GLOBALS_HRC
21 #define INCLUDED_SW_INC_GLOBALS_HRC
25 // ACC ---------------------------------------------------------------
27 #define FN_CHAR_LEFT_SEL (RC_GLOBALS_BEGIN + 1)
28 #define FN_CHAR_RIGHT_SEL (RC_GLOBALS_BEGIN + 2)
29 #define FN_LINE_UP_SEL (RC_GLOBALS_BEGIN + 3)
30 #define FN_LINE_DOWN_SEL (RC_GLOBALS_BEGIN + 4)
31 #define FN_START_OF_LINE_SEL (RC_GLOBALS_BEGIN + 5) // StartOfLine
32 #define FN_END_OF_LINE_SEL (RC_GLOBALS_BEGIN + 6) // EndOfLine
33 #define FN_START_OF_DOCUMENT_SEL (RC_GLOBALS_BEGIN + 7) // StartOfDocument
34 #define FN_END_OF_DOCUMENT_SEL (RC_GLOBALS_BEGIN + 8) // EndOfDocument
35 #define FN_START_OF_NEXT_PAGE_SEL (RC_GLOBALS_BEGIN + 9) // StartOfNextPage ???
36 #define FN_END_OF_NEXT_PAGE_SEL (RC_GLOBALS_BEGIN + 10) // ???
37 #define FN_START_OF_PREV_PAGE_SEL (RC_GLOBALS_BEGIN + 11) // StartOfPrevPage ???
38 #define FN_END_OF_PREV_PAGE_SEL (RC_GLOBALS_BEGIN + 12) // ???
39 #define FN_START_OF_PAGE_SEL (RC_GLOBALS_BEGIN + 13) // StartOfPage
40 #define FN_END_OF_PAGE_SEL (RC_GLOBALS_BEGIN + 14) // EndOfPage
41 #define FN_START_OF_PARA_SEL (RC_GLOBALS_BEGIN + 19) // StartOfPara
42 #define FN_END_OF_PARA_SEL (RC_GLOBALS_BEGIN + 20) // EndOfPara
43 #define FN_NEXT_WORD_SEL (RC_GLOBALS_BEGIN + 21) // NextWord
44 #define FN_PREV_WORD_SEL (RC_GLOBALS_BEGIN + 22) // PrevWord
45 #define FN_NEXT_SENT_SEL (RC_GLOBALS_BEGIN + 23) // NextSentence
46 #define FN_PREV_SENT_SEL (RC_GLOBALS_BEGIN + 24) // PrevSentence
48 #define FN_PAGEUP_SEL (RC_GLOBALS_BEGIN + 29)
49 #define FN_PAGEDOWN_SEL (RC_GLOBALS_BEGIN + 30)
52 #define TP_OPTPRINT_PAGE (RC_GLOBALS_BEGIN + 26)
54 //maximum: RC_GLOBALS_BEGIN + 120
56 #define SID_PREVIEWFLAG_TYPE (RC_GLOBALS_BEGIN + 114)
57 #define SID_FONTMODE_TYPE (RC_GLOBALS_BEGIN + 115)
58 #define SID_FAX_LIST (RC_GLOBALS_BEGIN + 116)
59 #define SID_WRT_SHELL (RC_GLOBALS_BEGIN + 117)
64 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */