Lines Matching refs:AnimationsImportHelperImpl
118 class AnimationsImportHelperImpl class
127 AnimationsImportHelperImpl( SvXMLImport& rImport );
128 ~AnimationsImportHelperImpl();
146 AnimationsImportHelperImpl::AnimationsImportHelperImpl( SvXMLImport& rImport ) in AnimationsImportHelperImpl() function in xmloff::AnimationsImportHelperImpl
154 AnimationsImportHelperImpl::~AnimationsImportHelperImpl() in ~AnimationsImportHelperImpl()
160 const SvXMLTokenMap& AnimationsImportHelperImpl::getAnimationNodeTokenMap() in getAnimationNodeTokenMap()
239 const SvXMLTokenMap& AnimationsImportHelperImpl::getAnimationNodeAttributeTokenMap() in getAnimationNodeAttributeTokenMap()
358 Any AnimationsImportHelperImpl::convertTarget( const OUString& rValue ) in convertTarget()
402 Any AnimationsImportHelperImpl::convertValue( XMLTokenEnum eAttributeName, const OUString& rValue ) in convertValue()
514 Sequence< Any > AnimationsImportHelperImpl::convertValueSequence( XMLTokenEnum eAttributeName, cons… in convertValueSequence()
538 Any AnimationsImportHelperImpl::convertTiming( const OUString& rValue ) in convertTiming()
618 Sequence< double > AnimationsImportHelperImpl::convertKeyTimes( const OUString& rValue ) in convertKeyTimes()
638 Sequence< TimeFilterPair > AnimationsImportHelperImpl::convertTimeFilter( const OUString& rValue ) in convertTimeFilter()
668 Any AnimationsImportHelperImpl::convertPath( const OUString& rValue ) in convertPath()
681 AnimationsImportHelperImpl* pHelper /* = NULL */ ) in AnimationNodeContext()
690 mpHelper = new AnimationsImportHelperImpl( rImport ); in AnimationNodeContext()