cmdid.h (721f296a) cmdid.h (23257455)
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

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

634
635#define FN_WRAP_ANCHOR_ONLY (FN_FORMAT + 181) /* Umlauf nur fuer ersten Absatz */
636
637#define FN_TABLE_BALANCE_CELLS (FN_FORMAT + 182) /* Spalten gleichmaessig verteilen */
638#define FN_TABLE_BALANCE_ROWS (FN_FORMAT + 183) /* Zeilen gleichmaessig verteilen */
639
640#define FN_FRAME_WRAP_CONTOUR (FN_FORMAT + 184) /* Rahmen Kunturumlauf */
641
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

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

634
635#define FN_WRAP_ANCHOR_ONLY (FN_FORMAT + 181) /* Umlauf nur fuer ersten Absatz */
636
637#define FN_TABLE_BALANCE_CELLS (FN_FORMAT + 182) /* Spalten gleichmaessig verteilen */
638#define FN_TABLE_BALANCE_ROWS (FN_FORMAT + 183) /* Zeilen gleichmaessig verteilen */
639
640#define FN_FRAME_WRAP_CONTOUR (FN_FORMAT + 184) /* Rahmen Kunturumlauf */
641
642#define FN_TABLE_VERT_NONE (FN_FORMAT + 185) /* vertikale Ausrichtung in Tabellenzellen */
643#define FN_TABLE_VERT_CENTER (FN_FORMAT + 186) /* -"- */
644#define FN_TABLE_VERT_BOTTOM (FN_FORMAT + 187) /* -"- */
645#define FN_TABLE_SET_VERT_ALIGN (FN_FORMAT + 188) /* -"- */
642// +185..+187 removed in favor of corresponding globally available slot
643
644#define FN_TABLE_SET_VERT_ALIGN (FN_FORMAT + 188) /* vertical alignment in Writer table cells */
646#define FN_TABLE_MODE_FIX (FN_FORMAT + 189) /* Tabellenmodus */
647#define FN_TABLE_MODE_FIX_PROP (FN_FORMAT + 190) /* -"- */
648#define FN_TABLE_MODE_VARIABLE (FN_FORMAT + 191) /* -"- */
649#define FN_TABLE_BOX_TEXTDIRECTION (FN_FORMAT + 192) /* text direction of table cells */
650
651#define FN_TABLE_AUTOSUM (FN_FORMAT + 195) /* Autosumme*/
652#define FN_SET_CONTROL_HANDLER (FN_FORMAT + 199) /* Macro setzen */
653

--- 665 unchanged lines hidden ---
645#define FN_TABLE_MODE_FIX (FN_FORMAT + 189) /* Tabellenmodus */
646#define FN_TABLE_MODE_FIX_PROP (FN_FORMAT + 190) /* -"- */
647#define FN_TABLE_MODE_VARIABLE (FN_FORMAT + 191) /* -"- */
648#define FN_TABLE_BOX_TEXTDIRECTION (FN_FORMAT + 192) /* text direction of table cells */
649
650#define FN_TABLE_AUTOSUM (FN_FORMAT + 195) /* Autosumme*/
651#define FN_SET_CONTROL_HANDLER (FN_FORMAT + 199) /* Macro setzen */
652

--- 665 unchanged lines hidden ---