Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentevents.cxx174 …void SAL_CALL DocumentEvents::replaceByName( const ::rtl::OUString& _Name, const Any& _Element ) t… in replaceByName() argument
183 if ( _Element.hasValue() && !( _Element >>= aEventDescriptor ) ) in replaceByName()
184 throw IllegalArgumentException( _Element.getValueTypeName(), *this, 2 ); in replaceByName()
/trunk/main/toolkit/source/controls/
H A Droadmapcontrol.cxx273 void SAL_CALL UnoControlRoadmapModel::insertByIndex( const sal_Int32 Index, const Any& _Element) in insertByIndex() argument
279 _Element >>= xRoadmapItem; in insertByIndex()
328 void SAL_CALL UnoControlRoadmapModel::replaceByIndex( const sal_Int32 Index, const Any& _Element) in replaceByIndex() argument
332 _Element >>= xRoadmapItem; in replaceByIndex()
/trunk/main/toolkit/inc/toolkit/controls/
H A Droadmapcontrol.hxx130 …virtual void SAL_CALL insertByIndex( sal_Int32 Index, const Any & _Element) throw (IllegalArgumen…
132 …virtual void SAL_CALL replaceByIndex( sal_Int32 Index, const Any & _Element) throw (IllegalArgumen…

Completed in 11 milliseconds