Home
last modified time | relevance | path

Searched refs:OStoreDirectory_Impl (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/store/source/
H A Dstordir.hxx61 class OStoreDirectory_Impl : public store::OStoreObject class
66 OStoreDirectory_Impl (void);
96 virtual ~OStoreDirectory_Impl (void);
105 friend OStoreDirectory_Impl*
106 SAL_CALL query<> (IStoreHandle *pHandle, OStoreDirectory_Impl*);
121 OStoreDirectory_Impl (const OStoreDirectory_Impl&);
122 OStoreDirectory_Impl& operator= (const OStoreDirectory_Impl&);
125 template<> inline OStoreDirectory_Impl*
126 SAL_CALL query (IStoreHandle *pHandle, OStoreDirectory_Impl*) in query() argument
128 if (pHandle && pHandle->isKindOf (OStoreDirectory_Impl::m_nTypeId)) in query()
[all …]
H A Dstordir.cxx91 const sal_uInt32 OStoreDirectory_Impl::m_nTypeId = sal_uInt32(0x89191107);
96 OStoreDirectory_Impl::OStoreDirectory_Impl (void) in OStoreDirectory_Impl() function in OStoreDirectory_Impl
106 OStoreDirectory_Impl::~OStoreDirectory_Impl (void) in ~OStoreDirectory_Impl()
119 sal_Bool SAL_CALL OStoreDirectory_Impl::isKindOf (sal_uInt32 nTypeId) in isKindOf()
127 storeError OStoreDirectory_Impl::create ( in create()
169 storeError OStoreDirectory_Impl::iterate (storeFindData &rFindData) in iterate()
H A Dstore.cxx312 Reference<OStoreDirectory_Impl> xDirectory (new OStoreDirectory_Impl()); in store_openDirectory()
336 OStoreDirectory_Impl *pDirectory = in store_closeDirectory()
337 OStoreHandle<OStoreDirectory_Impl>::query (Handle); in store_closeDirectory()
353 OStoreHandle<OStoreDirectory_Impl> xDirectory ( in store_findFirst()
354 OStoreHandle<OStoreDirectory_Impl>::query (Handle)); in store_findFirst()
377 OStoreHandle<OStoreDirectory_Impl> xDirectory ( in store_findNext()
378 OStoreHandle<OStoreDirectory_Impl>::query (Handle)); in store_findNext()

Completed in 18 milliseconds