summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-02-05yet another Windows build 'Locale' ambiguous symbolEike Rathke
2015-02-05yet another Windows build fixEike Rathke
2015-02-05fix Windows buildEike Rathke
2015-02-05Updated all precompiled headers.Ashod Nakashian
2015-02-03callcatcher: shave off some moreCaolán McNamara
2015-02-03tdf#88960 Scientific format: add/remove digits with buttonsLaurent Balland-Poirier
2015-02-01loplugin:unreffunStephan Bergmann
2015-02-01Extract SfxUndoManager::dumpAsXml() from swMiklos Vajna
2015-01-31Extract SfxUndoAction::dumpAsXml() from swMiklos Vajna
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-26-Werror,-Wmissing-bracesStephan Bergmann
2015-01-26merge existing date input tests to new unit test, tdf#63230Eike Rathke
2015-01-26add older problems to unit test, tdf#63230Eike Rathke
2015-01-26add unit test for tdf#63230Eike Rathke
2015-01-26implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230Eike Rathke
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-23Factor out SfxPoolItem::dumpAsXml() from swMiklos Vajna
2015-01-22Factor out SfxStringItem::dumpAsXml() from swMiklos Vajna
2015-01-20Some more loplugin:cstylecast: svlStephan Bergmann
2015-01-16remove unnecessary parenthesesNoel Grandin
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
2015-01-12fdo#39440 reduce scope of local variablesMichael Weghorn
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-05java: remove dead codeNoel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2015-01-02iss is unordered_multimap, so can't rely on orderCaolán McNamara
2014-12-22callcatcher: update unused codeCaolán McNamara
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin
2014-12-18svl: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15coverity#1242875 Untrusted loop boundCaolán McNamara
2014-12-14Factor out SfxUInt16Item::dumpAsXml() from swMiklos Vajna
2014-12-12coverity#1242875 Untrusted pointer writeCaolán McNamara
2014-12-12silence coverity#1242911 Untrusted loop boundCaolán McNamara
2014-12-12leave this Clone as inlineCaolán McNamara
2014-12-12leave the deliberately unused, not-for-use method inlineCaolán McNamara
2014-12-12svl: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-12-10java: simplify the getMSF() methodsNoel Grandin
2014-12-08Move IndexedStyleSheets to the Imp(l) class.Kohei Yoshida
2014-12-07Forward-declare MarkedUndoAction.Kohei Yoshida
2014-12-07Pimplize SfxListUndoAction.Kohei Yoshida
2014-12-07Pimplize SfxUndoActions.Kohei Yoshida
2014-12-04Putting this back in to fix Windows build.Kohei Yoshida
2014-12-04callcatcher: update unused codeCaolán McNamara
2014-12-04pIimplize SfxBroadcaster and SfxListener.Kohei Yoshida
2014-12-02Remove unused header includes from public header.Kohei Yoshida