Searched refs:mbListDirty (Results 1 – 8 of 8) sorted by relevance
140 mbListDirty (true) in XPropertyList()164 if( mbListDirty ) in Count()177 if( mbListDirty ) in Get()197 if( mbListDirty ) in GetIndex()
92 if( mbListDirty ) in Load()94 mbListDirty = false; in Load()
81 if( mbListDirty ) in Load()83 mbListDirty = false; in Load()
82 if( mbListDirty ) in Load()84 mbListDirty = false; in Load()
85 if( mbListDirty ) in Load()87 mbListDirty = false; in Load()
83 if( mbListDirty ) in Load()85 mbListDirty = false; in Load()
161 bool mbListDirty : 1; member in XPropertyList186 bool IsDirty() const { return mbListDirty; } in IsDirty()187 void SetDirty( bool bDirty = true ) { mbListDirty = bDirty; } in SetDirty()
Completed in 25 milliseconds