Home
last modified time | relevance | path

Searched refs:aXML_CommnadTypeEnumMap (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/filter/xml/
H A DxmlExportDocumentHandler.cxx145 static const SvXMLEnumMapEntry<sal_uInt16> aXML_CommnadTypeEnumMap[] = in startElement() local
151 …lue, static_cast<sal_uInt16>(m_xDatabaseDataProvider->getCommandType()),aXML_CommnadTypeEnumMap ) ) in startElement()
H A DxmlExport.cxx1276 … const SvXMLEnumMapEntry<sal_Int32>* aXML_CommnadTypeEnumMap = OXMLHelper::GetCommandTypeOptions(); in exportReportAttributes() local
1277 … ( SvXMLUnitConverter::convertEnum( sValue, _xReport->getCommandType(), aXML_CommnadTypeEnumMap ) ) in exportReportAttributes()