| /aoo41x/main/tools/inc/tools/ | 
| H A D | ref.hxx | 34     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 D | ownlist.hxx | 33 #define PRV_SV_DECL_OWNER_LIST(ClassName,Type)                            \  argument36                         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 D | stack.hxx | 64 #define DECLARE_STACK( ClassName, Type )                            \  argument65 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 D | list.hxx | 74 #define DECLARE_LIST( ClassName, Type )                                 \  argument75 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 D | dynary.hxx | 70 #define DECLARE_DYNARRAY( ClassName, Type )                             \  argument71 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 D | unqidx.hxx | 94 #define DECLARE_UNIQUEINDEX( ClassName, Type )                          \  argument95 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              \
 
 | 
| H A D | table.hxx | 94 #define DECLARE_TABLE( ClassName, Type )								\  argument95 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 D | queue.hxx | 64 #define DECLARE_QUEUE( ClassName, Type )                            \  argument65 class ClassName : private Queue                                     \
 71                 ClassName( sal_uInt16 _nInitSize = 16,                  \
 74                 ClassName( const ClassName& rClassName ) :          \
 90     ClassName&  operator =( const ClassName& rClassName )           \
 
 | 
| H A D | pstm.hxx | 137 #define SV_DECL_PERSIST_LIST(ClassName,EntryName)\  argument138 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)
 
 | 
| /aoo41x/main/sot/inc/sot/ | 
| H A D | object.hxx | 127 #define SO2_IMPL_INVARIANT(ClassName)  argument169 								 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 D | sotref.hxx | 42 #define SO2_DECL_REF(ClassName)                                           \  argument43 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 …]
 
 | 
| /aoo41x/main/toolkit/inc/toolkit/helper/ | 
| H A D | macros.hxx | 29 #define IMPL_XUNOTUNNEL( ClassName ) \  argument53 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 …]
 
 | 
| /aoo41x/main/svl/inc/svl/ | 
| H A D | cntnrsrt.hxx | 31 *		DECLARE_CONTAINER_SORT( ClassName, Type )32 *		IMPL_CONTAINER_SORT( ClassName, Type, SortFunc )
 46 *		DECLARE_CONTAINER_SORT_DEL( ClassName, Type )
 47 *		IMPL_CONTAINER_SORT( ClassName, Type, SortFunc )
 57 	ClassName( const ClassName& );											\
 58     ClassName& operator =( const ClassName& );								\
 94 class ClassName : private Container											\
 96 	DECLARE_CONTAINER_SORT_COMMON( ClassName, Type )						\
 97 	~ClassName() {} 														\
 102 class ClassName : private Container											\
 [all …]
 
 | 
| /aoo41x/main/tools/workben/ | 
| H A D | hashtbl.hxx | 124         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 …]
 
 | 
| /aoo41x/main/soldep/inc/soldep/ | 
| H A D | hashtbl.hxx | 125         ClassName														\145 #define DECLARE_HASHTABLE(ClassName,KeyType,ObjType)                 \  argument
 146     DECLARE_HASHTABLE_INTERN(ClassName,sal_False,KeyType,ObjType)
 149 #define DECLARE_HASHTABLE_OWNER(ClassName,KeyType,ObjType)           \  argument
 151     class ClassName : public ClassName##2                            \
 156         ClassName													 \
 162         : ClassName##2(lSize,dMaxLoadFactor,dGrowFactor) {}			 \
 170     ClassName::~ClassName()                                          \
 182 #define DECLARE_HASHTABLE_ITERATOR(ClassName,ObjType)				\  argument
 183 	class ClassName : public HashTableIterator						\
 [all …]
 
 | 
| /aoo41x/main/forms/source/component/ | 
| H A D | Columns.hxx | 128 #define DECL_COLUMN(ClassName)										                                        \  argument129 class ClassName														                                        \
 135 …ClassName(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 …]
 
 | 
| /aoo41x/main/svx/source/form/ | 
| H A D | fmservs.cxx | 53 #define DECL_SELFAWARE_SERVICE( ClassName )						\  argument54 …::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()      \
 
 | 
| /aoo41x/main/sc/inc/ | 
| H A D | miscuno.hxx | 36 #define SC_SIMPLE_SERVICE_INFO( ClassName, ClassNameAscii, ServiceAscii )			 \  argument37 ::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&,	\
 
 | 
| /aoo41x/main/sfx2/inc/sfx2/ | 
| H A D | docfac.hxx | 128 #define SFX_IMPL_OBJECTFACTORY(ClassName,GlobName,Flags,ShortName)          \  argument129     SfxObjectFactory*           ClassName::pObjectFactory = 0;              \
 130     SfxObjectFactory&           ClassName::Factory()                          \
 
 | 
| /aoo41x/main/toolkit/source/helper/ | 
| H A D | registerservices.cxx | 131 #define GET_FACTORY_WITH_IMPL_PREFIX( ClassName, ImplNamePrefix, ServiceName1, ServiceName2 ) \  argument132     pRet = tryCreateFactory( sImplementationName, ImplNamePrefix "." #ClassName, \
 134                 ClassName##_CreateInstance, xServiceFactory \
 
 | 
| /aoo41x/main/svtools/inc/svtools/ | 
| H A D | treelist.hxx | 483 #define DECLARE_SVTREELIST( ClassName, Type )									\  argument484 class ClassName : public SvTreeList                                       	\
 
 | 
| /aoo41x/main/sfx2/sdi/ | 
| H A D | sfx.sdi | 4060 (SfxStringItem ClassName SID_CREATE_BASICOBJECT)
 |