Home
last modified time | relevance | path

Searched refs:WW8PropertySetIterator (Results 1 – 4 of 4) sorted by relevance

/trunk/main/writerfilter/source/doctok/
H A DWW8PropertySetImpl.cxx34 bool operator != (const WW8PropertySetIterator & rA, in operator !=()
35 const WW8PropertySetIterator & rB) in operator !=()
48 WW8PropertySetIterator::~WW8PropertySetIterator() in ~WW8PropertySetIterator()
255 return WW8PropertySetIterator::Pointer_t in begin()
261 return WW8PropertySetIterator::Pointer_t in end()
287 WW8PropertySetIterator::Pointer_t pIt = in dump()
289 WW8PropertySetIterator::Pointer_t pItEnd = in dump()
303 WW8PropertySetIterator::Pointer_t pIt = begin(); in dots()
304 WW8PropertySetIterator::Pointer_t pItEnd = end(); in dots()
366 WW8PropertySetIterator::Pointer_t pIt = begin(); in resolve()
[all …]
H A DWW8PropertySetImpl.hxx85 virtual WW8PropertySetIterator::Pointer_t begin();
86 virtual WW8PropertySetIterator::Pointer_t end();
112 class WW8PropertySetIteratorImpl : public WW8PropertySetIterator
126 virtual WW8PropertySetIterator & operator++();
130 virtual bool equal(const WW8PropertySetIterator & rIt) const;
H A DWW8ResourceModelImpl.cxx178 WW8PropertySetIterator::Pointer_t pIt = mpPropSet->begin(); in resolve()
179 WW8PropertySetIterator::Pointer_t pItEnd = mpPropSet->end(); in resolve()
/trunk/main/writerfilter/inc/doctok/
H A DWW8Document.hxx156 class WRITERFILTER_DLLPUBLIC WW8PropertySetIterator class
159 typedef boost::shared_ptr<WW8PropertySetIterator> Pointer_t;
161 virtual ~WW8PropertySetIterator();
166 virtual WW8PropertySetIterator & operator++() = 0;
176 virtual bool equal(const WW8PropertySetIterator & rIt) const = 0;
187 bool operator != (const WW8PropertySetIterator & rA,
188 const WW8PropertySetIterator & rB);
203 virtual WW8PropertySetIterator::Pointer_t begin() = 0;
208 virtual WW8PropertySetIterator::Pointer_t end() = 0;

Completed in 22 milliseconds