Home
last modified time | relevance | path

Searched refs:OStorePageObject (Results 1 – 7 of 7) sorted by relevance

/trunk/main/store/source/
H A Dstorbios.hxx112 OStorePageObject& rPage, Allocation eAllocation = ALLOCATE_FIRST);
119 OStorePageObject& rPage, sal_uInt32 nAddr);
122 OStorePageObject& rPage, sal_uInt32 nAddr);
167 OStorePageObject &rPage);
223 OStorePageObject & rPage, sal_uInt32 nAddr);
225 OStorePageObject & rPage, sal_uInt32 nAddr);
H A Dstordata.hxx106 class OStoreDataPageObject : public store::OStorePageObject
108 typedef OStorePageObject base;
115 : OStorePageObject (rxPage) in OStoreDataPageObject()
216 class OStoreIndirectionPageObject : public store::OStorePageObject
218 typedef OStorePageObject base;
225 : OStorePageObject (rxPage) in OStoreIndirectionPageObject()
685 class OStoreDirectoryPageObject : public store::OStorePageObject
687 typedef OStorePageObject base;
697 : OStorePageObject (rxPage) in OStoreDirectoryPageObject()
H A Dstorbase.hxx844 class OStorePageObject class
879 explicit OStorePageObject (PageHolder const & rxPage = PageHolder()) in OStorePageObject() function in store::OStorePageObject
885 virtual ~OStorePageObject (void);
916 inline bool OStorePageObject::dirty (void) const in dirty()
921 inline void OStorePageObject::clean (void) in clean()
926 inline void OStorePageObject::touch (void) in touch()
931 inline sal_uInt32 OStorePageObject::location (void) const in location()
936 inline void OStorePageObject::location (sal_uInt32 nAddr) in location()
H A Dstorbios.cxx826 OStorePageObject& rPage, Allocation eAlloc) in allocate()
896 storeError OStorePageBIOS::loadObjectAt (OStorePageObject & rPage, sal_uInt32 nAddr) in loadObjectAt()
912 storeError OStorePageBIOS::loadObjectAt_Impl (OStorePageObject & rPage, sal_uInt32 nAddr) in loadObjectAt_Impl()
939 storeError OStorePageBIOS::saveObjectAt (OStorePageObject & rPage, sal_uInt32 nAddr) in saveObjectAt()
958 storeError OStorePageBIOS::saveObjectAt_Impl (OStorePageObject & rPage, sal_uInt32 nAddr) in saveObjectAt_Impl()
1077 ScanContext &rCtx, OStorePageObject &rPage) in scanNext()
H A Dstortree.hxx240 class OStoreBTreeNodeObject : public store::OStorePageObject
242 typedef OStorePageObject base;
252 : OStorePageObject (rxPage) in OStoreBTreeNodeObject()
H A Dstorbase.cxx192 OStorePageObject::~OStorePageObject (void) in ~OStorePageObject()
H A Dstorpage.cxx898 storeError load (OStorePageObject &rPage) in load()

Completed in 41 milliseconds