Home
last modified time | relevance | path

Searched refs:_filldefault (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sd/source/ui/unoidl/
H A Drandomnode.cxx116 void SAL_CALL setFillDefault( ::sal_Int16 _filldefault ) throw (RuntimeException);
416 void SAL_CALL RandomAnimationNode::setFillDefault( sal_Int16 _filldefault ) throw (RuntimeException) in setFillDefault() argument
419 mnFillDefault = _filldefault; in setFillDefault()
/aoo4110/main/animations/source/animcore/
H A Danimcore.cxx176 virtual void SAL_CALL setFillDefault( sal_Int16 _filldefault ) throw (RuntimeException);
1003 void SAL_CALL AnimationNode::setFillDefault( sal_Int16 _filldefault ) throw (RuntimeException) in setFillDefault() argument
1006 if( _filldefault != mnFillDefault ) in setFillDefault()
1008 mnFillDefault = _filldefault; in setFillDefault()

Completed in 83 milliseconds