cmdid.h (395b75f9) | cmdid.h (261e9a4b) |
---|---|
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 --- 453 unchanged lines hidden (view full) --- 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 */ 468//schon in svxids.hrc 469//#define FN_SET_JUSTIFY_PARA (FN_FORMAT + 21) /* Ausrichtung Absatz */ | 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 --- 453 unchanged lines hidden (view full) --- 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 */ 468//schon in svxids.hrc 469//#define FN_SET_JUSTIFY_PARA (FN_FORMAT + 21) /* Ausrichtung Absatz */ |
470#define FN_FLIP_HORZ_GRAFIC (FN_FORMAT + 25) /* Spiegeln horizontal */ 471#define FN_FLIP_VERT_GRAFIC (FN_FORMAT + 26) /* Spiegeln vertikal */ | |
472#define FN_SET_LINE_SPACE (FN_FORMAT + 27) /* Zeilenabstand parametrisiert */ 473#define FN_SET_ADJUST (FN_FORMAT + 28) /* Ausrichtung parametrisiert */ 474#define FN_SET_LRMARGIN (FN_FORMAT + 29) /* linker/rechter Rand */ 475#define FN_SET_ULMARGIN (FN_FORMAT + 30) /* oberer/unterer Rand */ 476#define FN_UNINDENT_TO_TABSTOP (FN_FORMAT + 31) /* Einrueckung auf die vorgige Tabpostion */ 477 478#define FN_SET_HYPHEN_ZONE (FN_FORMAT + 32) /* Silbentrennung */ 479#define FN_SET_KEEP_TOGETHER (FN_FORMAT + 34) /* nicht trennen */ --- 837 unchanged lines hidden --- | 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 */ 475 476#define FN_SET_HYPHEN_ZONE (FN_FORMAT + 32) /* Silbentrennung */ 477#define FN_SET_KEEP_TOGETHER (FN_FORMAT + 34) /* nicht trennen */ --- 837 unchanged lines hidden --- |