Searched refs:pPropertiesIter (Results 1 – 1 of 1) sorted by relevance
52 const ::rtl::OUString* pPropertiesIter = aProperties.getConstArray(); in lcl_fillValues() local53 const ::rtl::OUString* pPropertiesEnd = pPropertiesIter + aProperties.getLength(); in lcl_fillValues()54 for (;pPropertiesIter != pPropertiesEnd ; ++pPropertiesIter) in lcl_fillValues()56 uno::Any aValue = aPropertiesNode.getNodeValue(*pPropertiesIter + s_sValue); in lcl_fillValues()61 _rValues.put(*pPropertiesIter,aValue); in lcl_fillValues()
Completed in 16 milliseconds