/************************************************************************* * * $RCSfile: navipi.src,v $ * * $Revision: 1.55 $ * * last change: $Author: obo $ $Date: 2004-11-16 15:03:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses * * - GNU Lesser General Public License Version 2.1 * - Sun Industry Standards Source License Version 1.1 * * Sun Microsystems Inc., October, 2000 * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2000 by Sun Microsystems, Inc. * 901 San Antonio Road, Palo Alto, CA 94303, USA * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * This library 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 for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * * * Sun Industry Standards Source License Version 1.1 * ================================================= * The contents of this file are subject to the Sun Industry Standards * Source License Version 1.1 (the "License"); You may not use this file * except in compliance with the License. You may obtain a copy of the * License at http://www.openoffice.org/license.html. * * Software provided under this License is provided on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. * See the License for the specific provisions governing your rights and * obligations concerning the Software. * * The Initial Developer of the Original Code is: Sun Microsystems, Inc. * * Copyright: 2000 by Sun Microsystems, Inc. * * All Rights Reserved. * * Contributor(s): _______________________________________ * * ************************************************************************/ #include "cmdid.h" #include "utlui.hrc" #include "navipi.hrc" #include "helpid.h" Window DLG_NAVIGATION_PI { HelpID = HID_NAVIGATION_PI ; OutputSize = TRUE ; DialogControl = TRUE ; SVLook = TRUE ; // Size = MAP_PIXEL( 235, 195 ); // ZoomInOutputSize = MAP_PIXEL(235, 56); Size = MAP_PIXEL ( 282 , 59 ) ; // Closeable = TRUE ; // Zoomable = TRUE ; // Moveable = TRUE ; // ZoomIn = FALSE; Hide = TRUE ; // HideWhenDeactivate = TRUE ; // Sizeable = TRUE ; // EnableResizing = TRUE ; // Dockable = TRUE ; // Sizeable = TRUE ; Text [ de ] = "Navigator" ; Text [ en-US ] = "Navigator" ; ExtraData = { 198; }; /************************************************************************************ Toolbox ab 323 x ************************************************************************************/ #define NAVI_IDLIST \ IdList = \ { \ FN_UP ; \ FN_DOWN ; \ FN_SELECT_HEADER ; \ FN_SELECT_FOOTER ; \ FN_SELECT_FOOTNOTE ; \ FN_SHOW_CONTENT_BOX ; \ FN_SHOW_ROOT ; \ FN_ITEM_UP ; \ FN_ITEM_DOWN ; \ FN_ITEM_LEFT ; \ FN_ITEM_RIGHT ; \ FN_DROP_REGION ; \ FN_OUTLINE_LEVEL ; \ FN_SELECT_SET_AUTO_BOOKMARK ; \ FN_DROP_REGION_LINK ; \ FN_DROP_REGION_COPY ; \ FN_GLOBAL_SWITCH ; \ FN_GLOBAL_EDIT ; \ FN_GLOBAL_UPDATE ; \ FN_GLOBAL_OPEN ; \ FN_GLOBAL_SAVE_CONTENT ; \ FN_CREATE_NAVIGATION ; \ }; \ IdCount = { 21 ; }; ImageList IL_CONTENT { Prefix = "sc"; MaskColor = IMAGE_MASK_COLOR ; NAVI_IDLIST }; ImageList ILH_CONTENT { Prefix = "sch"; MaskColor = IMAGE_MASK_COLOR ; NAVI_IDLIST }; Toolbox TB_CONTENT { Pos = MAP_PIXEL ( 5 , 5 ) ; Size = MAP_PIXEL ( 300 , 47 ) ; LineCount = 2 ; ItemList = { ToolBoxItem { Identifier = FN_GLOBAL_SWITCH ; HelpID = HID_NAVI_TBX17 ; Text [ de ] = "Umschalten" ; Text [ en-US ] = "Toggle" ; }; ToolBoxItem { Identifier = FN_CREATE_NAVIGATION ; HelpID = HID_NAVI_TBX24 ; Text [ de ] = "Navigation" ; Text [ en-US ] = "Navigation" ; DropDown = TRUE ; }; ToolBoxItem { Identifier = FN_UP ; // ItemBitmap = Bitmap { File = "navup.bmp"; }; HelpID = HID_NAVI_TBX2 ; /* ### ACHTUNG: Neuer Text in Resource? Rückwärts : R³ckwõrts */ Text [ de ] = "Rückwärts" ; Text [ en-US ] = "Back" ; }; ToolBoxItem { Identifier = FN_DOWN ; // ItemBitmap = Bitmap { File = "navdn.bmp"; }; HelpID = HID_NAVI_TBX3 ; /* ### ACHTUNG: Neuer Text in Resource? Vorwärts : Vorwõrts */ Text [ de ] = "Vorwärts" ; Text [ en-US ] = "Forward" ; }; ToolBoxItem { Identifier = FN_DROP_REGION ; HelpID = HID_NAVI_TBX4 ; Text [ de ] = "Dragmodus" ; /* ### ACHTUNG: Neuer Text in Resource? Modus für Drag & Drop auswählen : Modus f³r Drag & Drop auswõhlen */ DropDown = TRUE ; Text [ en-US ] = "Drag Mode" ; }; ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; }; ToolBoxItem { Identifier = FN_ITEM_UP ; // ItemBitmap = Bitmap { File = "navchup.bmp"; }; HelpID = HID_NAVI_TBX5 ; Text [ de ] = "Kapitel hoch" ; Text [ en-US ] = "Promote Chapter" ; //HelpText[english_us-wrong] = "Move chapter down";//"Move chapter up" }; ToolBoxItem { Identifier = FN_ITEM_DOWN ; // ItemBitmap = Bitmap { File = "navchdn.bmp"; }; HelpID = HID_NAVI_TBX6 ; Text [ de ] = "Kapitel hinunter" ; Text [ en-US ] = "Demote Chapter" ; }; ToolBoxItem { Type = TOOLBOXITEM_BREAK ; }; ToolBoxItem { Identifier = FN_SHOW_CONTENT_BOX ; HelpID = HID_NAVI_TBX7 ; Text [ de ] = "Auswahlbox an-/ausschalten" ; Text [ en-US ] = "List Box On/Off" ; }; ToolBoxItem { Identifier = FN_SHOW_ROOT ; HelpID = HID_NAVI_TBX8 ; Text [ de ] = "Inhaltsansicht umschalten" ; Text [ en-US ] = "Content View" ; }; ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; }; ToolBoxItem { Identifier = FN_SELECT_SET_AUTO_BOOKMARK ; HelpID = HID_NAVI_TBX9 ; // ItemBitmap = Bitmap { File = "navstmp.bmp"; }; Text [ de ] = "Merker setzen" ; Text [ en-US ] = "Set Reminder" ; }; ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; }; ToolBoxItem { Identifier = FN_SELECT_HEADER ; // ItemBitmap = Bitmap { File = "navhead.bmp"; }; HelpID = HID_NAVI_TBX10 ; Text [ de ] = "Kopfzeile" ; Text [ en-US ] = "Header" ; }; ToolBoxItem { Identifier = FN_SELECT_FOOTER ; // ItemBitmap = Bitmap { File = "navfoot.bmp"; }; HelpID = HID_NAVI_TBX11 ; /* ### ACHTUNG: Neuer Text in Resource? Fußzeile : Fu˜zeile */ Text [ de ] = "Fußzeile" ; Text [ en-US ] = "Footer" ; /* ### ACHTUNG: Neuer Text in Resource? Springen zur Fußzeile : Springen zur Fu˜zeile */ }; ToolBoxItem { Identifier = FN_SELECT_FOOTNOTE ; // ItemBitmap = Bitmap { File = "navnote.bmp"; }; HelpID = HID_NAVI_TBX12 ; Text [ de ] = "Anker<->Text" ; Text [ en-US ] = "Anchor<->Text" ; /* ### ACHTUNG: Neuer Text in Resource? Springen zwischen Fußnotenankern und dem Fußnotentext : Springen zwischen Fu˜notenankern und dem Fu˜notentext */ }; ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; }; ToolBoxItem { Identifier = FN_OUTLINE_LEVEL ; HelpID = HID_NAVI_TBX13 ; /* ### ACHTUNG: Neuer Text in Resource? Angezeigte Überschriftenebenen : Angezeigte šberschriftenebenen */ Text [ de ] = "Angezeigte Überschriftenebenen" ; Text [ en-US ] = "Heading Levels Shown" ; DropDown = TRUE ; }; ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; }; ToolBoxItem { Identifier = FN_ITEM_LEFT ; HelpID = HID_NAVI_TBX14 ; // ItemBitmap = Bitmap { File = "navchlf.bmp"; }; Text [ de ] = "Ebene hoch" ; Text [ en-US ] = "Promote Level" ; }; ToolBoxItem { Identifier = FN_ITEM_RIGHT ; // ItemBitmap = Bitmap { File = "navchrg.bmp"; }; HelpID = HID_NAVI_TBX15 ; Text [ de ] = "Ebene senken" ; Text [ en-US ] = "Demote Level" ; }; }; }; ToolBox TB_GLOBAL { Pos = MAP_PIXEL ( 5 , 5 ) ; Size = MAP_PIXEL ( 300 , 47 ) ; LineCount = 1 ; Hide = TRUE ; ItemList = { ToolBoxItem { Identifier = FN_GLOBAL_SWITCH ; HelpID = HID_NAVI_TBX17 ; Text [ de ] = "Umschalten" ; Text [ en-US ] = "Toggle" ; }; ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; }; ToolBoxItem { Identifier = FN_GLOBAL_EDIT ; HelpID = HID_NAVI_TBX18 ; Text [ de ] = "Bearbeiten" ; Text [ en-US ] = "Edit" ; }; ToolBoxItem { Identifier = FN_GLOBAL_UPDATE ; HelpID = HID_NAVI_TBX19 ; Text [ de ] = "Aktualisieren" ; Text [ en-US ] = "Update" ; }; ToolBoxItem { Identifier = FN_GLOBAL_OPEN ; HelpID = HID_NAVI_TBX20 ; /* ### ACHTUNG: Neuer Text in Resource? Einfügen : Einf³gen */ Text [ de ] = "Einfügen" ; Text [ en-US ] = "Insert" ; }; ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; }; ToolBoxItem { Identifier = FN_GLOBAL_SAVE_CONTENT ; HelpID = HID_NAVI_TBX21 ; Text [ de ] = "Inhalte mitspeichern" ; Text [ en-US ] = "Save Contents as well" ; }; ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; }; ToolBoxItem { Identifier = FN_ITEM_UP ; HelpID = HID_NAVI_TBX22 ; /* ### ACHTUNG: Neuer Text in Resource? Nach oben verschieben : Nach unten verschieben */ Text [ de ] = "Nach oben verschieben" ; Text [ en-US ] = "Move Up" ; }; ToolBoxItem { Identifier = FN_ITEM_DOWN ; HelpID = HID_NAVI_TBX23 ; /* ### ACHTUNG: Neuer Text in Resource? Nach unten verschieben : Nach oben verschieben */ Text [ de ] = "Nach unten verschieben" ; Text [ en-US ] = "Move Down" ; }; }; }; /* TreeListBox */ Control TL_CONTENT { HelpID = HID_NAVI_CONTENT ; Border = TRUE ; Pos = MAP_PIXEL ( 5 , 62 ) ; Size = MAP_PIXEL ( 274 , 112 ) ; TabStop = TRUE ; ClipChildren = TRUE ; Hide = TRUE ; }; Control TL_GLOBAL { HelpID = HID_NAVI_GLOBAL ; Border = TRUE ; Pos = MAP_PIXEL ( 5 , 34 ) ; Size = MAP_PIXEL ( 274 , 112 ) ; TabStop = TRUE ; ClipChildren = TRUE ; Hide = TRUE ; }; ListBox LB_DOCS { Border = TRUE ; Pos = MAP_PIXEL ( 5 , 115 ) ; Size = MAP_APPFONT ( 150 , 50 ) ; DropDown = TRUE ; }; NumericField NF_PAGE { Border = TRUE ; Pos = MAP_PIXEL ( 50 , 29 ) ; Size = MAP_PIXEL ( 34 , 20 ) ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 1 ; First = 1 ; // Outline als Default Maximum = 5 ; Last = 5 ; Value = 5 ; }; String ST_OUTLINE_LEVEL { Text [ de ] = "Gliederungsebenen" ; Text [ en-US ] = "Outline Level" ; }; String ST_DRAGMODE { Text [ de ] = "Dragmodus" ; Text [ en-US ] = "Drag Mode" ; }; String ST_HYPERLINK { /* ### ACHTUNG: Neuer Text in Resource? Als Hyperlink einfügen : Als Hyperlink einf³gen */ Text [ de ] = "Als Hyperlink einfügen" ; Text [ en-US ] = "Insert as Hyperlink" ; }; String ST_LINK_REGION { /* ### ACHTUNG: Neuer Text in Resource? Als Verknüpfung einfügen : Als Verkn³pfung einf³gen */ Text [ de ] = "Als Verknüpfung einfügen" ; Text [ en-US ] = "Insert as Link" ; }; String ST_COPY_REGION { /* ### ACHTUNG: Neuer Text in Resource? Als Kopie einfügen : Als Kopie einf³gen */ Text [ de ] = "Als Kopie einfügen" ; Text [ en-US ] = "Insert as Copy" ; }; String ST_DISPLAY { Text [ de ] = "Anzeige" ; Text [ en-US ] = "Display" ; }; String ST_ACTIVE_VIEW { Text [ de ] = "Aktives Fenster" ; Text [ en-US ] = "Active Window" ; }; String ST_HIDDEN { Text [ de ] = "versteckt" ; Text [ en-US ] = "hidden" ; }; String ST_ACTIVE { Text [ de ] = "aktiv" ; Text [ en-US ] = "active" ; }; String ST_INACTIVE { Text [ de ] = "inaktiv" ; Text [ en-US ] = "inactive" ; }; String ST_EDIT_ENTRY { Text [ de ] = "~Bearbeiten..." ; Text [ en-US ] = "Edit..." ; }; String ST_UPDATE { Text [ de ] = "~Aktualisieren" ; Text [ en-US ] = "~Update" ; }; String ST_EDIT_CONTENT { Text [ de ] = "Bearbeiten" ; Text [ en-US ] = "Edit" ; }; String ST_EDIT_LINK { Text [ de ] = "Verknüpfung bearbeiten" ; Text [ en-US ] = "Edit link"; }; String ST_INSERT { /* ### ACHTUNG: Neuer Text in Resource? Einfügen : Einf³gen */ Text [ de ] = "Einfügen" ; Text [ en-US ] = "Insert" ; }; String ST_INDEX { Text [ de ] = "~Verzeichnis" ; Text [ en-US ] = "~Index"; }; String ST_FILE { Text [ de ] = "Datei" ; Text [ en-US ] = "File" ; }; String ST_NEW_FILE { Text [ de ] = "Neues Dokument" ; Text [ en-US ] = "New Document" ; }; String ST_TEXT { Text [ de ] = "Text" ; Text [ en-US ] = "Text" ; }; String ST_DELETE { /* ### ACHTUNG: Neuer Text in Resource? Löschen : L÷schen */ Text [ de ] = "Löschen" ; Text [ en-US ] = "Delete" ; }; String ST_DELETE_ENTRY { Text [ de ] = "~Löschen" ; Text [ en-US ] = "~Delete" ; }; String ST_UPDATE_SEL { Text [ de ] = "Selektion" ; Text [ en-US ] = "Selection" ; }; String ST_UPDATE_INDEX { Text [ de ] = "Verzeichnisse" ; Text [ en-US ] = "Indexes" ; }; String ST_UPDATE_LINK { /* ### ACHTUNG: Neuer Text in Resource? Verknüpfungen : Verkn³pfungen */ Text [ de ] = "Verknüpfungen" ; Text [ en-US ] = "Links" ; }; String ST_UPDATE_ALL { Text [ de ] = "Alles" ; Text [ en-US ] = "All" ; }; String ST_REMOVE_INDEX { Text [ de ] = "~Verzeichnis aufheben" ; Text [ en-US ] = "~Remove Index" ; }; String ST_REMOVE_TBL_PROTECTION { Text [ de ] = "Schutz ~aufheben" ; Text [ en-US ] = "~Unprotect" ; }; String ST_INVISIBLE { Text [ de ] = "versteckt"; Text [ en-US ] = "hidden"; }; String ST_BROKEN_LINK { Text [ de ] = "Datei nicht gefunden: "; Text [ en-US ] = "File not found: "; }; String ST_RENAME { Text [ de ] = "~Umbenennen"; Text [ en-US ] = "~Rename"; }; String ST_READONLY_IDX { Text [ de ] = "~Schreibgeschützt"; Text [ en-US ] = "Read-~only"; }; }; #define NAVI_ENTRY_IDS \ IdList = \ { \ 20000 ; \ 20001 ; \ 20002 ; \ 20003 ; \ 20004 ; \ 20005 ; \ 20006 ; \ 20007 ; \ 20008 ; \ 20009 ; \ 20010 ; \ 20011 ; \ }; \ IdCount = { 12 ; }; ImageList IMG_NAVI_ENTRYBMP { Prefix = "nc"; MaskColor = IMAGE_MASK_COLOR ; NAVI_ENTRY_IDS }; ImageList IMG_NAVI_ENTRYBMPH { Prefix = "nch"; MaskColor = IMAGE_MASK_COLOR ; NAVI_ENTRY_IDS };