Home
last modified time | relevance | path

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 Danimationimport.cxx680 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 Danimationexport.cxx898 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 Danimationimport.cxx241 { 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 Danimationexport.cxx893 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 Dxmltoken.hxx3035 XML_PRESET_SUB_TYPE, enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/xmloff/
H A Dxmltoken.hxx2988 XML_PRESET_SUB_TYPE, enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/core/
H A Dxmltoken.cxx3036 TOKEN( "preset-sub-type", XML_PRESET_SUB_TYPE ),
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/core/
H A Dxmltoken.cxx2985 TOKEN( "preset-sub-type", XML_PRESET_SUB_TYPE ),
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dunusedenumconstants.writeonly.results7502 enum xmloff::token::XMLTokenEnum XML_PRESET_SUB_TYPE