summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/inc
AgeCommit message (Expand)AuthorFilesLines
2018-09-13loplugin:constfields in xmlhelpNoel Grandin1-1/+1
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-2/+2
2017-12-11Attempt to blind fix build breakerEike Rathke1-0/+1
2017-12-11tdf#114242 xmlhelp: fix crash in TVChildTarget::Check()Michael Stahl1-1/+1
2017-12-07loplugin:salcall handle static methodsNoel Grandin1-1/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-1/+1
2017-07-02loplugin:casttovoid: xmlhelpStephan Bergmann1-12/+6
2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin1-2/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-67/+28
2016-09-14loplugin:countusersofdefaultparams in xmloffNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-4/+4
2016-06-23remove some more (void) style function definitions/declarationsNoel Grandin1-6/+3
2016-06-06Convert IteratorState to scoped enumNoel Grandin1-5/+5
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-3/+3
2016-02-19new loplugin: find write-only fieldsNoel Grandin1-70/+0
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-25com::sun::star->css in xmlhelpNoel Grandin2-93/+93
2015-11-24loplugin:unusedfields in xmlhelp/Noel Grandin1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-28/+28
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-4/+4
2015-07-30loplugin:unusedmethodsNoel Grandin2-13/+0
2015-07-07Remove unused XmlSearchExceptions.hxxStephan Bergmann2-60/+0
2015-07-07-Werror,-Wunused-private-fieldStephan Bergmann2-43/+7
2015-07-07loplugin:unusedmethods xmlhelpNoel Grandin3-101/+5
2015-06-08Decompressor rubbish in xmlhelp is luckily unusedCaolán McNamara2-130/+1
2015-04-23loplugin:staticmethodsNoel Grandin1-15/+15
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin4-118/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin4-16/+10
2014-05-02xmlhelp: sal_Bool->boolNoel Grandin1-1/+1
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold8-16/+16
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann3-5/+5
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann3-30/+30
2014-03-20de-macroize xmlhelp tvfactoryNorbert Thiebaud1-28/+4
2014-03-20de-macroize xmlhelp TVBaseNorbert Thiebaud1-27/+6
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-30/+30
2013-12-02fdo#60698: Merge tvhlp1 into ucpchelp1Marcos Paulo de Souza2-0/+503
2013-03-19reduce whitespaces between include and filenameThomas Arnhold2-2/+2
2013-03-10Removed RTL_CONSTASCII_USTRINGPARAM in xmlhelp/ureChr. Rossmanith1-1/+1
2012-11-21re-base on ALv2 code. Includes:Michael Meeks3-75/+48
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-2/+2
2012-09-05kill RTL_CONSTASCII_USTRINGPARAM in xmlhelpOlivier Hallot2-12/+12
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann3-27/+3
2012-07-29Replace usage of rtl/memory.h in xmlhelp with their equivalent from string.hArnaud Versini1-1/+0
2012-06-27Remove unused include filesThomas Arnhold2-108/+0
2012-06-21re-base on ALv2 code.Michael Meeks5-118/+73
2012-06-18removed unused forward declarations of classTakeshi Abe3-9/+0