Lines Matching refs:mItLastValid
47 mItLastValid() in SwNumberTreeNode()
49 mItLastValid = mChildren.end(); in SwNumberTreeNode()
66 mItLastValid = mChildren.end(); in ~SwNumberTreeNode()
158 tSwNumberTreeChildren::const_iterator aIt = mItLastValid; in ValidateHierarchical()
283 tSwNumberTreeChildren::const_iterator aIt = mItLastValid; in ValidateContinuous()
495 mItLastValid = mChildren.end(); in MoveChildren()
807 if (mItLastValid != mChildren.end()) in IsValid()
811 bResult = ! (*mItLastValid)->LessThan(*pChild); in IsValid()
1180 (mItLastValid != mChildren.end() && in SetLastValid()
1181 (*aItValid)->LessThan(**mItLastValid)) in SetLastValid()
1184 mItLastValid = aItValid; in SetLastValid()
1207 tSwNumberTreeChildren::const_iterator aIt = mItLastValid; in SetLastValid()
1239 mItLastValid = mChildren.end(); in InvalidateTree()
1293 tSwNumberTreeChildren::const_iterator aIt = mItLastValid; in NotifyInvalidChildren()