registerservices.cxx (b0724fc6) registerservices.cxx (9ecc082c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 32 unchanged lines hidden (view full) ---

41#include <toolkit/controls/unocontrolcontainermodel.hxx>
42#include <toolkit/controls/stdtabcontroller.hxx>
43#include <toolkit/controls/stdtabcontrollermodel.hxx>
44#include <toolkit/controls/formattedcontrol.hxx>
45#include <toolkit/controls/roadmapcontrol.hxx>
46#include <toolkit/controls/tkscrollbar.hxx>
47#include "toolkit/controls/tkspinbutton.hxx"
48#include <toolkit/controls/tksimpleanimation.hxx>
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 32 unchanged lines hidden (view full) ---

41#include <toolkit/controls/unocontrolcontainermodel.hxx>
42#include <toolkit/controls/stdtabcontroller.hxx>
43#include <toolkit/controls/stdtabcontrollermodel.hxx>
44#include <toolkit/controls/formattedcontrol.hxx>
45#include <toolkit/controls/roadmapcontrol.hxx>
46#include <toolkit/controls/tkscrollbar.hxx>
47#include "toolkit/controls/tkspinbutton.hxx"
48#include <toolkit/controls/tksimpleanimation.hxx>
49#include <toolkit/controls/tkthrobber.hxx>
50#include <toolkit/controls/animatedimages.hxx>
51#include <toolkit/controls/spinningprogress.hxx>
52#include <toolkit/controls/dialogcontrol.hxx>
53#include <toolkit/controls/tabpagemodel.hxx>
54#include <toolkit/controls/tabpagecontainer.hxx>
55#include "toolkit/dllapi.h"
56#include <com/sun/star/beans/XPropertySet.hpp>
57#include <com/sun/star/uno/XComponentContext.hpp>

--- 136 unchanged lines hidden (view full) ---

194IMPL_CREATEINSTANCE( VCLXMenuBar )
195IMPL_CREATEINSTANCE( VCLXPointer )
196IMPL_CREATEINSTANCE( VCLXPopupMenu )
197IMPL_CREATEINSTANCE( VCLXPrinterServer )
198IMPL_CREATEINSTANCE2( UnoRoadmapControl )
199IMPL_CREATEINSTANCE2( UnoControlRoadmapModel )
200IMPL_CREATEINSTANCE2( UnoSimpleAnimationControl )
201IMPL_CREATEINSTANCE2( UnoSimpleAnimationControlModel )
49#include <toolkit/controls/animatedimages.hxx>
50#include <toolkit/controls/spinningprogress.hxx>
51#include <toolkit/controls/dialogcontrol.hxx>
52#include <toolkit/controls/tabpagemodel.hxx>
53#include <toolkit/controls/tabpagecontainer.hxx>
54#include "toolkit/dllapi.h"
55#include <com/sun/star/beans/XPropertySet.hpp>
56#include <com/sun/star/uno/XComponentContext.hpp>

--- 136 unchanged lines hidden (view full) ---

193IMPL_CREATEINSTANCE( VCLXMenuBar )
194IMPL_CREATEINSTANCE( VCLXPointer )
195IMPL_CREATEINSTANCE( VCLXPopupMenu )
196IMPL_CREATEINSTANCE( VCLXPrinterServer )
197IMPL_CREATEINSTANCE2( UnoRoadmapControl )
198IMPL_CREATEINSTANCE2( UnoControlRoadmapModel )
199IMPL_CREATEINSTANCE2( UnoSimpleAnimationControl )
200IMPL_CREATEINSTANCE2( UnoSimpleAnimationControlModel )
202IMPL_CREATEINSTANCE2( UnoThrobberControl )
203IMPL_CREATEINSTANCE2( UnoThrobberControlModel )
204IMPL_CREATEINSTANCE2( UnoControlTabPage )
205IMPL_CREATEINSTANCE2( UnoControlTabPageModel )
206IMPL_CREATEINSTANCE2( UnoControlTabPageContainer )
207IMPL_CREATEINSTANCE2( UnoControlTabPageContainerModel )
208IMPL_CREATEINSTANCE2( AnimatedImagesControl )
209IMPL_CREATEINSTANCE2( AnimatedImagesControlModel )
210IMPL_CREATEINSTANCE2( SpinningProgressControlModel )
211

--- 86 unchanged lines hidden (view full) ---

298 GET_FACTORY( UnoControlRoadmapModel, szServiceName_UnoControlRoadmapModel, szServiceName2_UnoControlRoadmapModel )
299 GET_FACTORY( UnoSpinButtonModel, szServiceName_UnoSpinButtonModel, NULL )
300 GET_FACTORY( UnoSpinButtonControl, szServiceName_UnoSpinButtonControl, NULL )
301 GET_FACTORY( TreeControl, szServiceName_TreeControl, NULL )
302 GET_FACTORY( TreeControlModel, szServiceName_TreeControlModel, NULL )
303 GET_FACTORY( MutableTreeDataModel, szServiceName_MutableTreeDataModel, NULL )
304 GET_FACTORY( UnoSimpleAnimationControlModel, szServiceName_UnoSimpleAnimationControlModel, szServiceName2_UnoSimpleAnimationControlModel )
305 GET_FACTORY( UnoSimpleAnimationControl, szServiceName_UnoSimpleAnimationControl, szServiceName2_UnoSimpleAnimationControl )
201IMPL_CREATEINSTANCE2( UnoControlTabPage )
202IMPL_CREATEINSTANCE2( UnoControlTabPageModel )
203IMPL_CREATEINSTANCE2( UnoControlTabPageContainer )
204IMPL_CREATEINSTANCE2( UnoControlTabPageContainerModel )
205IMPL_CREATEINSTANCE2( AnimatedImagesControl )
206IMPL_CREATEINSTANCE2( AnimatedImagesControlModel )
207IMPL_CREATEINSTANCE2( SpinningProgressControlModel )
208

--- 86 unchanged lines hidden (view full) ---

295 GET_FACTORY( UnoControlRoadmapModel, szServiceName_UnoControlRoadmapModel, szServiceName2_UnoControlRoadmapModel )
296 GET_FACTORY( UnoSpinButtonModel, szServiceName_UnoSpinButtonModel, NULL )
297 GET_FACTORY( UnoSpinButtonControl, szServiceName_UnoSpinButtonControl, NULL )
298 GET_FACTORY( TreeControl, szServiceName_TreeControl, NULL )
299 GET_FACTORY( TreeControlModel, szServiceName_TreeControlModel, NULL )
300 GET_FACTORY( MutableTreeDataModel, szServiceName_MutableTreeDataModel, NULL )
301 GET_FACTORY( UnoSimpleAnimationControlModel, szServiceName_UnoSimpleAnimationControlModel, szServiceName2_UnoSimpleAnimationControlModel )
302 GET_FACTORY( UnoSimpleAnimationControl, szServiceName_UnoSimpleAnimationControl, szServiceName2_UnoSimpleAnimationControl )
306 GET_FACTORY( UnoThrobberControlModel, szServiceName_UnoThrobberControlModel, szServiceName2_UnoThrobberControlModel )
307 GET_FACTORY( UnoThrobberControl, szServiceName_UnoThrobberControl, szServiceName2_UnoThrobberControl )
308 GET_FACTORY( UnoFixedHyperlinkControl, szServiceName_UnoControlFixedHyperlink, NULL )
309 GET_FACTORY( UnoControlFixedHyperlinkModel, szServiceName_UnoControlFixedHyperlinkModel, NULL )
310 GET_FACTORY( GridControl, szServiceName_GridControl, NULL );
311 GET_FACTORY( GridControlModel, szServiceName_GridControlModel, NULL );
312 GET_FACTORY( DefaultGridDataModel, szServiceName_DefaultGridDataModel, NULL );
313 GET_FACTORY( DefaultGridColumnModel, szServiceName_DefaultGridColumnModel, NULL );
314 GET_FACTORY_WITH_IMPL_PREFIX( GridColumn, "org.openoffice.comp.toolkit", szServiceName_GridColumn, NULL );
315 GET_FACTORY_WITH_IMPL_PREFIX( SortableGridDataModel, "org.openoffice.comp.toolkit", szServiceName_SortableGridDataModel, NULL );

--- 19 unchanged lines hidden ---
303 GET_FACTORY( UnoFixedHyperlinkControl, szServiceName_UnoControlFixedHyperlink, NULL )
304 GET_FACTORY( UnoControlFixedHyperlinkModel, szServiceName_UnoControlFixedHyperlinkModel, NULL )
305 GET_FACTORY( GridControl, szServiceName_GridControl, NULL );
306 GET_FACTORY( GridControlModel, szServiceName_GridControlModel, NULL );
307 GET_FACTORY( DefaultGridDataModel, szServiceName_DefaultGridDataModel, NULL );
308 GET_FACTORY( DefaultGridColumnModel, szServiceName_DefaultGridColumnModel, NULL );
309 GET_FACTORY_WITH_IMPL_PREFIX( GridColumn, "org.openoffice.comp.toolkit", szServiceName_GridColumn, NULL );
310 GET_FACTORY_WITH_IMPL_PREFIX( SortableGridDataModel, "org.openoffice.comp.toolkit", szServiceName_SortableGridDataModel, NULL );

--- 19 unchanged lines hidden ---