Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/
H A Danimationimport.cxx478 if( (aIter.getToken() & TOKEN_MASK) == XML_PRESET_ID) in AnimationNodeContext()
672 case XML_ELEMENT(PRESENTATION, XML_PRESET_ID): in init_node()
673 case XML_ELEMENT(PRESENTATION_SO52, XML_PRESET_ID): in init_node()
674 case XML_ELEMENT(PRESENTATION_OOO, XML_PRESET_ID): in init_node()
675 case XML_ELEMENT(PRESENTATION_OASIS, XML_PRESET_ID): in init_node()
677 aUserData.emplace_back( GetXMLToken( XML_PRESET_ID ), makeAny( aIter.toString() ) ); in init_node()
H A Danimationexport.cxx891 else if( IsXMLToken( rValue.Name, XML_PRESET_ID ) ) in exportNode()
895 mxExport->AddAttribute( XML_NAMESPACE_PRESENTATION, XML_PRESET_ID, aPresetId ); in exportNode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/
H A Danimationimport.cxx240 { XML_NAMESPACE_PRESENTATION, XML_PRESET_ID, sal_uInt16(ANA_Preset_ID) }, in getAnimationNodeAttributeTokenMap()
631 … if( (nPrefix == XML_NAMESPACE_PRESENTATION) && IsXMLToken( aLocalName, XML_PRESET_ID ) ) in AnimationNodeContext()
807 aUserData.emplace_back( GetXMLToken( XML_PRESET_ID ), makeAny( rValue ) ); in init_node()
H A Danimationexport.cxx886 else if( IsXMLToken( rValue.Name, XML_PRESET_ID ) ) in exportNode()
890 mxExport->AddAttribute( XML_NAMESPACE_PRESENTATION, XML_PRESET_ID, aPresetId ); in exportNode()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/xmloff/
H A Dxmltoken.hxx3034 XML_PRESET_ID, enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/xmloff/
H A Dxmltoken.hxx2987 XML_PRESET_ID, enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/core/
H A Dxmltoken.cxx3035 TOKEN( "preset-id", XML_PRESET_ID ),
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/core/
H A Dxmltoken.cxx2984 TOKEN( "preset-id", XML_PRESET_ID ),
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dunusedenumconstants.writeonly.results7500 enum xmloff::token::XMLTokenEnum XML_PRESET_ID