Home
last modified time | relevance | path

Searched refs:writeAt_Impl (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/store/source/
H A Dlockbyte.cxx128 return writeAt_Impl (nOffset, src_lo, (src_hi - src_lo)); in writeAt()
307 virtual storeError writeAt_Impl (sal_uInt32 nOffset, void const * pBuffer, sal_uInt32 nBytes);
410 return writeAt_Impl (nOffset, pagedata, pagedata->size()); in writePageAt_Impl()
424 storeError FileLockBytes::writeAt_Impl (sal_uInt32 nOffset, void const * pBuffer, sal_uInt32 nBytes) in writeAt_Impl() function in FileLockBytes
546 virtual storeError writeAt_Impl (sal_uInt32 nOffset, const void * pBuffer, sal_uInt32 nBytes);
651 storeError MappedLockBytes::writeAt_Impl (sal_uInt32 /*nOffset*/, void const * /*pBuffer*/, sal_uIn… in writeAt_Impl() function in MappedLockBytes
698 virtual storeError writeAt_Impl (sal_uInt32 nOffset, const void * pBuffer, sal_uInt32 nBytes);
779 return writeAt_Impl (nOffset, pagedata, pagedata->size()); in writePageAt_Impl()
796 storeError MemoryLockBytes::writeAt_Impl (sal_uInt32 nOffset, const void * pBuffer, sal_uInt32 nByt… in writeAt_Impl() function in MemoryLockBytes
H A Dlockbyte.hxx139 virtual storeError writeAt_Impl (

Completed in 17 milliseconds