Searched refs:writeAt_Impl (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/store/source/ |
H A D | lockbyte.cxx | 128 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 D | lockbyte.hxx | 139 virtual storeError writeAt_Impl (
|
Completed in 26 milliseconds