Home
last modified time | relevance | path

Searched refs:readPageAt_Impl (Results 1 – 3 of 3) sorted by relevance

/trunk/main/store/source/
H A Dlockbyte.cxx64 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 Dlockbyte.hxx126 virtual storeError readPageAt_Impl (
/trunk/main/store/workben/
H A Dt_page.cxx811 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 26 milliseconds