update dev300-m58
[ooovba.git] / forms / source / xforms / xforms_services.hxx
blob4f952817b7b2d875b656700e64f9ce45ae1c0a63
3 namespace com { namespace sun { namespace star {
4 namespace uno { class XInterface; }
5 namespace uno { template<class T> class Reference<T>; }
6 namespace uno { class RuntimeException; }
7 namespace lang { class XMultiServiceFactory; }
8 } } }
11 namespace frm
13 com::sun::star::uno::Reference<com::sun::star::uno::XInterface>
14 SAL_CALL Binding_CreateInstance(
15 const com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory>& _rxFactory)
16 throw( com::sun::star::uno::RuntimeException );
18 com::sun::star::uno::Reference<com::sun::star::uno::XInterface>
19 SAL_CALL Model_CreateInstance(
20 const com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory>& _rxFactory)
21 throw( com::sun::star::uno::RuntimeException );
23 com::sun::star::uno::Reference<com::sun::star::uno::XInterface>
24 SAL_CALL XForms_CreateInstance(
25 const com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory>& _rxFactory)
26 throw( com::sun::star::uno::RuntimeException );