Files
libreoffice/sw/source/core/inc/unofldmid.h

80 lines
2.8 KiB
C
Raw Normal View History

2001-10-24 17:46:05 +00:00
/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
2001-10-24 17:46:05 +00:00
*
* $RCSfile: unofldmid.h,v $
2001-10-24 17:46:05 +00:00
*
* $Revision: 1.8 $
2001-10-24 17:46:05 +00:00
*
* last change: $Author: rt $ $Date: 2008-02-19 13:44:03 $
2001-10-24 17:46:05 +00:00
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
2001-10-24 17:46:05 +00:00
*
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2005 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
2001-10-24 17:46:05 +00:00
*
* 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.
2001-10-24 17:46:05 +00:00
*
* 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.
2001-10-24 17:46:05 +00:00
*
* 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
2001-10-24 17:46:05 +00:00
*
************************************************************************/
#ifndef SW_UNOFLDMID_H
#define SW_UNOFLDMID_H
#include <tools/solar.h>
2001-10-24 17:46:05 +00:00
class String;
namespace com { namespace sun { namespace star { namespace uno {
class Any;
} } } }
/******************************************************************************
*
******************************************************************************/
//Abbildung der Properties auf den Descriptor
#define FIELD_PROP_PAR1 10
#define FIELD_PROP_PAR2 11
#define FIELD_PROP_PAR3 12
#define FIELD_PROP_FORMAT 13
#define FIELD_PROP_SUBTYPE 14
#define FIELD_PROP_BOOL1 15
#define FIELD_PROP_BOOL2 16
#define FIELD_PROP_DATE 17
#define FIELD_PROP_USHORT1 18
#define FIELD_PROP_USHORT2 19
#define FIELD_PROP_BYTE1 20
#define FIELD_PROP_DOUBLE 21
#define FIELD_PROP_BOOL3 22
#define FIELD_PROP_PAR4 23
#define FIELD_PROP_SHORT1 24
#define FIELD_PROP_DATE_TIME 25
#define FIELD_PROP_PROP_SEQ 26
#define FIELD_PROP_LOCALE 27
#define FIELD_PROP_BOOL4 28
#define FIELD_PROP_STRINGS 29
#define FIELD_PROP_PAR5 30
#define FIELD_PROP_PAR6 31
2001-10-24 17:46:05 +00:00
#define FIELD_PROP_IS_FIELD_USED 32
#define FIELD_PROP_IS_FIELD_DISPLAYED 33
#define FIELD_PROP_TEXT 34
2001-10-24 17:46:05 +00:00
String& GetString( const com::sun::star::uno::Any&, String& rStr );
#endif