summaryrefslogtreecommitdiff
path: root/UnoControls/source
AgeCommit message (Expand)AuthorFilesLines
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara2-50/+44
2015-03-08TyposJulien Nabet1-1/+1
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-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl10-0/+12
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 Grandin4-55/+5
2014-06-10-Werror,-Wtautological-undefined-compareStephan Bergmann1-6/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-14/+0
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 Arnhold6-18/+18
2014-04-06Bin empty @seealso, @param, @return and @onerror metacommentsTor Lillqvist6-577/+0
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist15-642/+642
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist14-583/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann6-97/+97
2014-03-25Remove dead codeStephan Bergmann1-94/+0
2014-03-10UnoControls: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-24/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann15-237/+237
2014-02-26Remove visual noise from UnoControlsAlexander Wilms10-405/+405
2014-02-23Remove unneccessary commentsAlexander Wilms4-192/+192
2014-02-18UnoControls: sal_Bool -> boolStephan Bergmann8-36/+36
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-19Remove odd service names (that duplicate type names)Stephan Bergmann3-9/+3
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 Bergmann2-0/+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-Haile1-1/+0
2013-06-05use uno::Reference#clear() method...Noel Grandin6-14/+13
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-2/+2
2013-04-08fdo#46808, Convert frame::Frame to new styleNoel Grandin2-31/+27
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong1-6/+3