- Description
- re-interprets the given data source according to the
interpretation rule given in
- sInterpretation .
- Parameter aSource
- an XDataSource s that will be
interpreted in a different way. This component has to
find out in which way the data was formerly
interpreted.
- Parameter sInterpretation
- may contain any string that was listed
as valid by the service that implements this
interface. A spreadsheet may allow strings like
"InRows" and "InColumns" , or
even "InSheets" .
- Throws
- com::sun::star::lang::IllegalArgumentException
may be raised, if sInterpretation is unkonwn. It may
also be raised, if aSource is of an unknown source,
i.e., the range identifier stored at the
XDataSequence s can not be parsed
appropriately.
- Returns
- the new interpretation of aSources. If the data
source was already interpreted in the requested way,
the result will be identical to aSources.
|