Searched refs:ImplName (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/toolkit/source/helper/ |
H A D | registerservices.cxx | 117 #define IMPL_CREATEINSTANCE( ImplName ) \ argument 118 …::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL ImplName##_CreateIn… 119 …r::uno::Reference < ::com::sun::star::uno::XInterface >( ( ::cppu::OWeakObject* ) new ImplName ); } 121 #define IMPL_CREATEINSTANCE2( ImplName ) \ argument 122 …::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL ImplName##_CreateIn… 123 …ence < ::com::sun::star::uno::XInterface >( ( ::cppu::OWeakObject* ) new ImplName( i_factory ) ); } 125 #define IMPL_CREATE_INSTANCE_WITH_GEOMETRY( ImplName ) \ argument 126 …::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL ImplName##_CreateIn… 128 …:uno::XInterface >( ( ::cppu::OWeakObject* ) new OGeometryControlModel< ImplName >( i_factory ) );… 139 #define GET_FACTORY( ImplName, ServiceName1, ServiceName2 ) \ argument [all …]
|
/aoo41x/main/ucbhelper/inc/ucbhelper/ |
H A D | macros.hxx | 615 #define XSERVICEINFO_COMMOM_IMPL( Class, ImplName ) \ argument 624 return ImplName; \ 702 #define XSERVICEINFO_NOFACTORY_IMPL_0( Class, ImplName ) \ argument 703 XSERVICEINFO_COMMOM_IMPL( Class, ImplName ) \ 709 #define XSERVICEINFO_NOFACTORY_IMPL_1( Class, ImplName, Service1 ) \ argument 710 XSERVICEINFO_COMMOM_IMPL( Class, ImplName ) \ 723 #define XSERVICEINFO_IMPL_0( Class, ImplName ) \ argument 724 XSERVICEINFO_COMMOM_IMPL( Class, ImplName ) \ 731 #define XSERVICEINFO_IMPL_1( Class, ImplName, Service1 ) \ argument 732 XSERVICEINFO_COMMOM_IMPL( Class, ImplName ) \
|
/aoo41x/main/i18npool/source/registerservices/ |
H A D | registerservices.cxx | 88 #define IMPL_CREATEINSTANCE( ImplName ) \ argument 90 SAL_CALL ImplName##_CreateInstance( \ 96 new ImplName ); \ 99 #define IMPL_CREATEINSTANCE_MSF( ImplName ) \ argument 101 SAL_CALL ImplName##_CreateInstance( \ 107 new ImplName( rxMSF ) ); \
|
/aoo41x/main/svtools/source/uno/ |
H A D | miscservices.cxx | 60 #define DECLARE_CREATEINSTANCE( ImplName ) \ argument 61 …Reference< XInterface > SAL_CALL ImplName##_CreateInstance( const Reference< XMultiServiceFactory … 64 #define DECLARE_CREATEINSTANCE_NAMESPACE( nmspe, ImplName ) \ argument 66 …Reference< XInterface > SAL_CALL ImplName##_CreateInstance( const Reference< XMultiServiceFactory …
|
/aoo41x/main/svx/source/form/ |
H A D | fmservs.cxx | 32 #define DECL_SERVICE(ImplName) \ argument 33 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL ImplName##_NewInstan… 35 #define REGISTER_SERVICE(ImplName, ServiceName) \ argument 38 ::rtl::OUString(), ImplName##_NewInstance_Impl, \
|
/aoo41x/main/toolkit/inc/toolkit/helper/ |
H A D | macros.hxx | 238 #define DECLIMPL_SERVICEINFO_DERIVED( ImplName, BaseClass, ServiceName ) \ argument 239 …o::RuntimeException) { return ::rtl::OUString::createFromAscii( "stardiv.Toolkit." #ImplName ); } \ 250 #define DECLIMPL_SERVICEINFO( ImplName, ServiceName ) \ argument 251 …o::RuntimeException) { return ::rtl::OUString::createFromAscii( "stardiv.Toolkit." #ImplName ); } \
|
/aoo41x/main/svl/source/uno/ |
H A D | registerservices.cxx | 41 #define DECLARE_CREATEINSTANCE( ImplName ) \ argument 42 …Reference< css::uno::XInterface > SAL_CALL ImplName##_CreateInstance( const Reference< css::lang::…
|
/aoo41x/main/chart2/source/inc/ |
H A D | ServiceMacros.hxx | 63 #define APPHELPER_XSERVICEINFO_IMPL( Class, ImplName ) \ argument 72 return ImplName; \
|
/aoo41x/main/forms/source/inc/ |
H A D | FormComponent.hxx | 100 #define IMPLEMENTATION_NAME(ImplName) \ argument 102 …tring::createFromAscii("com.sun.star.comp.forms.") + ::rtl::OUString::createFromAscii(#ImplName); }
|
/aoo41x/main/toolkit/source/controls/ |
H A D | unocontrols.cxx | 78 #define IMPL_SERVICEINFO_DERIVED( ImplName, BaseClass, ServiceName ) \ argument 79 …ImplName::getImplementationName( ) throw(::com::sun::star::uno::RuntimeException) { return ::rtl:… 80 …::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL ImplName::getSupportedServiceNames() t…
|
Completed in 67 milliseconds