calbck.hxx (cdf0e10c) | calbck.hxx (2f121198) |
---|---|
1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * --- 222 unchanged lines hidden (view full) --- 231 TypeId aSrchId; 232 233public: 234 SW_DLLPUBLIC SwClientIter( const SwModify& ); 235 SW_DLLPUBLIC ~SwClientIter(); 236 237 const SwModify& GetModify() const { return rRoot; } 238 | 1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * --- 222 unchanged lines hidden (view full) --- 231 TypeId aSrchId; 232 233public: 234 SW_DLLPUBLIC SwClientIter( const SwModify& ); 235 SW_DLLPUBLIC ~SwClientIter(); 236 237 const SwModify& GetModify() const { return rRoot; } 238 |
239 SwClient* operator++(int); | 239 SwClient* operator++(); |
240 SwClient* GoStart(); 241 SwClient* GoEnd(); 242 243 // returns the current SwClient object; 244 // in case this was already removed, the object marked down to become 245 // the next current one is returned 246 SwClient* operator()() const 247 { return pDelNext == pAct ? pAct : pDelNext; } --- 13 unchanged lines hidden --- | 240 SwClient* GoStart(); 241 SwClient* GoEnd(); 242 243 // returns the current SwClient object; 244 // in case this was already removed, the object marked down to become 245 // the next current one is returned 246 SwClient* operator()() const 247 { return pDelNext == pAct ? pAct : pDelNext; } --- 13 unchanged lines hidden --- |