Lines Matching refs:rPage
58 storeError ILockBytes::readPageAt (PageHolder & rPage, sal_uInt32 nOffset) in readPageAt() argument
64 return readPageAt_Impl (rPage, nOffset); in readPageAt()
67 storeError ILockBytes::writePageAt (PageHolder const & rPage, sal_uInt32 nOffset) in writePageAt() argument
70 PageData const * pagedata = rPage.get(); in writePageAt()
84 return writePageAt_Impl (rPage, nOffset); in writePageAt()
303 virtual storeError readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset);
304 virtual storeError writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset);
389 storeError FileLockBytes::readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset) in readPageAt_Impl() argument
394 page.swap (rPage); in readPageAt_Impl()
399 if (!rPage.get()) in readPageAt_Impl()
402 PageData * pagedata = rPage.get(); in readPageAt_Impl()
406 storeError FileLockBytes::writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset) in writePageAt_Impl() argument
408 PageData const * pagedata = rPage.get(); in writePageAt_Impl()
542 virtual storeError readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset);
543 virtual storeError writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset);
616 storeError MappedLockBytes::readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset) in readPageAt_Impl() argument
627 page.swap (rPage); in readPageAt_Impl()
694 virtual storeError readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset);
695 virtual storeError writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset);
758 storeError MemoryLockBytes::readPageAt_Impl (PageHolder & rPage, sal_uInt32 nOffset) in readPageAt_Impl() argument
763 page.swap (rPage); in readPageAt_Impl()
768 if (!rPage.get()) in readPageAt_Impl()
771 PageData * pagedata = rPage.get(); in readPageAt_Impl()
775 storeError MemoryLockBytes::writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset) in writePageAt_Impl() argument
777 PageData const * pagedata = rPage.get(); in writePageAt_Impl()