xref: /aoo41x/main/sw/source/core/inc/unofldmid.h (revision 6a8e298a)
1*6a8e298aSAndrew Rist /**************************************************************
2cdf0e10cSrcweir  *
3*6a8e298aSAndrew Rist  * Licensed to the Apache Software Foundation (ASF) under one
4*6a8e298aSAndrew Rist  * or more contributor license agreements.  See the NOTICE file
5*6a8e298aSAndrew Rist  * distributed with this work for additional information
6*6a8e298aSAndrew Rist  * regarding copyright ownership.  The ASF licenses this file
7*6a8e298aSAndrew Rist  * to you under the Apache License, Version 2.0 (the
8*6a8e298aSAndrew Rist  * "License"); you may not use this file except in compliance
9*6a8e298aSAndrew Rist  * with the License.  You may obtain a copy of the License at
10*6a8e298aSAndrew Rist  *
11*6a8e298aSAndrew Rist  *   http://www.apache.org/licenses/LICENSE-2.0
12*6a8e298aSAndrew Rist  *
13*6a8e298aSAndrew Rist  * Unless required by applicable law or agreed to in writing,
14*6a8e298aSAndrew Rist  * software distributed under the License is distributed on an
15*6a8e298aSAndrew Rist  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*6a8e298aSAndrew Rist  * KIND, either express or implied.  See the License for the
17*6a8e298aSAndrew Rist  * specific language governing permissions and limitations
18*6a8e298aSAndrew Rist  * under the License.
19*6a8e298aSAndrew Rist  *
20*6a8e298aSAndrew Rist  *************************************************************/
21*6a8e298aSAndrew Rist 
22*6a8e298aSAndrew Rist 
23cdf0e10cSrcweir #ifndef SW_UNOFLDMID_H
24cdf0e10cSrcweir #define SW_UNOFLDMID_H
25cdf0e10cSrcweir 
26cdf0e10cSrcweir #include <tools/solar.h>
27cdf0e10cSrcweir 
28cdf0e10cSrcweir class String;
29cdf0e10cSrcweir namespace com { namespace sun { namespace star { namespace uno {
30cdf0e10cSrcweir 	class Any;
31cdf0e10cSrcweir } } } }
32cdf0e10cSrcweir 
33cdf0e10cSrcweir /******************************************************************************
34cdf0e10cSrcweir  *
35cdf0e10cSrcweir  ******************************************************************************/
36cdf0e10cSrcweir //Abbildung der Properties auf den Descriptor
37cdf0e10cSrcweir #define FIELD_PROP_PAR1   			10
38cdf0e10cSrcweir #define FIELD_PROP_PAR2             11
39cdf0e10cSrcweir #define FIELD_PROP_PAR3             12
40cdf0e10cSrcweir #define FIELD_PROP_FORMAT           13
41cdf0e10cSrcweir #define FIELD_PROP_SUBTYPE          14
42cdf0e10cSrcweir #define FIELD_PROP_BOOL1			15
43cdf0e10cSrcweir #define FIELD_PROP_BOOL2			16
44cdf0e10cSrcweir #define FIELD_PROP_DATE				17
45cdf0e10cSrcweir #define FIELD_PROP_USHORT1          18
46cdf0e10cSrcweir #define FIELD_PROP_USHORT2          19
47cdf0e10cSrcweir #define FIELD_PROP_BYTE1			20
48cdf0e10cSrcweir #define FIELD_PROP_DOUBLE           21
49cdf0e10cSrcweir #define FIELD_PROP_BOOL3			22
50cdf0e10cSrcweir #define FIELD_PROP_PAR4             23
51cdf0e10cSrcweir #define FIELD_PROP_SHORT1           24
52cdf0e10cSrcweir #define FIELD_PROP_DATE_TIME		25
53cdf0e10cSrcweir #define FIELD_PROP_PROP_SEQ			26
54cdf0e10cSrcweir #define FIELD_PROP_LOCALE			27
55cdf0e10cSrcweir #define FIELD_PROP_BOOL4            28
56cdf0e10cSrcweir #define FIELD_PROP_STRINGS          29
57cdf0e10cSrcweir #define FIELD_PROP_PAR5             30
58cdf0e10cSrcweir #define FIELD_PROP_PAR6             31
59cdf0e10cSrcweir 
60cdf0e10cSrcweir #define FIELD_PROP_IS_FIELD_USED        32
61cdf0e10cSrcweir #define FIELD_PROP_IS_FIELD_DISPLAYED   33
62cdf0e10cSrcweir 
63cdf0e10cSrcweir #define FIELD_PROP_TEXT             34
64cdf0e10cSrcweir 
65cdf0e10cSrcweir String& GetString( const com::sun::star::uno::Any&, String& rStr );
66cdf0e10cSrcweir 
67cdf0e10cSrcweir #endif
68