--- /dev/null 2016-03-15 09:11:25.292954614 +0000 +++ misc/hunspell-1.3.4/src/hunspell/hunvisapi.h 2016-04-06 16:40:47.181698825 +0100 @@ -0,0 +1,18 @@ +#ifndef _HUNSPELL_VISIBILITY_H_ +#define _HUNSPELL_VISIBILITY_H_ + +#if defined(HUNSPELL_STATIC) +# define LIBHUNSPELL_DLL_EXPORTED +#elif defined(_MSC_VER) +# if defined(BUILDING_LIBHUNSPELL) +# define LIBHUNSPELL_DLL_EXPORTED __declspec(dllexport) +# else +# define LIBHUNSPELL_DLL_EXPORTED __declspec(dllimport) +# endif +#elif defined(BUILDING_LIBHUNSPELL) && 1 +# define LIBHUNSPELL_DLL_EXPORTED __attribute__((__visibility__("default"))) +#else +# define LIBHUNSPELL_DLL_EXPORTED +#endif + +#endif this.form.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/writerperfect/source/calc/MSWorksCalcImportFilter.cxx
AgeCommit message (Expand)Author
2016-12-05fix buildCaolán McNamara
2016-12-05simplify a bitDavid Tardon
2016-12-05try to retrieve the .fm3 file when reading a .wp3 fileosnola
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-02-15make charset sel. dlg translatableDavid Tardon
2016-02-08wpftcalc: use service constructorDavid Tardon
2016-02-08these macros are not definedDavid Tardon
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-19astyleDavid Tardon
2015-05-19Move module-local includes to writerperfect/incStephan Bergmann
2015-05-19Clean up WPFTEncodingDialog ctor paramsStephan Bergmann
2015-05-19...assuming these want to actually catch css::uno::ExceptionsStephan Bergmann
2015-05-19upload libwps 0.4.0osnola
2014-09-17convert wpftcalc to use ImportFilter base classDavid Tardon
2014-09-17pass media descriptor to import functionsDavid Tardon
2014-08-15use consistent style for writerperfectDavid Tardon
2014-05-29Try to add support for WKS/WDB files...osnola