Searched refs:WW8PropertySetIterator (Results 1 – 4 of 4) sorted by relevance
34 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 …]
85 virtual WW8PropertySetIterator::Pointer_t begin();86 virtual WW8PropertySetIterator::Pointer_t end();112 class WW8PropertySetIteratorImpl : public WW8PropertySetIterator126 virtual WW8PropertySetIterator & operator++();130 virtual bool equal(const WW8PropertySetIterator & rIt) const;
178 WW8PropertySetIterator::Pointer_t pIt = mpPropSet->begin(); in resolve()179 WW8PropertySetIterator::Pointer_t pItEnd = mpPropSet->end(); in resolve()
156 class WRITERFILTER_DLLPUBLIC WW8PropertySetIterator class159 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 29 milliseconds