merge the formfield patch from ooo-build
[ooovba.git] / sal / qa / osl / module / osl_Module_Const.h
blob44ab1e00724ad4c87d08c5572a26d6bc7dbc0733
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: osl_Module_Const.h,v $
10 * $Revision: 1.7 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #ifndef _OSL_MODULE_CONST_H_
32 #define _OSL_MODULE_CONST_H_
35 #include <sal/types.h>
36 #include <rtl/ustring.hxx>
37 #include <osl/module.hxx>
38 #include <osl/file.hxx>
40 #include <cppunit/simpleheader.hxx>
42 #if ( defined UNX ) || ( defined OS2 ) //Unix
43 # include <unistd.h>
44 #endif
45 #if ( defined WNT ) // Windows
46 #include <tools/prewin.h>
47 // # include <windows.h>
48 # include <io.h>
49 #include <tools/postwin.h>
50 #endif
52 # define FILE_PREFIX "file:///"
54 //Korea charactors
55 ::rtl::OUString aKname(
56 RTL_CONSTASCII_STRINGPARAM(
57 "/\xEC\x95\x88\xEB\x85\x95\xED\x95\x98\xEC\x84\xB8\xEC\x9A\x94"),
58 RTL_TEXTENCODING_ISO_8859_1);
59 // zero-extend the individual byte-sized characters one-to-one to individual
60 // sal_Unicode-sized characters; not sure whether this is what was
61 // intended...
63 //------------------------------------------------------------------------
64 // function pointer type.
65 //------------------------------------------------------------------------
66 typedef sal_Bool (* FuncPtr )( sal_Bool );
69 #endif /* _OSL_MODULE_CONST_H_ */