Home
last modified time | relevance | path

Searched refs:OOXMLProperties_t (Results 1 – 2 of 2) sorted by relevance

/trunk/main/writerfilter/source/ooxml/
H A DOOXMLPropertySetImpl.cxx422 OOXMLProperties_t::iterator aIt = begin(); in resolve()
442 OOXMLPropertySetImpl::OOXMLProperties_t::iterator OOXMLPropertySetImpl::begin() in begin()
447 OOXMLPropertySetImpl::OOXMLProperties_t::iterator OOXMLPropertySetImpl::end() in end()
452 OOXMLPropertySetImpl::OOXMLProperties_t::const_iterator
458 OOXMLPropertySetImpl::OOXMLProperties_t::const_iterator
500 for (OOXMLProperties_t::iterator aIt = pSet->mProperties.begin(); in add()
525 OOXMLProperties_t::iterator aItBegin = begin(); in toString()
526 OOXMLProperties_t::iterator aItEnd = end(); in toString()
528 for (OOXMLProperties_t::iterator aIt = aItBegin; aIt != aItEnd; aIt++) in toString()
H A DOOXMLPropertySetImpl.hxx155 typedef vector<OOXMLProperty::Pointer_t> OOXMLProperties_t; typedef in writerfilter::ooxml::OOXMLPropertySetImpl
157 OOXMLProperties_t mProperties;
169 OOXMLProperties_t::iterator begin();
170 OOXMLProperties_t::iterator end();
171 OOXMLProperties_t::const_iterator begin() const;
172 OOXMLProperties_t::const_iterator end() const;

Completed in 12 milliseconds