Lines Matching refs:PageHolder

58 storeError ILockBytes::readPageAt (PageHolder & rPage, sal_uInt32 nOffset)  in readPageAt()
67 storeError ILockBytes::writePageAt (PageHolder const & rPage, sal_uInt32 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()
393 PageHolder page (m_xAllocator->construct<PageData>(), m_xAllocator); in readPageAt_Impl()
406 storeError FileLockBytes::writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset) 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()
626PageHolder page (reinterpret_cast< PageData* >(src_lo), static_cast< PageData::Allocator* >(this)); in readPageAt_Impl()
632 storeError MappedLockBytes::writePageAt_Impl (PageHolder const & /*rPage*/, sal_uInt32 /*nOffset*/) in writePageAt_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()
762 PageHolder page (m_xAllocator->construct<PageData>(), m_xAllocator); in readPageAt_Impl()
775 storeError MemoryLockBytes::writePageAt_Impl (PageHolder const & rPage, sal_uInt32 nOffset) in writePageAt_Impl()