/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ #ifndef INCLUDED_SWDDLLAPI_H #define INCLUDED_SWDDLLAPI_H #include "sal/types.h" #if defined(SWD_DLLIMPLEMENTATION) #define SWD_DLLPUBLIC SAL_DLLPUBLIC_EXPORT #else #define SWD_DLLPUBLIC SAL_DLLPUBLIC_IMPORT #endif #define SWD_DLLPRIVATE SAL_DLLPRIVATE #endif /* INCLUDED_SWDDLLAPI_H */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ > cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/brwctrlr.hxx
AgeCommit message (Expand)Author
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-09loplugin:expandablemethods in dbaccessNoel Grandin
2016-11-08loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin
2016-10-19loplugin:expandablemethodds in dbaccess..drawinglayerNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-06-09convert some manual ref-counting in dbaccessNoel Grandin
2016-04-13loplugin:passstuffbyref in dbaccessNoel Grandin
2016-03-03loplugin:unuseddefaultparams in dbaccessNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-26convert Link<> to typedNoel Grandin
2015-09-25convert Link<> to typedNoel Grandin
2015-09-22convert Link<> to typedNoel Grandin
2015-09-11convert Link<> to typedNoel Grandin
2015-08-17convert Link<> to typedNoel Grandin
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-08-03com::sun::star->css in dbaccessNoel Grandin
2015-06-15Fix typosAndrea Gelmini
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-01Typo: metod(s)->method(s)Julien Nabet
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-24Typo: ..syncronous..=>synchronous (dbaccess)(new)Julien Nabet
2015-01-24Revert "Typo: ..syncronous..=>synchronous (dbaccess)"Julien Nabet
2015-01-24Typo: ..syncronous..=>synchronous (dbaccess)Julien Nabet
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-07Variadic cppu::ImplInheritanceHelperStephan Bergmann