summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui
AgeCommit message (Expand)Author
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin
2017-09-08sc-perf: do not add a million empty filter entries just to sort and discardEike Rathke
2017-09-08convert pEntryLists to std::array<std::unique_ptr<...Noel Grandin
2017-08-29loplugin:constparam in sc part9Noel Grandin
2017-08-24loplugin:constparam in sc part5Noel Grandin
2017-08-23convert message box style bits to scoped enumNoel Grandin
2017-08-22convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fieldsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-17Temporary ScAddress is unnecessary when constructing ScRangeEike Rathke
2017-07-14use more OUString::operator== in scNoel Grandin
2017-07-13loplugin:useuniqueptr in scNoel Grandin
2017-07-04loplugin:casttovoid in VCL_BUILDER_DECL_FACTORYStephan Bergmann
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-06-28loplugin:unusedfields in sc part1Noel Grandin
2017-06-26loplugin:oncevar in scNoel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: scStephan Bergmann
2017-05-19loplugin:stringcopy: scStephan Bergmann
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sc module away from OSL_ASSERT to assertChris Sherlock
2017-05-02untranslated strings are just stringsCaolán McNamara
2017-04-26remove sc bitmaps from .src filesCaolán McNamara
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-09tdf#97087, Add debug name to an Idle objectblendergeek
2017-04-06tdf#55236 save settings of CSV export dialogBernhard Widl
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann
2017-04-06tdf#39468 Translate German commentsJens Carl
2017-04-05tdf#39468 Translate German commentsJens Carl
2017-04-03use actual UNO enums in scNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-25Fix typosAndrea Gelmini
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-20remove unused defines from HRC files in misc(2)Noel Grandin
2017-03-20remove unused defines from HRC files in sc(2)Noel Grandin
2017-03-16Fix typosAndrea Gelmini
2017-03-14Translate German comments in sc/source/ui (part of its sub-dirs)Johnny_M
2017-03-08tdf#91222 VclBuilder constructor cleanupJulien Nabet
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-03Fix typosAndrea Gelmini
2017-02-17Pivot dialog: use C++11 feat., get rid of using namespace stdTomaž Vajngerl
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara
2017-02-10convert SearchParam::SearchType to scoped enumNoel Grandin