Searched refs:XML_AVERAGE (Results 1 – 9 of 9) sorted by relevance
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/ |
H A D | XMLConverter.cxx | 56 if( IsXMLToken(sFunction, XML_AVERAGE ) ) in GetFunctionFromString() 85 if( IsXMLToken(sFunction, XML_AVERAGE ) ) in GetFunctionFromString2() 114 if( IsXMLToken(sFunction, XML_AVERAGE ) ) in GetSubTotalFuncFromString() 141 case sheet::GeneralFunction2::AVERAGE: sFuncStr = GetXMLToken( XML_AVERAGE ); break; in GetStringFromFunction() 169 case SUBTOTAL_FUNC_AVE: sFuncStr = GetXMLToken( XML_AVERAGE ); break; in GetStringFromFunction()
|
H A D | xmlexprt.cxx | 4274 AddAttribute(XML_NAMESPACE_CALC_EXT, XML_TYPE, XML_AVERAGE); in WriteExternalDataTransformations()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/ |
H A D | XMLConverter.cxx | 56 if( IsXMLToken(sFunction, XML_AVERAGE ) ) in GetFunctionFromString() 85 if( IsXMLToken(sFunction, XML_AVERAGE ) ) in GetFunctionFromString2() 114 if( IsXMLToken(sFunction, XML_AVERAGE ) ) in GetSubTotalFuncFromString() 141 case sheet::GeneralFunction2::AVERAGE: sFuncStr = GetXMLToken( XML_AVERAGE ); break; in GetStringFromFunction() 169 case SUBTOTAL_FUNC_AVE: sFuncStr = GetXMLToken( XML_AVERAGE ); break; in GetStringFromFunction()
|
H A D | xmlexprt.cxx | 4139 AddAttribute(XML_NAMESPACE_CALC_EXT, XML_TYPE, XML_AVERAGE); in WriteExternalDataTransformations()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/xmloff/ |
H A D | xmltoken.hxx | 305 XML_AVERAGE, enumerator
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/xmloff/ |
H A D | xmltoken.hxx | 287 XML_AVERAGE, enumerator
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/core/ |
H A D | xmltoken.cxx | 310 TOKEN( "average", XML_AVERAGE ),
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/core/ |
H A D | xmltoken.cxx | 288 TOKEN( "average", XML_AVERAGE ),
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/ |
H A D | unusedenumconstants.writeonly.results | 3178 enum xmloff::token::XMLTokenEnum XML_AVERAGE
|