summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2015-03-02convert SVX_SEARCHAPP_ constants to enum classNoel Grandin1-3/+7
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin1-4/+8
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin6-346/+346
2015-02-24Remove long-unnecessary cruftStephan Bergmann1-19/+10
2015-02-23tdf#88835 Calc: General format: 2 digits in exponentLaurent Balland-Poirier1-10/+15
2015-02-22Simplify erase iterator management (zforlist.cxx)Julien Nabet1-2/+2
2015-02-20Resolves: tdf#89500 catch ISO 8601 datetime in all localesEike Rathke1-7/+26
2015-02-18boost->stdCaolán McNamara4-44/+45
2015-02-16boost::noncopyable->'= delete'Caolán McNamara1-0/+1
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-160/+160
2015-02-08Extract SfxItemSet::dumpAsXml() from swMiklos Vajna1-0/+10
2015-02-07loplugin:deletedspecialStephan Bergmann1-10/+0
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-1/+1
2015-02-05yet another Windows build 'Locale' ambiguous symbolEike Rathke1-1/+1
2015-02-05yet another Windows build fixEike Rathke1-3/+3
2015-02-05fix Windows buildEike Rathke1-2/+2
2015-02-05Updated all precompiled headers.Ashod Nakashian1-2/+9
2015-02-03callcatcher: shave off some moreCaolán McNamara1-6/+0
2015-02-03tdf#88960 Scientific format: add/remove digits with buttonsLaurent Balland-Poirier1-0/+13
2015-02-01loplugin:unreffunStephan Bergmann1-22/+0
2015-02-01Extract SfxUndoManager::dumpAsXml() from swMiklos Vajna1-0/+11
2015-01-31Extract SfxUndoAction::dumpAsXml() from swMiklos Vajna1-0/+21
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara4-123/+0
2015-01-26-Werror,-Wmissing-bracesStephan Bergmann1-497/+497
2015-01-26merge existing date input tests to new unit test, tdf#63230Eike Rathke1-28/+2
2015-01-26add older problems to unit test, tdf#63230Eike Rathke1-2/+8
2015-01-26add unit test for tdf#63230Eike Rathke1-0/+525
2015-01-26implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230Eike Rathke1-3/+3
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann1-0/+1
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-10/+0
2015-01-23Factor out SfxPoolItem::dumpAsXml() from swMiklos Vajna1-0/+8
2015-01-22Factor out SfxStringItem::dumpAsXml() from swMiklos Vajna1-1/+9
2015-01-20Some more loplugin:cstylecast: svlStephan Bergmann3-8/+8
2015-01-16remove unnecessary parenthesesNoel Grandin2-8/+8
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin1-2/+1
2015-01-12fdo#39440 reduce scope of local variablesMichael Weghorn2-7/+4
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl3-4/+4
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-12/+0
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-05java: remove dead codeNoel Grandin3-3/+0
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara5-12/+13
2015-01-02iss is unordered_multimap, so can't rely on orderCaolán McNamara1-0/+1
2014-12-22callcatcher: update unused codeCaolán McNamara1-8/+0
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin1-1/+1
2014-12-18svl: Use appropriate OUString functions on string constantsStephan Bergmann8-33/+30
2014-12-15coverity#1242875 Untrusted loop boundCaolán McNamara1-0/+7
2014-12-14Factor out SfxUInt16Item::dumpAsXml() from swMiklos Vajna2-0/+9
2014-12-12coverity#1242875 Untrusted pointer writeCaolán McNamara1-1/+5
2014-12-12silence coverity#1242911 Untrusted loop boundCaolán McNamara1-0/+1
2014-12-12leave this Clone as inlineCaolán McNamara1-6/+0