LibreOffice Module xmloff (master)
1
|
Public Member Functions | |
AnimationsImportHelperImpl (SvXMLImport &rImport) | |
Any | convertValue (XMLTokenEnum eAttributeName, const OUString &rValue) |
Sequence< Any > | convertValueSequence (XMLTokenEnum eAttributeName, const OUString &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 (const OUString &rValue) |
static Sequence< TimeFilterPair > | convertTimeFilter (const OUString &rValue) |
Private Attributes | |
SvXMLImport & | mrImport |
Definition at line 102 of file animationimport.cxx.
|
explicit |
Definition at line 120 of file animationimport.cxx.
|
static |
Definition at line 379 of file animationimport.cxx.
References comphelper::string::getTokenCount(), nElements, nIndex, and pValues.
Referenced by xmloff::AnimationNodeContext::init_node().
|
static |
Definition at line 421 of file animationimport.cxx.
References Any, and makeAny().
Referenced by xmloff::AnimationNodeContext::init_node().
Any xmloff::AnimationsImportHelperImpl::convertTarget | ( | const OUString & | rValue | ) |
Definition at line 160 of file animationimport.cxx.
References Any, SvXMLImport::getInterfaceToIdentifierMapper(), comphelper::UnoInterfaceToUniqueIdentifierMapper::getReference(), makeAny(), mrImport, and TOOLS_WARN_EXCEPTION.
|
static |
Definition at line 395 of file animationimport.cxx.
References comphelper::string::getTokenCount(), nElements, nIndex, nPos, and pValues.
Referenced by xmloff::AnimationNodeContext::init_node().
Any xmloff::AnimationsImportHelperImpl::convertTiming | ( | const OUString & | rValue | ) |
Definition at line 303 of file animationimport.cxx.
References xmloff::aAnimations_EnumMap_EventTrigger, aEvent, Any, SvXMLUnitConverter::convertEnum(), SvXMLImport::getInterfaceToIdentifierMapper(), comphelper::UnoInterfaceToUniqueIdentifierMapper::getReference(), comphelper::string::getTokenCount(), xmloff::isTime(), xmloff::token::IsXMLToken(), mrImport, nElements, nIndex, nPos, pValues, XMLImageStyle::rValue, xmloff::token::XML_INDEFINITE, and xmloff::token::XML_MEDIA.
Any xmloff::AnimationsImportHelperImpl::convertValue | ( | XMLTokenEnum | eAttributeName, |
const OUString & | rValue | ||
) |
Definition at line 204 of file animationimport.cxx.
References Any, SvXMLImport::GetMM100UnitConverter(), SvXMLImport::GetShapeImport(), XMLPropertyHandler::importXML(), makeAny(), 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 convertValueSequence().
Sequence< Any > xmloff::AnimationsImportHelperImpl::convertValueSequence | ( | XMLTokenEnum | eAttributeName, |
const OUString & | rValue | ||
) |
Definition at line 284 of file animationimport.cxx.
References Any, convertValue(), comphelper::string::getTokenCount(), nElements, nIndex, and pValues.
|
private |
Definition at line 105 of file animationimport.cxx.
Referenced by convertTarget(), convertTiming(), and convertValue().