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 D | animationimport.cxx | 478 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 D | animationexport.cxx | 891 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 D | animationimport.cxx | 240 { 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 D | animationexport.cxx | 886 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 D | xmltoken.hxx | 3034 XML_PRESET_ID, enumerator
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/xmloff/ |
H A D | xmltoken.hxx | 2987 XML_PRESET_ID, enumerator
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/core/ |
H A D | xmltoken.cxx | 3035 TOKEN( "preset-id", XML_PRESET_ID ),
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/core/ |
H A D | xmltoken.cxx | 2984 TOKEN( "preset-id", XML_PRESET_ID ),
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/ |
H A D | unusedenumconstants.writeonly.results | 7500 enum xmloff::token::XMLTokenEnum XML_PRESET_ID
|