Home
last modified time | relevance | path

Searched refs:ClassName (Results 1 – 21 of 21) sorted by path

/trunk/main/forms/source/component/
H A DColumns.hxx128 #define DECL_COLUMN(ClassName) \ argument
129 class ClassName \
135ClassName(const ClassName* _pCloneFrom); …
149 #define IMPL_COLUMN(ClassName, Model, bAllowDropDown) \ argument
150 ClassName::ClassName( const ::comphelper::ComponentContext& _rContext ) \
154 ClassName::ClassName( const ClassName* _pCloneFrom ) \
163 ::cppu::IPropertyArrayHelper& ClassName::getInfoHelper() \
165 return *const_cast<ClassName*>(this)->getArrayHelper(); \
167 void ClassName::fillProperties( \
179 OGridColumn* ClassName::createCloneColumn() const \
[all …]
/trunk/main/sc/inc/
H A Dmiscuno.hxx36 #define SC_SIMPLE_SERVICE_INFO( ClassName, ClassNameAscii, ServiceAscii ) \ argument
37 ::rtl::OUString SAL_CALL ClassName::getImplementationName() \
42 sal_Bool SAL_CALL ClassName::supportsService( const ::rtl::OUString& ServiceName ) \
48 SAL_CALL ClassName::getSupportedServiceNames(void) \
57 #define SC_IMPL_DUMMY_PROPERTY_LISTENER( ClassName ) \ argument
58 void SAL_CALL ClassName::addPropertyChangeListener( const rtl::OUString&, \
63 void SAL_CALL ClassName::removePropertyChangeListener( const rtl::OUString&, \
68 void SAL_CALL ClassName::addVetoableChangeListener( const rtl::OUString&, \
73 void SAL_CALL ClassName::removeVetoableChangeListener( const rtl::OUString&, \
/trunk/main/sfx2/inc/sfx2/
H A Ddocfac.hxx128 #define SFX_IMPL_OBJECTFACTORY(ClassName,GlobName,Flags,ShortName) \ argument
129 SfxObjectFactory* ClassName::pObjectFactory = 0; \
130 SfxObjectFactory& ClassName::Factory() \
/trunk/main/sfx2/sdi/
H A Dsfx.sdi4062 (SfxStringItem ClassName SID_CREATE_BASICOBJECT)
/trunk/main/sot/inc/sot/
H A Dobject.hxx127 #define SO2_IMPL_INVARIANT(ClassName) argument
169 ClassName::CreateInstance ); \
175 ClassName * p = new ClassName(); \
206 ClassName::CreateInstance ); \
213 ClassName * p = new ClassName(); \
248 ClassName::CreateInstance ); \
256 ClassName * p = new ClassName(); \
290 ClassName::CreateInstance );\
299 ClassName * p = new ClassName(); \
336 ClassName::CreateInstance );\
[all …]
H A Dsotref.hxx42 #define SO2_DECL_REF(ClassName) \ argument
43 class ClassName; \
44 class ClassName##Ref \
46 PRV_SV_DECL_REF(ClassName) \
47 inline ClassName##Ref( const SotObjectRef & ); \
48 inline ClassName##Ref( SotObject * pObjP ); \
53 inline ClassName##Ref::ClassName##Ref( const SotObjectRef & r ) \
55 pObj = (ClassName *)ClassName::ClassFactory()->CastAndAddRef( &r ); \
57 inline ClassName##Ref::ClassName##Ref( SotObject * pObjP ) \
59 pObj = (ClassName *)ClassName::ClassFactory()->CastAndAddRef( pObjP );\
[all …]
/trunk/main/svl/inc/svl/
H A Dcntnrsrt.hxx32 * DECLARE_CONTAINER_SORT( ClassName, Type )
33 * IMPL_CONTAINER_SORT( ClassName, Type, SortFunc )
47 * DECLARE_CONTAINER_SORT_DEL( ClassName, Type )
48 * IMPL_CONTAINER_SORT( ClassName, Type, SortFunc )
58 ClassName( const ClassName& ); \
59 ClassName& operator =( const ClassName& ); \
95 class ClassName : private Container \
97 DECLARE_CONTAINER_SORT_COMMON( ClassName, Type ) \
98 ~ClassName() {} \
103 class ClassName : private Container \
[all …]
/trunk/main/svtools/inc/svtools/
H A Dtreelist.hxx483 #define DECLARE_SVTREELIST( ClassName, Type ) \ argument
484 class ClassName : public SvTreeList \
/trunk/main/svx/source/form/
H A Dfmservs.cxx53 #define DECL_SELFAWARE_SERVICE( ClassName ) \ argument
54 …::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL ClassName##_Create(…
56 …::rtl::OUString SAL_CALL ClassName##_GetImplementationName(); …
57 …::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL ClassName##_GetSupportedServiceNames()…
60 #define REGISTER_SELFAWARE_SERVICE( ClassName ) \ argument
62 ClassName##_GetImplementationName(), \
63 ClassName##_Create, \
64 ClassName##_GetSupportedServiceNames() \
/trunk/main/toolkit/inc/toolkit/helper/
H A Dmacros.hxx29 #define IMPL_XUNOTUNNEL( ClassName ) \ argument
53 ClassName* ClassName::GetImplementation( const ::com::sun::star::uno::Reference< ::com::sun::star::…
56 …return xUT.is() ? reinterpret_cast<ClassName*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething(…
59 #define IMPL_XUNOTUNNEL2( ClassName, BaseClass ) \ argument
83 ClassName* ClassName::GetImplementation( const ::com::sun::star::uno::Reference< ::com::sun::star::…
91 #define IMPL_IMPLEMENTATION_ID( ClassName ) \ argument
107 #define IMPL_XTYPEPROVIDER_START( ClassName ) \ argument
108 IMPL_IMPLEMENTATION_ID( ClassName ) \
136 ClassName( ::cppu::OWeakObject& rSource ); \
148 ClassName( ::cppu::OWeakObject& rSource ); \
[all …]
/trunk/main/toolkit/source/helper/
H A Dregisterservices.cxx131 #define GET_FACTORY_WITH_IMPL_PREFIX( ClassName, ImplNamePrefix, ServiceName1, ServiceName2 ) \ argument
132 pRet = tryCreateFactory( sImplementationName, ImplNamePrefix "." #ClassName, \
134 ClassName##_CreateInstance, xServiceFactory \
/trunk/main/tools/inc/tools/
H A Ddynary.hxx70 #define DECLARE_DYNARRAY( ClassName, Type ) \ argument
71 class ClassName : private DynArray \
78 ClassName( sal_uIntPtr nSize = 16 ) : \
80 ClassName( const ClassName& rClassName ) : \
96 ClassName& operator =( const ClassName& rClassName ) \
100 sal_Bool operator ==( const ClassName& rAry ) const \
102 sal_Bool operator !=( const ClassName& rAry ) const \
H A Dlist.hxx74 #define DECLARE_LIST( ClassName, Type ) \ argument
75 class ClassName : private List \
82 ClassName( sal_uInt16 _nInitSize = 16, \
85 ClassName( sal_uInt16 _nBlockSize, sal_uInt16 _nInitSize, \
88 ClassName( const ClassName& rClassName ) : \
130 ClassName& operator =( const ClassName& rClassName ) \
133 sal_Bool operator ==( const ClassName& rList ) const \
135 sal_Bool operator !=( const ClassName& rList ) const \
H A Downlist.hxx33 #define PRV_SV_DECL_OWNER_LIST(ClassName,Type) \ argument
36 ClassName( sal_uInt16 nInitSize = 16, \
39 ClassName( const ClassName & rObj ) \
41 ClassName & operator = ( const ClassName & ); \
42 ~ClassName() \
62 #define PRV_SV_IMPL_OWNER_LIST(ClassName,Type) \ argument
63 ClassName & ClassName::operator = ( const ClassName & rObj ) \
73 void ClassName::Clear() \
83 Type & ClassName::Insert( const Type & rType, sal_uIntPtr nPos ) \
H A Dpstm.hxx137 #define SV_DECL_PERSIST_LIST(ClassName,EntryName)\ argument
138 class ClassName##MemberList : public SvPersistBaseMemberList\
141 PRV_SV_DECL_MEMBER_LIST(ClassName,EntryName)\
144 #define SV_IMPL_PERSIST_LIST(ClassName,EntryName)\ argument
145 PRV_SV_IMPL_MEMBER_LIST(ClassName,EntryName,SvPersistBaseMemberList)
147 #define SV_DECL_IMPL_PERSIST_LIST(ClassName,EntryName)\ argument
148 SV_DECL_PERSIST_LIST(ClassName,EntryName)\
149 SV_IMPL_PERSIST_LIST(ClassName,EntryName)
H A Dqueue.hxx64 #define DECLARE_QUEUE( ClassName, Type ) \ argument
65 class ClassName : private Queue \
71 ClassName( sal_uInt16 _nInitSize = 16, \
74 ClassName( const ClassName& rClassName ) : \
90 ClassName& operator =( const ClassName& rClassName ) \
H A Dref.hxx34 inline ClassName##Ref( const ClassName##Ref & rObj ); \
35 inline ClassName##Ref( ClassName * pObjP ); \
39 inline ClassName##Ref & operator = ( ClassName * pObj ); \
47 inline ClassName##Ref::ClassName##Ref( const ClassName##Ref & rObj ) \
49 inline ClassName##Ref::ClassName##Ref( ClassName * pObjP ) \
60 inline ClassName##Ref::~ClassName##Ref() \
62 inline ClassName##Ref & ClassName##Ref:: \
71 inline ClassName##Ref & ClassName##Ref::operator = ( ClassName * pObjP ) \
258 inline ClassName##MemberList::ClassName##MemberList\
430 inline ClassName##Weak( ClassName* pObj ) { \
[all …]
H A Dstack.hxx64 #define DECLARE_STACK( ClassName, Type ) \ argument
65 class ClassName : private Stack \
71 ClassName( sal_uInt16 _nInitSize = 16, \
74 ClassName( const ClassName& rClassName ) : \
91 ClassName& operator =( const ClassName& rClassName ) \
95 sal_Bool operator ==( const ClassName& rStack ) const \
97 sal_Bool operator !=( const ClassName& rStack ) const \
H A Dtable.hxx94 #define DECLARE_TABLE( ClassName, Type ) \ argument
95 class ClassName : private Table \
106 ClassName( sal_uInt16 _nInitSize = 16, \
109 ClassName( const ClassName& rClassName ) : \
138 ClassName& operator =( const ClassName& rClassName ) \
142 sal_Bool operator ==( const ClassName& rTable ) const \
144 sal_Bool operator !=( const ClassName& rTable ) const \
H A Dunqidx.hxx94 #define DECLARE_UNIQUEINDEX( ClassName, Type ) \ argument
95 class ClassName : private UniqueIndex \
105 ClassName( sal_uIntPtr _nStartIndex = 0, \
108 ClassName( const ClassName& rClassName ) : \
137 ClassName& operator =( const ClassName& rClassName ) \
141 sal_Bool operator ==( const ClassName& rIdx ) const \
143 sal_Bool operator !=( const ClassName& rIdx ) const \
/trunk/main/tools/workben/
H A Dhashtbl.hxx124 ClassName \
143 #define DECLARE_HASHTABLE(ClassName,KeyType,ObjType) \ argument
144 DECLARE_HASHTABLE_INTERN(ClassName,FALSE,KeyType,ObjType)
147 #define DECLARE_HASHTABLE_OWNER(ClassName,KeyType,ObjType) \ argument
149 class ClassName : public ClassName##2 \
154 ClassName \
160 : ClassName##2(lSize,dMaxLoadFactor,dGrowFactor) {} \
168 ClassName::~ClassName() \
180 #define DECLARE_HASHTABLE_ITERATOR(ClassName,ObjType) \ argument
181 class ClassName : public HashTableIterator \
[all …]

Completed in 111 milliseconds