Searched refs:SetInDocAndDelete (Results 1 – 2 of 2) sorted by relevance
392 class SetInDocAndDelete class397 explicit SetInDocAndDelete(SwDoc &rDoc) : mrDoc(rDoc) {} in SetInDocAndDelete() function in sw::util::SetInDocAndDelete401 SetInDocAndDelete& operator=(const SetInDocAndDelete&);
824 void SetInDocAndDelete::operator()(SwFltStackEntry *pEntry) in operator ()()877 std::for_each(maStack.begin(), maStack.end(), SetInDocAndDelete(mrDoc)); in ~RedlineStack()
Completed in 17 milliseconds