Lines Matching refs:m_xAllocator
295 rtl::Reference< PageData::Allocator > m_xAllocator; member in store::FileLockBytes
338 : m_hFile (rFile.m_handle), m_nSize (SAL_MAX_UINT32), m_xAllocator() in FileLockBytes()
385 m_xAllocator = rxAllocator; in initialize_Impl()
391 if (m_xAllocator.is()) in readPageAt_Impl()
393 PageHolder page (m_xAllocator->construct<PageData>(), m_xAllocator); in readPageAt_Impl()
397 if (!m_xAllocator.is()) in readPageAt_Impl()
688 rtl::Reference< PageData::Allocator > m_xAllocator; member in store::MemoryLockBytes
729 : m_pData (0), m_nSize (0), m_xAllocator() in MemoryLockBytes()
753 m_xAllocator = rxAllocator; in initialize_Impl()
760 if (m_xAllocator.is()) in readPageAt_Impl()
762 PageHolder page (m_xAllocator->construct<PageData>(), m_xAllocator); in readPageAt_Impl()
766 if (!m_xAllocator.is()) in readPageAt_Impl()