office-gobmx/connectivity/source/drivers/mork
Stephan Bergmann b36963c0a6 Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
2015-10-12 17:52:29 +02:00
..
dllapi.h
license.txt
MCatalog.cxx
MCatalog.hxx Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code 2015-10-12 17:52:29 +02:00
MColumnAlias.cxx
MColumnAlias.hxx
MColumns.cxx
MColumns.hxx Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code 2015-10-12 17:52:29 +02:00
MConnection.cxx
MConnection.hxx Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code 2015-10-12 17:52:29 +02:00
MDatabaseMetaData.cxx
MDatabaseMetaData.hxx Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code 2015-10-12 17:52:29 +02:00
MDatabaseMetaDataHelper.cxx
MDatabaseMetaDataHelper.hxx
MDriver.cxx
MDriver.hxx Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code 2015-10-12 17:52:29 +02:00
MErrorResource.hxx
MNSFolders.cxx
MNSFolders.hxx
MNSINIParser.cxx
MNSINIParser.hxx
MNSProfileDiscover.cxx
MNSProfileDiscover.hxx
mork.component
mork_helper.cxx
MorkParser.cxx
MorkParser.hxx
MPreparedStatement.cxx
MPreparedStatement.hxx Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code 2015-10-12 17:52:29 +02:00
MQueryHelper.cxx
MQueryHelper.hxx
MResultSet.cxx
MResultSet.hxx Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code 2015-10-12 17:52:29 +02:00
MResultSetMetaData.cxx
MResultSetMetaData.hxx Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code 2015-10-12 17:52:29 +02:00
MServices.cxx
MStatement.cxx
MStatement.hxx Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code 2015-10-12 17:52:29 +02:00
MTable.cxx
MTable.hxx Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code 2015-10-12 17:52:29 +02:00
MTables.cxx
MTables.hxx Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code 2015-10-12 17:52:29 +02:00
post_include_windows.h
pre_include_windows.h
README
services.cxx

Mork Format Parsing Library
=============================

Description
-----------

Cross Platform Mozilla Mork format reader.


Compillation
------------

g++ -o MorkParser main.cpp MorkParser.cpp


License
-------

This program is licensed under permissive BSD license.
See the license.txt file for more information.


Date: October 16th, 2007

Project Maintainers:
  Yuriy Soroka
  ysoroka@scalingweb.com

  http://www.scalingweb.com/

Thanks
-------------
Thanks to Petr Stejskal <stejsky@volny.cz> who helped with porting this code from Qt to STL.


How you can help
----------------

  Comments, patches, bug reports are welcome.