b50a2601f7
2005/09/05 12:58:50 rt 1.32.256.1: #i54170# Change license header: remove SISSL
267 lines
7.5 KiB
Text
267 lines
7.5 KiB
Text
/*************************************************************************
|
||
*
|
||
* OpenOffice.org - a multi-platform office productivity suite
|
||
*
|
||
* $RCSfile: toolbar.src,v $
|
||
*
|
||
* $Revision: 1.33 $
|
||
*
|
||
* last change: $Author: rt $ $Date: 2005-09-08 19:21:53 $
|
||
*
|
||
* The Contents of this file are made available subject to
|
||
* the terms of GNU Lesser General Public License Version 2.1.
|
||
*
|
||
*
|
||
* GNU Lesser General Public License Version 2.1
|
||
* =============================================
|
||
* Copyright 2005 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
|
||
*
|
||
************************************************************************/
|
||
#include <svx/svxids.hrc>
|
||
#include "extensio.hrc"
|
||
#include "toolbar.hrc"
|
||
|
||
#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
|
||
|
||
ToolBox RID_BIB_TOOLBAR
|
||
{
|
||
HelpId = HID_BIB_DB_TBX;
|
||
Sizeable = TRUE ;
|
||
HideWhenDeactivate = TRUE ;
|
||
LineSpacing = TRUE ;
|
||
Border = TRUE ;
|
||
SVLook = TRUE ;
|
||
Pos = MAP_APPFONT ( 0 , 0 ) ;
|
||
Size = MAP_APPFONT ( 200 , 16 ) ;
|
||
ButtonType = BUTTON_SYMBOL ;
|
||
ItemList =
|
||
{
|
||
ToolBoxItem
|
||
{
|
||
Identifier = TBC_FT_SOURCE;
|
||
//HelpID = SID_SBA_BRW_INSERT ;
|
||
Text [ de ] = "Tabelle" ;
|
||
Text [ en-US ] = "Table";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = TBC_LB_SOURCE;
|
||
HelpID = HID_BIB_TBX_TABLE;
|
||
Command = ".uno:Bib/source" ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_SEPARATOR ;
|
||
};
|
||
|
||
ToolBoxItem
|
||
{
|
||
Identifier = TBC_FT_QUERY;
|
||
//HelpID = SID_SBA_BRW_INSERT ;
|
||
Text [ de ] = "Suchbegriff" ;
|
||
Text [ en-US ] = "Search Key";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = TBC_ED_QUERY;
|
||
HelpID = HID_BIB_TBX_SEARCH;
|
||
Command = ".uno:Bib/query" ;
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_SEPARATOR ;
|
||
};
|
||
|
||
ToolBoxItem
|
||
{
|
||
Identifier = TBC_BT_AUTOFILTER ;
|
||
HelpID = HID_BIB_TBX_AUTOFILTER;
|
||
// ItemBitmap = Bitmap { File = "sc10716.bmp" ; };
|
||
DropDown = TRUE ;
|
||
Text [ de ] = "AutoFilter" ;
|
||
Command = ".uno:Bib/autoFilter" ;
|
||
Text [ en-US ] = "AutoFilter";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
ToolBoxItem
|
||
{
|
||
Identifier = TBC_BT_FILTERCRIT ;
|
||
HelpID = SID_FM_FILTERCRIT ;
|
||
// ItemBitmap = Bitmap { File = "sc10715.bmp" ; };
|
||
Text [ de ] = "Standard Filter" ;
|
||
Command = ".uno:Bib/standardFilter" ;
|
||
Text [ en-US ] = "Standard Filter";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
ToolBoxItem
|
||
{
|
||
Identifier = TBC_BT_REMOVEFILTER ;
|
||
HelpID = SID_FM_REMOVE_FILTER_SORT ;
|
||
// ItemBitmap = Bitmap { File = "sc10711.bmp" ; };
|
||
Text [ de ] = "Filter entfernen" ;
|
||
Command = ".uno:Bib/removeFilter" ;
|
||
Text [ en-US ] = "Remove Filter";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = TBC_BT_COL_ASSIGN ;
|
||
HelpId = HID_BIB_MAPPINGDLG;
|
||
Text [ de ] = "Spaltenzuordnung" ;
|
||
// Command = ".uno:Bib/Mapping" ;
|
||
// ItemBitmap = Bitmap { File = "sc10711.bmp" ; };
|
||
Text [ en-US ] = "Column Arrangement";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = TBC_BT_CHANGESOURCE ;
|
||
HelpId = HID_BIB_CHANGESOURCE;
|
||
Command = ".uno:Bib/sdbsource" ;
|
||
Text [ de ] = "Datenquelle" ;
|
||
// ItemBitmap = Bitmap { File = "sc10711.bmp" ; };
|
||
Checkable=TRUE;
|
||
Text [ en-US ] = "Data Source";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
/*
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_SEPARATOR ;
|
||
};
|
||
|
||
ToolBoxItem
|
||
{
|
||
Identifier = TBC_BT_NEWCARD ;
|
||
//HelpID = SID_FM_REMOVE_FILTER_SORT ;
|
||
Command = ".uno:Bib/newEntry" ;
|
||
ItemBitmap = Bitmap { File = "newcard.bmp" ; };
|
||
Text [ de ]= "Neue Adresse" ;
|
||
Text [ en-US ] = "New Address";
|
||
};
|
||
|
||
ToolBoxItem
|
||
{
|
||
Identifier = TBC_BT_EDITCARD ;
|
||
//HelpID = SID_FM_REMOVE_FILTER_SORT ;
|
||
Command = ".uno:Bib/changeEntry" ;
|
||
ItemBitmap = Bitmap { File = "modcard.bmp" ; };
|
||
Text [ de ]= "Adresse bearbeiten" ;
|
||
Text [ en-US ] = "Edit Address";
|
||
};
|
||
|
||
ToolBoxItem
|
||
{
|
||
Identifier = TBC_BT_REMOVECARD ;
|
||
//HelpID = SID_FM_REMOVE_FILTER_SORT ;
|
||
Command = ".uno:Bib/removeEntry" ;
|
||
ItemBitmap = Bitmap { File = "remcard.bmp" ; };
|
||
Text [ de ] = "Adresse l<>schen" ;
|
||
Text [ en-US ] = "Remove Address";
|
||
};
|
||
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_SEPARATOR ;
|
||
};
|
||
|
||
ToolBoxItem
|
||
{
|
||
Identifier = TBC_BT_INSERT ;
|
||
HelpID = SID_SBA_BRW_INSERT ;
|
||
ItemBitmap = Bitmap { File = "sc12202.bmp" ; };
|
||
Text [ de ] = "Daten in Text" ;
|
||
Text [ en-US ] = "Data into Text";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = TBC_BT_UPDATE ;
|
||
HelpID = SID_SBA_BRW_UPDATE ;
|
||
ItemBitmap = Bitmap { File = "sc12201.bmp" ; };
|
||
Text = "Daten in Felder" ;
|
||
};
|
||
|
||
ToolBoxItem
|
||
{
|
||
Type = TOOLBOXITEM_SEPARATOR ;
|
||
};
|
||
|
||
ToolBoxItem
|
||
{
|
||
Identifier = TBC_BT_MAIL ;
|
||
//HelpID = HID_ADDRPI_AUTOMAIL ;
|
||
ItemBitmap = Bitmap { File = "sc06305.bmp" ; };
|
||
Text [ de ] = "AutoMail" ;
|
||
Text [ en-US ] = "AutoMail";
|
||
};
|
||
ToolBoxItem
|
||
{
|
||
Identifier = TBC_BT_URL ;
|
||
//HelpID = HID_ADDRPI_AUTOBROWSE ;
|
||
ItemBitmap = Bitmap { File = "sc06304.bmp" ; };
|
||
Text [ de ] = "AutoBrowse" ;
|
||
Text [ en-US ] = "AutoBrowse";
|
||
};*/
|
||
};
|
||
Scroll = TRUE ;
|
||
};
|
||
#define BIB_IMAGES \
|
||
IdList = \
|
||
{ \
|
||
SID_FM_AUTOFILTER; /*10716*/ \
|
||
SID_FM_FILTERCRIT; /*10715*/ \
|
||
SID_FM_REMOVE_FILTER_SORT ; /*10711*/ \
|
||
}; \
|
||
IdCount = { 3; };
|
||
|
||
ImageList RID_TOOLBAR_IMGLIST
|
||
{
|
||
Prefix = "sc";
|
||
MASKCOLOR
|
||
BIB_IMAGES
|
||
};
|
||
ImageList RID_TOOLBAR_IMGLIST_HC
|
||
{
|
||
Prefix = "sch";
|
||
MASKCOLOR
|
||
BIB_IMAGES
|
||
};
|
||
|
||
ImageList RID_TOOLBAR_BIGIMGLIST
|
||
{
|
||
Prefix = "lc";
|
||
MASKCOLOR
|
||
BIB_IMAGES
|
||
};
|
||
ImageList RID_TOOLBAR_BIGIMGLIST_HC
|
||
{
|
||
Prefix = "lch";
|
||
MASKCOLOR
|
||
BIB_IMAGES
|
||
};
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|