Home
last modified time | relevance | path

Searched refs:ImplName (Results 1 – 10 of 10) sorted by path

/trunk/main/chart2/source/inc/
H A DServiceMacros.hxx63 #define APPHELPER_XSERVICEINFO_IMPL( Class, ImplName ) \ argument
72 return ImplName; \
/trunk/main/forms/source/inc/
H A DFormComponent.hxx100 #define IMPLEMENTATION_NAME(ImplName) \ argument
102 …tring::createFromAscii("com.sun.star.comp.forms.") + ::rtl::OUString::createFromAscii(#ImplName); }
/trunk/main/i18npool/source/registerservices/
H A Dregisterservices.cxx88 #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 ) ); \
/trunk/main/svl/source/uno/
H A Dregisterservices.cxx41 #define DECLARE_CREATEINSTANCE( ImplName ) \ argument
42 …Reference< css::uno::XInterface > SAL_CALL ImplName##_CreateInstance( const Reference< css::lang::…
/trunk/main/svtools/source/uno/
H A Dmiscservices.cxx60 #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 …
/trunk/main/svx/source/form/
H A Dfmservs.cxx32 #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, \
/trunk/main/toolkit/inc/toolkit/helper/
H A Dmacros.hxx238 #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 ); } \
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx78 #define IMPL_SERVICEINFO_DERIVED( ImplName, BaseClass, ServiceName ) \ argument
79ImplName::getImplementationName( ) throw(::com::sun::star::uno::RuntimeException) { return ::rtl:…
80 …::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL ImplName::getSupportedServiceNames() t…
/trunk/main/toolkit/source/helper/
H A Dregisterservices.cxx117 #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 …]
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dmacros.hxx615 #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 ) \

Completed in 69 milliseconds