Searched refs:writePageAt_Impl (Results 1 – 3 of 3) sorted by relevance
/trunk/main/store/source/ |
H A D | lockbyte.cxx | 84 return writePageAt_Impl (rPage, nOffset); in writePageAt() 304 virtual storeError writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset); 406 storeError FileLockBytes::writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset) in writePageAt_Impl() function in FileLockBytes 543 virtual storeError writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset); 632 storeError MappedLockBytes::writePageAt_Impl (PageHolder const & /*rPage*/, sal_uInt32 /*nOffset*/) in writePageAt_Impl() function in MappedLockBytes 695 virtual storeError writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset); 775 storeError MemoryLockBytes::writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset) in writePageAt_Impl() function in MemoryLockBytes
|
H A D | lockbyte.hxx | 130 virtual storeError writePageAt_Impl (
|
/trunk/main/store/workben/ |
H A D | t_page.cxx | 830 return writePageAt_Impl (rPage, nOffset); in writePageAt() 882 virtual storeError writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset) = 0; 1033 virtual storeError writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset); 1072 storeError FilePageAccess::writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset) in writePageAt_Impl() function in FilePageAccess 1202 virtual storeError writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset); 1243 storeError MemoryPageAccess::writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset) in writePageAt_Impl() function in MemoryPageAccess
|
Completed in 22 milliseconds