Lines Matching refs:OStorePageLink
361 struct OStorePageLink struct
369 explicit OStorePageLink (sal_uInt32 nAddr = STORE_PAGE_NULL) in OStorePageLink() function
373 void swap (OStorePageLink & rhs) in swap() argument
378 OStorePageLink (const OStorePageLink & rhs) in OStorePageLink() argument
382 OStorePageLink & operator= (const OStorePageLink & rhs) in operator =() argument
388 OStorePageLink & operator= (sal_uInt32 nAddr) in operator =() argument
396 bool operator== (const OStorePageLink & rhs) const in operator ==() argument
401 bool operator< (const OStorePageLink& rhs) const in operator <() argument
413 void link (OStorePageLink & rPred) in link() argument
416 OStorePageLink tmp (rPred); in link()
421 void unlink (OStorePageLink& rPred) in unlink() argument
424 *this = OStorePageLink(); in unlink()
438 typedef OStorePageLink L;