Searched refs:_fill (Results 1 – 2 of 2) sorted by relevance
114 void SAL_CALL setFill( ::sal_Int16 _fill ) throw (RuntimeException);398 void SAL_CALL RandomAnimationNode::setFill( sal_Int16 _fill ) throw (RuntimeException) in setFill() argument401 mnFill = _fill; in setFill()
174 virtual void SAL_CALL setFill( sal_Int16 _fill ) throw (RuntimeException);981 void SAL_CALL AnimationNode::setFill( sal_Int16 _fill ) throw (RuntimeException) in setFill() argument984 if( _fill != mnFill ) in setFill()986 mnFill = _fill; in setFill()
Completed in 28 milliseconds