Home
last modified time | relevance | path

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

/trunk/main/animations/source/animcore/
H A Danimcore.cxx196 virtual void SAL_CALL setAttributeName( const OUString& _attribute );
1247 void SAL_CALL AnimationNode::setAttributeName( const OUString& _attribute ) in setAttributeName() argument
1250 if( _attribute != maAttributeName ) in setAttributeName()
1252 maAttributeName = _attribute; in setAttributeName()