Searched refs:_Element (Results 1 – 3 of 3) sorted by relevance
174 …void SAL_CALL DocumentEvents::replaceByName( const ::rtl::OUString& _Name, const Any& _Element ) t… in replaceByName() argument183 if ( _Element.hasValue() && !( _Element >>= aEventDescriptor ) ) in replaceByName()184 throw IllegalArgumentException( _Element.getValueTypeName(), *this, 2 ); in replaceByName()
273 void SAL_CALL UnoControlRoadmapModel::insertByIndex( const sal_Int32 Index, const Any& _Element) in insertByIndex() argument279 _Element >>= xRoadmapItem; in insertByIndex()328 void SAL_CALL UnoControlRoadmapModel::replaceByIndex( const sal_Int32 Index, const Any& _Element) in replaceByIndex() argument332 _Element >>= xRoadmapItem; in replaceByIndex()
130 …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