Searched refs:OStorePageObject (Results 1 – 7 of 7) sorted by relevance
/trunk/main/store/source/ |
H A D | storbios.hxx | 112 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 D | stordata.hxx | 106 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 D | storbase.hxx | 844 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 D | storbios.cxx | 826 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 D | stortree.hxx | 240 class OStoreBTreeNodeObject : public store::OStorePageObject 242 typedef OStorePageObject base; 252 : OStorePageObject (rxPage) in OStoreBTreeNodeObject()
|
H A D | storbase.cxx | 192 OStorePageObject::~OStorePageObject (void) in ~OStorePageObject()
|
H A D | storpage.cxx | 898 storeError load (OStorePageObject &rPage) in load()
|
Completed in 110 milliseconds