Lines Matching defs:OStoreBTreeEntry
43 struct OStoreBTreeEntry struct
45 typedef OStorePageKey K;
46 typedef OStorePageLink L;
50 K m_aKey;
51 L m_aLink;
52 sal_uInt32 m_nAttrib;
56 explicit OStoreBTreeEntry ( in OStoreBTreeEntry() argument
65 OStoreBTreeEntry (const OStoreBTreeEntry & rhs) in OStoreBTreeEntry() function
71 OStoreBTreeEntry& operator= (const OStoreBTreeEntry & rhs) in operator =()
81 enum CompareResult
88 CompareResult compare (const OStoreBTreeEntry& rOther) const in compare()