Searched refs:aTypeValue (Results 1 – 3 of 3) sorted by relevance
220 PropertyValue aTypeValue; in getAnyFromMacro() local221 aTypeValue.Name = sEventType; in getAnyFromMacro()223 aTypeValue.Value = aTmp; in getAnyFromMacro()224 aSequence[0] = aTypeValue; in getAnyFromMacro()253 PropertyValue aTypeValue; in getAnyFromMacro() local254 aTypeValue.Name = sEventType; in getAnyFromMacro()256 aTypeValue.Value = aTmp; in getAnyFromMacro()257 aSequence[0] = aTypeValue; in getAnyFromMacro()
309 ::rtl::OUString aTypeValue = xAttribs->getValueByName( m_aTypeAttr ); in startElement()316 if ( !aTypeValue.isEmpty() ) in startElement()319 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()