| 
    LibreOffice
    
   LibreOffice 24.2 SDK API Reference 
   | 
 
An application that provides data for a chart must implement this interface. More...
import"XRangeXMLConversion.idl";
  
 Public Member Functions | |
| string | convertRangeToXML ([in] string aRangeRepresentation) raises ( com::sun::star::lang::IllegalArgumentException ) | 
| converts the range to a valid XML syntax.  More... | |
| string | convertRangeFromXML ([in] string aXMLRange) raises ( com::sun::star::lang::IllegalArgumentException ) | 
| converts an XML-style range into the internal DataProvider's format.  More... | |
  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object.  More... | |
| void | acquire () | 
| increases the reference counter by one.  More... | |
| void | release () | 
| decreases the reference counter by one.  More... | |
An application that provides data for a chart must implement this interface.
| string convertRangeFromXML | ( | [in] string | aXMLRange | ) | |
| raises | ( | com::sun::star::lang::IllegalArgumentException | |||
| ) | |||||
converts an XML-style range into the internal DataProvider's format.
| string convertRangeToXML | ( | [in] string | aRangeRepresentation | ) | |
| raises | ( | com::sun::star::lang::IllegalArgumentException | |||
| ) | |||||
converts the range to a valid XML syntax.
For example spreadsheet ranges consisting of more than one consecutive region are usually separated by a semicolon whereas in XML you separate multiple regions by a space.
 1.8.14