Home
last modified time | relevance | path

Searched refs:classname (Results 1 – 25 of 121) sorted by relevance

12345

/trunk/main/unodevtools/source/skeletonmaker/
H A Dcppcompskeleton.cxx145 const OString & classname, in generateCompHelperDefinition() argument
174 << classname << "(context));\n}\n\n"; in generateCompHelperDefinition()
208 const OString & classname, in generateXPropertySetBodies() argument
214 << classname << "getPropertySetInfo() throw (" in generateXPropertySetBodies()
219 o << "void SAL_CALL " << classname << "setPropertyValue(const ::rtl::OUString" in generateXPropertySetBodies()
227 o << "css::uno::Any SAL_CALL " << classname << "getPropertyValue(const " in generateXPropertySetBodies()
233 o << "void SAL_CALL " << classname << "addPropertyChangeListener(const " in generateXPropertySetBodies()
241 o << "void SAL_CALL " << classname << "removePropertyChangeListener(const " in generateXPropertySetBodies()
249 o << "void SAL_CALL " << classname << "addVetoableChangeListener(const " in generateXPropertySetBodies()
257 o << "void SAL_CALL " << classname << "removeVetoableChangeListener(const " in generateXPropertySetBodies()
[all …]
H A Dcpptypemaker.cxx347 const OString & classname,
350 const OString & classname,
353 const OString & classname,
356 void generateXAddInBodies(std::ostream& o, const OString & classname);
358 void generateXLocalizable(std::ostream& o, const OString & classname);
360 void generateXCompatibilityNamesBodies(std::ostream& o, const OString & classname);
362 void generateXInitialization(std::ostream& o, const OString & classname);
365 const OString & classname,
369 const OString & classname,
376 OString const & delegate, OString const & classname, in printMethods() argument
[all …]
H A Djavacompskeleton.cxx87 void generateCompFunctions(std::ostream & o, const OString & classname) in generateCompFunctions() argument
94 << classname << ".class, m_serviceNames);\n" in generateCompFunctions()
593 TypeManager const & manager, const OString & classname, in generateAddinConstructorAndHelper() argument
602 o << "\n public " << classname << "( XComponentContext context )\n" in generateAddinConstructorAndHelper()
638 o << "\n public " << classname << "( XComponentContext context )\n {\n" in generateAddinConstructorAndHelper()
739 const OString & classname, in generateClassDefinition() argument
746 o << "\n\npublic final class " << classname << " extends "; in generateClassDefinition()
781 << classname << ".class.getName();\n"; in generateClassDefinition()
828 generateAddinConstructorAndHelper(o, options, manager, classname, in generateClassDefinition()
831 o << "\n public " << classname << "( XComponentContext context )\n" in generateClassDefinition()
[all …]
/trunk/main/dbaccess/source/inc/
H A Dapitools.hxx88 #define IMPLEMENT_SERVICE_INFO_IMPLNAME(classname, implasciiname) \ argument
89 …::rtl::OUString SAL_CALL classname::getImplementationName( ) throw (::com::sun::star::uno::Runtim…
94 #define IMPLEMENT_SERVICE_INFO_IMPLNAME_STATIC(classname, implasciiname) \ argument
95 …::rtl::OUString SAL_CALL classname::getImplementationName( ) throw (::com::sun::star::uno::Runtim…
99 …::rtl::OUString SAL_CALL classname::getImplementationName_Static( ) throw (::com::sun::star::uno:…
104 #define IMPLEMENT_SERVICE_INFO_SUPPORTS(classname) \ argument
105 …sal_Bool SAL_CALL classname::supportsService( const ::rtl::OUString& _rServiceName ) throw(::com::…
116 #define IMPLEMENT_SERVICE_INFO_GETSUPPORTED1(classname, serviceasciiname) \ argument
117 …::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL classname::getSupportedServiceNames( …
124 #define IMPLEMENT_SERVICE_INFO_GETSUPPORTED1_STATIC(classname, serviceasciiname) \ argument
[all …]
/trunk/main/fpicker/source/aqua/
H A DCFStringUtilities.hxx54 inline void DBG_PRINT_ENTRY(const char * classname, const char * methodname) { in DBG_PRINT_ENTRY() argument
55 OSL_TRACE(">>> %s::%s", classname, methodname); in DBG_PRINT_ENTRY()
58 inline void DBG_PRINT_ENTRY(const char * classname, const char * methodname, const char* param1, co… in DBG_PRINT_ENTRY() argument
59 OSL_TRACE(">>> %s::%s%s%s = %s", classname, methodname, PARAMFILLER, param1, value1); in DBG_PRINT_ENTRY()
62 inline void DBG_PRINT_ENTRY(const char * classname, const char * methodname, const char* param1, co… in DBG_PRINT_ENTRY() argument
63 …OSL_TRACE(">>> %s::%s%s%s = %s", classname, methodname, PARAMFILLER, param1, OUStringToOString(val… in DBG_PRINT_ENTRY()
66 inline void DBG_PRINT_ENTRY(const char * classname, const char * methodname, const char* param1, co… in DBG_PRINT_ENTRY() argument
67 OSL_TRACE(">>> %s::%s%s%s =", classname, methodname, PARAMFILLER, param1); in DBG_PRINT_ENTRY()
73 inline void DBG_PRINT_ENTRY(const char * classname, const char * methodname, const char* param1, co… in DBG_PRINT_ENTRY() argument
74 OSL_TRACE(">>> %s::%s%s%s =", classname, methodname, PARAMFILLER, param1); in DBG_PRINT_ENTRY()
[all …]
/trunk/main/dbaccess/source/ui/inc/
H A Dsbamultiplex.hxx122 #define BEGIN_DECLARE_LISTENER_MULTIPLEXER(classname, listenerclass) \ argument
123 class classname \
129 classname( ::cppu::OWeakObject& rSource, \
131 DECLARE_UNO3_DEFAULTS(classname, OSbaWeakSubObject); \
155 #define IMPLEMENT_LISTENER_MULTIPLEXER_CORE(classname, listenerclass) \ argument
158 classname::classname(::cppu::OWeakObject& rSource, ::osl::Mutex& _rMutex) \
164 ::com::sun::star::uno::Any SAL_CALL classname::queryInterface( \
178 …void SAL_CALL classname::disposing(const ::com::sun::star::lang::EventObject& ) throw(::com::sun::…
183 …#define IMPLEMENT_LISTENER_MULTIPLEXER_VOID_METHOD(classname, listenerclass, methodname, eventtype… argument
184 …void SAL_CALL classname::methodname(const eventtype& e) throw (::com::sun::star::uno::RuntimeExcep…
[all …]
/trunk/main/forms/source/inc/
H A Dforms_module.hxx210 #define DECLARE_SERVICE_REGISTRATION( classname ) \ argument
218 friend class OOneInstanceAutoRegistration< classname >; \
219 friend class OMultiInstanceAutoRegistration< classname >; \
221 #define IMPLEMENT_SERVICE_REGISTRATION_BASE( classname, baseclass ) \ argument
223 ::rtl::OUString SAL_CALL classname::getImplementationName( ) throw ( RuntimeException ) \
226 …Sequence< ::rtl::OUString > SAL_CALL classname::getSupportedServiceNames( ) throw (RuntimeExcepti…
234 ::rtl::OUString SAL_CALL classname::getImplementationName_Static() \
235 …{ return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.forms."#classname ) ); }…
237 …Reference< XInterface > SAL_CALL classname::Create( const Reference< XMultiServiceFactory >& _rxFa…
238 { return static_cast< XServiceInfo* >( new classname( _rxFactory ) ); } \
[all …]
H A DFormComponent.hxx541 #define DECLARE_DEFAULT_DTOR( classname ) \ argument
542 ~classname() \
545 #define DECLARE_DEFAULT_CLONE_CTOR( classname ) \ argument
546 classname( \
547 const classname* _pOriginal, \
552 #define DECLARE_DEFAULT_XTOR( classname ) \ argument
553 classname( \
558 DECLARE_DEFAULT_CLONE_CTOR( classname ) \
559 DECLARE_DEFAULT_DTOR( classname ) \
562 #define DECLARE_DEFAULT_BOUND_XTOR( classname ) \ argument
[all …]
/trunk/main/comphelper/inc/comphelper/
H A Dstl_types.hxx249 #define DECLARE_STL_ITERATORS(classname) \ argument
250 typedef classname::iterator classname##Iterator; \
251 typedef classname::const_iterator Const##classname##Iterator \
253 #define DECLARE_STL_MAP(keytype, valuetype, comparefct, classname) \ argument
254 typedef std::map< keytype, valuetype, comparefct > classname; \
255 DECLARE_STL_ITERATORS(classname) \
257 #define DECLARE_STL_STDKEY_MAP(keytype, valuetype, classname) \ argument
258 DECLARE_STL_MAP(keytype, valuetype, std::less< keytype >, classname) \
260 #define DECLARE_STL_VECTOR(valuetyp, classname) \ argument
261 typedef std::vector< valuetyp > classname; \
[all …]
H A Duno3.hxx48 #define DECLARE_UNO3_DEFAULTS(classname, baseclass) \ argument
56 #define DECLARE_UNO3_AGG_DEFAULTS(classname, baseclass) \ argument
85 #define DECLARE_UNO3_XCOMPONENT_DEFAULTS(classname, baseclass, implhelper) \ argument
127 #define DECLARE_UNO3_XCOMPONENT_AGG_DEFAULTS(classname, baseclass, implhelper) \ argument
159 #define IMPLEMENT_FORWARD_REFCOUNT( classname, refcountbase ) \ argument
160 void SAL_CALL classname::acquire() throw() { refcountbase::acquire(); } \
161 void SAL_CALL classname::release() throw() { refcountbase::release(); }
163 #define IMPLEMENT_FORWARD_XINTERFACE2( classname, refcountbase, baseclass2 ) \ argument
164 IMPLEMENT_FORWARD_REFCOUNT( classname, refcountbase ) \
165 …::com::sun::star::uno::Any SAL_CALL classname::queryInterface( const ::com::sun::star::uno::Type& …
[all …]
H A Dservicehelper.hxx41 #define UNO3_GETIMPLEMENTATION_DECL( classname ) \ argument
43 …static classname* getImplementation( const ::com::sun::star::uno::Reference< ::com::sun::star::uno…
46 #define UNO3_GETIMPLEMENTATION_BASE_IMPL( classname ) \ argument
47 const ::com::sun::star::uno::Sequence< sal_Int8 > & classname::getUnoTunnelId() throw() \
63 classname* classname::getImplementation( const uno::Reference< uno::XInterface >& xInt ) \
67 …return reinterpret_cast<classname*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething( classname:…
72 #define UNO3_GETIMPLEMENTATION_IMPL( classname )\ argument
73 UNO3_GETIMPLEMENTATION_BASE_IMPL(classname)\
74 sal_Int64 SAL_CALL classname::getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& rId …
84 #define UNO3_GETIMPLEMENTATION2_IMPL( classname, baseclass )\ argument
[all …]
/trunk/main/unotools/inc/unotools/
H A Didhelper.hxx105 #define DECLARE_IMPLEMENTATIONID_HELPER(_namespace, classname) \ argument
107 class classname \
109 friend class classname##Ref; \
126 classname() { } \
130 class classname##Ref \
133 classname##Ref() { classname::acquire(); } \
134 ~classname##Ref() { classname::release(); } \
146 #define IMPLEMENT_IMPLEMENTATIONID_HELPER(_namespace, classname) \ argument
151 sal_Int32 classname::s_nReferenced(0); \
152 void* classname::s_pMap = NULL; \
[all …]
/trunk/main/forms/source/xforms/
H A Ddatatypes.hxx146 #define DECLARE_DEFAULT_CLONING( classname ) \ argument
149 void initializeTypedClone( const classname& _rCloneSource );
151 #define IMPLEMENT_DEFAULT_CLONING( classname, baseclass ) \ argument
152 OXSDDataType* classname::createClone( const ::rtl::OUString& _rName ) const \
154 return new classname( _rName ); \
156 void classname::initializeClone( const OXSDDataType& _rCloneSource ) \
159 initializeTypedClone( static_cast< const classname& >( _rCloneSource ) ); \
162 #define IMPLEMENT_DEFAULT_TYPED_CLONING( classname, baseclass ) \ argument
163 OXSDDataType* classname::createClone( const ::rtl::OUString& _rName ) const \
165 return new classname( _rName, getTypeClass() ); \
[all …]
H A Ddatatypes.cxx772 #define DEFAULT_IMPLEMNENT_SUBTYPE( classname, typeclass ) \ argument
773 classname::classname( const ::rtl::OUString& _rName ) \
774 :classname##_Base( _rName, DataTypeClass::typeclass ) \
778 IMPLEMENT_DEFAULT_CLONING( classname, classname##_Base ) \
780 void classname::initializeTypedClone( const classname& /*_rCloneSource*/ ) \
/trunk/main/toolkit/source/awt/
H A Dforward.hxx29 #define IMPLEMENT_FORWARD_XTYPEPROVIDER1( classname, baseclass ) \ argument
30 …::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL classname::getTypes( ) th…
32 IMPLEMENT_GET_IMPLEMENTATION_ID( classname )
34 #define IMPLEMENT_2_FORWARD_XINTERFACE1( classname, refcountbase1, refcountbase2 ) \ argument
35 …void SAL_CALL classname::acquire() throw() { refcountbase1::acquire(); refcountbase2::acquire(); }…
36 …void SAL_CALL classname::release() throw() { refcountbase1::release(); refcountbase2::release(); }…
37 …::com::sun::star::uno::Any SAL_CALL classname::queryInterface( const ::com::sun::star::uno::Type& …
47 #define IMPLEMENT_2_FORWARD_XINTERFACE2( classname, refcountbase1, refcountbase2, baseclass3 ) \ argument
48 …void SAL_CALL classname::acquire() throw() { refcountbase1::acquire(); refcountbase2::acquire(); }…
49 …void SAL_CALL classname::release() throw() { refcountbase1::release(); refcountbase2::release(); }…
[all …]
/trunk/main/xmloff/source/transform/
H A DXMLFilterRegistration.cxx33 #define DECLARE_SERVICE( classname ) \ argument
34 extern ::rtl::OUString SAL_CALL classname##_getImplementationName() throw(); \
35 …extern uno::Sequence< ::rtl::OUString > SAL_CALL classname##_getSupportedServiceNames() throw(); …
36 extern uno::Reference< uno::XInterface > SAL_CALL classname##_createInstance( \
39 #define ENUMERATE_SERVICE( classname ) \ argument
40 …{ classname##_getImplementationName, classname##_getSupportedServiceNames, classname##_createInsta…
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelperinterface.hxx143 #define VBAHELPER_IMPL_GETSERVICEIMPLNAME( classname ) \ argument
144 ::rtl::OUString& classname::getServiceImplName() \
146 …static ::rtl::OUString saImplName = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( #classname ) ); \
155 #define VBAHELPER_IMPL_GETSERVICENAMES( classname, servicename ) \ argument
156 css::uno::Sequence< ::rtl::OUString > classname::getServiceNames() \
183 #define VBAHELPER_IMPL_XHELPERINTERFACE( classname, servicename ) \ argument
184 VBAHELPER_IMPL_GETSERVICEIMPLNAME( classname ) \
185 VBAHELPER_IMPL_GETSERVICENAMES( classname, servicename )
/trunk/main/xmloff/source/core/
H A Dfacreg.cxx166 #define SINGLEFACTORY(classname)\ argument
167 if( classname##_getImplementationName().equalsAsciiL( pImplName, nImplNameLen ) )\
170 classname##_getImplementationName(),\
171 classname##_createInstance,\
172 classname##_getSupportedServiceNames() );\
/trunk/main/extensions/source/propctrlr/
H A Dpcrcommon.hxx129 #define IMPLEMENT_FORWARD_XCOMPONENT( classname, baseclass ) \ argument
130 void SAL_CALL classname::dispose( ) throw (::com::sun::star::uno::RuntimeException) \
134 …void SAL_CALL classname::addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::sta…
138 …void SAL_CALL classname::removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::…
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DOSubComponent.hxx215 #define IMPLEMENT_SERVICE_INFO(classname, implasciiname, serviceasciiname) \ argument
216 …::rtl::OUString SAL_CALL classname::getImplementationName( ) throw (::com::sun::star::uno::Runtim…
220 …::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL classname::getSupportedServiceNames( …
226 …sal_Bool SAL_CALL classname::supportsService( const ::rtl::OUString& _rServiceName ) throw(::com::…
/trunk/main/mysqlc/source/
H A Dmysqlc_subcomponent.hxx222 #define IMPLEMENT_SERVICE_INFO(classname, implasciiname, serviceasciiname) \ argument
223 …::rtl::OUString SAL_CALL classname::getImplementationName() throw (::com::sun::star::uno::RuntimeE…
227 …::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL classname::getSupportedServiceNames() …
233 …sal_Bool SAL_CALL classname::supportsService(const ::rtl::OUString& _rServiceName) throw(::com::su…
/trunk/main/connectivity/inc/connectivity/
H A DCommonTools.hxx191 #define IMPLEMENT_SERVICE_INFO(classname, implasciiname, serviceasciiname) \ argument
192 …::rtl::OUString SAL_CALL classname::getImplementationName( ) throw (::com::sun::star::uno::Runtim…
196 …::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL classname::getSupportedServiceNames( …
202 …sal_Bool SAL_CALL classname::supportsService( const ::rtl::OUString& _rServiceName ) throw(::com::…
/trunk/main/svtools/inc/svtools/toolpanel/
H A Drefbase.hxx63 #define IMPLEMENT_IREFERENCE( classname ) \ argument
64 oslInterlockedCount classname::acquire() \
68 oslInterlockedCount classname::release() \
/trunk/main/saxon/
H A Dsaxon-9.0.0.7-bj.patch524 + <provider classname="net.sf.saxon.xpath.XPathFactoryImpl"/>
525 + <provider classname="http\://java.sun.com/jaxp/xpath/dom: net.sf.saxon.xpath.XP…
526 + <provider classname="http\://saxon.sf.net/jaxp/xpath/om: net.sf.saxon.xpath.XP…
527 + <provider classname="http\://www.xom.nu/jaxp/xpath/xom: net.sf.saxon.xpath.XP…
528 + <provider classname="http\://jdom.org/jaxp/xpath/jdom: net.sf.saxon.xpath.XP…
529 + <provider classname="http\://www.dom4j.org/jaxp/xpath/dom4j: net.sf.saxon.xpath.XP…
576 + <provider classname="com.saxonica.jaxp.SchemaFactoryImpl"/>
577 + <provider classname="http\://www.w3.org/2001/XMLSchema: com.saxonica.jaxp.SchemaFa…
879 + classname="net.sf.saxon.ant.AntTransform"
/trunk/main/xmloff/source/draw/
H A Dsdxmlimp.cxx292 #define SERVICE(classname,servicename,implementationname,draw,flags)\ argument
293 uno::Sequence< OUString > SAL_CALL classname##_getSupportedServiceNames() throw()\
299 OUString SAL_CALL classname##_getImplementationName() throw()\
303 uno::Reference< uno::XInterface > SAL_CALL classname##_createInstance(const uno::Reference< lang::X…

12345