Searched refs:_begin (Results 1 – 4 of 4) sorted by relevance
102 void SAL_CALL setBegin( const Any& _begin ) throw (RuntimeException);290 void SAL_CALL RandomAnimationNode::setBegin( const Any& _begin ) throw (RuntimeException) in setBegin() argument293 maBegin = _begin; in setBegin()
149 ScVbaCommandBarControl::setBeginGroup( ::sal_Bool _begin ) throw (css::uno::RuntimeException) in setBeginGroup() argument151 if( getBeginGroup() != _begin ) in setBeginGroup()
66 virtual void SAL_CALL setBeginGroup( ::sal_Bool _begin ) throw (css::uno::RuntimeException);
162 virtual void SAL_CALL setBegin( const Any& _begin ) throw (RuntimeException);849 void SAL_CALL AnimationNode::setBegin( const Any& _begin ) throw (RuntimeException) in setBegin() argument852 if( _begin != maBegin ) in setBegin()854 maBegin = _begin; in setBegin()
Completed in 34 milliseconds