cmdid.h (56b35d86) | cmdid.h (ebe15e47) |
---|---|
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 --- 450 unchanged lines hidden (view full) --- 459#define FN_AUTOFORMAT_REDLINE_APPLY (FN_FORMAT + 6 ) /* Autoformat mit Redlining anwenden */ 460#define FN_SET_SUPER_SCRIPT (FN_FORMAT + 11) /* Hochstellung */ 461#define FN_SET_SUB_SCRIPT (FN_FORMAT + 12) /* Tiefstellung */ 462 463#define FN_SET_CASEMAP (FN_FORMAT + 14) /* CaseMap */ 464#define FN_SET_LANGUAGE (FN_FORMAT + 15) /* Sprache */ 465#define FN_SET_KERNING (FN_FORMAT + 16) /* Kerning */ 466 | 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 --- 450 unchanged lines hidden (view full) --- 459#define FN_AUTOFORMAT_REDLINE_APPLY (FN_FORMAT + 6 ) /* Autoformat mit Redlining anwenden */ 460#define FN_SET_SUPER_SCRIPT (FN_FORMAT + 11) /* Hochstellung */ 461#define FN_SET_SUB_SCRIPT (FN_FORMAT + 12) /* Tiefstellung */ 462 463#define FN_SET_CASEMAP (FN_FORMAT + 14) /* CaseMap */ 464#define FN_SET_LANGUAGE (FN_FORMAT + 15) /* Sprache */ 465#define FN_SET_KERNING (FN_FORMAT + 16) /* Kerning */ 466 |
467#define FN_INDENT_TO_TABSTOP (FN_FORMAT + 17) /* Einrueckung auf die naechste Tabpostion */ | 467#define FN_INDENT_TO_TABSTOP (FN_FORMAT + 17) /* Einrueckung auf die naechste Tabposition */ |
468//schon in svxids.hrc 469//#define FN_SET_JUSTIFY_PARA (FN_FORMAT + 21) /* Ausrichtung Absatz */ 470#define FN_SET_LINE_SPACE (FN_FORMAT + 27) /* Zeilenabstand parametrisiert */ 471#define FN_SET_ADJUST (FN_FORMAT + 28) /* Ausrichtung parametrisiert */ 472#define FN_SET_LRMARGIN (FN_FORMAT + 29) /* linker/rechter Rand */ 473#define FN_SET_ULMARGIN (FN_FORMAT + 30) /* oberer/unterer Rand */ | 468//schon in svxids.hrc 469//#define FN_SET_JUSTIFY_PARA (FN_FORMAT + 21) /* Ausrichtung Absatz */ 470#define FN_SET_LINE_SPACE (FN_FORMAT + 27) /* Zeilenabstand parametrisiert */ 471#define FN_SET_ADJUST (FN_FORMAT + 28) /* Ausrichtung parametrisiert */ 472#define FN_SET_LRMARGIN (FN_FORMAT + 29) /* linker/rechter Rand */ 473#define FN_SET_ULMARGIN (FN_FORMAT + 30) /* oberer/unterer Rand */ |
474#define FN_UNINDENT_TO_TABSTOP (FN_FORMAT + 31) /* Einrueckung auf die vorgige Tabpostion */ | 474#define FN_UNINDENT_TO_TABSTOP (FN_FORMAT + 31) /* Einrueckung auf die vorige Tabposition */ |
475 476#define FN_SET_HYPHEN_ZONE (FN_FORMAT + 32) /* Silbentrennung */ 477#define FN_SET_KEEP_TOGETHER (FN_FORMAT + 34) /* nicht trennen */ 478#define FN_SET_KEEP_WITH_NEXT (FN_FORMAT + 35) /* mit folgendem zus. */ 479#define FN_SET_WIDOW (FN_FORMAT + 36) /* Widows */ 480#define FN_SET_ORPHAN (FN_FORMAT + 37) /* Orphans */ 481 482#define FN_FORMAT_PAGE_SETTING_DLG (FN_FORMAT + 42) /* */ --- 455 unchanged lines hidden (view full) --- 938#define FN_PAGEUP (FN_SELECTION + 37) /* PageUpWithCursor */ 939#define FN_PAGEDOWN (FN_SELECTION + 38) /* PageDownWithCursor */ 940#define FN_SET_ADD_MODE (FN_SELECTION + 39) /* Selektionsmodus */ 941#define FN_SET_EXT_MODE (FN_SELECTION + 40) /* Selektionsmodus */ 942#define FN_ESCAPE (FN_SELECTION + 41) /* Normal */ 943#define FN_SHIFT_BACKSPACE (FN_SELECTION + 42) /* wie Backspace */ 944#define FN_SELECT_WORD (FN_SELECTION + 43) /* Wort selektieren */ 945 | 475 476#define FN_SET_HYPHEN_ZONE (FN_FORMAT + 32) /* Silbentrennung */ 477#define FN_SET_KEEP_TOGETHER (FN_FORMAT + 34) /* nicht trennen */ 478#define FN_SET_KEEP_WITH_NEXT (FN_FORMAT + 35) /* mit folgendem zus. */ 479#define FN_SET_WIDOW (FN_FORMAT + 36) /* Widows */ 480#define FN_SET_ORPHAN (FN_FORMAT + 37) /* Orphans */ 481 482#define FN_FORMAT_PAGE_SETTING_DLG (FN_FORMAT + 42) /* */ --- 455 unchanged lines hidden (view full) --- 938#define FN_PAGEUP (FN_SELECTION + 37) /* PageUpWithCursor */ 939#define FN_PAGEDOWN (FN_SELECTION + 38) /* PageDownWithCursor */ 940#define FN_SET_ADD_MODE (FN_SELECTION + 39) /* Selektionsmodus */ 941#define FN_SET_EXT_MODE (FN_SELECTION + 40) /* Selektionsmodus */ 942#define FN_ESCAPE (FN_SELECTION + 41) /* Normal */ 943#define FN_SHIFT_BACKSPACE (FN_SELECTION + 42) /* wie Backspace */ 944#define FN_SELECT_WORD (FN_SELECTION + 43) /* Wort selektieren */ 945 |
946#define FN_GOTO_NEXT_OBJ (FN_SELECTION + 44) /* N�chstes Objekt anspringen */ | 946#define FN_GOTO_NEXT_OBJ (FN_SELECTION + 44) /* Nächstes Objekt anspringen */ |
947#define FN_GOTO_PREV_OBJ (FN_SELECTION + 45) /* Vorhergehendes Objekt anspringen */ 948 949#define FN_START_TABLE (FN_SELECTION + 47) /* an den Anfang der Tabelle */ 950#define FN_END_TABLE (FN_SELECTION + 48) /* an das Ende der Tabelle */ 951#define FN_NEXT_TABLE (FN_SELECTION + 49) /* zur vorhergehenden Tabelle */ 952#define FN_PREV_TABLE (FN_SELECTION + 50) /* zur naechsten Tabelle */ 953 954#define FN_START_OF_NEXT_COLUMN (FN_SELECTION + 51) /* zum Anfang der naechsten Spalte */ --- 17 unchanged lines hidden (view full) --- 972 973#define FN_SET_BLOCK_MODE (FN_SELECTION + 64) /* selection mode: block */ 974 975 976 977#define FN_PREV_PARA (FN_SELECTION + 74) 978#define FN_NEXT_PARA (FN_SELECTION + 75) 979 | 947#define FN_GOTO_PREV_OBJ (FN_SELECTION + 45) /* Vorhergehendes Objekt anspringen */ 948 949#define FN_START_TABLE (FN_SELECTION + 47) /* an den Anfang der Tabelle */ 950#define FN_END_TABLE (FN_SELECTION + 48) /* an das Ende der Tabelle */ 951#define FN_NEXT_TABLE (FN_SELECTION + 49) /* zur vorhergehenden Tabelle */ 952#define FN_PREV_TABLE (FN_SELECTION + 50) /* zur naechsten Tabelle */ 953 954#define FN_START_OF_NEXT_COLUMN (FN_SELECTION + 51) /* zum Anfang der naechsten Spalte */ --- 17 unchanged lines hidden (view full) --- 972 973#define FN_SET_BLOCK_MODE (FN_SELECTION + 64) /* selection mode: block */ 974 975 976 977#define FN_PREV_PARA (FN_SELECTION + 74) 978#define FN_NEXT_PARA (FN_SELECTION + 75) 979 |
980#define FN_GOTO_NEXT_MARK (FN_SELECTION + 76) /* N�chsten Platzhalter anspringen */ | 980#define FN_GOTO_NEXT_MARK (FN_SELECTION + 76) /* Nächsten Platzhalter anspringen */ |
981#define FN_GOTO_PREV_MARK (FN_SELECTION + 77) /* Vorhergehenden Platzhalter anspringen */ 982 983// schon im SVX unter der gleichen Id 984//#define FN_START_DOC_DIRECT (FN_SELECTION + 78) /* Direkt zum Dokanfang springen */ 985//#define FN_END_DOC_DIRECT (FN_SELECTION + 79) /* Direkt zum Dokanfang springen */ 986 987#define FN_NEXT_TOXMARK (FN_SELECTION + 83) /* zur naechsten Verz. Markierung */ 988#define FN_PREV_TOXMARK (FN_SELECTION + 84) /* zur vorherigen Verz. Markierung */ --- 306 unchanged lines hidden --- | 981#define FN_GOTO_PREV_MARK (FN_SELECTION + 77) /* Vorhergehenden Platzhalter anspringen */ 982 983// schon im SVX unter der gleichen Id 984//#define FN_START_DOC_DIRECT (FN_SELECTION + 78) /* Direkt zum Dokanfang springen */ 985//#define FN_END_DOC_DIRECT (FN_SELECTION + 79) /* Direkt zum Dokanfang springen */ 986 987#define FN_NEXT_TOXMARK (FN_SELECTION + 83) /* zur naechsten Verz. Markierung */ 988#define FN_PREV_TOXMARK (FN_SELECTION + 84) /* zur vorherigen Verz. Markierung */ --- 306 unchanged lines hidden --- |