2007/04/23 12:32:32 ihi 1.1.2.15: #i72301# German removed 2006/10/24 11:55:16 bm 1.1.2.14: enable range chooser in Calc 2005/10/11 09:20:09 bm 1.1.2.13: license header change 2005/09/27 15:06:24 iha 1.1.2.12: #i55138# add helpid for data ranges dialog; added dialog name 2004/06/17 10:03:24 bm 1.1.2.11: data source dialog is a tab dialog now using the same tabpages as the wizard 2004/05/24 17:48:46 bm 1.1.2.10: data source dialog is deprecated -> is a tabpage now 2004/05/05 20:47:19 iha 1.1.2.9: resource cleanup 2004/04/15 17:26:15 bm 1.1.2.8: enable ADD button by default 2004/04/08 15:08:04 bm 1.1.2.7: two flags to get border on Windows ? 2004/04/08 14:56:31 bm 1.1.2.6: applying categories to model, accept changes made in editfields (no check yet) 2004/04/08 14:43:51 bm 1.1.2.5: disable Add button until implemented 2004/04/08 14:11:37 bm 1.1.2.4: foo 2004/04/07 18:46:21 bm 1.1.2.3: dialog uses internal data structure, additional field for label range 2004/03/24 10:33:13 bm 1.1.2.2: english text uncommented 2004/03/19 14:26:43 bm 1.1.2.1: dialog for flexible source range selection
57 lines
1.8 KiB
Plaintext
57 lines
1.8 KiB
Plaintext
/*************************************************************************
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* $RCSfile: dlg_DataSource.src,v $
|
|
*
|
|
* $Revision: 1.2 $
|
|
*
|
|
* last change: $Author: vg $ $Date: 2007-05-22 17:33:44 $
|
|
*
|
|
* 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 "dlg_DataSource.hrc"
|
|
#include "HelpIds.hrc"
|
|
|
|
// for BUTTONS_OK_CANCEL_HELP_STACKED
|
|
#include "CommonResources.hrc"
|
|
|
|
TabDialog DLG_DATA_SOURCE
|
|
{
|
|
HelpID = HID_SCH_DLG_RANGES ;
|
|
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Moveable = TRUE ;
|
|
Closeable = TRUE ;
|
|
Text [ en-US ] = "Data Ranges" ;
|
|
TabControl TABCTRL
|
|
{
|
|
OutputSize = TRUE ;
|
|
Pos = MAP_APPFONT ( 3 , 3 ) ;
|
|
};
|
|
BUTTONS_OK_CANCEL_HELP_STACKED( 200 )
|
|
};
|