Searched refs:AERef (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/svl/inc/svl/ |
| H A D | svarray.hxx | 160 #define _SV_DECL_VARARR_GEN(nm, AE, IS, GS, AERef, vis )\ argument 161 typedef sal_Bool (*FnForEach_##nm)( const AERef, void* );\ 176 AERef GetObject(sal_uInt16 nP) const { return (*this)[nP]; } \ 178 void Insert( const AERef aE, sal_uInt16 nP );\ 181 void Replace( const AERef aE, sal_uInt16 nP );\ 203 #define SV_DECL_VARARR_GEN(nm, AE, IS, GS, AERef, vis )\ argument 204 _SV_DECL_VARARR_GEN(nm, AE, IS, GS, AERef, vis )\ 216 #define SV_IMPL_VARARR_GEN( nm, AE, AERef )\ argument 240 void nm::Insert( const AERef aE, sal_uInt16 nP )\ 263 void nm::Replace( const AERef aE, sal_uInt16 nP )\ [all …]
|