Home
last modified time | relevance | path

Searched refs:aTypeValue (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/svtools/source/uno/
H A Dunoevent.cxx220 PropertyValue aTypeValue; in getAnyFromMacro() local
221 aTypeValue.Name = sEventType; in getAnyFromMacro()
223 aTypeValue.Value = aTmp; in getAnyFromMacro()
224 aSequence[0] = aTypeValue; in getAnyFromMacro()
253 PropertyValue aTypeValue; in getAnyFromMacro() local
254 aTypeValue.Name = sEventType; in getAnyFromMacro()
256 aTypeValue.Value = aTmp; in getAnyFromMacro()
257 aSequence[0] = aTypeValue; in getAnyFromMacro()
/AOO42X/main/comphelper/source/xml/
H A Dofopxmlhelper.cxx309 ::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()
/AOO42X/main/forms/source/xforms/
H A Ddatatypes.cxx800 Any aTypeValue = Convert::get().toAny( value, getCppuType() ); in _getValue() local
803 if ( !( aTypeValue >>= aValue ) ) in _getValue()