summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* Extract SfxItemSet::dumpAsXml() from swMiklos Vajna2015-02-081-0/+10
* loplugin:deletedspecialStephan Bergmann2015-02-071-10/+0
* shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2015-02-061-1/+1
* yet another Windows build 'Locale' ambiguous symbolEike Rathke2015-02-051-1/+1
* yet another Windows build fixEike Rathke2015-02-051-3/+3
* fix Windows buildEike Rathke2015-02-051-2/+2
* Updated all precompiled headers.Ashod Nakashian2015-02-051-2/+9
* callcatcher: shave off some moreCaolán McNamara2015-02-031-6/+0
* tdf#88960 Scientific format: add/remove digits with buttonsLaurent Balland-Poirier2015-02-031-0/+13
* loplugin:unreffunStephan Bergmann2015-02-011-22/+0
* Extract SfxUndoManager::dumpAsXml() from swMiklos Vajna2015-02-011-0/+11
* Extract SfxUndoAction::dumpAsXml() from swMiklos Vajna2015-01-311-0/+21
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-294-123/+0
* -Werror,-Wmissing-bracesStephan Bergmann2015-01-261-497/+497
* merge existing date input tests to new unit test, tdf#63230Eike Rathke2015-01-261-28/+2
* add older problems to unit test, tdf#63230Eike Rathke2015-01-261-2/+8
* add unit test for tdf#63230Eike Rathke2015-01-261-0/+525
* implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230Eike Rathke2015-01-261-3/+3
* Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann2015-01-261-0/+1
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-261-10/+0
* Factor out SfxPoolItem::dumpAsXml() from swMiklos Vajna2015-01-231-0/+8
* Factor out SfxStringItem::dumpAsXml() from swMiklos Vajna2015-01-221-1/+9
* Some more loplugin:cstylecast: svlStephan Bergmann2015-01-203-8/+8
* remove unnecessary parenthesesNoel Grandin2015-01-162-8/+8
* simplify Date/Time/DateTime conversion codeNoel Grandin2015-01-131-2/+1
* fdo#39440 reduce scope of local variablesMichael Weghorn2015-01-122-7/+4
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-093-4/+4
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-081-12/+0
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* java: remove dead codeNoel Grandin2015-01-053-3/+0
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-025-12/+13
* iss is unordered_multimap, so can't rely on orderCaolán McNamara2015-01-021-0/+1
* callcatcher: update unused codeCaolán McNamara2014-12-221-8/+0
* java: reduce visibility of some methods and fieldsNoel Grandin2014-12-191-1/+1
* svl: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-188-33/+30
* coverity#1242875 Untrusted loop boundCaolán McNamara2014-12-151-0/+7
* Factor out SfxUInt16Item::dumpAsXml() from swMiklos Vajna2014-12-142-0/+9
* coverity#1242875 Untrusted pointer writeCaolán McNamara2014-12-121-1/+5
* silence coverity#1242911 Untrusted loop boundCaolán McNamara2014-12-121-0/+1
* leave this Clone as inlineCaolán McNamara2014-12-121-6/+0
* leave the deliberately unused, not-for-use method inlineCaolán McNamara2014-12-121-6/+0
* svl: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-124-37/+38
* java: reduce visibility of fields and methodsNoel Grandin2014-12-114-8/+8
* java: simplify the getMSF() methodsNoel Grandin2014-12-102-5/+3
* Move IndexedStyleSheets to the Imp(l) class.Kohei Yoshida2014-12-081-45/+58
* Forward-declare MarkedUndoAction.Kohei Yoshida2014-12-071-0/+22
* Pimplize SfxListUndoAction.Kohei Yoshida2014-12-071-15/+22
* Pimplize SfxUndoActions.Kohei Yoshida2014-12-071-0/+54
* Putting this back in to fix Windows build.Kohei Yoshida2014-12-041-0/+6
* callcatcher: update unused codeCaolán McNamara2014-12-042-27/+0