Home
last modified time | relevance | path

Searched refs:_begin (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sd/source/ui/unoidl/
H A Drandomnode.cxx102 void SAL_CALL setBegin( const Any& _begin ) throw (RuntimeException);
290 void SAL_CALL RandomAnimationNode::setBegin( const Any& _begin ) throw (RuntimeException) in setBegin() argument
293 maBegin = _begin; in setBegin()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbarcontrol.cxx149 ScVbaCommandBarControl::setBeginGroup( ::sal_Bool _begin ) throw (css::uno::RuntimeException) in setBeginGroup() argument
151 if( getBeginGroup() != _begin ) in setBeginGroup()
H A Dvbacommandbarcontrol.hxx66 virtual void SAL_CALL setBeginGroup( ::sal_Bool _begin ) throw (css::uno::RuntimeException);
/trunk/main/animations/source/animcore/
H A Danimcore.cxx162 virtual void SAL_CALL setBegin( const Any& _begin ) throw (RuntimeException);
849 void SAL_CALL AnimationNode::setBegin( const Any& _begin ) throw (RuntimeException) in setBegin() argument
852 if( _begin != maBegin ) in setBegin()
854 maBegin = _begin; in setBegin()

Completed in 33 milliseconds