Home
last modified time | relevance | path

Searched refs:rxAllocator (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/store/source/
H A Dlockbyte.cxx52 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…
611 rxAllocator = this; in initialize_Impl()
692 …virtual storeError initialize_Impl (rtl::Reference< PageData::Allocator > & rxAllocator, sal_uInt1…
749 storeError result = PageData::Allocator::createInstance (rxAllocator, nPageSize); in initialize_Impl()
[all …]
H A Dstorbase.hxx507 rtl::Reference< PageData::Allocator > & rxAllocator, sal_uInt16 nPageSize);
695 bool construct (rtl::Reference< PageData::Allocator > const & rxAllocator) in construct() argument
697 if ((m_xPage.get() == 0) && rxAllocator.is()) in construct()
699 PageHolder tmp (rxAllocator->construct<T>(), rxAllocator); in construct()
705 …atic PageHolderObject<T> createInstance (rtl::Reference< PageData::Allocator > const & rxAllocator) in createInstance() argument
708 (void) tmp.construct (rxAllocator); in createInstance()
895 storeError construct (rtl::Reference< PageData::Allocator > const & rxAllocator) in construct() argument
897 if (!rxAllocator.is()) in construct()
900 PageHolder tmp (rxAllocator->construct<U>(), rxAllocator); in construct()
H A Dlockbyte.hxx61 rtl::Reference< PageData::Allocator > & rxAllocator,
123 rtl::Reference< PageData::Allocator > & rxAllocator,
H A Dstorbase.cxx174 PageData::Allocator::createInstance (rtl::Reference< PageData::Allocator > & rxAllocator, sal_uInt1… in createInstance() argument
180 rxAllocator = &*xAllocator; in createInstance()
/aoo4110/main/store/workben/
H A Dt_page.cxx377 static PageHolderObject<T> construct (rtl::Reference< PageData::Allocator > const & rxAllocator) in construct() argument
380 if (rxAllocator.is()) in construct()
382 PageHolder xPage (rxAllocator->construct<T>(), rxAllocator); in construct()

Completed in 37 milliseconds