summaryrefslogtreecommitdiff
path: root/UnoControls
AgeCommit message (Expand)AuthorFilesLines
2015-02-28TyposJulien Nabet1-2/+2
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2015-02-09Fix of a few typosAndrea Gelmini1-2/+2
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin2-2/+0
2014-12-16Daft += "\0" triggers assertStephan Bergmann1-4/+0
2014-12-16Daft "\0" triggers assert in OUString literal ctorStephan Bergmann2-2/+1
2014-12-16Missing UnoControls/MakefileStephan Bergmann1-0/+24
2014-12-04Kill the libreofficekit static library / shim.c.Andrzej Hunt1-14/+0
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl11-0/+13
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin8-8/+0
2014-09-29loplugin: cstylecastNoel Grandin2-3/+3
2014-09-15UnoControls: sal_False/True -> false/trueStephan Bergmann7-19/+19
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin6-60/+10
2014-06-10-Werror,-Wtautological-undefined-compareStephan Bergmann1-6/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-16/+2
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet7-52/+52
2014-04-30Many spelling fixes: some more files.Pedro Giffuni1-1/+1
2014-04-27automaticly -> automatically.Jan Holesovsky5-9/+9
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold9-27/+27
2014-04-06Bin empty @seealso, @param, @return and @onerror metacommentsTor Lillqvist9-1685/+0
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist18-691/+691
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist17-686/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann9-190/+190
2014-03-25Remove dead codeStephan Bergmann2-199/+0
2014-03-10UnoControls: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-24/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann18-324/+324
2014-02-26Remove visual noise from UnoControlsAlexander Wilms13-511/+511
2014-02-23Remove unneccessary commentsAlexander Wilms4-192/+192
2014-02-18UnoControls: sal_Bool -> boolStephan Bergmann9-39/+39
2014-02-12fdo#63154 Remove unused solar.h ref in vcl, basctl, desktop..Alexandre Vicenzi1-104/+0
2014-01-29bool improvementsStephan Bergmann1-1/+1
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-1/+1
2014-01-21bool improvementsStephan Bergmann9-32/+32
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-19Remove odd service names (that duplicate type names)Stephan Bergmann4-18/+6
2013-12-19Clean up UnoControls/source/controls/ furtherStephan Bergmann6-136/+101
2013-12-19Clean up macro madnessStephan Bergmann1-107/+86
2013-12-17embedded nulls in literalsCaolán McNamara1-2/+2
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann3-0/+6
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-10-04fdo#46374 replace stardiv in comments where applicableThomas Arnhold1-2/+0
2013-07-24fdo#67213 - crash on opening AutoText dialog (Ctrl+F3Noel Grandin2-111/+11
2013-07-18fix warningNoel Grandin1-3/+2
2013-07-18fix windows buildNoel Grandin1-35/+35
2013-07-18fdo#46808, Convert frame::FrameControl service to new styleNoel Grandin2-11/+112
2013-07-18remove some useless comment blocksNoel Grandin1-338/+0
2013-07-11Resolves: #i121544# - Clean-up MessageBox APIAriel Constenla-Haile2-2/+0
2013-06-05use uno::Reference#clear() method...Noel Grandin6-14/+13