summaryrefslogtreecommitdiff
path: root/sd/source/ui/annotations
AgeCommit message (Expand)AuthorFilesLines
2014-09-23fdo#82577: Handle WindowNoel Grandin6-12/+12
2014-09-18fdo#82577: Handle FontNoel Grandin5-7/+7
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-7/+7
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann1-4/+4
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-07-11new loplugin: externalandnotdefinedNoel Grandin4-6/+10
2014-06-25remove whitespacesMarkus Mohrhard5-115/+0
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann2-2/+2
2014-04-24sd: sal_Bool->boolNoel Grandin3-7/+7
2014-04-22clean up hrc filesThomas Arnhold1-7/+0
2014-04-14typo: arround -> aroundThomas Arnhold1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann4-41/+41
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-11svx: sal_Bool->boolNoel Grandin1-3/+3
2014-03-06coverity#708643 nOffsetY missing from copy ctorCaolán McNamara1-1/+1
2014-02-27editeng: sal_Bool->boolNoel Grandin2-4/+4
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-4/+4
2014-02-26Remove visual noise from sdAlexander Wilms2-3/+3
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe2-4/+8
2014-02-23Remove unneccessary commentsAlexander Wilms3-51/+51
2014-02-21vcl: sal_Bool -> boolStephan Bergmann3-7/+7
2014-02-21editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert3-0/+5
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-3/+3
2014-01-28bool improvementsStephan Bergmann3-3/+3
2014-01-15Assume nPageNum shall be compared against 0 or 1 hereStephan Bergmann1-1/+1
2013-12-20typo fixesAndras Timar2-3/+3
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-10-23fixincludeguards.sh: sdThomas Arnhold3-8/+8
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák2-2/+2
2013-08-16String->OUStringIvan Timofeev3-22/+19
2013-08-14XubString->OUStringCaolán McNamara1-1/+1
2013-08-14XubString->OUStringCaolán McNamara1-1/+1
2013-07-26OUString conversion in sd in textapi.hxx and related filesMÁTÉ Gergely1-3/+3
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl1-1/+4
2013-06-05use uno::Reference#clear() method...Noel Grandin1-1/+1
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke2-6/+6
2013-05-01convert message box return types to an enumCaolán McNamara1-2/+2
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák5-13/+10
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+3
2013-03-23fix fdo#62050: for impressnavin patidar1-4/+1
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim2-0/+6
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida2-4/+4
2013-01-11Fix formatMatteo Casalin1-65/+62
2013-01-03Avoid unnecessary operations on an OUStringMatteo Casalin1-3/+3
2013-01-03Remove unneeded 'else' and fix 'else if' styleMatteo Casalin1-14/+12