Home
last modified time | relevance | path

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

/trunk/main/svtools/source/uno/
H A Dunoevent.cxx225 PropertyValue aTypeValue; in getAnyFromMacro() local
226 aTypeValue.Name = sEventType; in getAnyFromMacro()
228 aTypeValue.Value = aTmp; in getAnyFromMacro()
229 aSequence[0] = aTypeValue; in getAnyFromMacro()
258 PropertyValue aTypeValue; in getAnyFromMacro() local
259 aTypeValue.Name = sEventType; in getAnyFromMacro()
261 aTypeValue.Value = aTmp; in getAnyFromMacro()
262 aSequence[0] = aTypeValue; in getAnyFromMacro()
/trunk/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()
/trunk/main/forms/source/xforms/
H A Ddatatypes.cxx800 Any aTypeValue = Convert::get().toAny( value, getCppuType() ); in _getValue() local
803 if ( !( aTypeValue >>= aValue ) ) in _getValue()

Completed in 31 milliseconds