Lines Matching refs:PageData

52 storeError ILockBytes::initialize (rtl::Reference< PageData::Allocator > & rxAllocator, sal_uInt16 …  in initialize()
70 PageData const * pagedata = rPage.get(); in writePageAt()
295 rtl::Reference< PageData::Allocator > m_xAllocator;
301 …virtual storeError initialize_Impl (rtl::Reference< PageData::Allocator > & rxAllocator, sal_uInt1…
374 storeError FileLockBytes::initialize_Impl (rtl::Reference< PageData::Allocator > & rxAllocator, sal… in initialize_Impl()
380 result = PageData::Allocator::createInstance (rxAllocator, nPageSize); in initialize_Impl()
393 PageHolder page (m_xAllocator->construct<PageData>(), m_xAllocator); in readPageAt_Impl()
402 PageData * pagedata = rPage.get(); in readPageAt_Impl()
408 PageData const * pagedata = rPage.get(); in writePageAt_Impl()
524 public store::PageData::Allocator,
540 …virtual storeError initialize_Impl (rtl::Reference< PageData::Allocator > & rxAllocator, sal_uInt1…
609 storeError MappedLockBytes::initialize_Impl (rtl::Reference< PageData::Allocator > & rxAllocator, s… in initialize_Impl()
626 …PageHolder page (reinterpret_cast< PageData* >(src_lo), static_cast< PageData::Allocator* >(this)); in readPageAt_Impl()
688 rtl::Reference< PageData::Allocator > m_xAllocator;
692 …virtual storeError initialize_Impl (rtl::Reference< PageData::Allocator > & rxAllocator, sal_uInt1…
747 storeError MemoryLockBytes::initialize_Impl (rtl::Reference< PageData::Allocator > & rxAllocator, s… in initialize_Impl()
749 storeError result = PageData::Allocator::createInstance (rxAllocator, nPageSize); in initialize_Impl()
762 PageHolder page (m_xAllocator->construct<PageData>(), m_xAllocator); in readPageAt_Impl()
771 PageData * pagedata = rPage.get(); in readPageAt_Impl()
777 PageData const * pagedata = rPage.get(); in writePageAt_Impl()