Searched refs:aTypeValue (Results 1 – 3 of 3) sorted by relevance
205 PropertyValue aTypeValue; in getAnyFromMacro() local206 aTypeValue.Name = sEventType; in getAnyFromMacro()208 aTypeValue.Value = aTmp; in getAnyFromMacro()209 aSequence[0] = aTypeValue; in getAnyFromMacro()238 PropertyValue aTypeValue; in getAnyFromMacro() local239 aTypeValue.Name = sEventType; in getAnyFromMacro()241 aTypeValue.Value = aTmp; in getAnyFromMacro()242 aSequence[0] = aTypeValue; in getAnyFromMacro()
301 ::rtl::OUString aTypeValue = xAttribs->getValueByName( m_aTypeAttr ); in startElement()308 if ( !aTypeValue.isEmpty() ) in startElement()311 m_aResultSeq[nNewEntryNum-1][nAttrNum - 1].Second = aTypeValue; in startElement()
800 Any aTypeValue = Convert::get().toAny( value, getCppuType() ); in _getValue() local803 if ( !( aTypeValue >>= aValue ) ) in _getValue()