Searched refs:OStoreLockBytes (Results 1 – 3 of 3) sorted by relevance
45 class OStoreLockBytes : public store::OStoreObject class50 OStoreLockBytes (void);115 virtual ~OStoreLockBytes (void);124 friend OStoreLockBytes*125 SAL_CALL query<> (IStoreHandle *pHandle, OStoreLockBytes*);141 OStoreLockBytes (const OStoreLockBytes&);142 OStoreLockBytes& operator= (const OStoreLockBytes&);145 template<> inline OStoreLockBytes*146 SAL_CALL query (IStoreHandle *pHandle, OStoreLockBytes*) in query() argument148 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()
423 Reference<OStoreLockBytes> xLockBytes (new OStoreLockBytes()); in store_openStream()447 OStoreLockBytes *pLockBytes = in store_closeStream()448 OStoreHandle<OStoreLockBytes>::query (Handle); in store_closeStream()467 OStoreHandle<OStoreLockBytes> xLockBytes ( in store_readStream()468 OStoreHandle<OStoreLockBytes>::query (Handle)); in store_readStream()489 OStoreHandle<OStoreLockBytes> xLockBytes ( in store_writeStream()490 OStoreHandle<OStoreLockBytes>::query (Handle)); in store_writeStream()507 OStoreHandle<OStoreLockBytes> xLockBytes ( in store_flushStream()508 OStoreHandle<OStoreLockBytes>::query (Handle)); in store_flushStream()523 OStoreHandle<OStoreLockBytes> xLockBytes ( in store_getStreamSize()[all …]
Completed in 29 milliseconds