diff options
author | Jean-Pierre Ledure <jp@ledure.be> | 2015-12-06 18:09:10 +0100 |
---|---|---|
committer | Jean-Pierre Ledure <jp@ledure.be> | 2015-12-06 18:09:10 +0100 |
commit | 0daed9b52fb74b090295a8e079664956785e02c2 (patch) | |
tree | 6668bbceb71b5242516d13c4da68ba5da60987ff /wizards/source/access2base/acConstants.xba | |
parent | 77801cd501af08f41099feef36a72001ee6c84b4 (diff) |
Access2Base - First steps OutPutTo calc and csv
+ bug correction on dlgFormat dialog - check user input
Change-Id: I126f99dbc587342772a601df8b9dd03cfe4850ac
Diffstat (limited to 'wizards/source/access2base/acConstants.xba')
-rw-r--r-- | wizards/source/access2base/acConstants.xba | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wizards/source/access2base/acConstants.xba b/wizards/source/access2base/acConstants.xba index 3f30ba00f609..89ac72b26fb3 100644 --- a/wizards/source/access2base/acConstants.xba +++ b/wizards/source/access2base/acConstants.xba @@ -287,6 +287,9 @@ Global Const acFormatPDF = "writer_pdf_Export" Global Const acFormatODT = "writer8" Global Const acFormatDOC = "MS Word 97" Global Const acFormatHTML = "HTML" +Global Const acFormatXLS = "MS Excel 97" +Global Const acFormatCALC = "StarOffice XML (Calc)" +Global Const acFormatTXT = "Text - txt - csv (StarCalc)" REM AcExportQuality REM ----------------------------------------------------------------- |