Lines Matching refs:rxAllocator
52 storeError ILockBytes::initialize (rtl::Reference< PageData::Allocator > & rxAllocator, sal_uInt16 … in initialize() argument
55 return initialize_Impl (rxAllocator, nPageSize); in initialize()
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() argument
380 result = PageData::Allocator::createInstance (rxAllocator, nPageSize); in initialize_Impl()
385 m_xAllocator = rxAllocator; in initialize_Impl()
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() argument
611 rxAllocator = this; in initialize_Impl()
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() argument
749 storeError result = PageData::Allocator::createInstance (rxAllocator, nPageSize); in initialize_Impl()
753 m_xAllocator = rxAllocator; in initialize_Impl()