--- /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 et'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_ChartType.cxx
AgeCommit message (Expand)Author
2021-06-22tdf#142851 Chart UI: fix empty Chart Type dialogTünde Tóth
2021-05-19tdf#124295 - Always select a 3D scheme in the chart wizardAndreas Heinisch
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara
2020-04-25rename SvtValueSet back to ValueSetCaolán McNamara
2020-04-25weld SvxColorDockingWindowCaolán McNamara
2020-04-19loplugin:flatten in chart2Noel Grandin
2020-02-03loplugin:constantparamNoel Grandin
2019-11-21tdf#42949 tdf#119699 Fix IWYU warnings in chart2/Gabor Kelemen
2019-11-14Move SplinePropertiesDialog & SteppedPropertiesDialog to reuseMuhammet Kara
2019-11-13chart2: Separate ChartResourceGroups to reuseMuhammet Kara
2019-10-22loplugin:virtualdead unused param in ResourceChangeListenerNoel Grandin
2019-10-22loplugin:virtualdead unused param in ChartTypeDialogControllerNoel Grandin
2019-09-28loplugin:virtualdead in chart2Noel Grandin
2019-09-26now drop TabPageParent intermediateCaolán McNamara
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara
2019-08-16move WizardMachine to vclCaolán McNamara
2019-07-19loplugin:referencecasting in canvas..chart2Noel Grandin
2019-06-14loplugin:logexceptionnicely in chart2Noel Grandin
2019-03-16clarify that set_visible(true/false) is just show/hideCaolán McNamara