Home
last modified time | relevance | path

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

/AOO41X/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()
253 WW8PropertySetIterator::Pointer_t WW8PropertySetImpl::begin() in begin()
255 return WW8PropertySetIterator::Pointer_t in begin()
259 WW8PropertySetIterator::Pointer_t WW8PropertySetImpl::end() in end()
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()
[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.cxx180 WW8PropertySetIterator::Pointer_t pIt = mpPropSet->begin(); in resolve()
181 WW8PropertySetIterator::Pointer_t pItEnd = mpPropSet->end(); in resolve()
/AOO41X/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;