Searched refs:aTypeValue (Results 1 – 3 of 3) sorted by relevance
225 PropertyValue aTypeValue; in getAnyFromMacro() local226 aTypeValue.Name = sEventType; in getAnyFromMacro()228 aTypeValue.Value = aTmp; in getAnyFromMacro()229 aSequence[0] = aTypeValue; in getAnyFromMacro()258 PropertyValue aTypeValue; in getAnyFromMacro() local259 aTypeValue.Name = sEventType; in getAnyFromMacro()261 aTypeValue.Value = aTmp; in getAnyFromMacro()262 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()
Completed in 29 milliseconds