Searched refs:XML_PRESET_SUB_TYPE (Results 1 – 9 of 9) sorted by relevance
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/ |
H A D | animationimport.cxx | 680 case XML_ELEMENT(PRESENTATION, XML_PRESET_SUB_TYPE): in init_node() 681 case XML_ELEMENT(PRESENTATION_SO52, XML_PRESET_SUB_TYPE): in init_node() 682 case XML_ELEMENT(PRESENTATION_OOO, XML_PRESET_SUB_TYPE): in init_node() 683 case XML_ELEMENT(PRESENTATION_OASIS, XML_PRESET_SUB_TYPE): in init_node() 685 … aUserData.emplace_back( GetXMLToken( XML_PRESET_SUB_TYPE ), makeAny( aIter.toString() ) ); in init_node()
|
H A D | animationexport.cxx | 898 else if( IsXMLToken( rValue.Name, XML_PRESET_SUB_TYPE ) ) in exportNode() 903 … mxExport->AddAttribute( XML_NAMESPACE_PRESENTATION, XML_PRESET_SUB_TYPE, aPresetSubType ); in exportNode()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/ |
H A D | animationimport.cxx | 241 { XML_NAMESPACE_PRESENTATION, XML_PRESET_SUB_TYPE, sal_uInt16(ANA_Preset_Sub_Type) }, in getAnimationNodeAttributeTokenMap() 812 aUserData.emplace_back( GetXMLToken( XML_PRESET_SUB_TYPE ), makeAny( rValue ) ); in init_node()
|
H A D | animationexport.cxx | 893 else if( IsXMLToken( rValue.Name, XML_PRESET_SUB_TYPE ) ) in exportNode() 898 … mxExport->AddAttribute( XML_NAMESPACE_PRESENTATION, XML_PRESET_SUB_TYPE, aPresetSubType ); in exportNode()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/xmloff/ |
H A D | xmltoken.hxx | 3035 XML_PRESET_SUB_TYPE, enumerator
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/xmloff/ |
H A D | xmltoken.hxx | 2988 XML_PRESET_SUB_TYPE, enumerator
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/core/ |
H A D | xmltoken.cxx | 3036 TOKEN( "preset-sub-type", XML_PRESET_SUB_TYPE ),
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/core/ |
H A D | xmltoken.cxx | 2985 TOKEN( "preset-sub-type", XML_PRESET_SUB_TYPE ),
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/ |
H A D | unusedenumconstants.writeonly.results | 7502 enum xmloff::token::XMLTokenEnum XML_PRESET_SUB_TYPE
|