Home
last modified time | relevance | path

Searched refs:ObjType (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/tools/workben/
H A Dhashtbl.hxx120 #define DECLARE_HASHTABLE_INTERN(ClassName,Owner,KeyType,ObjType) \ argument
132 ObjType Find (KeyType const& Key) const \
133 { return (ObjType) HashTable::Find(String(Key)); } \
135 BOOL Insert (KeyType const& Key, ObjType Object) \
138 ObjType Delete (KeyType const&Key) \
139 { return (ObjType) HashTable::Delete (String(Key)); } \
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
148 DECLARE_HASHTABLE_INTERN(ClassName##2,TRUE,KeyType,ObjType) \
[all …]
/AOO41X/main/soldep/inc/soldep/
H A Dhashtbl.hxx121 #define DECLARE_HASHTABLE_INTERN(ClassName,Owner,KeyType,ObjType) \ argument
133 ObjType Find (KeyType const& Key) const \
134 { return (ObjType) HashTable::Find(ByteString(Key)); } \
137 sal_Bool Insert (KeyType const& Key, ObjType Object) \
140 ObjType Delete (KeyType const&Key) \
141 { return (ObjType) HashTable::Delete (ByteString(Key)); } \
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
150 DECLARE_HASHTABLE_INTERN(ClassName##2,sal_True,KeyType,ObjType) \
[all …]
/AOO41X/main/filter/source/xsltfilter/
H A Dcontainerhelper.hxx33 template< typename KeyType, typename ObjType, typename CompType = ::std::less< KeyType > >
34 class RefMap : public ::std::map< KeyType, ::boost::shared_ptr< ObjType >, CompType >
37 typedef ::std::map< KeyType, ::boost::shared_ptr< ObjType >, CompType > container_type;
/AOO41X/main/oox/inc/oox/helper/
H A Drefmap.hxx43 template< typename KeyType, typename ObjType, typename CompType = ::std::less< KeyType > >
44 class RefMap : public ::std::map< KeyType, ::boost::shared_ptr< ObjType >, CompType >
47 typedef ::std::map< KeyType, ::boost::shared_ptr< ObjType >, CompType > container_type;
H A Drefvector.hxx43 template< typename ObjType >
44 class RefVector : public ::std::vector< ::boost::shared_ptr< ObjType > >
47 typedef ::std::vector< ::boost::shared_ptr< ObjType > > container_type;
/AOO41X/main/sc/source/filter/inc/
H A Dftools.hxx225 template< typename KeyType, typename ObjType >
226 class ScfRefMap : public ::std::map< KeyType, ScfRef< ObjType > >
230 typedef ScfRef< ObjType > ref_type;