Searched refs:OOXMLProperties_t (Results 1 – 2 of 2) sorted by relevance
422 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()
155 typedef vector<OOXMLProperty::Pointer_t> OOXMLProperties_t; typedef in writerfilter::ooxml::OOXMLPropertySetImpl157 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 14 milliseconds