Home
last modified time | relevance | path

Searched refs:OStorePageBIOS (Results 1 – 10 of 10) sorted by relevance

/AOO41X/main/store/source/
H A Dstorbios.cxx222 storeError save (OStorePageBIOS & rBIOS, sal_uInt32 nSize = theSize) in save()
232 OStorePageBIOS & rBIOS,
236 OStorePageBIOS & rBIOS,
240 OStorePageBIOS & rBIOS,
245 storeError verify (OStorePageBIOS & rBIOS);
258 storeError SuperBlockPage::unusedHead (OStorePageBIOS & rBIOS, PageData & rPageHead) in unusedHead()
300 storeError SuperBlockPage::unusedPop (OStorePageBIOS & rBIOS, PageData const & rPageHead) in unusedPop()
316 storeError SuperBlockPage::unusedPush (OStorePageBIOS & rBIOS, sal_uInt32 nAddr) in unusedPush()
346 storeError SuperBlockPage::verify (OStorePageBIOS & rBIOS) in verify()
412 OStorePageBIOS::Ace::Ace() in Ace()
[all …]
H A Dstorbios.hxx47 class OStorePageBIOS : public store::OStoreObject class
52 OStorePageBIOS (void);
172 virtual ~OStorePageBIOS (void);
229 OStorePageBIOS (const OStorePageBIOS&);
230 OStorePageBIOS& operator= (const OStorePageBIOS&);
233 inline OStorePageBIOS::operator osl::Mutex& (void) const in operator osl::Mutex&()
237 inline bool OStorePageBIOS::isWriteable (void) const in isWriteable()
241 inline sal_Bool OStorePageBIOS::isValid (void) const in isValid()
246 inline OStorePageBIOS::ScanContext::ScanContext (void) in ScanContext()
250 inline bool OStorePageBIOS::ScanContext::isValid (void) const in isValid()
H A Dstordata.hxx232 OStorePageBIOS & rBIOS);
242 OStorePageBIOS &rBIOS);
248 OStorePageBIOS &rBIOS);
255 OStorePageBIOS &rBIOS);
262 OStorePageBIOS &rBIOS);
268 OStorePageBIOS &rBIOS);
275 OStorePageBIOS &rBIOS);
281 OStorePageBIOS &rBIOS);
286 OStorePageBIOS &rBIOS);
292 OStorePageBIOS &rBIOS);
[all …]
H A Dstordata.cxx70 OStorePageBIOS &rBIOS) in store_truncate_Impl()
109 OStorePageBIOS &rBIOS) in store_truncate_Impl()
149 OStorePageBIOS &rBIOS) in store_truncate_Impl()
181 OStorePageBIOS & rBIOS) in loadOrCreate()
221 OStorePageBIOS &rBIOS) in read()
247 OStorePageBIOS &rBIOS) in read()
280 OStorePageBIOS &rBIOS) in read()
311 OStorePageBIOS &rBIOS) in write()
350 OStorePageBIOS &rBIOS) in write()
386 OStorePageBIOS &rBIOS) in write()
[all …]
H A Dstortree.hxx36 class OStorePageBIOS;
267 OStorePageBIOS & rBIOS);
274 OStorePageBIOS & rBIOS);
298 OStorePageBIOS & rBIOS);
307 OStorePageBIOS & rBIOS);
316 OStorePageBIOS & rBIOS);
330 OStorePageBIOS & rBIOS);
H A Dstortree.cxx189 OStorePageBIOS & rBIOS) in split()
239 OStorePageBIOS & rBIOS) in remove()
351 OStorePageBIOS & rBIOS) in loadOrCreate()
375 OStorePageBIOS & rBIOS) in change()
419 OStorePageBIOS & rBIOS) in find_lookup()
484 OStorePageBIOS & rBIOS) in find_insert()
H A Dstorpage.hxx47 class OStorePageManager : public store::OStorePageBIOS
147 typedef OStorePageBIOS base;
H A Dstorpage.cxx865 rtl::Reference<OStorePageBIOS> m_xBIOS;
866 OStorePageBIOS::ScanContext m_aCtx;
872 : m_xBIOS (new OStorePageBIOS()), in RebuildContext()
927 rtl::Reference<OStorePageBIOS> xSrcBIOS (aCtx.m_xBIOS); in rebuild()
H A Dstorbase.hxx842 class OStorePageBIOS;
/AOO41X/main/store/workben/
H A Dt_base.cxx90 class OTestBIOS : public store::OStorePageBIOS
92 typedef store::OStorePageBIOS base;