Home
last modified time | relevance | path

Searched refs:PageData (Results 1 – 11 of 11) sorted by relevance

/AOO41X/main/store/source/
H A Dstorbase.hxx433 typedef struct PageData OStorePageData; // backward compat.
434 struct PageData struct
507 rtl::Reference< PageData::Allocator > & rxAllocator, sal_uInt16 nPageSize);
521 explicit PageData (sal_uInt16 nPageSize = thePageSize) in PageData() argument
528 void swap (PageData & rhs) // nothrow in swap() argument
536 PageData (PageData const & rhs) // nothrow in PageData() function
543 PageData & operator= (PageData const & rhs) // nothrow in operator =() argument
545 PageData tmp (rhs); in operator =()
592 PageData * m_pagedata;
594 typedef rtl::Reference< PageData::Allocator > allocator_type;
[all …]
H A Dstorbase.cxx84 class PageData::Allocator_Impl :
86 public store::PageData::Allocator
130 PageData::Allocator_Impl::Allocator_Impl() in Allocator_Impl()
135 PageData::Allocator_Impl::initialize (sal_uInt16 nPageSize) in initialize()
149 PageData::Allocator_Impl::~Allocator_Impl() in ~Allocator_Impl()
154 void PageData::Allocator_Impl::allocate_Impl (void ** ppPage, sal_uInt16 * pnSize) in allocate_Impl()
161 void PageData::Allocator_Impl::deallocate_Impl (void * pPage) in deallocate_Impl()
174 PageData::Allocator::createInstance (rtl::Reference< PageData::Allocator > & rxAllocator, sal_uInt1… in createInstance()
176 rtl::Reference< PageData::Allocator_Impl > xAllocator (new PageData::Allocator_Impl()); in createInstance()
H A Dlockbyte.cxx52 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,
[all …]
H A Dstorbios.cxx233 PageData & rPageHead);
237 PageData const & rPageHead);
258 storeError SuperBlockPage::unusedHead (OStorePageBIOS & rBIOS, PageData & rPageHead) in unusedHead()
274 eErrCode = rBIOS.read (aListHead.location(), &rPageHead, PageData::theSize); in unusedHead()
300 storeError SuperBlockPage::unusedPop (OStorePageBIOS & rBIOS, PageData const & rPageHead) in unusedPop()
322 PageData aPageHead; in unusedPush()
323 eErrCode = rBIOS.read (nAddr, &aPageHead, PageData::theSize); in unusedPush()
334 eErrCode = rBIOS.write (nAddr, &aPageHead, PageData::theSize); in unusedPush()
842 PageData aPageHead; in allocate()
1087 PageData aPageHead; in scanNext()
[all …]
H A Dlockbyte.hxx61 rtl::Reference< PageData::Allocator > & rxAllocator,
123 rtl::Reference< PageData::Allocator > & rxAllocator,
H A Dstorbios.hxx69 rtl::Reference< PageData::Allocator > & allocator() in allocator()
184 rtl::Reference< PageData::Allocator > m_xAllocator;
H A Dstorcach.cxx62 PageData const * pagedata = rxPage.get(); in insertPageAt()
82 PageData const * pagedata = rxPage.get(); in updatePageAt()
/AOO41X/main/store/workben/
H A Dt_page.cxx152 typedef store::OStorePageData PageData;
162 struct PageData struct
218 explicit PageData (sal_uInt16 nPageSize = thePageSize) in PageData() argument
291 PageData * m_pagedata;
293 typedef rtl::Reference< PageData::Allocator > allocator_type;
297 … explicit PageHolder (PageData * pagedata = 0, allocator_type const & allocator = allocator_type()) in PageHolder()
312 PageData * get() { return m_pagedata; } in get()
313 PageData const * get() const { return m_pagedata; } in get()
315 PageData * operator->() { return m_pagedata; } in operator ->()
316 PageData const * operator->() const { return m_pagedata; } in operator ->()
[all …]
H A Dt_file.cxx116 rtl::Reference< PageData::Allocator > xAllocator; in main()
234 PageData * page = xPage.get(); in main()
/AOO41X/main/autodoc/source/display/idl/
H A Dhfi_globalindex.cxx120 HF_IdlGlobalIndex::PageData G_PageData;
175 PageData::const_iterator itEnd = G_PageData.end(); in Produce_Page()
176 for ( PageData::const_iterator iter = G_PageData.begin(); in Produce_Page()
198 HF_IdlGlobalIndex::produce_Line( PageData::const_iterator i_entry, in produce_Line()
H A Dhfi_globalindex.hxx42 typedef std::vector<ary::idl::Ce_id> PageData; typedef in HF_IdlGlobalIndex
55 PageData::const_iterator