Searched refs:OStoreLockBytes (Results 1 – 3 of 3) sorted by relevance
47 class OStoreLockBytes : public store::OStoreObject class52 OStoreLockBytes (void);117 virtual ~OStoreLockBytes (void);126 friend OStoreLockBytes*127 SAL_CALL query<> (IStoreHandle *pHandle, OStoreLockBytes*);143 OStoreLockBytes (const OStoreLockBytes&);144 OStoreLockBytes& operator= (const OStoreLockBytes&);147 template<> inline OStoreLockBytes*148 SAL_CALL query (IStoreHandle *pHandle, OStoreLockBytes*) in query() argument150 if (pHandle && pHandle->isKindOf (OStoreLockBytes::m_nTypeId)) in query()[all …]
49 const sal_uInt32 OStoreLockBytes::m_nTypeId = sal_uInt32(0x94190310);54 OStoreLockBytes::OStoreLockBytes (void) in OStoreLockBytes() function in OStoreLockBytes64 OStoreLockBytes::~OStoreLockBytes (void) in ~OStoreLockBytes()82 sal_Bool SAL_CALL OStoreLockBytes::isKindOf (sal_uInt32 nTypeId) in isKindOf()90 storeError OStoreLockBytes::create ( in create()143 storeError OStoreLockBytes::readAt ( in readAt()238 storeError OStoreLockBytes::writeAt ( in writeAt()359 storeError OStoreLockBytes::flush (void) in flush()370 storeError OStoreLockBytes::setSize (sal_uInt32 nSize) in setSize()437 storeError OStoreLockBytes::stat (sal_uInt32 &rnSize) in stat()
422 Reference<OStoreLockBytes> xLockBytes (new OStoreLockBytes()); in store_openStream()446 OStoreLockBytes *pLockBytes = in store_closeStream()447 OStoreHandle<OStoreLockBytes>::query (Handle); in store_closeStream()466 OStoreHandle<OStoreLockBytes> xLockBytes ( in store_readStream()467 OStoreHandle<OStoreLockBytes>::query (Handle)); in store_readStream()488 OStoreHandle<OStoreLockBytes> xLockBytes ( in store_writeStream()489 OStoreHandle<OStoreLockBytes>::query (Handle)); in store_writeStream()506 OStoreHandle<OStoreLockBytes> xLockBytes ( in store_flushStream()507 OStoreHandle<OStoreLockBytes>::query (Handle)); in store_flushStream()522 OStoreHandle<OStoreLockBytes> xLockBytes ( in store_getStreamSize()[all …]
Completed in 42 milliseconds