1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: registertemp.cxx,v $
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 // MARKER(update_precomp.py): autogen include statement, do not remove
32 #include "precompiled_framework.hxx"
33 //_________________________________________________________________________________________________________________
34 // includes of my own project
35 //_________________________________________________________________________________________________________________
36 #include <macros/registration.hxx>
38 /*=================================================================================================================
39 Add new include and new register info to for new services.
43 #ifndef __YOUR_SERVICE_1_HXX_
44 #include <service1.hxx>
47 #ifndef __YOUR_SERVICE_2_HXX_
48 #include <service2.hxx>
51 COMPONENTGETIMPLEMENTATIONENVIRONMENT
53 COMPONENTWRITEINFO ( COMPONENTINFO( Service1 )
54 COMPONENTINFO( Service2 )
57 COMPONENTGETFACTORY ( IFFACTORIE( Service1 )
59 IFFACTORIE( Service2 )
61 =================================================================================================================*/
62 #include <services/mediatypedetectionhelper.hxx>
63 #include <dispatch/mailtodispatcher.hxx>
64 #include <dispatch/oxt_handler.hxx>
65 #include <dispatch/popupmenudispatcher.hxx>
66 #include <dispatch/servicehandler.hxx>
67 #include <services/dispatchhelper.hxx>
68 #include <recording/dispatchrecorder.hxx>
69 #include <recording/dispatchrecordersupplier.hxx>
70 #include <services/license.hxx>
71 #include <services/uriabbreviation.hxx>
72 #include <uielement/simpletextstatusbarcontroller.hxx>
73 #include <uielement/logoimagestatusbarcontroller.hxx>
74 #include <uielement/logotextstatusbarcontroller.hxx>
75 #include <services/tabwindowservice.hxx>
76 #include <uielement/fontmenucontroller.hxx>
77 #include <uielement/fontsizemenucontroller.hxx>
78 #include <uielement/footermenucontroller.hxx>
79 #include <uielement/headermenucontroller.hxx>
80 #include <uielement/langselectionmenucontroller.hxx>
81 #include <uielement/macrosmenucontroller.hxx>
82 #include <uielement/newmenucontroller.hxx>
83 #include <uielement/toolbarsmenucontroller.hxx>
85 COMPONENTGETIMPLEMENTATIONENVIRONMENT
87 COMPONENTWRITEINFO ( COMPONENTINFO( ::framework::MediaTypeDetectionHelper
)
88 COMPONENTINFO( ::framework::MailToDispatcher
)
89 COMPONENTINFO( ::framework::NewMenuController
)
90 COMPONENTINFO( ::framework::ToolbarsMenuController
)
91 COMPONENTINFO( ::framework::MacrosMenuController
)
92 COMPONENTINFO( ::framework::FontSizeMenuController
)
93 COMPONENTINFO( ::framework::HeaderMenuController
)
94 COMPONENTINFO( ::framework::FooterMenuController
)
95 COMPONENTINFO( ::framework::FontMenuController
)
96 COMPONENTINFO( ::framework::ServiceHandler
)
97 COMPONENTINFO( ::framework::LogoImageStatusbarController
)
98 COMPONENTINFO( ::framework::LogoTextStatusbarController
)
99 COMPONENTINFO( ::framework::SimpleTextStatusbarController
)
100 COMPONENTINFO( ::framework::UriAbbreviation
)
101 COMPONENTINFO( ::framework::LanguageSelectionMenuController
)
102 COMPONENTINFO( ::framework::PopupMenuDispatcher
)
103 COMPONENTINFO( ::framework::DispatchHelper
)
104 COMPONENTINFO( ::framework::TabWindowService
)
105 COMPONENTINFO( ::framework::DispatchRecorder
)
106 COMPONENTINFO( ::framework::DispatchRecorderSupplier
)
107 COMPONENTINFO( ::framework::Oxt_Handler
)
108 COMPONENTINFO( ::framework::License
)
111 COMPONENTGETFACTORY ( IFFACTORY( ::framework::MediaTypeDetectionHelper
)
112 IFFACTORY( ::framework::MailToDispatcher
) else
113 IFFACTORY( ::framework::ServiceHandler
) else
114 IFFACTORY( ::framework::LogoTextStatusbarController
) else
115 IFFACTORY( ::framework::LogoImageStatusbarController
) else
116 IFFACTORY( ::framework::License
) else
117 IFFACTORY( ::framework::PopupMenuDispatcher
) else
118 IFFACTORY( ::framework::DispatchHelper
) else
119 IFFACTORY( ::framework::TabWindowService
) else
120 IFFACTORY( ::framework::DispatchRecorder
) else
121 IFFACTORY( ::framework::DispatchRecorderSupplier
) else
122 IFFACTORY( ::framework::SimpleTextStatusbarController
) else
123 IFFACTORY( ::framework::ToolbarsMenuController
) else
124 IFFACTORY( ::framework::FontMenuController
) else
125 IFFACTORY( ::framework::MacrosMenuController
) else
126 IFFACTORY( ::framework::NewMenuController
) else
127 IFFACTORY( ::framework::FontSizeMenuController
) else
128 IFFACTORY( ::framework::UriAbbreviation
) else
129 IFFACTORY( ::framework::FooterMenuController
) else
130 IFFACTORY( ::framework::HeaderMenuController
) else
131 IFFACTORY( ::framework::LanguageSelectionMenuController
) else
132 IFFACTORY( ::framework::Oxt_Handler
)