Files
libreoffice/sw/inc/cmdid.h

1311 lines
69 KiB
C
Raw Normal View History

2000-09-18 16:15:01 +00:00
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2000-09-18 16:15:01 +00:00
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
2000-09-18 16:15:01 +00:00
*
* OpenOffice.org - a multi-platform office productivity suite
2000-09-18 16:15:01 +00:00
*
* This file is part of OpenOffice.org.
2000-09-18 16:15:01 +00:00
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
2000-09-18 16:15:01 +00:00
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
2000-09-18 16:15:01 +00:00
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
2000-09-18 16:15:01 +00:00
*
************************************************************************/
2000-09-18 16:15:01 +00:00
/******************************************************************************
Achtung: Ab sofort sind in diesem File keine C++-Kommentare (//) mehr
erlaubt, da es von swicli.c included wird!
******************************************************************************/
#ifndef INCLUDED_SW_CMDID_H
#define INCLUDED_SW_CMDID_H
2000-09-18 16:15:01 +00:00
#include <sfx2/sfx.hrc>
#ifndef SW_UNOMID_H
2002-05-27 13:31:48 +00:00
#include <unomid.h>
#endif
2000-09-18 16:15:01 +00:00
/* Flags die mittels des Disable-Features in den Slot-Definitionen ausgenutzt
* werden */
#define SW_DISABLE_ON_PROTECTED_CURSOR 0x00000001
#define SW_DISABLE_ON_MAILBOX_EDITOR 0x00000002
#define FN_FILE SID_SW_START
#define FN_EDIT (SID_SW_START + 100)
#define FN_VIEW (SID_SW_START + 200)
#define FN_INSERT (SID_SW_START + 300)
#define FN_FORMAT (SID_SW_START + 400)
#define FN_EXTRA (SID_SW_START + 600)
#define FN_WINDOW (SID_SW_START + 700)
#define FN_HELP (SID_SW_START + 800)
#define FN_SELECTION (SID_SW_START + 900)
#define FN_QUERY (SID_SW_START + 1000)
#define FN_ENVELP (SID_SW_START + 1050)
#define FN_PARAM (SID_SW_START + 1100)
#define FN_STAT (SID_SW_START + 1180)
#define FN_PRNOPT (SID_SW_START + 1200)
#define FN_PGPREVIEW (SID_SW_START + 1250)
#define FN_FRAME (SID_SW_START + 1300)
#define FN_INSERT2 (SID_SW_START + 1400)
#define FN_FORMAT2 (SID_SW_START + 1600)
#define FN_EDIT2 (SID_SW_START + 1800)
#define FN_QUERY2 (SID_SW_START + 2000)
#define FN_EXTRA2 (SID_SW_START + 2200)
#define FN_PARAM2 (SID_SW_START + 2400)
#define FN_NOTES (SID_SW_START + 2500)
2000-09-18 16:15:01 +00:00
/* More accurately, this range should be from FN_EXTRA2 to FN_PARAM2-1, but
* FN_NUMBER_NEWSTART comes from FN_FORMAT2, and FN_PARAM_LINK_DISPLAY_NAME
* comes from FN_PARAM2 so we need to include FORMAT2,
* EDIT2 and QUERY2 and PARAM2 in the range...hopefully this will be fixed
* soon */
#define FN_UNO_RANGE_BEGIN FN_FORMAT2
#define FN_UNO_RANGE_END (FN_PARAM2 + 199)
2000-09-18 16:15:01 +00:00
#define HELP_OFFSET 1100
#define CMD_STR_OFFSET 2200
#define CMD_STR_OFFSET_MULTILANG 3300
#define CMDID_END 5500
/*--------------------------------------------------------------------
Bereich: Datei
--------------------------------------------------------------------*/
#define FN_CLOSE_FILE (FN_FILE + 1 ) /* Schliessen */
#define FN_LAUNCH_REGISTRY (FN_FILE + 2 ) /* Ablage */
#define FN_NEW_GLOBAL_DOC (FN_FILE + 4 ) /* Globaldokument erzeugen */
#define FN_NEW_FILE (FN_FILE + 5 ) /* Neu */
#define FN_NEW_FILE_DLG (FN_FILE + 6 ) /* Neu Dialog */
#define FN_OPEN_FILE (FN_FILE + 7 ) /* Oeffnen */
#define FN_EDIT_FILE (FN_FILE + 8 ) /* Oeffnen oder ToTop */
#define FN_INETFILE (FN_FILE + 9 ) /* Internet File-Dialog */
#define FN_PRINT_FILE (FN_FILE + 10) /* Drucken */
#define FN_PRINT_FILE_OPTIONS (FN_FILE + 11) /* Drucken Optionen */
#define FN_SAVE_FILE_AS (FN_FILE + 12) /* Speichern unter */
#define FN_SAVE_FILE (FN_FILE + 13) /* Speichern */
#define FN_SETUP_PRINTER (FN_FILE + 14) /* Druckereinstellung */
#define FN_SETUP_PRINTER_DLG (FN_FILE + 15) /* Druckereinstellung */
#define FN_SHOW_PREVIEW (FN_FILE + 16) /* Druckbild */
#define FN_EXIT (FN_FILE + 17) /* Writer beenden */
#define FN_PRINT_CFG_DLG (FN_FILE + 18) /* Optionen Drucken */
#define FN_SAVE_ALL (FN_FILE + 23) /* Alle Files speichern */
#define FN_NEW_FILE_DEFAULT (FN_FILE + 24) /* Neue Datei mit Standardvorlage */
#define FN_PRINT_FILE_DEFAULT (FN_FILE + 25) /* Drucken mit Defaults */
#define FN_LAUNCH_EQ_EDITOR (FN_FILE + 26) /* Formel Editor */
#define FN_CHANGE_PRINTER (FN_FILE + 27) /* Drucker einstellen */
#define FN_FAX_END (FN_FILE + 29) /* Faxen fertig, Id fuer PostMessage */
#define FN_SELECT_DATABASE (FN_FILE + 30) /* Selektion Datenbank */
#define FN_DOC_INFO_DLG (FN_FILE + 31) /* Dokumentinfo */
#define FN_DOC_MGR_DLG (FN_FILE + 32) /* Dokument-Manager */
#define FN_GET_DOCSTAT (FN_FILE + 33) /* Dokumentstatistik einzeln auslesen */
#define FN_SAVE_SELECTION (FN_FILE + 35) /* Selektion speichern */
#define FN_OUTLINE_TO_IMPRESS (FN_FILE + 36) /* Outline zu StarImpress senden */
#define FN_OUTLINE_TO_CLIPBOARD (FN_FILE + 37) /* Outline in das Clipboad copieren */
#define FN_NEW_HTML_DOC (FN_FILE + 40 ) /* HTML-Dokument "erzeugen" */
#define FN_APP_START (FN_FILE + 98) /* fuer Makro bei App.Start */
#define FN_APP_END (FN_FILE + 99) /* fuer Makro bei App.Ende */
/*--------------------------------------------------------------------
Bereich: Bearbeiten
--------------------------------------------------------------------*/
#define FN_CLEAR (FN_EDIT + 1 ) /* Loeschen */
#define FN_COPY (FN_EDIT + 2 ) /* Kopieren */
#define FN_CUT (FN_EDIT + 3 ) /* Ausschneiden */
#define FN_EDIT_FIELD (FN_EDIT + 4 ) /* Textbefehl bearbeiten */
#define FN_EDIT_FIELD_DLG (FN_EDIT + 5 ) /* Textbefehl bearbeiten */
#define FN_EDIT_FILE_INFO (FN_EDIT + 6 ) /* Dokumentinfo */
#define FN_EDIT_FILE_INFO_DLG (FN_EDIT + 7 ) /* Dokumentinfo Dialog */
#define FN_EDIT_LINK (FN_EDIT + 8 ) /* Verknuepfungen */
#define FN_EDIT_LINK_DLG (FN_EDIT + 9 ) /* Verknuepfungen */
#define FN_GOTO (FN_EDIT + 11) /* Gehe zu */
#define FN_PASTE (FN_EDIT + 13) /* Einfuegen */
#define FN_PASTESPECIAL_DLG (FN_EDIT + 15) /* Verknuepfung einfuegen */
#define FN_NUMBER_BULLETS (FN_EDIT + 21) /* Bullets */
#define FN_REPEAT (FN_EDIT + 22) /* Letzten Befehl wiederholen */
#define FN_EDIT_IDX_ENTRY_DLG (FN_EDIT + 23) /* Index-Entry bearbeiten */
#define FN_UPDATE_FIELDS (FN_EDIT + 26) /* Feldinhalte erneuern */
#define FN_EXECUTE_MACROFIELD (FN_EDIT + 27) /* Macrofeld ausfuehren */
#define FN_EDIT_FORMULA (FN_EDIT + 28) /* Formel in RibbonBar bearbeiten */
#define FN_CALC_TABLE (FN_EDIT + 29) /* Tabelle durchrechnen */
/*--------------------------------------------------------------------
Bereich: Bullets
--------------------------------------------------------------------*/
#define FN_NUM_BULLET_DOWN (FN_EDIT + 30) /* Runterstufen */
#define FN_NUM_BULLET_UP (FN_EDIT + 31) /* Raufstufen */
#define FN_NUM_BULLET_PREV (FN_EDIT + 32) /* zum vorigen Eintrag */
#define FN_NUM_BULLET_NEXT (FN_EDIT + 33) /* zum naechsten Eintrag */
#define FN_NUM_BULLET_MOVEUP (FN_EDIT + 34) /* nach oben schieben */
#define FN_NUM_BULLET_MOVEDOWN (FN_EDIT + 35) /* nach unten schieben */
#define FN_NUM_BULLET_NONUM (FN_EDIT + 36) /* Eintrag ohne Nummer */
#ifndef FN_NUM_BULLET_OFF //in SVX already
#define FN_NUM_BULLET_OFF (FN_EDIT + 37) /* Numerierung aus */
#endif
// schon im SVX
//#define FN_NUM_BULLET_ON (FN_EDIT + 38) /* Numerierung mit Bullets an */
#define FN_NUM_BULLET_OUTLINE_DOWN (FN_EDIT + 39) /* Runterstufen mit Unterpunkten */
#define FN_NUM_BULLET_OUTLINE_UP (FN_EDIT + 40) /* Raufstufen mit Unterpunkten */
#define FN_NUM_BULLET_OUTLINE_MOVEUP (FN_EDIT + 41) /* nach oben schieben mit Unterpunkten */
#define FN_NUM_BULLET_OUTLINE_MOVEDOWN (FN_EDIT + 42) /* nach unten schieben mit Unterpunkten */
#define FN_UPDATE_INPUTFIELDS (FN_EDIT + 43) /* Eingabefelder updaten */
// schon im SVX
//#define FN_NUM_NUMBERING_ON (FN_EDIT + 44) /* Numerierung an */
#define FN_NUM_OR_NONUM (FN_EDIT + 46) /* Nummer ein-/aus */
#define FN_GOTO_NEXT_INPUTFLD (FN_EDIT + 47) /* zum naechsten EingabeFeld */
#define FN_GOTO_PREV_INPUTFLD (FN_EDIT + 48) /* zum vorherigen EingabeFeld */
#define FN_REPEAT_SEARCH (FN_EDIT + 50) /* Suche wiederholen */
#define FN_REPEAT_REPLACE (FN_EDIT + 51) /* Ersetzen wiederholen */
#define FN_UPDATE_GRAFIC (FN_EDIT + 53) /* Grafik aendern */
#define FN_SETTAB_ATCURPOS (FN_EDIT + 54) /* Tab an der aktuellen Pos setzen */
#define FN_SET_LR_IND_ATCURPOS (FN_EDIT + 55) /* EZE und LR setzen */
#define FN_FRMCNT_TO_BODY (FN_EDIT + 56) /* Rahmeninhalt zu Text */
#define FN_UPDATE_TOXBASE (FN_EDIT + 57) /* Naechstes Verzeichnis erneuern */
#define FN_REPAGINATE (FN_EDIT + 61) /* Neuformatierung erzwingen */
#define FN_EDIT_FOOTNOTE (FN_EDIT + 62) /* Fussnote bearbeiten */
#define FN_EDIT_REGION (FN_EDIT + 65) /* Bereiche bearbeiten */
#define FN_GOTO_REFERENCE (FN_EDIT + 66) /* Von der Refmark zur Referenz */
// schon im Svx definiert
#define FN_NEXT_BOOKMARK (FN_EDIT + 68) /* */
#define FN_PREV_BOOKMARK (FN_EDIT + 69) /* */
/*Navigator ToolBoxen*/
#define FN_SELECT_BOOKMARK (FN_EDIT + 70) /**/
#define FN_ITEM_DOWN (FN_EDIT + 71) /**/
#define FN_ITEM_LEFT (FN_EDIT + 72) /**/
#define FN_ITEM_RIGHT (FN_EDIT + 73) /**/
#define FN_ITEM_UP (FN_EDIT + 74) /**/
#define FN_DOWN (FN_EDIT + 75) /**/
#define FN_SELECT_FOOTER (FN_EDIT + 77) /**/
#define FN_SELECT_FRAME (FN_EDIT + 78) /**/
#define FN_SELECT_HEADER (FN_EDIT + 79) /**/
#define FN_PAGENUMBER (FN_EDIT + 80) /**/
#define FN_SELECT_AUTO_BOOKMARK (FN_EDIT + 81) /**/
#define FN_SELECT_FOOTNOTE (FN_EDIT + 82) /**/
#define FN_SELECT_SET_AUTO_BOOKMARK (FN_EDIT + 83) /**/
#define FN_SELECT_TABLE (FN_EDIT + 84) /**/
#define FN_SELECT_INDEX (FN_EDIT + 85) /**/
#define FN_UP (FN_EDIT + 86) /**/
//#define FN_DELETE_REGION (FN_EDIT + 89) /* Bereiche loeschen */
#define FN_SELECT_PARA (FN_EDIT + 97) /* Absatz selektieren */
#define FN_SELECT_CONTENT (FN_EDIT + 99) /* Navigator - Inhaltstyp */
//#define FN_REDLINE_PROTECT (FN_EDIT2 + 23) /* Redlining password */ ->moved to SVX
2000-09-18 16:15:01 +00:00
#define FN_UPDATE_ALL_LINKS (FN_EDIT2 + 24) /* alle Links updaten */
//#define FN_REDLINE_ON (FN_EDIT2 + 25) /* Redlining anschalten */ -> moved to SVX
2000-09-18 16:15:01 +00:00
#define FN_REDLINE_SHOW (FN_EDIT2 + 26) /* Redlining anzeigen */
#define FN_REDLINE_COMMENT (FN_EDIT2 + 27) /* Redlining kommentieren */
#define FN_UPDATE_ALL (FN_EDIT2 + 28) /* FN_UPDATE_ALL_LINKS,
FN_UPDATE_FIELDS,
FN_UPDATE_TOX,
CalcLayout */
#define FN_REDLINE_ACCEPT (FN_EDIT2 + 29) /* Redlining annehmen/ablehnen */
#define FN_ATTR_COLUMNS (FN_EDIT2 + 31) /* SlotId fuer SwFmtCol */
#define FN_EDIT_CURRENT_TOX (FN_EDIT2 + 32) /* edit current index */
#define FN_EDIT_AUTH_ENTRY_DLG (FN_EDIT2 + 33) /* edit authorities entry*/
#define FN_UPDATE_CHARTS (FN_EDIT2 + 34) /* update all charts */
#define FN_EDIT_HYPERLINK (FN_EDIT2 + 35) /* edit hyperlink */
#define FN_NUM_CONTINUE (FN_EDIT2 + 36) /* continue previous numbering */
CWS-TOOLING: integrate CWS os121 2008-11-28 13:44:51 +0100 os r264551 : Copy Hyperlink Location added 2008-11-28 13:36:20 +0100 os r264547 : Copy Hyperlink Location added 2008-11-25 15:43:53 +0100 os r264311 : label of EditHyperlink fixed 2008-11-25 15:42:42 +0100 os r264310 : use ResetAttr to remove hyperlink 2008-11-25 10:08:02 +0100 os r264276 : edit/remove hyperlink names fixed 2008-11-11 15:47:22 +0100 os r263565 : typo fixed 2008-11-10 18:46:00 +0100 os r263536 : CWS-TOOLING: rebase CWS os121 to trunk@263288 (milestone: DEV300:m35) 2008-11-07 15:34:41 +0100 os r263422 : #i6191# accept/reject changes;#i7311# remove hyperlink 2008-11-07 15:34:05 +0100 os r263421 : #i6191# accept/reject changes;#i7311# remove hyperlink 2008-11-06 17:26:18 +0100 os r263402 : #i43971# words from online help documents must not be added to AutoCompletion 2008-11-06 16:08:27 +0100 os r263397 : #i6191# accept/reject changes added to context menu 2008-11-06 16:07:49 +0100 os r263396 : #i6191# accept/reject changes added to context menu 2008-11-06 16:07:16 +0100 os r263395 : #i6191# accept/reject changes added to context menu 2008-11-06 16:06:18 +0100 os r263394 : #i6191# accept/reject changes added to context menu 2008-10-30 14:31:32 +0100 os r262826 : #i84980# less options changed to fewer options 2008-10-30 11:44:41 +0100 os r262824 : #i95624# don't add paragraph numbering in getString() 2008-10-27 10:46:04 +0100 os r262665 : #i88235# SvCheckListBox::SelectEntryPos() paints a CheckBox to the wrong device if page is not visible, yet - call moved to ::Reset() 2008-10-24 15:49:27 +0200 os r262648 : #i77230# make repeating headers the default 2008-10-23 16:49:42 +0200 os r262625 : #i95350# RTL output of table window fixed 2008-10-23 15:37:40 +0200 os r262623 : #i76723# RTL related patch removed - it is now done by vcl 2008-10-22 14:05:58 +0200 os r262601 : #b6297019#,#i49754# LoadStyles: restore outline settings 2008-10-22 14:05:17 +0200 os r262600 : #b6297019#,#i49754# LoadStyles: restore outline settings 2008-10-20 15:39:18 +0200 os r262323 : #i95059# border attribute: which id of SID_ATTR_BORDER_INNER fixed 2008-10-20 09:30:28 +0200 os r262305 : #i95123# conflict css::util::Color and ::Color solved 2008-10-17 11:44:16 +0200 os r262280 : #i93714# merge to PDF: convert fields to text before export 2008-10-17 10:30:11 +0200 os r262275 : #i94364# 2008-10-17 10:11:56 +0200 os r262274 : +i94536# default font ListBoxes: prevent entry duplication if 'Back' button is pressed
2008-12-09 07:49:49 +00:00
#define FN_REDLINE_ACCEPT_DIRECT (FN_EDIT2 + 37) /* accept redline at current position*/
#define FN_REDLINE_REJECT_DIRECT (FN_EDIT2 + 38) /* reject redline at current position*/
#define FN_REMOVE_HYPERLINK (FN_EDIT2 + 39) /* remove hyperlink attribute */
#define FN_COPY_HYPERLINK_LOCATION (FN_EDIT2 + 40) /* copy hyperlink URL to clipboard */
2000-09-18 16:15:01 +00:00
/*--------------------------------------------------------------------
Bereich: Bearbeiten
--------------------------------------------------------------------*/
#define FN_REFRESH_VIEW (FN_VIEW + 1) /* Refresh/Redraw */
#define FN_SHOW_OUTLINE_VIEW (FN_VIEW + 2) /* Gliederungsansicht */
#define FN_DRAW_WRAP_DLG (FN_VIEW + 3) /* Draw Umlauf-Dlg */
#define FN_RULER (FN_VIEW + 11) /* Horizontales Lineal */
#define FN_VIEW_GRAPHIC (FN_VIEW + 13) /* Grafiken anzeigen */
#define FN_VIEW_BOUNDS (FN_VIEW + 14) /* Begrenzungen */
#define FN_VIEW_FIELDS (FN_VIEW + 15) /* Textbefehle */
#define FN_VLINEAL (FN_VIEW + 16) /* Vertikales Lineal */
#define FN_VSCROLLBAR (FN_VIEW + 17) /* Vertikaler Scrollbar */
#define FN_HSCROLLBAR (FN_VIEW + 18) /* Horizontaler Scrollbar */
#define FN_TOOLBOX_TOGGLE (FN_VIEW + 19) /* Toolboxinhalte umschalten */
#define FN_VIEWOPTIONS_ON (FN_VIEW + 20) /* Gruppe Viewoptions an */
#define FN_VIEWOPTIONS_OFF (FN_VIEW + 21) /* Gruppe Viewoptions aus */
#define FN_CONTROLS_ON (FN_VIEW + 22) /* Gruppe Bedienelemte an */
#define FN_CONTROLS_OFF (FN_VIEW + 23) /* Gruppe Bedienelemte aus */
#define FN_VIEW_META_CHARS (FN_VIEW + 24) /* Sonderzeichen anzeigen */
#define FN_VIEW_MARKS (FN_VIEW + 25) /* Markierungen anzeigen */
#define FN_VIEW_FIELDNAME (FN_VIEW + 26) /* Feldname anzeigen */
#define FN_VIEW_TABLEGRID (FN_VIEW + 27) /* Tabellenbegrenzungen anzeigen */
#define FN_SET_PAGE (FN_VIEW + 29) /* Seitenvorlage am Absatz setzen */
#define FN_TOOLBOX_SWITCH (FN_VIEW + 30) /* Auf Textshell umschalten */
//noch mehr Navigator
#define FN_CONTENT_LB (FN_VIEW + 32) /**/
#define FN_SHOW_CONTENT_BOX (FN_VIEW + 33) /**/
#define FN_SHOW_ROOT (FN_VIEW + 34) /**/
#define FN_DROP_REGION (FN_VIEW + 35) /**/
#define FN_OUTLINE_LEVEL (FN_VIEW + 36) /**/
#define FN_PRINT_LAYOUT (FN_VIEW + 37) /* invertierter BrowseMode */
#define FN_DROP_REGION_LINK (FN_VIEW + 38) /**/
#define FN_DROP_REGION_COPY (FN_VIEW + 39) /**/
#define FN_SCROLL_NAVIGATION (FN_VIEW + 40) /* Navigationscontroller am Scrollbar*/
#define FN_SCROLL_NEXT_PREV (FN_VIEW + 41) /* arbeitet den MoveType ab */
#define FN_VIEW_HIDDEN_PARA (FN_VIEW + 42) /* Versteckte Absaetze */
#define FN_VIEW_SMOOTH_SCROLL (FN_VIEW + 43)
#define FN_GLOBAL_SWITCH (FN_VIEW + 44) /* umschalten zw. Global und Inhalt*/
#define FN_GLOBAL_EDIT (FN_VIEW + 45) /* bearbeiten */
#define FN_GLOBAL_UPDATE (FN_VIEW + 46) /* aktualisieren */
#define FN_GLOBAL_OPEN (FN_VIEW + 47) /* oeffnen */
#define FN_GLOBAL_SAVE_CONTENT (FN_VIEW + 48) /* Inhalt der Verknuepfung mitspeichern */
#define FN_CREATE_NAVIGATION (FN_VIEW + 49) /* Navigations-Controller erzeugen */
#define FN_PREVIEW_ZOOM (FN_VIEW + 51) /* der Tabellencontroller fuer den Zoom */
#define FN_SET_MODOPT_TBLNUMFMT (FN_VIEW + 52) /* Zahlenerkennung in Tabellen */
#define FN_HSCROLL_METRIC (FN_VIEW + 53) /* Metric horizontal scrollbar */
#define FN_VSCROLL_METRIC (FN_VIEW + 54) /* Metric vertical scrollbar */
#define FN_VIEW_NOTES (FN_VIEW + 55)
2000-09-18 16:15:01 +00:00
/*--------------------------------------------------------------------
Bereich: Einfuegen
--------------------------------------------------------------------*/
// schon im Svx definiert
#define FN_INSERT_BOOKMARK (FN_INSERT + 2 ) /* Sprungmarke einfuegen */
// schon im SVX unter der gleichen Id
//#define FN_INSERT_BREAK (FN_INSERT + 3 ) /* Umbruch */
#define FN_INSERT_BREAK_DLG (FN_INSERT + 4 ) /* Umbruch */
#define FN_INSERT_COLUMN_BREAK (FN_INSERT + 5 ) /* Spaltenumbruch */
#define FN_INSERT_DATE_TIME (FN_INSERT + 6 ) /* Datum/Uhrzeit */
#define FN_INSERT_FIELD (FN_INSERT + 8 ) /* Textbefehl */
#define FN_CHANGE_DBFIELD (FN_INSERT + 9 ) /* Datenbankfeld aendern */
#define FN_INSERT_CAPTION (FN_INSERT + 10) /* Beschriftung */
#define FN_INSERT_DBFIELD (FN_INSERT + 11) /* Insert database field - for recording */
2000-09-18 16:15:01 +00:00
#define FN_INSERT_FOOTNOTE_DLG (FN_INSERT + 12) /* Dialog Fussnote */
#define FN_INSERT_REF_FIELD (FN_INSERT + 13) /* Refernzfeld einfuegen */
#define FN_INSERT_HYPERLINK (FN_INSERT + 14) /* Zeichendialog/HyperlinkPage*/
#define FN_INSERT_INDEX (FN_INSERT + 16) /* Stichworteintrag */
#define FN_INSERT_INDEX_DLG (FN_INSERT + 17) /* Stichworteintrag */
#define FN_INSERT_LINEBREAK (FN_INSERT + 18) /* Zeilenumbruch */
#define FN_INSERT_FIELD_DATA_ONLY (FN_INSERT + 19) /* field dialog for mail merge*/
2000-09-18 16:15:01 +00:00
#define FN_INSERT_OBJECT (FN_INSERT + 21) /* Object */
#define FN_INSERT_OBJECT_DLG (FN_INSERT + 22) /* Object */
#define FN_INSERT_PAGEBREAK (FN_INSERT + 23) /* Seitenumbruch */
#define FN_INSERT_PAGENO (FN_INSERT + 24) /* Seitennummer */
#define FN_INSERT_PARAGRAPH (FN_INSERT + 25) /* Absatz */
#define FN_INSERT_RECORD (FN_INSERT + 26) /* Datensatz einfuegen */
#define FN_MERGE_RECORD (FN_INSERT + 27) /* Datensatz mischen */
#define FN_INSERT_SYMBOL (FN_INSERT + 28) /* Sonderzeichen */
#define FN_POSTIT (FN_INSERT + 29) /* PostIt einfuegen/bearbeiten */
#define FN_INSERT_TABLE (FN_INSERT + 30) /* Tabelle */
#define FN_INSERT_STRING (FN_INSERT+31)
2000-09-18 16:15:01 +00:00
#define FN_INSERT_COLS (FN_INSERT + 32) /* Spalten einfuegen */
#define FN_INSERT_FRAME_INTERACT (FN_INSERT + 33) /* Rahmen einfuegen aktiv */
#define FN_INSERT_FRAME (FN_INSERT + 34) /* Rahmen einfuegen */
#define FN_INSERT_IDX_ENTRY_DLG (FN_INSERT + 35) /* Verzeichniseintrag einfuegen */
#define FN_INSERT_FRAME_INTERACT_NOCOL (FN_INSERT + 36) /*insert interactive non column frame*/
//#define FN_INSERT_SOFT_HYPHEN (FN_INSERT + 43) /* weicher Trenner */
//#define FN_INSERT_HARD_SPACE (FN_INSERT + 44) /* hartes Space */
2000-09-18 16:15:01 +00:00
#define FN_TOOL_GROUP (FN_INSERT + 47) /* Objekte gruppieren */
#define FN_TOOL_UNGROUP (FN_INSERT + 48) /* Gruppierng aufheben */
#define FN_TOOL_ANKER (FN_INSERT + 49) /* Draw-Objekt umankern */
#define FN_TOOL_ANKER_PAGE (FN_INSERT + 50) /* Draw-Objekt an Seite verankern */
#define FN_TOOL_ANKER_PARAGRAPH (FN_INSERT + 51) /* Draw-Objekt am Absatz verankern */
#define FN_TOOL_HIERARCHIE (FN_INSERT + 52) /* Hierarchie aendern */
#define FN_MAILMERGE_WIZARD (FN_INSERT + 64) /* mail merge wizard */
2000-09-18 16:15:01 +00:00
#define FN_QRY_OPEN_TABLE (FN_INSERT + 65) /* Datenbank oeffnen (Basic) */
#define FN_TOOL_ANKER_FRAME (FN_INSERT + 66) /* Draw-Objekt am Rahmen verankern */
#define FN_QRY_MERGE (FN_INSERT + 67) /* Datensatz einfuegen (Serienbrief) */
#define FN_MAILMERGE_CHILDWINDOW (FN_INSERT + 68) /* back-to-mail-merge-wizard child window*/
2000-09-18 16:15:01 +00:00
#define FN_INSERT_SMA (FN_INSERT + 69) /* Einfuegen StarMath */
#define FN_QRY_GET_COLUMN_NAME (FN_INSERT + 70) /* Anzahl der Spalten (Basic) */
#define FN_QRY_GET_COLUMN_TYPE (FN_INSERT + 71) /* Type des Datenbankfeldes ermitteln (Basic) */
#define FN_QRY_GET_COLUMN_TEXT (FN_INSERT + 72) /* Inhalt des aktuellen Datensatzes (Basic) */
#define FN_QRY_DEL_DEFINED_DB (FN_INSERT + 75) /* Datenbankdefinition loeschen (Basic) */
#define FN_DRAWTEXT_ATTR_DLG (FN_INSERT + 76) /* DrawText positionieren */
#define FN_QRY_APPEND_RECORD (FN_INSERT + 77) /* Neuen Datensatz anhaengen */
#define FN_QRY_UPDATE_RECORD (FN_INSERT + 78) /* Datensatzspalte aendern */
#define FN_QRY_DELETE_RECORD (FN_INSERT + 79) /* Datensatz loeschen */
#define FN_QRY_GET_PHYS_RECORD_ID (FN_INSERT + 80) /* Physikalische (absolute) Datensatznummer erfragen (Basic) */
#define FN_TOOL_ANKER_CHAR (FN_INSERT + 84) /* DrawObject zeichengebunden */
//#define FN_INSERT_HARDHYPHEN (FN_INSERT + 85) /* Bindestrich ohne Umbruch*/
2000-09-18 16:15:01 +00:00
#define FN_QRY_INSERT (FN_INSERT + 86) /* Datensatz-Selektion in Text einfuegen */
#define FN_QRY_MERGE_FIELD (FN_INSERT + 87) /* Datensatz-Selektion in Felder einfuegen */
#define FN_QRY_INSERT_FIELD (FN_INSERT + 88) /* Datenbankfeld einfuegen */
#define FN_INSERT_CTRL (FN_INSERT + 89) /* Werkzeugleistencontroller Einfuegen*/
#define FN_INSERT_OBJ_CTRL (FN_INSERT + 90) /* Werkzeugleistencontroller Einfuegen/Objekt*/
#define FN_INSERT_FIELD_CTRL (FN_INSERT + 91) /* Werkzeugleistencontroller Einfuegen/Feldbefehle*/
#define FN_INSERT_FLD_DATE (FN_INSERT + 92)
#define FN_INSERT_FLD_TIME (FN_INSERT + 93)
#define FN_INSERT_FLD_PGNUMBER (FN_INSERT + 94)
#define FN_INSERT_FLD_PGCOUNT (FN_INSERT + 95)
#define FN_INSERT_FLD_TOPIC (FN_INSERT + 96)
#define FN_INSERT_FLD_TITLE (FN_INSERT + 97)
#define FN_INSERT_FLD_AUTHOR (FN_INSERT + 98)
#define FN_INSERT_FOOTNOTE (FN_INSERT + 99)
/*--------------------------------------------------------------------
Bereich: Einfuegen (2.Teil)
--------------------------------------------------------------------*/
#define FN_QRY_GET_ALL_DBNAME (FN_INSERT2 + 1) /* Alle konfigurierten Datenabanknamen ermitteln */
#define FN_QRY_GET_DBNAME_COUNT (FN_INSERT2 + 2) /* Anzahl aller konfigurierten Datenabanknamen */
#define FN_QRY_GET_TABLE_NAME (FN_INSERT2 + 3) /* Tabellenname einer Datenbank ermitteln */
#define FN_QRY_GET_TABLE_COUNT (FN_INSERT2 + 4) /* Anzahl aller Tabellen einer Datenbank ermitteln */
#define FN_MAILMERGE_SENDMAIL_CHILDWINDOW (FN_INSERT2 + 5) /* child window provided by mailmerge */
2000-09-18 16:15:01 +00:00
#define FN_SBA_BRW_UPDATE (FN_INSERT2 + 7) /* Datensaetze in Felder einfuegen */
#define FN_SBA_BRW_INSERT (FN_INSERT2 + 8) /* Datensaetze in Text einfuegen */
#define FN_SBA_BRW_MERGE (FN_INSERT2 + 9) /* Serienbriefdruck */
#define FN_JAVAEDIT (FN_INSERT2 + 10) /* Scriptfeld bearbeiten */
#define FN_INSERT_HRULER (FN_INSERT2 + 11) /* horiz. Grafiklinie einfuegen */
#define FN_TOOL_ANKER_AT_CHAR (FN_INSERT2 + 12) /* Object zeichengebunden */
#define FN_INSERT_PAGEHEADER (FN_INSERT2 + 13) /* Standard Kopfzeile einfuegen */
#define FN_INSERT_PAGEFOOTER (FN_INSERT2 + 14) /* Standard Fusszeile einfuegen */
#define FN_INSERT_ENDNOTE (FN_INSERT2 + 18) /* Endnote einfuegen*/
#define FN_INSERT_REGION (FN_INSERT2 + 19) /* Insert section */
2000-09-18 16:15:01 +00:00
#define FN_INSERT_MULTI_TOX (FN_INSERT2 + 20) /* insert any TOX */
#define FN_INSERT_AUTH_ENTRY_DLG (FN_INSERT2 + 21) /* insert entry for table of authorities*/
/*--------------------------------------------------------------------
Bereich: Format
--------------------------------------------------------------------*/
#define FN_AUTOFORMAT_APPLY (FN_FORMAT + 1 ) /* Autoformat-Optionen anwenden */
#define FN_AUTOFORMAT_AUTO (FN_FORMAT + 2 ) /* Autoformat waehrend der Eingabe */
#define FN_GROW_FONT_SIZE (FN_FORMAT + 3 ) /* Groesse */
#define FN_SHRINK_FONT_SIZE (FN_FORMAT + 4 ) /* Groesse */
#define FN_UNDERLINE_DOUBLE (FN_FORMAT + 5 ) /* Doppelt unterstreichen */
#define FN_AUTOFORMAT_REDLINE_APPLY (FN_FORMAT + 6 ) /* Autoformat mit Redlining anwenden */
#define FN_SET_SUPER_SCRIPT (FN_FORMAT + 11) /* Hochstellung */
#define FN_SET_SUB_SCRIPT (FN_FORMAT + 12) /* Tiefstellung */
#define FN_SET_CASEMAP (FN_FORMAT + 14) /* CaseMap */
#define FN_SET_LANGUAGE (FN_FORMAT + 15) /* Sprache */
#define FN_SET_KERNING (FN_FORMAT + 16) /* Kerning */
#define FN_INDENT_TO_TABSTOP (FN_FORMAT + 17) /* Einrueckung auf die naechste Tabpostion */
//schon in svxids.hrc
//#define FN_SET_JUSTIFY_PARA (FN_FORMAT + 21) /* Ausrichtung Absatz */
#define FN_FLIP_HORZ_GRAFIC (FN_FORMAT + 25) /* Spiegeln horizontal */
#define FN_FLIP_VERT_GRAFIC (FN_FORMAT + 26) /* Spiegeln vertikal */
#define FN_SET_LINE_SPACE (FN_FORMAT + 27) /* Zeilenabstand parametrisiert */
#define FN_SET_ADJUST (FN_FORMAT + 28) /* Ausrichtung parametrisiert */
#define FN_SET_LRMARGIN (FN_FORMAT + 29) /* linker/rechter Rand */
#define FN_SET_ULMARGIN (FN_FORMAT + 30) /* oberer/unterer Rand */
#define FN_UNINDENT_TO_TABSTOP (FN_FORMAT + 31) /* Einrueckung auf die vorgige Tabpostion */
#define FN_SET_HYPHEN_ZONE (FN_FORMAT + 32) /* Silbentrennung */
#define FN_SET_KEEP_TOGETHER (FN_FORMAT + 34) /* nicht trennen */
#define FN_SET_KEEP_WITH_NEXT (FN_FORMAT + 35) /* mit folgendem zus. */
#define FN_SET_WIDOW (FN_FORMAT + 36) /* Widows */
#define FN_SET_ORPHAN (FN_FORMAT + 37) /* Orphans */
#define FN_REGISTER_COLLECTION (FN_FORMAT + 43) /* Referenzvorlage an der Seite */
#define FN_REGISTER_MODE (FN_FORMAT + 44) /* Registermodus an/aus */
#define FN_NUM_FORMAT_TABLE_DLG (FN_FORMAT + 45) /* Zahlenformat in Tabelle */
#define FN_FORMAT_BORDER_DLG (FN_FORMAT + 48) /* Umrandung */
#define FN_FORMAT_PAGE_COLUMN_DLG (FN_FORMAT + 49) /* Spalten pro Seite */
#define FN_FORMAT_BACKGROUND_DLG (FN_FORMAT + 50) /* Hintergrund */
#define FN_FORMAT_PAGE (FN_FORMAT + 51) /* Seite */
#define FN_FORMAT_PAGE_DLG (FN_FORMAT + 52) /* Seite */
#define FN_FORMAT_COLUMN (FN_FORMAT + 53) /* Spalten */
#define FN_FORMAT_DROPCAPS (FN_FORMAT + 54) /* Initialien */
#define FN_FORMAT_FRAME (FN_FORMAT + 55) /* Rahmen */
#define FN_FORMAT_FRAME_DLG (FN_FORMAT + 56) /* Rahmen */
#define FN_FORMAT_GRAFIC (FN_FORMAT + 57) /* Grafik */
#define FN_FORMAT_GRAFIC_DLG (FN_FORMAT + 58) /* Grafik */
#define FN_FORMAT_TABLE (FN_FORMAT + 59) /* Tabelle */
#define FN_FORMAT_TABLE_DLG (FN_FORMAT + 60) /* Tabelle */
#define FN_FORMAT_OLE_DLG (FN_FORMAT + 61) /* OLE bearbeiten */
#define FN_NEW_STYLE_BY_EXAMPLE (FN_FORMAT + 62) /* Vorlage erzeugen by Example */
#define FN_UPDATE_STYLE_BY_EXAMPLE (FN_FORMAT + 63) /* Vorlage aktualisieren */
#define FN_STYLE_SHEET_FRAME_DLG (FN_FORMAT + 64) /* Rahmenvorlage */
#define FN_STYLE_SHEET_DOC_DLG (FN_FORMAT + 65) /* Dokumentvorlage */
#define FN_STYLE_SHEET_GRAFIK_DLG (FN_FORMAT + 66) /* Dokumentvorlage */
#define FN_FORMAT_FOOTNOTE (FN_FORMAT + 67) /* Fussnoten */
#define FN_FORMAT_FOOTNOTE_DLG (FN_FORMAT + 68) /* Fussnoten-Dialog */
// schon im Svx definiert
//#define FN_FORMAT_RESET (FN_FORMAT + 69) /* Format zuruecksetzen */
#define FN_FRAME_TO_TOP (FN_FORMAT + 70) /* Rahmen nach oben */
#define FN_FRAME_TO_BOTTOM (FN_FORMAT + 71) /* Rahmen nach unten */
#define FN_FRAME_NOWRAP (FN_FORMAT + 72) /* Rahmen kein Umlauf */
#define FN_FRAME_WRAP (FN_FORMAT + 73) /* Rahmen Umlauf */
#define FN_FRAME_WRAPTHRU (FN_FORMAT + 74) /* Rahmen Durchlauf */
#define FN_FRAME_ALIGN_HORZ_LEFT (FN_FORMAT + 75) /* Rahmen horz. links */
#define FN_FRAME_ALIGN_HORZ_RIGHT (FN_FORMAT + 76) /* Rahmen horz. rechts */
#define FN_FRAME_ALIGN_HORZ_CENTER (FN_FORMAT + 77) /* Rahmen horz. zentriert */
#define FN_FRAME_ALIGN_VERT_TOP (FN_FORMAT + 78) /* Rahmen vert. oben */
#define FN_FRAME_ALIGN_VERT_BOTTOM (FN_FORMAT + 79) /* Rahmen vert. unten */
#define FN_FRAME_ALIGN_VERT_CENTER (FN_FORMAT + 80) /* Rahmen vert. zentriert */
#define FN_SET_FRM_POSITION (FN_FORMAT + 82)/* Rahmenposition -- " -- */
#define FN_SET_FRM_OPTIONS (FN_FORMAT + 86)/* Rahmenoptionen -- " -- */
#define FN_SET_PAGE_STYLE (FN_FORMAT + 93) /* Anwenden Seitenv. */
#define FN_TABLE_REP (FN_FORMAT + 99) /* TableRepresentation */
#define FN_CONVERT_TEXT_TABLE (FN_FORMAT + 100) /* Konvertierung Text <-> Tabelle */
#define FN_TABLE_INSERT_ROW (FN_FORMAT + 101) /* Tabelle: Zeile einfuegen */
#define FN_TABLE_INSERT_COL (FN_FORMAT + 102) /* Tabelle: Spalte einfuegen */
#define FN_TABLE_DELETE_ROW (FN_FORMAT + 103) /* Tabelle: Zeile loeschen */
#define FN_TABLE_DELETE_COL (FN_FORMAT + 104) /* Tabelle: Spalte loeschen */
#define FN_TABLE_SPLIT_CELLS (FN_FORMAT + 105) /* Tabelle: Zellen teilen */
#define FN_TABLE_MERGE_CELLS (FN_FORMAT + 106) /* Tabelle: Zellen verbinden */
#define FN_TABLE_SET_ROW_HEIGHT (FN_FORMAT + 107) /* Tabelle: Zeilenhoehe setzen */
#define FN_TABLE_SET_COL_WIDTH (FN_FORMAT + 108) /* Tabelle: Spaltenbreite setzen */
#define FN_TABLE_SET_ULSPACE (FN_FORMAT + 109) /* Tabelle: oberen / unteren Abstand einstellen */
#define FN_OPTIMIZE_TABLE (FN_FORMAT + 110) /* ToolBoxItem fuer Optimierung in Tabellen */
#define FN_TABLE_SET_SHADOW (FN_FORMAT + 111) /* Tabelle: Schatten einstellen */
#define FN_TABLE_GOTO_CELL (FN_FORMAT + 112) /* Tabelle: Zelle anspringen */
#define FN_TABLE_SELECT_ROW (FN_FORMAT + 113) /* Tabelle: Zeile selektieren */
#define FN_TABLE_SELECT_COL (FN_FORMAT + 114) /* Tabelle: Spalte selektieren */
#define FN_TABLE_SELECT_ALL (FN_FORMAT + 115) /* Tabelle: Tabelle selektieren */
#define FN_TABLE_SET_READ_ONLY (FN_FORMAT + 116) /* Tabelle: Tabelle schuetzen */
#define FN_TABLE_SET_READ_ONLY_CELLS (FN_FORMAT + 117) /* Tabelle: Tabellezellen schuetzen */
#define FN_TABLE_UNSET_READ_ONLY_CELLS (FN_FORMAT + 119) /* Tabelle: Tabellezellen schuetzen aufheben */
#define FN_TABLE_HEADLINE_REPEAT (FN_FORMAT + 120) /* also used in SwXTextTable*/
2000-09-18 16:15:01 +00:00
#define FN_TABLE_ADJUST_CELLS (FN_FORMAT + 121) /* Tabelle: Zellen anpassen */
#define FN_FRAME_UP (FN_FORMAT + 122) /* Rahmen um eine Ebene nach oben */
#define FN_FRAME_DOWN (FN_FORMAT + 123) /* Rahmen um eine Ebene nach unten */
#define FN_TABLE_INSERT_CHART (FN_FORMAT + 124)
#define FN_SET_FRM_LRSPACE (FN_FORMAT + 125) /* Rahmen Seitenabstand */
#define FN_SET_FRM_ULSPACE (FN_FORMAT + 126) /* Rahmen Kopf-/Fussabstand */
#define FN_TABLE_SET_LRSPACE (FN_FORMAT + 127) /* Tabelle: linker / rechter Abstand einstellen */
#define FN_TABLE_OPTIMAL_HEIGHT (FN_FORMAT + 128) /* Zellenhoehe optimal*/
#define FN_TABLE_DELETE_TABLE (FN_FORMAT + 129) /* remove current table*/
#define FN_TABLE_SELECT_CELL (FN_FORMAT + 130) /* selects the current table cell */
#define FN_CONVERT_TEXT_TO_TABLE (FN_FORMAT + 131) /* convert selected text to table */
#define FN_CONVERT_TABLE_TO_TEXT (FN_FORMAT + 132) /* convert a table to text */
#define FN_TABLE_SORT_DIALOG (FN_FORMAT + 133) /* sorting in tables*/
2000-09-18 16:15:01 +00:00
/*--------------------------------------------------------------------
Bereich: Seitenvorlage
--------------------------------------------------------------------*/
#define FN_NEW_PAGE_STYLE (FN_FORMAT + 129) /* Anlegen Seitenvorlage */
#define FN_PAGE_STYLE_SET_LR_MARGIN (FN_FORMAT + 130) /* linker / rechter Rand */
#define FN_PAGE_STYLE_SET_UL_MARGIN (FN_FORMAT + 131) /* oberer / unterer Rand */
#define FN_PAGE_STYLE_SET_PAGE (FN_FORMAT + 134) /* linke, rechte... */
#define FN_PAGE_STYLE_SET_PAPER_SIZE (FN_FORMAT + 135) /* Papiergroesse */
#define FN_PAGE_STYLE_SET_PAPER_BIN (FN_FORMAT + 136) /* Druckerschacht */
#define FN_PAGE_STYLE_SET_NUMBER_FORMAT (FN_FORMAT + 137) /* Numerierungsart */
#define FN_PAGE_STYLE_SET_COLS (FN_FORMAT + 138) /* Spaltenanzahl */
/* OS: Diese Ids werden nur noch fuer die Hilfe benoetigt und sind fuer den
Dialog durch die Ids ohne _DLG ersetzt*/
#define FN_TABLE_INSERT_COL_DLG (FN_FORMAT + 142) /* Tabelle: Dlg. Spalte einfuegen */
#define FN_TABLE_INSERT_ROW_DLG (FN_FORMAT + 143) /* Tabelle: Dlg. Zeile einfuegen */
#define FN_GOTO_NEXT_CELL (FN_FORMAT + 145) /* Table: go to next cell */
#define FN_GOTO_PREV_CELL (FN_FORMAT + 146) /* Table: go to previous cell */
2000-09-18 16:15:01 +00:00
#define FN_TABLE_HEADLINE_COUNT (FN_FORMAT + 147) /* number of repeated headlines of tables */
2000-09-18 16:15:01 +00:00
//hier geht's weiter !
/*--------------------------------------------------------------------
Bereich: Ribbon
--------------------------------------------------------------------*/
#define FN_SET_BACKGROUND_COLOR (FN_FORMAT + 150) /* Hintergrundfarbe */
#define FN_SET_BORDER_POS (FN_FORMAT + 152) /* Position Umrandung */
#define FN_SET_BORDER_LINES (FN_FORMAT + 153) /* Linienart Umrandung */
#define FN_SET_BORDER_COLOR (FN_FORMAT + 154) /* Farbe Umrandung */
#define FN_FORMULA_CALC (FN_FORMAT + 156) /* Formelauswahl */
#define FN_FORMULA_CANCEL (FN_FORMAT + 157) /* Formel nicht uebernehmen */
#define FN_FORMULA_APPLY (FN_FORMAT + 158) /* Formel uebernehmen */
#define FN_TABLE_UNSET_READ_ONLY (FN_FORMAT + 159) /* Zellenschutz fuer Tab. aufheben */
#define FN_FORMULA_POSITION (FN_FORMAT + 160) /* Positionsanzeige */
#define FN_FORMULA_EDIT (FN_FORMAT + 161) /* Editfeld */
#define FN_FRAME_WRAP_IDEAL (FN_FORMAT + 163) /* Rahmen Idealer Umlauf */
#define FN_FRAME_WRAPTHRU_TRANSP (FN_FORMAT + 164) /* Rahmen Transparenter Durchlauf */
#define FN_FRAME_ALIGN_VERT_ROW_TOP (FN_FORMAT + 165) /* Rahmen vert. Zeile oben */
#define FN_FRAME_ALIGN_VERT_ROW_BOTTOM (FN_FORMAT + 166) /* Rahmen vert. Zeile unten */
#define FN_FRAME_ALIGN_VERT_ROW_CENTER (FN_FORMAT + 167) /* Rahmen vert. Zeile zentriert */
#define FN_FRAME_ALIGN_VERT_CHAR_TOP (FN_FORMAT + 168) /* Rahmen vert. Zeichen oben */
#define FN_FRAME_ALIGN_VERT_CHAR_BOTTOM (FN_FORMAT + 169) /* Rahmen vert. Zeichen unten */
#define FN_FRAME_ALIGN_VERT_CHAR_CENTER (FN_FORMAT + 170) /* Rahmen vert. Zeichen zentriert */
#define FN_TABLE_SET_DEF_BORDER (FN_FORMAT + 171) /* vordefinierte Umrandungen setzen */
#define FN_FRAME_WRAP_LEFT (FN_FORMAT + 172) /* Rahmen Umlauf links */
#define FN_FRAME_WRAP_RIGHT (FN_FORMAT + 173) /* Rahmen Umlauf links */
#define FN_TABLE_SET_ROW_AUTOHEIGHT (FN_FORMAT + 174) /* Tabelle: Minimale automatische Zeilenhoehe setzen */
#define FN_WRAP_ANCHOR_ONLY (FN_FORMAT + 181) /* Umlauf nur fuer ersten Absatz */
#define FN_TABLE_BALANCE_CELLS (FN_FORMAT + 182) /* Spalten gleichmaessig verteilen */
#define FN_TABLE_BALANCE_ROWS (FN_FORMAT + 183) /* Zeilen gleichmaessig verteilen */
#define FN_FRAME_WRAP_CONTOUR (FN_FORMAT + 184) /* Rahmen Kunturumlauf */
#define FN_TABLE_VERT_NONE (FN_FORMAT + 185) /* vertikale Ausrichtung in Tabellenzellen */
#define FN_TABLE_VERT_CENTER (FN_FORMAT + 186) /* -"- */
#define FN_TABLE_VERT_BOTTOM (FN_FORMAT + 187) /* -"- */
#define FN_TABLE_SET_VERT_ALIGN (FN_FORMAT + 188) /* -"- */
#define FN_TABLE_MODE_FIX (FN_FORMAT + 189) /* Tabellenmodus */
#define FN_TABLE_MODE_FIX_PROP (FN_FORMAT + 190) /* -"- */
#define FN_TABLE_MODE_VARIABLE (FN_FORMAT + 191) /* -"- */
#define FN_TABLE_BOX_TEXTDIRECTION (FN_FORMAT + 192) /* text direction of table cells */
2000-09-18 16:15:01 +00:00
#define FN_TABLE_AUTOSUM (FN_FORMAT + 195) /* Autosumme*/
#define FN_SET_CONTROL_HANDLER (FN_FORMAT + 199) /* Macro setzen */
#define FN_IS_IMAGE (FN_FORMAT2 + 6) /* Numerierung : mit Grafik?*/
#define FN_GOTO_NEXT_REGION (FN_FORMAT2 + 9) /* Naechsten Bereich anspringen */
#define FN_GOTO_PREV_REGION (FN_FORMAT2 + 10) /* Vorherigen " */
#define FN_GET_SBXCONTROL (FN_FORMAT2 + 11) /* SbxObject rausreichen */
#define FN_ABSTRACT_NEWDOC (FN_FORMAT2 + 12) /* Abstract in neuem Doc */
#define FN_ABSTRACT_STARIMPRESS (FN_FORMAT2 + 13) /* Abstract an StarImpress */
/* OD 2006-03-09 #i51726# - all drawing objects can be named now. */
#define FN_NAME_SHAPE (FN_FORMAT2 + 14) /* Name shapes */
2000-09-18 16:15:01 +00:00
// #i68101#
#define FN_TITLE_DESCRIPTION_SHAPE (FN_FORMAT2 + 15) /* shape title and description */
2000-09-18 16:15:01 +00:00
#define FN_NUMBER_FORMAT (FN_FORMAT2 + 120) /* Boxen/NumberFormatter eistellen */
#define FN_NUMBER_STANDARD (FN_FORMAT2 + 121)
#define FN_NUMBER_TWODEC (FN_FORMAT2 + 123)
#define FN_NUMBER_SCIENTIFIC (FN_FORMAT2 + 124)
#define FN_NUMBER_DATE (FN_FORMAT2 + 125)
#define FN_NUMBER_TIME (FN_FORMAT2 + 126)
#define FN_NUMBER_CURRENCY (FN_FORMAT2 + 127)
#define FN_NUMBER_PERCENT (FN_FORMAT2 + 128)
#define FN_FRAME_CHAIN (FN_FORMAT2 + 136)
#define FN_FRAME_UNCHAIN (FN_FORMAT2 + 137)
#define FN_NUMBER_NEWSTART (FN_FORMAT2 + 138)
#define FN_NUMBER_NEWSTART_AT (FN_FORMAT2 + 139)
#define FN_FRAME_MIRROR_ON_EVEN_PAGES (FN_FORMAT2 + 140)
#define FN_GRAPHIC_MIRROR_ON_EVEN_PAGES (FN_FORMAT2 + 141)
#define FN_TABLE_SPLIT_TABLE (FN_FORMAT2 + 142)
#define FN_SYNC_LABELS (FN_FORMAT2 + 143)
2002-06-10 15:59:44 +00:00
#define FN_FORMAT_LINENUMBER (FN_FORMAT2 + 144)
2000-09-18 16:15:01 +00:00
#define FN_TABLE_RELATIVE_WIDTH (FN_FORMAT2 + 147) /* Tabelle: relative Breite - UNO */
#define FN_TABLE_WIDTH (FN_FORMAT2 + 148) /* Tabelle: Breite - UNO */
#define FN_TABLE_IS_RELATIVE_WIDTH (FN_FORMAT2 + 149) /* Tabelle: ist Breite relativ?- UNO */
#define FN_INC_INDENT_OFFSET (FN_FORMAT2 + 150)
#define FN_DEC_INDENT_OFFSET (FN_FORMAT2 + 151)
#define FN_TABLE_MERGE_TABLE (FN_FORMAT2 + 152)
#define FN_TABLE_ROW_SPLIT (FN_FORMAT2 + 153)
2000-09-18 16:15:01 +00:00
#define FN_FORMAT_APPLY_HEAD1 (FN_FORMAT2 + 154)
#define FN_FORMAT_APPLY_HEAD2 (FN_FORMAT2 + 155)
#define FN_FORMAT_APPLY_HEAD3 (FN_FORMAT2 + 156)
#define FN_FORMAT_APPLY_DEFAULT (FN_FORMAT2 + 157)
#define FN_FORMAT_APPLY_TEXTBODY (FN_FORMAT2 + 158)
#define FN_REMOVE_DIRECT_CHAR_FORMATS (FN_FORMAT2 + 159)
#define FN_SAVE_GRAPHIC (FN_FORMAT2 + 160)
2000-09-18 16:15:01 +00:00
/*--------------------------------------------------------------------
Bereich: Extras
--------------------------------------------------------------------*/
#define FN_LINE_NUMBERING_DLG (FN_EXTRA + 2 ) /* Zeilennumerierung */
#define FN_HYPHENATE_OPT_DLG (FN_EXTRA + 5 ) /* Silbentrennung */
#define FN_ADD_UNKNOWN (FN_EXTRA + 6 ) /* Woerter lernen */
#define FN_DICTIONARY_DLG (FN_EXTRA + 8 ) /* Woerterbuecher */
#define FN_NUMBERING (FN_EXTRA + 9 ) /* Nummerierung/Bullets */
#define FN_NUMBERING_DLG (FN_EXTRA + 10) /* Nummerierung/Bullets */
#define FN_NUMBERING_OUTLINE (FN_EXTRA + 11) /* Gliederungsnumerierung */
#define FN_NUMBERING_OUTLINE_DLG (FN_EXTRA + 12) /* Gliederungsnumerierung */
#define FN_SORTING_DLG (FN_EXTRA + 14) /* Sortieren */
#define FN_CALCULATE (FN_EXTRA + 15) /* Berechnen */
#define FN_GENERATE_TOC_DLG (FN_EXTRA + 16) /* Inhaltsverzeichnis */
#define FN_GENERATE_INDEX_DLG (FN_EXTRA + 17) /* Stichwortverzeichnis */
#define FN_GENERATE_DIR_DLG (FN_EXTRA + 18) /* Verzeichnis */
#define FN_GLOSSARY_DLG (FN_EXTRA + 20) /* Textbausteine */
#define FN_MACRO_CHOOSER (FN_EXTRA + 21) /* Makro aufnehmen */
2000-09-18 16:15:01 +00:00
#define FN_PLAY_MACRO (FN_EXTRA + 23) /* Makro abspielen */
#define FN_LAUNCH_BASIC (FN_EXTRA + 25) /* Makro abspielen */
#define FN_EXPAND_GLOSSARY (FN_EXTRA + 28) /* Textbausteine expandieren */
#define FN_CONFIG_TOOLBOX (FN_EXTRA + 29) /* Konfiguration Toolbox */
#define FN_CONFIG_MENU (FN_EXTRA + 30) /* Konfiguration Menu */
#define FN_CONFIG_KEY (FN_EXTRA + 31) /* Konfiguration Tastatur */
#define FN_CHANGE_PAGENUM (FN_EXTRA + 34) /* Seitennummer aendern */
#define FN_MACRO_POPUP (FN_EXTRA + 37) /* Alle Macrofunktionen */
#define FN_BULLET (FN_EXTRA + 38) /* Bullet-Liste */
// Bereich: Gloassaries
// schon im Svx definiert
//#define FN_GET_GLOSSARY_GROUP_COUNT (FN_EXTRA + 42) /* Anzahl der Bausteingruppen */
#define FN_AUTO_CORRECT (FN_EXTRA + 49 ) /* Autocorrect aus Basic */
2000-09-18 16:15:01 +00:00
#define FN_UPDATE_TOX (FN_EXTRA + 53) /* alle Verzeichnisse aktualisieren */
#define FN_UPDATE_CUR_TOX (FN_EXTRA + 54) /* aktuelles Verzeichnisse aktualisieren */
#define FN_REMOVE_CUR_TOX (FN_EXTRA + 55) /* remove the current TOX*/
#define FN_NAVIGATION_PI_GOTO_PAGE (FN_EXTRA + 59 ) /* Seitenanwahl aus Navi-PI */
#define FN_LETTER_WIZZARD (FN_EXTRA + 60 )
#define FN_FAX_WIZZARD (FN_EXTRA + 61 )
#define FN_MEMO_WIZZARD (FN_EXTRA + 62 )
#define FN_AGENDA_WIZZARD (FN_EXTRA + 63 )
#define FN_SET_BASIC_METRIC (FN_EXTRA + 80) /* Defaultmetrik Basic setzen */
#define FN_RESERVED_9 (FN_EXTRA + 86) /* Platzhalter */
#define FN_RESERVED_8 (FN_EXTRA + 87) /* Platzhalter */
#define FN_RESERVED_7 (FN_EXTRA + 88) /* Platzhalter */
#define FN_RESERVED_6 (FN_EXTRA + 89) /* Platzhalter */
#define FN_RESERVED_5 (FN_EXTRA + 90) /* Platzhalter */
#define FN_RESERVED_4 (FN_EXTRA + 91) /* Platzhalter */
#define FN_RESERVED_3 (FN_EXTRA + 92) /* Platzhalter */
#define FN_RESERVED_2 (FN_EXTRA + 93) /* Platzhalter */
#define FN_RESERVED_1 (FN_EXTRA + 94) /* Platzhalter */
#define FN_COLLECTION_GROUP_CNT (FN_EXTRA + 96)
#define FN_COLLECTION_GROUP_IDX (FN_EXTRA + 97)
#define FN_COLL_TYPE (FN_EXTRA + 98) /* Typ fuer GlobalDoc-Collection*/
#define FN_COLL_ADD (FN_EXTRA + 99)
#define FN_COLL_TITLE (FN_EXTRA2 + 1) /* Bereichsname oder Index-Title */
#define FN_SHADOWCURSOR (FN_EXTRA2 + 4) /* Shadow Cursor ein/ausschalten */
#define FN_VIEW_IN_FRAME (FN_EXTRA2 + 8) /* die View befindet sich in einem FrameDoc*/
#define FN_UNO_PARA_STYLE (FN_EXTRA2 + 9) // jetzt kommen diverse UNO-Ids fuer die
#define FN_UNO_PAGE_STYLE (FN_EXTRA2 + 10) // PropertyMap
#define FN_UNO_FRAME_STYLE_NAME (FN_EXTRA2 + 12)
2000-09-18 16:15:01 +00:00
#define FN_UNO_NUM_START_VALUE (FN_EXTRA2 + 13)
#define FN_UNO_NUM_LEVEL (FN_EXTRA2 + 14)
#define FN_UNO_NUM_RULES (FN_EXTRA2 + 15)
#define FN_UNO_DOCUMENT_INDEX_MARK (FN_EXTRA2 + 16)
#define FN_UNO_DOCUMENT_INDEX (FN_EXTRA2 + 17)
#define FN_UNO_TEXT_FIELD (FN_EXTRA2 + 18)
#define FN_UNO_TEXT_TABLE (FN_EXTRA2 + 19)
#define FN_UNO_CELL (FN_EXTRA2 + 20)
#define FN_UNO_TEXT_FRAME (FN_EXTRA2 + 21)
#define FN_UNO_REFERENCE_MARK (FN_EXTRA2 + 22)
#define FN_UNO_TEXT_SECTION (FN_EXTRA2 + 23)
#define FN_UNO_FOOTNOTE (FN_EXTRA2 + 24)
#define FN_UNO_ENDNOTE (FN_EXTRA2 + 25)
#define FN_UNO_RANGE_COL_LABEL (FN_EXTRA2 + 26)
#define FN_UNO_RANGE_ROW_LABEL (FN_EXTRA2 + 27)
#define FN_UNO_TABLE_COLUMS (FN_EXTRA2 + 28)
#define FN_UNO_TABLE_BORDER (FN_EXTRA2 + 29)
#define FN_UNO_TABLE_COLUMN_SEPARATORS (FN_EXTRA2 + 30)
#define FN_UNO_TABLE_COLUMN_RELATIVE_SUM (FN_EXTRA2 + 31)
#define FN_UNO_TABLE_CELL_BACKGROUND (FN_EXTRA2 + 32)
#define FN_UNO_ROW_HEIGHT (FN_EXTRA2 + 33)
#define FN_UNO_ROW_AUTO_HEIGHT (FN_EXTRA2 + 34)
#define FN_UNO_HEADER (FN_EXTRA2 + 35)
#define FN_UNO_HEADER_LEFT (FN_EXTRA2 + 36)
#define FN_UNO_HEADER_RIGHT (FN_EXTRA2 + 37)
#define FN_UNO_FOOTER (FN_EXTRA2 + 38)
#define FN_UNO_FOOTER_LEFT (FN_EXTRA2 + 39)
#define FN_UNO_FOOTER_RIGHT (FN_EXTRA2 + 40)
#define FN_UNO_HEADER_BACKGROUND (FN_EXTRA2 + 41)
#define FN_UNO_HEADER_BOX (FN_EXTRA2 + 42)
#define FN_UNO_HEADER_LR_SPACE (FN_EXTRA2 + 43)
#define FN_UNO_HEADER_SHADOW (FN_EXTRA2 + 44)
#define FN_UNO_FOOTER_BACKGROUND (FN_EXTRA2 + 45)
#define FN_UNO_FOOTER_BOX (FN_EXTRA2 + 46)
#define FN_UNO_FOOTER_LR_SPACE (FN_EXTRA2 + 47)
#define FN_UNO_FOOTER_SHADOW (FN_EXTRA2 + 48)
#define FN_UNO_HEADER_BODY_DISTANCE (FN_EXTRA2 + 49)
#define FN_UNO_HEADER_IS_DYNAMIC_DISTANCE (FN_EXTRA2 + 50)
#define FN_UNO_FOOTER_BODY_DISTANCE (FN_EXTRA2 + 51)
#define FN_UNO_FOOTER_IS_DYNAMIC_DISTANCE (FN_EXTRA2 + 52)
#define FN_UNO_HEADER_SHARE_CONTENT (FN_EXTRA2 + 53)
#define FN_UNO_FOOTER_SHARE_CONTENT (FN_EXTRA2 + 54)
#define FN_UNO_HEADER_HEIGHT (FN_EXTRA2 + 55)
#define FN_UNO_FOOTER_HEIGHT (FN_EXTRA2 + 56)
#define FN_UNO_HEADER_ON (FN_EXTRA2 + 57)
#define FN_UNO_FOOTER_ON (FN_EXTRA2 + 58)
#define FN_UNO_FOLLOW_STYLE (FN_EXTRA2 + 59)
#define FN_API_CALL (FN_EXTRA2 + 60)
#define FN_UNO_IS_PHYSICAL (FN_EXTRA2 + 61)
#define FN_UNO_IS_AUTO_UPDATE (FN_EXTRA2 + 62)
#define FN_UNO_DISPLAY_NAME (FN_EXTRA2 + 63)
#define FN_UNO_WRAP (FN_EXTRA2 + 64)
#define FN_UNO_ANCHOR_TYPES (FN_EXTRA2 + 65)
#define FN_UNO_PARA_CHAPTER_NUMBERING_LEVEL (FN_EXTRA2 + 66)
#define FN_UNO_PARA_CONDITIONAL_STYLE_NAME (FN_EXTRA2 + 67)
#define FN_UNO_CATEGORY (FN_EXTRA2 + 68)
#define FN_UNO_IS_NUMBER (FN_EXTRA2 + 69)
#define FN_UNO_TEXT_WRAP (FN_EXTRA2 + 70)
#define FN_UNO_ANCHOR_TYPE (FN_EXTRA2 + 71)
#define FN_SKIP_HIDDEN_TEXT (FN_EXTRA2 + 72)
#define FN_SKIP_PROTECTED_TEXT (FN_EXTRA2 + 73)
2000-11-27 10:13:17 +00:00
#define FN_UNO_Z_ORDER (FN_EXTRA2 + 74)
#define FN_UNO_REDLINE_NODE_START (FN_EXTRA2 + 75)
#define FN_UNO_REDLINE_NODE_END (FN_EXTRA2 + 76)
2001-04-03 06:16:44 +00:00
#define FN_UNO_TEXT_PORTION_TYPE (FN_EXTRA2 + 77)
#define FN_UNO_CONTROL_CHARACTER (FN_EXTRA2 + 78)
#define FN_UNO_BOOKMARK (FN_EXTRA2 + 79)
#define FN_UNO_IS_COLLAPSED (FN_EXTRA2 + 80)
#define FN_UNO_IS_START (FN_EXTRA2 + 81)
2001-05-04 07:34:39 +00:00
#define FN_UNO_IS_AUTOMATIC_CONTOUR (FN_EXTRA2 + 82)
#define FN_UNO_IS_PIXEL_CONTOUR (FN_EXTRA2 + 83)
#define FN_UNO_ALTERNATIVE_TEXT (FN_EXTRA2 + 84)
#define FN_UNO_ACTUAL_SIZE (FN_EXTRA2 + 85)
#define FN_UNO_GRAPHIC_U_R_L (FN_EXTRA2 + 86)
#define FN_UNO_GRAPHIC_FILTER (FN_EXTRA2 + 87)
2001-10-24 16:33:55 +00:00
#define FN_UNO_CELL_NAME (FN_EXTRA2 + 88)
2002-06-26 06:57:42 +00:00
#define FN_INSERT_GLOSSARY (FN_EXTRA2 + 89)
2002-06-27 07:24:32 +00:00
#define FN_NEW_GLOSSARY (FN_EXTRA2 + 90)
#define FN_SET_ACT_GLOSSARY (FN_EXTRA2 + 91)
2000-09-18 16:15:01 +00:00
#define FN_UNO_HEADER_EAT_SPACING (FN_EXTRA2 + 92)
#define FN_UNO_FOOTER_EAT_SPACING (FN_EXTRA2 + 93)
#define FN_UNO_CHARFMT_SEQUENCE (FN_EXTRA2 + 94)
#define FN_UNO_CLSID (FN_EXTRA2 + 95)
#define FN_UNO_MODEL (FN_EXTRA2 + 96)
#define FN_UNO_COMPONENT (FN_EXTRA2 + 97)
#define FN_WORDCOUNT_DIALOG (FN_EXTRA2 + 98)
CWS-TOOLING: integrate CWS outlinelevel 2008-12-19 10:32:51 +0100 od r265718 : #i70748# method <SwWW8Writer::StartTOX(..)> - correction for custom to outline style assigned paragraph styles 2008-12-19 09:24:41 +0100 od r265715 : #i70748# method <HandleModifyAtTxtNode(..)> - retrieve former applied list style before potential reset of empty list style due to set outline level 2008-12-17 15:33:57 +0100 hde r265608 : #i97013# 2008-12-17 14:43:42 +0100 od r265603 : #i70748# adjust fix i44177 - adjustment of to outline style assigned paragraph styles only for OOo-Templates. 2008-12-17 12:59:42 +0100 od r265598 : #i70748# method <XMLTextImportHelper::SetStyleAndAttrs(..)> - special handling of OOo 2.x document regarding outline numbering of headings. 2008-12-17 12:45:53 +0100 od r265597 : #i70748# method <HandleModifyAtTxtNode(..)> - correct determination of new and former applied list style 2008-12-17 10:18:41 +0100 od r265581 : #i97312# method <XMLTextNumRuleInfo::Set(..)> - check, if numbering rules instance contains any numbering rule. 2008-12-16 14:34:22 +0100 hde r265542 : #i97013 2008-12-16 14:20:24 +0100 od r265541 : #i70748# adjust documentation of "Which"-ID numbers 2008-12-16 14:19:49 +0100 od r265539 : #i70748# Adjust Attribute-Function-Mapping table due to new attribute 2008-12-16 14:06:24 +0100 od r265538 : #i70748# - Correct handling of to outline style assigned paragraph styles on reset of all paragraph style attributes - WW8 import: Consider refactoring of paragraph style's outline level attribute - NO_NUMBERING define no longer exsits. 2008-12-16 10:37:19 +0100 od r265530 : #i70478# Correction on moving outline paragraph up respectively down in its outline level: - Check also outline paragraph, which are not an outline via a to outline style assigned paragraph style, if action is applicable. 2008-12-16 09:10:13 +0100 hde r265523 : #i97277 2008-12-16 09:09:30 +0100 hde r265522 : #i97277 2008-12-16 09:07:40 +0100 hde r265521 : Added control and purged obsolete id's 2008-12-10 13:09:36 +0100 od r265174 : #i70748# correction of previous fix due to warning-free code 2008-12-10 13:03:30 +0100 od r265172 : #i70748# method <XMLTextImportHelper::SetStyleAndAttrs(..)> - Due to performance issues avoid retrieving outline level value from paragraph's paragraph style for each paragraph. Instead retrieve current outline level value from paragraph, which is the inherited value from its paragraph style, and only when it is needed. 2008-12-09 16:50:36 +0100 ufi r265117 : help 2008-12-09 16:49:50 +0100 ufi r265116 : help 2008-12-09 15:45:05 +0100 od r265107 : #i70748# method <XMLTextImportHelper::SetStyleAndAttrs(..)> - some minor rework and check access to paragraph styles 2008-12-09 15:42:04 +0100 od r265106 : #i70748# adjust name of local variable to avoid hiding of class variable 2008-12-09 15:40:51 +0100 od r265105 : #i70748# correct initialization order 2008-12-09 15:35:07 +0100 od r265101 : #i70748# remove duplicate entry in certain property map 2008-12-09 15:33:39 +0100 od r265100 : #i70748# add end of file token 2008-12-07 15:11:54 +0100 zhaojianwei r264952 : conflicts left not to be resolved when cws rebase 2008-12-04 14:52:21 +0100 zhaojianwei r264846 : CWS-TOOLING: rebase CWS outlinelevel to trunk@264325 (milestone: DEV300:m36) 2008-11-28 03:42:09 +0100 zhaojianwei r264525 : #i70748#: migrate CWS outlinelevel to SVN 2008-11-28 03:41:39 +0100 zhaojianwei r264524 : #i70748#: migrate CWS outlinelevel to SVN 2008-11-28 03:41:11 +0100 zhaojianwei r264523 : #i70748#: migrate CWS outlinelevel to SVN
2009-01-07 11:57:24 +00:00
//#define FN_UNO_DEFAULT_OUTLINE_LEVEL (FN_EXTRA2 + 99)//#outline level,removed by zahojianwei
#define FN_XFORMS_DESIGN_MODE (FN_EXTRA2 + 100)
#define FN_UNO_PARA_STYLE_CONDITIONS (FN_EXTRA2 + 101)
#define FN_UNO_GRAPHIC (FN_EXTRA2 + 102)
#define FN_UNO_REPLACEMENT_GRAPHIC_URL (FN_EXTRA2 + 102)
#define FN_UNO_CELL_ROW_SPAN (FN_EXTRA2 + 103)
#define FN_UNO_TABLE_BORDER_DISTANCES (FN_EXTRA2 + 104)
#define FN_SPELL_GRAMMAR_DIALOG (FN_EXTRA2 + 105)
#define FN_UNO_STREAM_NAME (FN_EXTRA2 + 106)
// --> OD 2008-07-14 #i91601#
#define FN_UNO_LIST_ID (FN_EXTRA2 + 107)
// <--
#define FN_UNO_REPLACEMENT_GRAPHIC (FN_EXTRA2 + 108)
#define FN_UNO_PARA_CONT_PREV_SUBTREE (FN_EXTRA2 + 109)
#define FN_UNO_PARA_NUM_STRING (FN_EXTRA2 + 110)
CWS-TOOLING: integrate CWS os128 2009-04-22 12:58:26 +0200 b_michaelsen r271093 : #i101084# using the frames enumeration for other SwXFrames-queries; also added a complex test to ensure the behavior to be the same 2009-04-20 14:53:03 +0200 mav r270987 : #i101219# adjust the testcases to test memory cache and temporary file cache 2009-04-20 14:52:09 +0200 mav r270986 : #i101219#,#i99077# use memory to cache data; no precopying on commit 2009-04-20 14:39:21 +0200 mav r270984 : #i101219# use memory to cache data 2009-04-20 14:39:08 +0200 mav r270983 : #i101219# use memory to cache data 2009-04-20 14:38:45 +0200 mav r270982 : #i101219# use memory to cache data 2009-04-17 07:37:52 +0200 os r270912 : CWS-TOOLING: rebase CWS os128 to trunk@270723 (milestone: DEV300:m46) 2009-04-15 14:54:18 +0200 b_michaelsen r270845 : #i101084# using frame enumerations for paragraph export for better performance 2009-04-15 14:52:54 +0200 b_michaelsen r270843 : #i101084# implemented XEnumerationAccess interface on framesets 2009-04-03 17:08:10 +0200 mav r270504 : #i100722# do not compress streams of known compressed types per default 2009-04-03 13:49:50 +0200 os r270484 : resync error fixed 2009-04-03 12:55:32 +0200 mav r270470 : #i100722# do not compress streams of known compressed types per default 2009-04-03 10:00:58 +0200 os r270463 : resync error fixed 2009-04-03 09:52:53 +0200 os r270462 : resync error fixed 2009-04-03 09:10:14 +0200 os r270449 : #i99568# string compare operator of hash_map changed 2009-04-03 09:03:49 +0200 os r270446 : #i100683# normalize file URLs 2009-04-02 11:09:27 +0200 os r270381 : #i100683# making URLs relative without file access 2009-04-02 09:04:42 +0200 os r270366 : CWS-TOOLING: rebase CWS os128 to trunk@270033 (milestone: DEV300:m45) 2009-03-31 08:08:37 +0200 os r270258 : #i100683# reducing calls to URIHelper::simpleNormalizeMakeRelative() 2009-03-19 17:06:22 +0100 os r269756 : #i99568# XTolerantMultiPropertySet activated 2009-03-16 11:46:14 +0100 os r269517 : wrong commit to #i97471# removed 2009-03-16 11:36:50 +0100 os r269514 : #i97471# SwDrawTextShell::Init(): mouse double click and key input in group objects at the same time: prevent crash 2009-03-13 11:08:54 +0100 os r269464 : #i99568# static SfxItemPropertySet 2009-03-13 11:03:22 +0100 os r269463 : #i99568# static SfxItemPropertySet 2009-03-11 12:59:27 +0100 os r269320 : #i99568# WhichId of properties handled from ScDocOptionsObj added 2009-03-06 09:09:58 +0100 os r268972 : #i99568# SfxItemPropertySet improvements 2009-03-05 20:54:43 +0100 os r268942 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 20:19:52 +0100 os r268941 : #i99568# SfxItemPropertySet improvements 2009-03-05 20:05:03 +0100 os r268940 : #i99568# SfxItemPropertySet improvements 2009-03-05 18:54:47 +0100 os r268936 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 17:51:38 +0100 os r268931 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 17:33:03 +0100 os r268930 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 15:53:00 +0100 os r268920 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 15:52:50 +0100 os r268919 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 15:50:41 +0100 os r268918 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 15:41:04 +0100 os r268916 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 15:40:40 +0100 os r268915 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 10:16:20 +0100 os r268881 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-05 10:15:55 +0100 os r268880 : #i99568# Sfx/SvxItemPropertySet improvements 2009-03-03 08:40:09 +0100 os r268704 : ScTableSheetObj::GetItemPropertyMap fixed 2009-03-03 07:50:00 +0100 os r268703 : SfxItemProperty set as pointer 2009-03-03 07:49:46 +0100 os r268702 : SfxItemProperty set as pointer 2009-03-02 08:15:37 +0100 os r268631 : minor fix 2009-03-02 07:58:38 +0100 os r268630 : minor fix 2009-02-27 13:03:25 +0100 os r268584 : exports 2009-02-27 11:17:04 +0100 os r268567 : debug code removed 2009-02-27 11:04:07 +0100 os r268565 : duplicate return removed 2009-02-27 10:17:37 +0100 os r268558 : syntax fixed 2009-02-27 09:56:14 +0100 os r268554 : #i99568# type mix fixed 2009-02-27 09:40:56 +0100 os r268553 : #i99568# exports changes reverted 2009-02-25 12:50:54 +0100 os r268433 : #i99568# SfxItemPropertySet rework 2009-02-25 12:13:39 +0100 os r268432 : #i99568# SfxItemPropertySet rework 2009-02-25 12:12:47 +0100 os r268431 : #i99568# SfxItemPropertySet rework 2009-02-25 12:10:27 +0100 os r268430 : #i99568# SfxItemPropertySet rework 2009-02-25 12:09:36 +0100 os r268429 : #i99568# SfxItemPropertySet rework 2009-02-25 12:07:39 +0100 os r268428 : #i99568# SfxItemPropertySet rework 2009-02-25 11:59:35 +0100 os r268427 : #i99568# SfxItemPropertySet rework 2009-02-25 11:52:52 +0100 os r268425 : #i99568# SfxItemPropertySet rework 2009-02-25 11:49:17 +0100 os r268424 : #i99568# SfxItemPropertySet rework 2009-02-25 11:45:17 +0100 os r268423 : #i99568# SfxItemPropertySet rework 2009-02-11 11:39:04 +0100 os r267587 : #i57008# use registration of index marks at SwUnoCallback
2009-06-03 11:26:39 +00:00
#define FN_UNO_TABLE_NAME (FN_EXTRA2 + 111)
CWS-TOOLING: integrate CWS odfmetadata3 2009-09-11 Michael Stahl merge DEV300_m58 2009-09-07 Michael Stahl SwFmtFld::Modify(): do nothing on RES_OBJECTDYING 2009-08-27 Michael Stahl #i91565#, #i91566#: TextPortionEnumerationTest.java: add test document 2009-08-27 Michael Stahl #i91565#, #i91566#: add complex test: TextPortionEnumerationTest.java 2009-08-27 Michael Stahl CLiteral::initialize(): zero-length literals probably not an error 2009-08-27 Michael Stahl #i91565#, #i91566#: offapi: new InContentMetadata and MetadataField services adapt TextPortion for InContentMetadata 2009-08-27 Michael Stahl #i91564#: xmloff: load/store xml:id and RDFa for text:bookmark(-start). 2009-08-27 Michael Stahl #i91564#: sw core: add support for xml:id at bookmarks: sw::mark::Bookmark: derive from Metadatable. SwHistoryBookmark, SaveBookmark: store a MetadatableUndo. ndcopy.cxx: lcl_CopyBookmarks(): copy the xml:id. SwXBookmark: derive from MetadatableMixin. 2009-08-27 Michael Stahl #i91565#, #i91566#: xmloff: refactor ruby import so nested meta(-field) works: remove XMLRubyHint_Impl. XMLImpRubyContext_Impl::~XMLImpRubyContext_Impl(): insert ruby directly. 2009-08-27 Michael Stahl #i91565#, #i91566#: xmloff: fix text:meta(-field) import/export: new XMLTextParagraphExport::exportTextField() overload for XTextField. CreateAndInsertMark(): set xml:id after insertion. fix meta(-field) service names, bugs etc. 2009-08-27 Michael Stahl #i91565#, #i91566#: sw text formatting: paint background of meta(-field) body: SwFont: add member m_nMetaCount. txttypes.hxx: add POR_META. atrstck.cxx: handle RES_TXTATR_META(FIELD). itrform2.cxx: SwTxtFormatter::WhichTxtPor(): create new class SwMetaPortion. 2009-08-27 Michael Stahl #i91566#: sw text formatting: display meta-field prefix and suffix: SwAttrIter::GetAttr(): replace with call to GetTxtAttrForCharAt(). SwTxtFormatter::NewExtraPortion(): handle meta-field prefix. SwTxtFormatter: new member m_nHintEndIndex. SwTxtFormatter::WhichFirstPortion(): call TryNewNoLengthPortion(). SwTxtFormatter::TryNewNoLengthPortion(): new; handle suffix of meta-field. SwTxtFormatter::UnderFlow(): UGLY HACK: decrement m_nHintEndIndex. SwFldPortion: add flag m_bNoLength: portion has zero length (for suffix). 2009-08-27 Michael Stahl #i91565#, #i91566#: extend text:meta(-field) uno wrapper with XText interface: unoobj.hxx: new CursorType CURSOR_META. unoobj2.cxx: refactor SwXText implementation to ensure that when the SwXText belongs to a SwXMeta, content is always inserted inside the meta(-field). unoobj.cxx: new SwXTextCursor::ForceIntoMeta(): cursor stays in meta(-field). unometa.hxx: SwXMeta implements XText, forwarding to a member SwXMetaText. DocInsertStringSplitCR(), SwX*::attachToRange(), SwX*::DeleteAndInsert(): use FORCEHINTEXPAND hack to ensure insert into the meta(-field) at the end. 2009-08-27 Michael Stahl #i91565#, #i91566#: add text:meta(-field) uno wrapper to sw: fmtmeta.hxx, fmtatr2.cxx: new class sw::MetaField, new sw::MetaFieldManager. doc.hxx, docnew.cxx: new SwDoc::GetMetaFieldManager(). unocoll.hxx,.cxx: new SW_SERVICE_FIELDTYPE_METAFIELD, SW_SERVICE_TYPE_META. unomap.hxx,.cxx: new PROPERTY_MAP_METAFIELD. unoprnms.hxx: new UNO_NAME_META. unoport.hxx: new PORTION_META; add "InContentMetadata" prop to SwXTextPortion. new unometa.hxx: new class SwXMeta and SwXMetaField. unofield.cxx: SwXFieldEnumeration: include meta-fields. unoportenum.cxx: handle RES_TXTATR_META(FIELD) by using a portion list stack. unotext.cxx: SwXText::insertTextContent(): handle meta(-field) as attribute. 2009-08-27 Michael Stahl #i91565#, #i91566#: ndhints.cxx: remove sort number from SwTxtAttrNesting 2009-08-27 Michael Stahl #i91565#, #i91566#: add support for hints with end and CH_TXTATR to sw core: doc.hxx, docedt.cxx: replace SwDoc::Delete(), DeleteAndJoin(), ReplaceRange() with wrappers that split at left-overlapped end+CH_TXTATR hints. txatbase.hxx: new member SwTxtAttr::m_bHasDummyChar. ndtxt.hxx: rename SwTxtNode::GetTxtAttr() to GetTxtAttrForCharAt(). ndtxt.cxx: SwTxtNode::CopyText(): copy end+CH_TXTATR hints iff copy CH_TXTATR. txtatr2.cxx, thints.cxx: SwTxtMeta gets a CH_TXTATR. 2009-08-27 Michael Stahl #i91565#, #i91566#: add text:meta(-field) to sw core: txatbase.hxx: new member SwTxtAttr::m_bNesting. hintids.hxx: new ids RES_TXTATR_META, RES_TXTATR_METAFIELD. txtatr.hxx: new base class SwTxtAttrNesting. new hint SwTxtMeta. SwTxtRuby derives from SwTxtAttrNesting. txtinet.hxx: SwTxtINetFmt derives from SwTxtAttrNesting. new header fmtmeta.hxx: new pool item SwFmtMeta. new class sw::Meta. ndhints.hxx, thints.cxx: new method SwpHints::TryInsertNesting(). thints.cxx: refactoring: BuildPortions() no longer handles Ruby/Hyperlink, but TryInsertNesting(), which also handles meta(-field). SwTxtNode::InsertItem(): check if the hint is actually inserted. ndhints.cxx: sort nesting hints based on sort number. ndtxt.cxx: lcl_CopyHint(): handle copy of meta/meta-field. 2009-08-27 Michael Stahl enable expanding hints with m_bLockExpandFlag set: add new InsertFlag: INS_FORCEHINTEXPAND. add new SetAttrMode: SETATTR_FORCEHINTEXPAND. rename SwEditShell::Insert() to Insert2() because changed signature fails to compile when SwWrtShell tries to overwrite these non-virtual members... SwWrtShell::Insert() sets FOCEHINTEXPAND if range was selected/deleted. adapt SwUndoInsert to store flags. 2009-08-27 Michael Stahl change formal parameters of item insertion methods to type SetAttrMode 2009-08-27 Michael Stahl fix incorrect resetting of text attributes in SwUndoInsSection, SwUndoInserts 2009-08-27 Michael Stahl clean up SwTxtNode::CutImpl() and lcl_CopyHint() 2009-08-27 Michael Stahl rename SwDoc::Copy() to CopyRange(), and _Copy() to CopyImpl() 2009-08-27 Michael Stahl rename SwNodes::Move() to MoveRange(), and remove unused parameter 2009-08-27 Michael Stahl rename SwDoc::Move() to MoveRange()/MoveNodeRange() 2009-08-27 Michael Stahl rename SwDoc::Insert() to InsertString(), and remove sal_Unicode variant 2009-08-27 Michael Stahl rename SwDoc::Insert() to InsertPoolItem()/InsertItemSet()/InsertSwSection() 2009-08-27 Michael Stahl rename SwDoc::Replace() to ReplaceRange() 2009-08-27 Michael Stahl remove SwDoc::Overwrite() sal_Unicode variant 2009-08-27 Michael Stahl split up SwDoc::DeleteAndJoin(): factor out DeleteAndJoinWithRedline() 2009-08-27 Michael Stahl rename overloaded SwDoc::Delete() to DeleteRange()/DeleteTOXMark() 2009-08-27 Michael Stahl rename SwTxtNode::Copy() to CopyText() 2009-08-27 Michael Stahl rename SwTxtNode::Cut() to CutText(), and _Cut() to CutImpl() 2009-08-27 Michael Stahl rename SwTxtNode::Delete() to DeleteAttribute()/DeleteAttributes() 2009-08-27 Michael Stahl rename SwTxtNode::Replace() to ReplaceText(), and remove the xub_Unicode variant 2009-08-27 Michael Stahl rename SwTxtNode::Erase() to EraseText() 2009-08-27 Michael Stahl rename SwTxtNode::Insert() to InsertText(), and remove the xub_Unicode variant 2009-08-27 Michael Stahl clean up SwTxtNode::Update() 2009-08-27 Michael Stahl remove SwTxtAttr::RemoveFromPool() and make destructor non-public, to be invoked by new method SwTxtAttr::Destroy() 2009-08-27 Michael Stahl ensure that SwDoc::Insert() for item (set) returns success indicator: replace SwRegHistory constructor with method InsertItems(), returning bool. refactor InsAttr() so that it checks if InsertItems() succeeds. 2009-08-27 Michael Stahl move SwXTextPortionEnumeration from unoobj.hxx to unoport.hxx 2009-08-27 Michael Stahl add missing SolarMutex in SwXTextPortion methods 2009-08-27 Michael Stahl SwXTextPortion: new member m_xTextField (so the TextField property need not be returned indirectly via SwUnoCursorHelper). factor out function CreateSwXTextField(). 2009-08-27 Michael Stahl SwXTextPortion: remove PORTION_CONTROL_CHAR and implementation of XTextField 2009-08-27 Michael Stahl remove obsolete hint SwTxtHardBlank and formats SwFmtHardBlank/SwFmtSoftHyph 2009-08-27 Michael Stahl clean up SwTxtAttr and friends: remove many accessor methods for obsolete (due to autofmt) char format items. remove unused flag SwTxtAttr::m_bDontMergeAttr. MakeRedlineTxtAttr() now dedicated function, no longer calls MakeTxtAttr(). 2009-08-27 Michael Stahl remove obsolete attribute SwTxt2Lines 2009-08-27 Michael Stahl SwXTextPortionEnumeration: finish refactoring CreatePortions change ExportHints so it always returns a text portion for hint w/ CH_TXTATR. remove special case for handling end of paragraph. unfortunately had to refactor the fieldmarks export as well (got in the way). 2009-08-27 Michael Stahl SwXTextPortionEnumeration: refactor CreatePortions: frames export extract function ExportFrames() from CreatePortions(). remove (un)dead code that calls evil MovePara(fnParaCurr, fnParaEnd) 2009-08-27 Michael Stahl clean up SwXParaFrameEnumeration 2009-08-27 Michael Stahl CollectFrameAtNode: replace SwDependArr with STL based FrameDependList_t 2009-08-27 Michael Stahl SwXTextPortionEnumeration: tweak refmark/toxmark export so ExportHints returns the portion for point marks 2009-08-27 Michael Stahl clean up SwXTextPortionEnumeration: prefix members, remove casts, replace SvWeirdArray with STL, etc. make CreatePortions() method a function, and remove lots of members. extract fieldmarks function from CreatePortions. 2009-08-27 Michael Stahl remove FOREACHUNOPAM_START/END macros 2009-08-27 Michael Stahl clean up SwXTextPortion: prefix members, remove casts, etc. remove SwXRubyPortion: replace it with another SwXTextPortion constructor 2009-08-27 Michael Stahl #i102541# SwXReferenceMark::InsertRefMark(): use flag SETATTR_DONTEXPAND 2009-08-27 Michael Stahl rename SwTxtNode::Insert to SwTxtNode::InsertHint, and fix constness in SwTxtNode::InsertItem 2009-08-27 Michael Stahl turn SwTxtNode::MakeTxtAttr() methods into global functions in ndhints.hxx 2009-08-27 Michael Stahl remove obsolete sw/inc/bookmrk.hxx 2009-08-27 Michael Stahl pam.cxx: fix ComparePosition functions (returned wrong result in one case) 2009-08-27 Michael Stahl #i103613# only import RDF metadata on normal open of a document 2009-09-11 kz CWS-TOOLING: integrate CWS impress176 2009-09-08 20:18:24 +0200 sj r275957 : fixed warning (shadowed variable) 2009-09-08 18:02:05 +0200 cl r275948 : #i104315# added missing tab pages 2009-09-08 17:35:18 +0200 cl r275947 : #i104866# fixed angle import 2009-09-08 17:32:53 +0200 cl r275946 : #i104841# fixed angle import 2009-09-08 17:01:25 +0200 cl r275943 : #i103935# fixed the SID_EVENTCONFIG mess 2009-09-08 14:32:57 +0200 sj r275928 : #i104685# only comments 2009-09-07 12:37:36 +0200 sj r275886 : #i104683# fixed import of bold/italic attributes for normal text shapes 2009-09-04 15:07:46 +0200 sj r275808 : #104689# fixed bullet color problem 2009-09-03 15:25:07 +0200 sj r275753 : #160200# added vertical alignment of table cells 2009-09-11 kz CWS-TOOLING: integrate CWS dv14 2009-09-10 15:16:32 +0200 sg r276035 : #160513# updated wfs scheme to accept ports 2009-09-10 07:41:47 +0200 dv r276019 : #i104942# Better renaming algorithmen 2009-08-31 13:41:11 +0200 dv r275604 : #160505# Setting APP1PRODUCTNAME must not overwrite APP1PRODUCTDEF 2009-09-11 kz CWS-TOOLING: integrate CWS jl131 2009-09-02 16:42:40 +0200 jl r275720 : #i97896# 2009-08-31 13:01:53 +0200 jl r275599 : CWS-TOOLING: rebase CWS jl131 to trunk@275331 (milestone: DEV300:m56) 2009-07-31 14:35:30 +0200 jl r274531 : CWS-TOOLING: rebase CWS jl131 to trunk@274203 (milestone: DEV300:m53) 2009-07-23 14:20:32 +0200 jl r274272 : #i79839# better error text when trying to modify shared layer without having write permission, eg. unopkg add --shared, unopkg remove --shared, unopkg reinstall --shared 2009-07-22 16:38:02 +0200 jl r274252 : #i97896# localize error message for lock file 2009-07-22 16:37:22 +0200 jl r274251 : #i80462# unprecise wording in updatedialog 2009-07-22 16:36:06 +0200 jl r274250 : #i97896# localize error message for lock file 2009-07-22 16:35:20 +0200 jl r274249 : #i97896# localize error message for lock file 2009-07-22 15:07:30 +0200 jl r274242 : #i98873# minimum java version is 1.5 since OOo 3.0 2009-09-11 kz CWS-TOOLING: integrate CWS changehc 2009-08-31 19:38:50 +0200 pl r275633 : remove dbug printf 2009-08-31 17:41:50 +0200 pl r275623 : CWS-TOOLING: rebase CWS changehc to trunk@275331 (milestone: DEV300:m56) 2009-07-15 19:45:46 +0200 pl r274028 : #i35482# use HC flag to decide high contrast mode 2009-07-15 17:40:52 +0200 pl r274020 : #i35482# use HC flag to decide high contrast mode 2009-07-15 17:39:50 +0200 pl r274019 : #i35482# update autohc correctly in MergeSystemSettings 2009-07-15 17:38:57 +0200 pl r274018 : #i35482# update autohc correctly in MergeSystemSettings 2009-09-11 kz CWS-TOOLING: integrate CWS notes10 2009-08-24 07:25:57 +0200 mod r275287 : 2009-07-26 02:38:32 +0200 mod r274343 : #i#i103645# 2009-07-26 02:01:53 +0200 mod r274342 : #i103645# 2009-07-26 01:52:42 +0200 mod r274341 : #i103490# 2009-07-22 08:31:48 +0200 mod r274215 : #i103373# 2009-07-15 00:55:11 +0200 mod r273987 : #i101419# 2009-07-14 07:07:55 +0200 mod r273956 : #i101419# 2009-07-14 07:07:43 +0200 mod r273955 : #i101419# 2009-07-14 07:02:10 +0200 mod r273954 : changes from notes9 2009-07-14 06:14:25 +0200 mod r273953 : #i103476# 2009-09-11 kz CWS-TOOLING: integrate CWS ab70 2009-09-10 15:12:54 +0200 jsk r276034 : #i85434# - mandatory automatic update test 2009-09-10 15:11:06 +0200 jsk r276033 : #i85434# - mandatory automatic update test 2009-09-02 09:49:24 +0200 ab r275698 : #i85434# Dialog Import 2009-09-11 kz CWS-TOOLING: integrate CWS hb32bugs02 2009-09-02 Henning Brinkmann #i102420# revert changes 2009-08-26 Henning Brinkmann merged DEV300_m56 2009-08-19 Henning Brinkmann merged DEV300_m55 2009-08-14 Henning Brinkmann merged changes from wntmsci12 2009-08-12 Henning Brinkmann Implemented NoSpaceEdit constructor and destructor in .cxx to allow compile with debug on wntmsci12. 2009-08-12 Henning Brinkmann Added some SW_DLLPUBLIC to make compilable on wntmsci12. 2009-08-11 Henning Brinkmann #i102420# dbg_out: surround output for SwNodes with <nodes-array>. 2009-08-10 Henning Brinkmann #i102420# rewritten debug output for SwNodes. 2009-08-07 Henning Brinkmann #i102420# debug _MoveNodes: output the destination, too. Break after two iterations. 2009-08-07 Henning Brinkmann #i102420# _MoveNodes: Additionally check if destination index is inside source => false Check if current range was already handled => loop Debug output current range 2009-08-06 Henning Brinkmann merged DEV300_m54 2009-08-06 Henning Brinkmann added master fix 2009-08-06 Henning Brinkmann debug output for SwNodeRange 2009-08-04 Henning Brinkmann #i102844# robustness: check for NULL pointer to prevent crash 2009-08-03 Henning Brinkmann #i103475# applied patch and verified 2009-08-03 Henning Brinkmann Removed code preventing build of sw with DEBUG. 2009-09-11 convert-repo update tags 2009-09-10 kz CWS-TOOLING: integrate CWS os2port06dev300 2009-09-05 22:49:00 +0200 ydario r275858 : #i99588# applied os2port06 diff to DEV300 tree. 2009-09-10 kz CWS-TOOLING: integrate CWS mingwport23 2009-08-29 07:07:53 +0200 tono r275555 : i#104522: mingw port graphite 2009-08-29 07:07:26 +0200 tono r275554 : i#104522: mingw port printf format fix 2009-09-10 kz CWS-TOOLING: integrate CWS mh232 2009-08-26 03:52:57 +0200 mh r275385 : #i102182# FreeBSD patch 2009-08-26 03:43:20 +0200 mh r275384 : #i101333# patch for FreeBSD 2009-08-26 03:11:20 +0200 mh r275383 : #i39230 2009-08-26 03:07:51 +0200 mh r275382 : #i39230# more space for initials field 2009-08-26 02:41:19 +0200 mh r275380 : #i39230# use vos::osecurity for reading the user name 2009-08-18 22:06:00 +0200 mh r275130 : #i104243#, line ending problem with newer perl 2009-08-18 21:53:21 +0200 mh r275129 : #i39230# read initials via getpwnam 2009-08-18 21:34:05 +0200 mh r275128 : enable CAIROCANVAS for Linux and Mac, #i88613# 2009-08-17 18:02:59 +0200 mh r275067 : #i95498# make compile with gcc3 2009-09-10 kz CWS-TOOLING: integrate CWS tkr24 2009-09-07 14:31:06 +0200 is r275898 : #160081# adding NO_LICENSE_INTO_COPYRIGHT 2009-09-10 releng #i10000# change KeyMapping to SingletonRef<framework::KeyMapping> 2009-09-11 convert-repo update tags 2009-09-10 kz CWS-TOOLING: integrate CWS os2port06dev300 2009-09-05 22:49:00 +0200 ydario r275858 : #i99588# applied os2port06 diff to DEV300 tree. 2009-09-10 kz CWS-TOOLING: integrate CWS mingwport23 2009-08-29 07:07:53 +0200 tono r275555 : i#104522: mingw port graphite 2009-08-29 07:07:26 +0200 tono r275554 : i#104522: mingw port printf format fix 2009-09-10 kz CWS-TOOLING: integrate CWS mh232 2009-08-26 03:52:57 +0200 mh r275385 : #i102182# FreeBSD patch 2009-08-26 03:43:20 +0200 mh r275384 : #i101333# patch for FreeBSD 2009-08-26 03:11:20 +0200 mh r275383 : #i39230 2009-08-26 03:07:51 +0200 mh r275382 : #i39230# more space for initials field 2009-08-26 02:41:19 +0200 mh r275380 : #i39230# use vos::osecurity for reading the user name 2009-08-18 22:06:00 +0200 mh r275130 : #i104243#, line ending problem with newer perl 2009-08-18 21:53:21 +0200 mh r275129 : #i39230# read initials via getpwnam 2009-08-18 21:34:05 +0200 mh r275128 : enable CAIROCANVAS for Linux and Mac, #i88613# 2009-08-17 18:02:59 +0200 mh r275067 : #i95498# make compile with gcc3 2009-09-10 kz CWS-TOOLING: integrate CWS tkr24 2009-09-07 14:31:06 +0200 is r275898 : #160081# adding NO_LICENSE_INTO_COPYRIGHT 2009-09-10 releng #i10000# change KeyMapping to SingletonRef<framework::KeyMapping>
2009-09-11 14:29:45 +00:00
#define FN_UNO_META (FN_EXTRA2 + 112)
#define FN_UNO_NESTED_TEXT_CONTENT (FN_EXTRA2 + 113)
2000-09-18 16:15:01 +00:00
/*--------------------------------------------------------------------
Bereich: Hilfe
--------------------------------------------------------------------*/
/*--------------------------------------------------------------------
Bereich: Traveling & Selektion
--------------------------------------------------------------------*/
#define FN_CHAR_LEFT (FN_SELECTION + 1 ) /* */
#define FN_CHAR_RIGHT (FN_SELECTION + 2 ) /* */
#define FN_LINE_UP (FN_SELECTION + 3 ) /* */
#define FN_LINE_DOWN (FN_SELECTION + 4 ) /* */
#define FN_START_OF_LINE (FN_SELECTION + 5 ) /* StartOfLine */
#define FN_END_OF_LINE (FN_SELECTION + 6 ) /* EndOfLine */
#define FN_START_OF_DOCUMENT (FN_SELECTION + 7 ) /* StartOfDocument */
//schon in svxids.hrc
//#define FN_END_OF_DOCUMENT (FN_SELECTION + 8 ) /* EndOfDocument */
#define FN_START_OF_NEXT_PAGE (FN_SELECTION + 9 ) /* StartOfNextPage ??? */
#define FN_END_OF_NEXT_PAGE (FN_SELECTION + 10) /* ??? */
#define FN_START_OF_PREV_PAGE (FN_SELECTION + 11) /* StartOfPrevPage ??? */
#define FN_END_OF_PREV_PAGE (FN_SELECTION + 12) /* ??? */
#define FN_START_OF_PAGE (FN_SELECTION + 13) /* StartOfPage */
#define FN_END_OF_PAGE (FN_SELECTION + 14) /* EndOfPage */
#define FN_START_OF_WINDOW (FN_SELECTION + 15) /* StartOfWindow */
#define FN_END_OF_WINDOW (FN_SELECTION + 16) /* EndOfWindow */
#define FN_START_OF_COLUMN (FN_SELECTION + 17) /* StartOfColumn */
#define FN_END_OF_COLUMN (FN_SELECTION + 18) /* EndOfColumn */
#define FN_START_OF_PARA (FN_SELECTION + 19) /* StartOfPara */
#define FN_END_OF_PARA (FN_SELECTION + 20) /* EndOfPara */
#define FN_NEXT_WORD (FN_SELECTION + 21) /* NextWord */
#define FN_PREV_WORD (FN_SELECTION + 22) /* PrevWord */
#define FN_NEXT_SENT (FN_SELECTION + 23) /* NextSentence */
#define FN_PREV_SENT (FN_SELECTION + 24) /* PrevSentence */
#define FN_DELETE (FN_SELECTION + 25) /* Delete */
#define FN_BACKSPACE (FN_SELECTION + 26) /* Backspace */
#define FN_DELETE_SENT (FN_SELECTION + 27) /* DeleteToEndOfSentence */
#define FN_DELETE_BACK_SENT (FN_SELECTION + 28) /* DeleteToStartOfSentence */
#define FN_DELETE_WORD (FN_SELECTION + 29) /* DeleteToEndOfWord */
#define FN_DELETE_BACK_WORD (FN_SELECTION + 30) /* DeleteToStartOfWord */
#define FN_DELETE_LINE (FN_SELECTION + 31) /* DeleteToEndOfLine */
#define FN_DELETE_BACK_LINE (FN_SELECTION + 32) /* DeleteToStartOfLine */
#define FN_DELETE_PARA (FN_SELECTION + 33) /* DeleteToEndOfPara */
#define FN_DELETE_BACK_PARA (FN_SELECTION + 34) /* DeleteToStartOfPara */
#define FN_DELETE_WHOLE_LINE (FN_SELECTION + 35) /* DeleteLine ??? */
#define FN_SET_INS_MODE (FN_SELECTION + 36) /* Einfuegemodus / Overwrite */
#define FN_PAGEUP (FN_SELECTION + 37) /* PageUpWithCursor */
#define FN_PAGEDOWN (FN_SELECTION + 38) /* PageDownWithCursor */
#define FN_SET_ADD_MODE (FN_SELECTION + 39) /* Selektionsmodus */
#define FN_SET_EXT_MODE (FN_SELECTION + 40) /* Selektionsmodus */
#define FN_ESCAPE (FN_SELECTION + 41) /* Normal */
#define FN_SHIFT_BACKSPACE (FN_SELECTION + 42) /* wie Backspace */
#define FN_SELECT_WORD (FN_SELECTION + 43) /* Wort selektieren */
#define FN_GOTO_NEXT_OBJ (FN_SELECTION + 44) /* N<>chstes Objekt anspringen */
2000-09-18 16:15:01 +00:00
#define FN_GOTO_PREV_OBJ (FN_SELECTION + 45) /* Vorhergehendes Objekt anspringen */
#define FN_START_TABLE (FN_SELECTION + 47) /* an den Anfang der Tabelle */
#define FN_END_TABLE (FN_SELECTION + 48) /* an das Ende der Tabelle */
#define FN_NEXT_TABLE (FN_SELECTION + 49) /* zur vorhergehenden Tabelle */
#define FN_PREV_TABLE (FN_SELECTION + 50) /* zur naechsten Tabelle */
#define FN_START_OF_NEXT_COLUMN (FN_SELECTION + 51) /* zum Anfang der naechsten Spalte */
#define FN_END_OF_NEXT_COLUMN (FN_SELECTION + 52) /* zum Ende der naechsten Spalte */
#define FN_START_OF_PREV_COLUMN (FN_SELECTION + 53) /* zum Anfang der vorhergehenden Spalte */
#define FN_END_OF_PREV_COLUMN (FN_SELECTION + 54) /* zum Ende der vorhergehenden Spalte */
#define FN_FOOTNOTE_TO_ANCHOR (FN_SELECTION + 55) /* aus der Fussnote zum Anchor */
#define FN_NEXT_FOOTNOTE (FN_SELECTION + 56) /* zur naechsten Fussnote */
#define FN_PREV_FOOTNOTE (FN_SELECTION + 57) /* zur vorhergehenden Fussnote */
#define FN_CNTNT_TO_NEXT_FRAME (FN_SELECTION + 58) /* aus dem Inhalt zum naechsten Rahmen */
#define FN_FRAME_TO_ANCHOR (FN_SELECTION + 59) /* vom Rahmen zum Anker */
#define FN_TO_HEADER (FN_SELECTION + 60) /* Toggle zwischen Content und Kopfzeile */
#define FN_TO_FOOTER (FN_SELECTION + 61) /* Toggle zwischen Content und Fusszeile */
#define FN_IDX_MARK_TO_IDX (FN_SELECTION + 62) /* von der Verzeichnismarkierung zum Verzeichnis */
#define FN_TO_FOOTNOTE_AREA (FN_SELECTION + 63) /* jump into the appropriate footnote area */
2000-09-18 16:15:01 +00:00
#define FN_SET_BLOCK_MODE (FN_SELECTION + 64) /* selection mode: block */
2000-09-18 16:15:01 +00:00
#define FN_PREV_PARA (FN_SELECTION + 74)
#define FN_NEXT_PARA (FN_SELECTION + 75)
#define FN_GOTO_NEXT_MARK (FN_SELECTION + 76) /* N<>chsten Platzhalter anspringen */
2000-09-18 16:15:01 +00:00
#define FN_GOTO_PREV_MARK (FN_SELECTION + 77) /* Vorhergehenden Platzhalter anspringen */
// schon im SVX unter der gleichen Id
//#define FN_START_DOC_DIRECT (FN_SELECTION + 78) /* Direkt zum Dokanfang springen */
//#define FN_END_DOC_DIRECT (FN_SELECTION + 79) /* Direkt zum Dokanfang springen */
#define FN_NEXT_TOXMARK (FN_SELECTION + 83) /* zur naechsten Verz. Markierung */
#define FN_PREV_TOXMARK (FN_SELECTION + 84) /* zur vorherigen Verz. Markierung */
#define FN_NEXT_TBLFML (FN_SELECTION + 85) /* zur naechsten Tabellenformel */
#define FN_PREV_TBLFML (FN_SELECTION + 86) /* zur vorherigen Tabellenformel */
#define FN_NEXT_TBLFML_ERR (FN_SELECTION + 87) /* zur naechsten fehl. Tabellenformel */
#define FN_PREV_TBLFML_ERR (FN_SELECTION + 88) /* zur vorherigen fehl. Tabellenformel */
#define FN_READONLY_SELECTION_MODE (FN_SELECTION + 89) /* switches text selection mode in readonly documents*/
#define FN_SELECTION_MODE_DEFAULT (FN_SELECTION + 90) /* use default selection mode - not block mode */
#define FN_SELECTION_MODE_BLOCK (FN_SELECTION + 91) /* switch on block selection */
2000-09-18 16:15:01 +00:00
/*--------------------------------------------------------------------
QUERY-Block
--------------------------------------------------------------------*/
#define FN_IS_MODIFIED (FN_QUERY +16) /* Dokument geaendert? */
#define FN_RESET_MODIFIED (FN_QUERY +17) /* Geaendert-Flag zuruecksetzen */
#define FN_GET_DOC_INFO (FN_QUERY +22) /* Wert Dokumentinfo erfragen */
#define FN_GET_ERRNO (FN_QUERY +26) /* Error-Nummer abfragen */
#define FN_GET_DOCMAN_PATH (FN_QUERY +27) /* Pfad zu einer Gruppe im Docmgr erfragen */
#define FN_TXTATR_INET (FN_QUERY +29) /* INet-Attribut */
#define FN_EXECUTE_DRAG (FN_QUERY +30) /* D&D starten */
#define FN_GET_PRINT_AREA (FN_QUERY +32) /* Attribut fuer druckbaren Seitenbereich besorgen */
// #define FN_IS_START_OF_PAGE (FN_QUERY +40) /**/
// #define FN_IS_END_OF_PAGE (FN_QUERY +41) /**/
#define FN_GET_PARAGRAPH (FN_QUERY +48) /* Paragraph-Object von der Textshell
an die View weiterreichen*/
// hier ist Schluss!!!
#define FN_DB_FORM_LETTER (FN_QUERY2 + 0) /* form letter */
#define FN_DB_INSERT_CONTENT (FN_QUERY2 + 1) /* merge data into fields*/
#define FN_DB_INSERT_COLUMNS (FN_QUERY2 + 2) /* insert data into text/table/as fields*/
#define FN_DB_CONNECTION_ANY (FN_QUERY2 + 3)
#define FN_DB_COLUMN_ANY (FN_QUERY2 + 4)
#define FN_DB_DATA_SOURCE_ANY (FN_QUERY2 + 5)
#define FN_DB_DATA_COMMAND_ANY (FN_QUERY2 + 6)
#define FN_DB_DATA_COMMAND_TYPE_ANY (FN_QUERY2 + 7)
2001-07-11 11:01:15 +00:00
#define FN_DB_DATA_COLUMN_NAME_ANY (FN_QUERY2 + 8)
#define FN_DB_DATA_SELECTION_ANY (FN_QUERY2 + 9)
#define FN_DB_DATA_CURSOR_ANY (FN_QUERY2 + 10)
2000-09-18 16:15:01 +00:00
/*--------------------------------------------------------------------
Bereich: Envelope
--------------------------------------------------------------------*/
#define FN_ENVELOP (FN_ENVELP )
#define FN_DELETE_NOTE (FN_NOTES+0)
#define FN_DELETE_NOTE_AUTHOR (FN_NOTES+1)
#define FN_DELETE_ALL_NOTES (FN_NOTES+2)
#define FN_HIDE_NOTE (FN_NOTES+3)
#define FN_HIDE_NOTE_AUTHOR (FN_NOTES+4)
#define FN_HIDE_ALL_NOTES (FN_NOTES+5)
CWS-TOOLING: integrate CWS notes7 2008-12-29 19:45:08 +0100 mod r265824 : CWS-TOOLING: rebase CWS notes7 to trunk@265758 (milestone: DEV300:m38) 2008-12-16 14:54:42 +0100 mod r265544 : #i97239# 2008-12-16 14:53:18 +0100 mod r265543 : #i97239# 2008-12-16 13:36:43 +0100 mod r265537 : 96602 2008-12-13 13:02:54 +0100 mba r265452 : warning fixed 2008-12-13 08:20:21 +0100 mod r265448 : search inside notes 2008-12-13 00:11:47 +0100 mod r265447 : search inside notes 2008-12-13 00:11:09 +0100 mod r265446 : search inside notes 2008-12-13 00:10:52 +0100 mod r265445 : search inside notes 2008-12-12 19:39:14 +0100 mod r265439 : search inside notes 2008-12-12 19:02:44 +0100 mod r265438 : search inside notes 2008-12-12 16:42:07 +0100 mba r265431 : #i80135#: search in notes 2008-12-12 16:11:54 +0100 mba r265429 : #i80135#: search in notes 2008-12-12 16:11:02 +0100 mba r265428 : #i80135#: search in notes 2008-12-11 20:24:20 +0100 pb r265358 : fix: #i80135# fixes for aNotesBtn 2008-12-11 20:23:19 +0100 pb r265357 : fix: #i80135# fixes for aNotesBtn 2008-12-11 07:42:17 +0100 pb r265241 : fix: #i80135# CB_NOTES added 2008-12-11 07:40:36 +0100 pb r265240 : fix: #i80135# CB_NOTES added 2008-12-11 07:32:03 +0100 pb r265239 : fix: #i80135# CheckBox aNotesBtn added 2008-12-11 07:24:45 +0100 pb r265238 : fix: #i80135# CheckBox aNotesBtn added 2008-12-10 15:41:31 +0100 mod r265198 : crash using replies 2008-12-10 15:21:23 +0100 mod r265195 : crash using replies 2008-12-10 13:45:14 +0100 mba r265181 : warning fixed 2008-12-10 13:26:45 +0100 mba r265178 : warning fixed 2008-12-10 11:48:23 +0100 mba r265162 : fixed compilation error on Linux 2008-12-03 18:39:07 +0100 mod r264806 : we don't get the Ctrl-Alt-N on mac inside a note, let's do the whole reply thing using the shell, cleaner anyway 2008-12-03 17:13:59 +0100 mod r264802 : search dialog can be started and closed when focus is inside a note 2008-12-03 00:07:08 +0100 mod r264733 : search inside notes 2008-12-02 18:06:08 +0100 mod r264729 : WaE 2008-12-02 15:01:26 +0100 mod r264703 : WaE 2008-12-02 00:20:14 +0100 mod r264644 : WaE 2008-12-01 10:06:14 +0100 mod r264587 : WaE 2008-12-01 01:28:34 +0100 mod r264585 : WaE 2008-11-30 22:51:19 +0100 mod r264584 : search inside notes 2008-11-30 17:03:04 +0100 mod r264583 : search inside notes 2008-11-28 16:30:05 +0100 mod r264560 : #i96602# 2008-11-28 16:14:50 +0100 mod r264559 : test 2008-11-28 16:11:37 +0100 mod r264558 : test 2008-11-17 17:46:10 +0100 mod r263735 : WaE 2008-11-17 17:45:56 +0100 mod r263734 : WaE 2008-11-17 17:37:35 +0100 mod r263733 : revert manual fix for icu 2008-11-17 15:03:55 +0100 mod r263726 : manual fix for icu 2008-11-17 11:17:49 +0100 mod r263707 : manual fix for icu 2008-11-14 15:51:19 +0100 mod r263679 : fix 2008-11-14 14:48:02 +0100 mod r263676 : some more cleanup, redline comments not in the margin for 3.1 2008-11-14 08:37:07 +0100 mod r263664 : end of line missing 2008-11-13 18:36:53 +0100 mod r263660 : WaE 2008-11-13 18:20:04 +0100 mod r263659 : #i94374# 2008-11-13 15:51:28 +0100 mod r263648 : CWS-TOOLING: rebase CWS notes7 to trunk@263288 (milestone: DEV300:m35) 2008-11-13 08:33:19 +0100 mod r263622 : typos 2008-11-02 23:18:19 +0100 mod r263278 : changes notes, replies 2008-11-01 11:48:35 +0100 mod r262873 : replies, comments 2008-11-01 11:44:57 +0100 mod r262872 : notes search button 2008-10-10 14:34:34 +0200 mod r262150 : migration from cvs to svn 2008-10-10 14:33:39 +0200 mod r262149 : migration from cvs to svn
2009-01-02 15:51:45 +00:00
#define FN_DELETE_COMMENT (FN_NOTES+6)
#define FN_REPLY (FN_NOTES+7)
2000-09-18 16:15:01 +00:00
/*--------------------------------------------------------------------
Bereich: Parameter
--------------------------------------------------------------------*/
#define FN_PARAM_TABLE_COLS (FN_PARAM)
#define FN_PARAM_TABLE_ROWS (FN_PARAM+1)
#define FN_PARAM_MOVE_COUNT (FN_PARAM+2)
#define FN_PARAM_MOVE_SELECTION (FN_PARAM+3)
2000-09-18 16:15:01 +00:00
#define FN_PARAM_SEARCH_WORDONLY (FN_PARAM+5)
#define FN_PARAM_SEARCH_EXACT (FN_PARAM+6)
#define FN_PARAM_SEARCH_REGEXP (FN_PARAM+7)
#define FN_PARAM_SEARCH_BACKWARDS (FN_PARAM+8)
#define FN_PARAM_SEARCH_FINDALL (FN_PARAM+9)
#define FN_PARAM_SEARCH_SELECTION (FN_PARAM+10)
#define FN_PARAM_SEARCH_TEXT (FN_PARAM+11)
#define FN_PARAM_SEARCH_TEXTREPLACE (FN_PARAM+12)
#define FN_PARAM_PARADLGLIMITS (FN_PARAM+15)
#define FN_PARAM_FRMMODE (FN_PARAM+16)
#define FN_PARAM_ADDPRINTER (FN_PARAM+18)
#define FN_PARAM_GRID (FN_PARAM+19)
#define FN_PARAM_DOCDISP (FN_PARAM+20)
#define FN_PARAM_ELEM (FN_PARAM+21)
#define FN_PARAM_SWTEST (FN_PARAM+22)
#define FN_PARAM_FTN_INFO (FN_PARAM+23)
#define FN_PARAM_REGION_NAME (FN_PARAM+24)
#define FN_PARAM_REGION_CONDITION (FN_PARAM+25)
#define FN_PARAM_REGION_HIDDEN (FN_PARAM+26)
#define FN_PARAM_REGION_PROTECT (FN_PARAM+27)
#define FN_PARAM_REGION_EDIT_IN_READONLY (FN_PARAM+28)
2000-09-18 16:15:01 +00:00
#define FN_PARAM_INSERT_AFTER (FN_PARAM+29)
//#define FN_PARAM_FILTER (FN_PARAM+30) already defined in svx/svxids.hrc
2000-09-18 16:15:01 +00:00
#define FN_PARAM_INDEX_NAME (FN_PARAM+31)
#define FN_PARAM_INDEX_OPTIONS (FN_PARAM+32)
#define FN_PARAM_INDEX_FORMAT (FN_PARAM+33)
#define FN_PARAM_INDEX_LEVEL (FN_PARAM+34)
#define FN_PARAM_INDEX_TEMPLATE (FN_PARAM+35)
#define FN_PARAM_INDEX_ALTSTR (FN_PARAM+36)
#define FN_PARAM_INDEX_PRIMKEY (FN_PARAM+37)
#define FN_PARAM_INDEX_SECKEY (FN_PARAM+38)
#define FN_PARAM_WIDTH (FN_PARAM+39)
#define FN_PARAM_LOCATION (FN_PARAM+40)
#define FN_PARAM_DIR (FN_PARAM+41)
#define FN_PARAM_COUNT (FN_PARAM+42)
#define FN_PARAM_COLOR (FN_PARAM+43)
#define FN_PARAM_TABLE_NAME (FN_PARAM+44)
#define FN_PARAM_TABLE_WIDTH (FN_PARAM+45)
#define FN_PARAM_TABLE_ULSPACE (FN_PARAM+46)
#define FN_PARAM_TABLE_LRSPACE (FN_PARAM+47)
#define FN_PARAM_TABLE_SHADOW (FN_PARAM+48)
#define FN_PARAM_TABLE_ALIGN (FN_PARAM+49)
#define FN_PARAM_TABLE_HEADLINE (FN_PARAM+50)
#define FN_PARAM_TABLE_SPACE (FN_PARAM+51)
#define FN_PARAM_TABLE_COLUMNS (FN_PARAM+52)
#define FN_PARAM_GRF_CONNECT (FN_PARAM+53)
#define FN_PARAM_FIELD_TYPE (FN_PARAM+54)
//already defined in svxids.hrc: #define FN_PARAM_FIELD_CONTENT (FN_PARAM+55)
#define FN_PARAM_FIELD_SUBTYPE (FN_PARAM+56)
#define FN_PARAM_FIELD_FORMAT (FN_PARAM+57)
2000-09-18 16:15:01 +00:00
#define FN_PARAM_EVENT (FN_PARAM+68)
#define FN_PARAM_URL (FN_PARAM+69)
#define FN_PARAM_GRF_REALSIZE (FN_PARAM+70)
#define FN_PARAM_GRF_DIALOG (FN_PARAM+71)
#define FN_PARAM_GRF_CLIENTMAP (FN_PARAM+74) /* ClientMap */
#define FN_PARAM_GRF_SERVERMAP (FN_PARAM+75) /* ServerMap */
#define FN_PARAM_GRF_TARGETFRAME (FN_PARAM+76) /* TargetFrame */
#define FN_INET_FIELD_MACRO (FN_PARAM+77) /* Id fuer URL-Feld-Macros*/
#define FN_PARAM_PRINTER (FN_PARAM+78) /* Drucker* */
#define FN_PARAM_STDFONTS (FN_PARAM+79) /* ConfigItem Standardfonts */
#define FN_PARAM_WRTSHELL (FN_PARAM2) /* SwWrtShell */
#define FN_COND_COLL (FN_PARAM2+1) /* Item fuer bed. Vorlagen */
#define FN_PARAM_SELECTION (FN_PARAM2+2) /* selektiertes Wort fuer Format/Zeichen/Hyperlink */
#define FN_PARAM_ACT_NUMBER (FN_PARAM2+3) /* PointerItem die aktuelle NumRule */
#define FN_PARAM_CHILD_LEVELS (FN_PARAM2+4) /* Werden Child-Levels benutzt ?*/
#define FN_PARAM_NUM_PRESET (FN_PARAM2+5) /* vorgewaehlte Numerierung*/
#define FN_PARAM_HEIGHT (FN_PARAM2+6) /* Param fuer Hoehe */
#define FN_PARAM_DIST (FN_PARAM2+7) /* und Breite, wg. metrischer Umwandlung */
#define FN_PARAM_SHADOWCURSOR (FN_PARAM2+8) /* Fuer ShadowCursor Optionen */
#define FN_PARAM_ACT_NUMLEVEL (FN_PARAM2+9) /* BYTE-Item mit aktuellen NumLevel */
#define FN_PARAM_9 (FN_PARAM2+10)
#define FN_PARAM_10 (FN_PARAM2+11)
#define FN_TEXT_RANGE (FN_PARAM2+12) /* TextRange Property*/
#define FN_PARAM_CRSR_IN_PROTECTED (FN_PARAM2+13) /* Cursor in geschuetzten Bereichen*/
#define FN_PARAM_TOX_TYPE (FN_PARAM2+14) /* TOX type in tox dialog*/
#define FN_PARAM_LINK_DISPLAY_NAME (FN_PARAM2+15) /* LinkDisplayName property*/
#define FN_PARAM_NUM_LEVEL (FN_PARAM2+16) /* rtf filter*/
#define FN_PARAM_COUNTOUR_PP (FN_PARAM2+17) /* contour PolyPolygon*/
2002-05-23 07:16:36 +00:00
#define FN_ANCHOR_POSITION (FN_PARAM2+18) /* AnchorPosition property */
2002-07-04 13:46:09 +00:00
#define FN_DROP_TEXT (FN_PARAM2+18) /* text set in drop caps tab page - for recording */
#define FN_DROP_CHAR_STYLE_NAME (FN_PARAM2+19) /* character style of drop caps - for recording */
#define FN_PARAM_CHAIN_PREVIOUS (FN_PARAM2+20) /* Name of frame to be added as chain successor */
#define FN_PARAM_CHAIN_NEXT (FN_PARAM2+21) /* Name of frame to be added as chain predecessor */
#define FN_PARAM_DATABASE_PROPERTIES (FN_PARAM2+22) /* transport a Sequence<PropertyValue> containing database properties*/
// --> OD 2004-08-06 #i28749#
// com::sun::star::text::Shape::TransformationInHoriL2R property
#define FN_SHAPE_TRANSFORMATION_IN_HORI_L2R (FN_PARAM2+23)
// com::sun::star::text::Shape::PositionLayoutDir property
#define FN_SHAPE_POSITION_LAYOUT_DIR (FN_PARAM2+24)
// <--
// --> OD 2004-10-28 #i36248#
#define FN_SHAPE_STARTPOSITION_IN_HORI_L2R (FN_PARAM2+25)
#define FN_SHAPE_ENDPOSITION_IN_HORI_L2R (FN_PARAM2+26)
// <--
2000-09-18 16:15:01 +00:00
/*--------------------------------------------------------------------
Bereich: Druckoptionen
--------------------------------------------------------------------*/
#define FN_PRNOPT_GRAPHIC (FN_PRNOPT + 1)
#define FN_PRNOPT_TABLE (FN_PRNOPT + 2)
#define FN_PRNOPT_LEFT_PAGE (FN_PRNOPT + 3)
#define FN_PRNOPT_RIGHT_PAGE (FN_PRNOPT + 4)
#define FN_PRNOPT_REVERSE (FN_PRNOPT + 5)
#define FN_PRNOPT_PAPER_FROM_SETUP (FN_PRNOPT + 6)
#define FN_PRNOPT_POSTITS (FN_PRNOPT + 8)
#define FN_PRNOPT_BEGIN FN_PRNOPT_GRAPHIC
#define FN_PRNOPT_END FN_PRNOPT_POSTITS
/*--------------------------------------------------------------------
Beschreibung: Status : nicht mehr als 19!
--------------------------------------------------------------------*/
#define FN_STAT_PAGE (FN_STAT + 1)
#define FN_STAT_TEMPLATE (FN_STAT + 2)
#define FN_STAT_ZOOM (FN_STAT + 3)
#define FN_STAT_INSOVER (FN_STAT + 4)
#define FN_STAT_SELMODE (FN_STAT + 5)
#define FN_STAT_CONTEXT (FN_STAT + 7)
#define FN_STAT_BOOKMARK (FN_STAT + 8) /* Fuer Popup Bookmarks*/
/*--------------------------------------------------------------------
Bereich: Seitenvorschau
--------------------------------------------------------------------*/
#define FN_SHOW_TWO_PAGES (FN_PGPREVIEW + 1)
//already in svx/svxids.hrc
#ifndef FN_SHOW_MULTIPLE_PAGES
#define FN_SHOW_MULTIPLE_PAGES (FN_PGPREVIEW + 2)
#endif
2000-09-18 16:15:01 +00:00
#define FN_PRINT_PAGEPREVIEW (FN_PGPREVIEW + 3)
#define FN_CLOSE_PAGEPREVIEW (FN_PGPREVIEW + 4)
#define FN_SHOW_BOOKVIEW (FN_PGPREVIEW + 5)
2000-09-18 16:15:01 +00:00
/*--------------------------------------------------------------------
Bereich: Rahmenattribute
--------------------------------------------------------------------*/
#define FN_OPAQUE (FN_FRAME + 1)
#define FN_SET_PROTECT (FN_FRAME + 2)
#define FN_SURROUND (FN_FRAME + 3)
#define FN_VERT_ORIENT (FN_FRAME + 4)
#define FN_HORI_ORIENT (FN_FRAME + 5)
#define FN_SET_FRM_NAME (FN_FRAME + 6)
#define FN_KEEP_ASPECT_RATIO (FN_FRAME + 7)
#define FN_GRF_KEEP_ZOOM (FN_FRAME + 8)
#define FN_IID_COL1 (FN_FRAME + 13)
#define FN_IID_COL2 (FN_FRAME + 14)
#define FN_IID_COL3 (FN_FRAME + 15)
#define FN_IID_COLLEFT (FN_FRAME + 16)
#define FN_IID_COLRIGHT (FN_FRAME + 17)
#define FN_SET_FRM_ALT_NAME (FN_FRAME + 18)
CWS-TOOLING: integrate CWS sw32a11y01 2009-08-27 10:11:46 +0200 hde r275457 : new testcase i103265 2009-08-27 08:24:31 +0200 hde r275454 : new testcase i103265 2009-08-27 08:23:05 +0200 hde r275453 : new document for testcase i103265 2009-08-26 13:43:33 +0200 hde r275421 : added new autotest 2009-08-26 13:36:28 +0200 hde r275420 : added new autotest 2009-08-18 15:41:18 +0200 od r275113 : #i104300# method <SwEditWin::RequestHelp(..)> - improve help tip for hyperlinks to cross-reference bookmarks. 2009-08-10 15:18:41 +0200 od r274816 : #i73249# method <SwFrameShell::Execute(..)> - no update of fly frame manager on dialog "Title and Description" 2009-08-10 14:24:15 +0200 od r274813 : #i92125# correction of end of file - missing newline end 2009-08-10 14:10:14 +0200 od r274811 : #i92125# correction of end of file - newline missing 2009-08-10 14:00:30 +0200 od r274808 : #i92125# - correct end of file - new line missing 2009-08-10 09:12:30 +0200 od r274794 : CWS-TOOLING: rebase CWS sw32a11y01 to trunk@274622 (milestone: DEV300:m54) 2009-08-07 15:52:59 +0200 od r274775 : #i73249# minor adjustment due to compiler warning 2009-08-07 15:40:38 +0200 od r274774 : #i92125# method <MarkManager::deleteMarks(..)> - do not delete cross-reference bookmark, if deletion occurs inside a certain node 2009-08-06 12:53:05 +0200 od r274717 : #i92125# method <MarkManager::deleteMarks(..) - no move of position for cross-reference bookmark, if move occurs inside certain node. 2009-08-06 12:50:27 +0200 od r274716 : #i92125# method <SwUndoSaveCntnt::DelCntntIndex(..)> - keep cross-reference bookmarks, if deletion occurs inside a certain node. 2009-08-06 09:53:29 +0200 od r274705 : #i103265# method <SwTOXPara::GetURL()> - For outline and template entries create link to bookmark. The bookmark of type CROSSREF_HEADING_BOOKMARK is created, if needed 2009-07-22 13:57:04 +0200 od r274236 : #i73249# adjustment for export of svg:title and svg:description 2009-07-22 13:51:58 +0200 od r274234 : #i73249# adjust and enhance import/export of svg:title and svg:description for Writer's text frames, graphics and embedded objects 2009-07-21 10:26:27 +0200 od r274168 : #i73249# implement support for attributes Title and Description for text frames, graphics and embedded objects in Writer - core, UNO-API, undo/redo and UI 2009-07-21 10:05:15 +0200 od r274164 : #i73249# new optional properties Title and Description as basis frame properties in text documents 2009-07-13 12:19:54 +0200 od r273928 : #i73249# Implementation of Undo/Redo of drawing object's name, title and description
2009-08-27 11:59:20 +00:00
// --> OD 2009-07-13 #i73249#
#define FN_UNO_TITLE (FN_FRAME + 19)
#define FN_UNO_DESCRIPTION (FN_FRAME + 20)
// <--
2000-09-18 16:15:01 +00:00
//Member-Ids fuer Fill/SetVariable an Items
#define MID_STYLE 0xe0
#define MID_PWIDTH 0xe1
#define MID_ADJUST 0xe2
#define MID_TDIST 0xe3
#define MID_BDIST 0xe4
#define MID_LINES 0xe5
#define MID_CHARS 0xe6
#define MID_DIST 0xe7
#define MID_1 0xe8
#define MID_2 0xe9
#define MID_3 0xea
#define MID_4 0xeb
#define MID_5 0xec
#define MID_6 0xed
#define MID_7 0xee
#define MID_8 0xef
#define MID_9 0xf0
#define MID_A 0xf1
#define MID_B 0xf2
#define MID_C 0xf3
#define MID_D 0xf4
#define MID_E 0xf5
#define MID_F 0xf6
#define MID_10 0xf7
#define MID_11 0xf8
#define MID_12 0xf9
#define MID_13 0xfa
#ifndef SID_SW_DOCMAN_PATH
#define SID_SW_DOCMAN_PATH (SID_OFASLOTS_START + 6)
#endif
// defines fuer Event-Zuweisung per Macro
#define MAC_EVENT_MOUSEOVER 0x01 //
#define MAC_EVENT_MOUSECLICK 0x02 // Hyperlink ausloesen
#define MAC_EVENT_MOUSEOUT 0x03 //
#define MAC_EVENT_OBJECT_SELECT 0x04 // Obj. selektieren
#define MAC_EVENT_KEYINPUT_ALPHA 0x05 //
#define MAC_EVENT_KEYINPUT_NOALPHA 0x06 //
#define MAC_EVENT_FRM_RESIZE 0x07 //
#define MAC_EVENT_FRM_MOVE 0x08 //
#define MAC_EVENT_IMAGE_LOAD 0x09 //
#define MAC_EVENT_IMAGE_ABORT 0x0a //
#define MAC_EVENT_IMAGE_ERROR 0x0b //
#endif /* INCLUDED_SW_CMDID_H */