LibreOffice Module xmloff (master) 1
|
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 |
Definition at line 103 of file animationimport.cxx.
|
explicit |
Definition at line 121 of file animationimport.cxx.
|
static |
Definition at line 380 of file animationimport.cxx.
References o3tl::getToken(), comphelper::string::getTokenCount(), nElements, nIndex, pValues, and o3tl::toDouble().
Referenced by xmloff::AnimationNodeContext::init_node().
|
static |
Definition at line 425 of file animationimport.cxx.
References Any.
Referenced by xmloff::AnimationNodeContext::init_node().
Any xmloff::AnimationsImportHelperImpl::convertTarget | ( | const OUString & | rValue | ) |
Definition at line 161 of file animationimport.cxx.
References Any, mrImport, and TOOLS_WARN_EXCEPTION.
|
static |
Definition at line 396 of file animationimport.cxx.
References o3tl::getToken(), comphelper::string::getTokenCount(), nElements, nIndex, nPos, and pValues.
Referenced by xmloff::AnimationNodeContext::init_node().
Any xmloff::AnimationsImportHelperImpl::convertTiming | ( | const OUString & | rValue | ) |
Definition at line 304 of file animationimport.cxx.
References xmloff::aAnimations_EnumMap_EventTrigger, aEvent, Any, SvXMLUnitConverter::convertEnum(), convertTiming(), comphelper::string::getTokenCount(), xmloff::isTime(), xmloff::token::IsXMLToken(), mrImport, nElements, nIndex, nPos, pValues, xmloff::token::XML_INDEFINITE, and xmloff::token::XML_MEDIA.
Referenced by convertTiming().
Any xmloff::AnimationsImportHelperImpl::convertValue | ( | XMLTokenEnum | eAttributeName, |
const OUString & | rValue | ||
) |
Definition at line 205 of file animationimport.cxx.
References Any, convertValue(), XMLPropertyHandler::importXML(), mrImport, nPos, nType, xmloff::token::XML_COLOR, xmloff::token::XML_DIM, xmloff::token::XML_FILL, xmloff::token::XML_FILL_COLOR, xmloff::token::XML_FONT_SIZE, xmloff::token::XML_FONT_STYLE, xmloff::token::XML_FONT_WEIGHT, xmloff::token::XML_HEIGHT, xmloff::token::XML_OPACITY, xmloff::token::XML_ROTATE, xmloff::token::XML_SCALE, XML_SD_TYPE_FILLSTYLE, XML_SD_TYPE_PRESPAGE_VISIBILITY, XML_SD_TYPE_STROKE, xmloff::token::XML_SKEWX, xmloff::token::XML_SKEWY, xmloff::token::XML_STROKE, xmloff::token::XML_STROKE_COLOR, xmloff::token::XML_TEXT_ROTATION_ANGLE, xmloff::token::XML_TEXT_UNDERLINE, xmloff::token::XML_TRANSLATE, XML_TYPE_COLOR, XML_TYPE_DOUBLE, XML_TYPE_DOUBLE_PERCENT, XML_TYPE_STRING, XML_TYPE_TEXT_POSTURE, XML_TYPE_TEXT_ROTATION_ANGLE, XML_TYPE_TEXT_UNDERLINE_STYLE, XML_TYPE_TEXT_WEIGHT, xmloff::token::XML_VISIBILITY, xmloff::token::XML_WIDTH, xmloff::token::XML_X, and xmloff::token::XML_Y.
Referenced by convertValue(), and convertValueSequence().
Sequence< Any > xmloff::AnimationsImportHelperImpl::convertValueSequence | ( | XMLTokenEnum | eAttributeName, |
std::u16string_view | rValue | ||
) |
Definition at line 285 of file animationimport.cxx.
References Any, convertValue(), o3tl::getToken(), comphelper::string::getTokenCount(), nElements, nIndex, and pValues.
|
private |
Definition at line 106 of file animationimport.cxx.
Referenced by convertTarget(), convertTiming(), and convertValue().