bump product version to 6.3.0.0.beta1
[LibreOffice.git] / extensions / source / propctrlr / pcrservices.hxx
blob73cd86b9487bbc2ae312a33b46bff6daf7e75d8f
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #ifndef INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_PCRSERVICES_HXX
21 #define INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_PCRSERVICES_HXX
23 #include <sal/config.h>
25 #include <sal/types.h>
27 extern "C" {
29 void createRegistryInfo_ButtonNavigationHandler();
30 void createRegistryInfo_CellBindingPropertyHandler();
31 void createRegistryInfo_DefaultFormComponentInspectorModel();
32 void createRegistryInfo_DefaultHelpProvider();
33 void createRegistryInfo_EFormsPropertyHandler();
34 void createRegistryInfo_EditPropertyHandler();
35 void createRegistryInfo_EventHandler();
36 void createRegistryInfo_FormComponentPropertyHandler();
37 void createRegistryInfo_FormController();
38 void createRegistryInfo_FormGeometryHandler();
39 void createRegistryInfo_GenericPropertyHandler();
40 void createRegistryInfo_MasterDetailLinkDialog();
41 void createRegistryInfo_OControlFontDialog();
42 void createRegistryInfo_OPropertyBrowserController();
43 void createRegistryInfo_OTabOrderDialog();
44 void createRegistryInfo_ObjectInspectorModel();
45 void createRegistryInfo_StringRepresentation();
46 void createRegistryInfo_SubmissionPropertyHandler();
47 void createRegistryInfo_XSDValidationPropertyHandler();
51 #endif
53 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */