LibreOffice Module xmloff (master) 1
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
xmloff::AnimationsImportHelperImpl Class Reference

Public Member Functions

 AnimationsImportHelperImpl (SvXMLImport &rImport)
 
Any convertValue (XMLTokenEnum eAttributeName, const OUString &rValue)
 
Sequence< Any > convertValueSequence (XMLTokenEnum eAttributeName, std::u16string_view rValue)
 
Any convertTarget (const OUString &rValue)
 
Any convertTiming (const OUString &rValue)
 

Static Public Member Functions

static Any convertPath (const OUString &rValue)
 
static Sequence< double > convertKeyTimes (std::string_view rValue)
 
static Sequence< TimeFilterPair > convertTimeFilter (std::string_view rValue)
 

Private Attributes

SvXMLImport & mrImport
 

Detailed Description

Definition at line 103 of file animationimport.cxx.

Constructor & Destructor Documentation

◆ AnimationsImportHelperImpl()

xmloff::AnimationsImportHelperImpl::AnimationsImportHelperImpl ( SvXMLImport &  rImport)
explicit

Definition at line 121 of file animationimport.cxx.

Member Function Documentation

◆ convertKeyTimes()

Sequence< double > xmloff::AnimationsImportHelperImpl::convertKeyTimes ( std::string_view  rValue)
static

◆ convertPath()

Any xmloff::AnimationsImportHelperImpl::convertPath ( const OUString &  rValue)
static

Definition at line 425 of file animationimport.cxx.

References Any.

Referenced by xmloff::AnimationNodeContext::init_node().

◆ convertTarget()

Any xmloff::AnimationsImportHelperImpl::convertTarget ( const OUString &  rValue)

Definition at line 161 of file animationimport.cxx.

References Any, mrImport, and TOOLS_WARN_EXCEPTION.

◆ convertTimeFilter()

Sequence< TimeFilterPair > xmloff::AnimationsImportHelperImpl::convertTimeFilter ( std::string_view  rValue)
static

◆ convertTiming()

Any xmloff::AnimationsImportHelperImpl::convertTiming ( const OUString &  rValue)

◆ convertValue()

Any xmloff::AnimationsImportHelperImpl::convertValue ( XMLTokenEnum  eAttributeName,
const OUString &  rValue 
)

◆ convertValueSequence()

Sequence< Any > xmloff::AnimationsImportHelperImpl::convertValueSequence ( XMLTokenEnum  eAttributeName,
std::u16string_view  rValue 
)

Member Data Documentation

◆ mrImport

SvXMLImport& xmloff::AnimationsImportHelperImpl::mrImport
private

Definition at line 106 of file animationimport.cxx.

Referenced by convertTarget(), convertTiming(), and convertValue().


The documentation for this class was generated from the following file: