summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/FormulaParser.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/FormulaParser.idl')
-rw-r--r--offapi/com/sun/star/sheet/FormulaParser.idl12
1 files changed, 0 insertions, 12 deletions
diff --git a/offapi/com/sun/star/sheet/FormulaParser.idl b/offapi/com/sun/star/sheet/FormulaParser.idl
index 4ad8ff86d4c4..2f30564425ae 100644
--- a/offapi/com/sun/star/sheet/FormulaParser.idl
+++ b/offapi/com/sun/star/sheet/FormulaParser.idl
@@ -25,23 +25,18 @@
#include <com/sun/star/sheet/FormulaOpCodeMapEntry.idl>
#include <com/sun/star/sheet/ExternalLinkInfo.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
service FormulaParser
{
- // ------------------------------------------------------------------------
service com::sun::star::beans::PropertySet;
- // ------------------------------------------------------------------------
interface XFormulaParser;
- // ------------------------------------------------------------------------
/** specifies whether to use English parser and formatter.
@@ -51,7 +46,6 @@ service FormulaParser
*/
[property] boolean CompileEnglish;
- // ------------------------------------------------------------------------
/** specifies which address reference style convention to use when
parsing a formula string.
@@ -60,15 +54,12 @@ service FormulaParser
*/
[property] short FormulaConvention;
- // ------------------------------------------------------------------------
[property] boolean IgnoreLeadingSpaces;
- // ------------------------------------------------------------------------
[property] string ParameterSeparator;
- // ------------------------------------------------------------------------
/** contains the complete mapping of names to op-codes.
@@ -76,7 +67,6 @@ service FormulaParser
*/
[property] sequence< FormulaOpCodeMapEntry > OpCodeMap;
- // ------------------------------------------------------------------------
/** contains a list of external links referenced in formulas.
@@ -91,10 +81,8 @@ service FormulaParser
*/
[property] sequence< ExternalLinkInfo > ExternalLinks;
- // ------------------------------------------------------------------------
};
-//=============================================================================
}; }; }; };