Searched refs:_Element (Results 1 – 3 of 3) sorted by relevance
174 void SAL_CALL DocumentEvents::replaceByName( const ::rtl::OUString& _Name, const Any& _Element ) 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() argument278 _Element >>= xRoadmapItem; in insertByIndex()326 … void SAL_CALL UnoControlRoadmapModel::replaceByIndex( const sal_Int32 Index, const Any& _Element) in replaceByIndex() argument329 _Element >>= xRoadmapItem; in replaceByIndex()
130 virtual void SAL_CALL insertByIndex( sal_Int32 Index, const Any & _Element);132 virtual void SAL_CALL replaceByIndex( sal_Int32 Index, const Any & _Element);