Searched refs:IStoreHandle (Results 1 – 6 of 6) sorted by relevance
/trunk/main/store/source/ |
H A D | object.hxx | 47 class IStoreHandle : public rtl::IReference class 60 IStoreHandle * pHandle, store_handle_type *); 67 class OStoreObject : public store::IStoreHandle 72 SAL_CALL query<> (IStoreHandle *pHandle, OStoreObject*); 116 SAL_CALL query (IStoreHandle *pHandle, OStoreObject*) in query()
|
H A D | store.cxx | 61 static_cast<IStoreHandle*>(pHandle), in query() 82 IStoreHandle *pHandle = static_cast<IStoreHandle*>(Handle); in store_acquireHandle() 97 IStoreHandle *pHandle = static_cast<IStoreHandle*>(Handle); in store_releaseHandle()
|
H A D | stordir.hxx | 106 SAL_CALL query<> (IStoreHandle *pHandle, OStoreDirectory_Impl*); 126 SAL_CALL query (IStoreHandle *pHandle, OStoreDirectory_Impl*) in query()
|
H A D | storlckb.hxx | 125 SAL_CALL query<> (IStoreHandle *pHandle, OStoreLockBytes*); 146 SAL_CALL query (IStoreHandle *pHandle, OStoreLockBytes*) in query()
|
H A D | storpage.hxx | 164 SAL_CALL query<> (IStoreHandle *pHandle, OStorePageManager*); 203 SAL_CALL query (IStoreHandle *pHandle, OStorePageManager*) in query()
|
/trunk/main/store/workben/ |
H A D | t_base.cxx | 73 static OTestObject* SAL_CALL query (IStoreHandle *pHandle, OTestObject*) in query() 94 friend OTestBIOS* SAL_CALL query<> (IStoreHandle * pHandle, OTestBIOS *); 133 template<> OTestBIOS* SAL_CALL query (IStoreHandle *pHandle, OTestBIOS*) in query() 149 IStoreHandle *pHandle = static_cast<IStoreHandle*>(Handle); in __store_test_handle()
|
Completed in 35 milliseconds