summaryrefslogtreecommitdiff
path: root/UnoControls/source
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold3-3/+3
2012-10-24fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin11-40/+44
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+2
2012-09-15Fix some "Variables reassigned a value before the old one has been used"Julien Nabet1-5/+2
2012-09-14Introduce cppu::supportsService helper, adapt some call-sitesStephan Bergmann1-10/+2
2012-09-12Finished ::rtl::OUString to OUString in UnoControlsRicardo Montania2-18/+18
2012-09-11::rtl::OUString to OUString in UnoControlsRicardo Montania2-6/+6
2012-09-01add more component prefixesMatúš Kukan1-1/+1
2012-08-08reduce ascii noise and useless commentsThomas Arnhold10-52/+0
2012-08-08remove include comments and boxesThomas Arnhold15-137/+1
2012-08-05Remove unused macrosThomas Arnhold1-20/+0
2012-07-03re-base on ALv2 code.Michael Meeks15-345/+210
2012-06-19re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-12/+13
2012-06-06removed dead codeTakeshi Abe2-32/+0
2012-06-02targeted string re-workNorbert Thiebaud1-1/+1
2012-05-29targeted string re-workNorbert Thiebaud3-3/+3
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold1-1/+1
2012-04-19Removed RTL_CONSTASCII_USTRINGPARAM from UnoControlsSzabolcs Dezsi6-49/+49
2012-02-21expand and remove CSS* macroThomas Arnhold6-240/+184
2012-01-21UnoControls: remove dmakefilesMichael Stahl2-95/+0
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz1-1/+0
2011-12-09Fix for fdo43460, Part I, getLength to isEmptyOlivier Hallot2-4/+4
2011-12-08childs -> childrenMichael T. Whiteley3-3/+3
2011-11-25Some German to English comment translations.mikew1-2/+2
2011-08-24catch ignored exceptions by const referenceTakeshi Abe1-1/+1
2011-07-12Remove component_getImplementationEnvironmentMatus Kukan1-10/+0
2011-04-20Easyhack: Add visibility markup to all component_get* functionsJulien Nabet1-2/+2
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-2/+2