Home
last modified time | relevance | path

Searched defs:CHART_NS (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/reportbuilder/java/org/libreoffice/report/pentaho/
H A DOfficeNamespaces.java38 public static final String CHART_NS = "urn:oasis:names:tc:opendocument:xmlns:chart:1.0"; field in OfficeNamespaces
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportbuilder/java/org/libreoffice/report/pentaho/
H A DOfficeNamespaces.java38 public static final String CHART_NS = "urn:oasis:names:tc:opendocument:xmlns:chart:1.0"; field in OfficeNamespaces
/dports/textproc/py-pyexcel-ezodf/pyexcel-ezodf-0.3.4/ezodf/
H A Dconst.py40 CHART_NS = "urn:oasis:names:tc:opendocument:xmlns:chart:1.0" variable
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/xml/
H A Dconstants.py67 CHART_NS = "http://schemas.openxmlformats.org/drawingml/2006/chart" variable