Searched refs:readPageAt_Impl (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/store/source/ |
H A D | lockbyte.cxx | 64 return readPageAt_Impl (rPage, nOffset); in readPageAt() 303 virtual storeError readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset); 389 storeError FileLockBytes::readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset) in readPageAt_Impl() function in FileLockBytes 542 virtual storeError readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset); 616 storeError MappedLockBytes::readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset) in readPageAt_Impl() function in MappedLockBytes 694 virtual storeError readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset); 758 storeError MemoryLockBytes::readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset) in readPageAt_Impl() function in MemoryLockBytes
|
H A D | lockbyte.hxx | 126 virtual storeError readPageAt_Impl (
|
/aoo4110/main/store/workben/ |
H A D | t_page.cxx | 811 return readPageAt_Impl (rPage, nOffset); in readPageAt() 881 virtual storeError readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset) = 0; 1032 virtual storeError readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset); 1063 storeError FilePageAccess::readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset) in readPageAt_Impl() function in FilePageAccess 1201 virtual storeError readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset); 1236 storeError MemoryPageAccess::readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset) in readPageAt_Impl() function in MemoryPageAccess
|
Completed in 24 milliseconds