Home
last modified time | relevance | path

Searched defs:OStorePageKey (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/store/source/
H A Dstorbase.hxx308 struct OStorePageKey struct
312 sal_uInt32 m_nLow;
313 sal_uInt32 m_nHigh;
317 explicit OStorePageKey (sal_uInt32 nLow = 0, sal_uInt32 nHigh = 0) in OStorePageKey() argument
322 void swap (OStorePageKey & rhs) in swap()
328 OStorePageKey (const OStorePageKey & rhs) in OStorePageKey() argument
332 OStorePageKey & operator= (const OStorePageKey & rhs) in operator =()
341 bool operator== (const OStorePageKey & rhs) const in operator ==()
347 bool operator< (const OStorePageKey & rhs) const in operator <()

Completed in 44 milliseconds