Home
last modified time | relevance | path

Searched refs:EntryName (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/tools/inc/tools/
H A Dref.hxx226 #define SV_DECL_IMPL_REF_LIST(ClassName,EntryName) \ argument
227 SV_DECL_REF_LIST(ClassName,EntryName) \
228 SV_IMPL_REF_LIST(ClassName,EntryName)
231 #define PRV_SV_DECL_MEMBER_LIST(Class,EntryName) \ argument
234 inline void Insert( EntryName p ); \
235 inline void Insert( EntryName p, sal_uIntPtr nIndex ); \
236 inline void Insert( EntryName p, EntryName pOld ); \
237 inline void Append( EntryName p ); \
238 inline EntryName Remove(); \
239 inline EntryName Remove( sal_uIntPtr nIndex ); \
[all …]
H A Dpstm.hxx137 #define SV_DECL_PERSIST_LIST(ClassName,EntryName)\ argument
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)