summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui
AgeCommit message (Expand)AuthorFilesLines
2017-11-25Convert ScConditionMode to scoped enumTor Lillqvist1-18/+18
2017-11-22replace check of eof and GetError with goodCaolán McNamara1-6/+2
2017-11-22drop duplicate methodCaolán McNamara1-3/+3
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin1-1/+1
2017-11-17TypedWhichId for EE_CHAR* constantsNoel Grandin1-0/+3
2017-11-09new loplugin simplifydynamiccastNoel Grandin1-2/+2
2017-10-30tdf#112689 - Replace chained O(U)StringBuffer::append() with operator+Furkan Ahmet Kara1-4/+4
2017-10-26vcl: make MapMode constructor explicitMichael Stahl2-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann32-202/+202
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt5-10/+10
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt12-87/+87
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt5-11/+11
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin3-8/+7
2017-09-08sc-perf: do not add a million empty filter entries just to sort and discardEike Rathke2-17/+16
2017-09-08convert pEntryLists to std::array<std::unique_ptr<...Noel Grandin1-11/+7
2017-08-29loplugin:constparam in sc part9Noel Grandin2-3/+3
2017-08-24loplugin:constparam in sc part5Noel Grandin3-10/+10
2017-08-23convert message box style bits to scoped enumNoel Grandin1-1/+1
2017-08-22convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fieldsNoel Grandin3-8/+10
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin3-4/+4
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-2/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-3/+3
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara18-149/+36
2017-07-17Temporary ScAddress is unnecessary when constructing ScRangeEike Rathke1-2/+1
2017-07-14use more OUString::operator== in scNoel Grandin4-11/+11
2017-07-13loplugin:useuniqueptr in scNoel Grandin1-77/+25
2017-07-04loplugin:casttovoid in VCL_BUILDER_DECL_FACTORYStephan Bergmann1-2/+1
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-06-28loplugin:unusedfields in sc part1Noel Grandin2-12/+7
2017-06-26loplugin:oncevar in scNoel Grandin1-1/+1
2017-06-05Improved loplugin:cstylecast to reference types: scStephan Bergmann1-1/+1
2017-05-19loplugin:stringcopy: scStephan Bergmann1-1/+1
2017-05-19make string translation loading more uniformCaolán McNamara7-21/+22
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin1-2/+2
2017-05-07revert OSL_ASSERT changesChris Sherlock2-3/+3
2017-05-07tdf#43157: convert sc module away from OSL_ASSERT to assertChris Sherlock2-3/+3
2017-05-02untranslated strings are just stringsCaolán McNamara2-4/+6
2017-04-26remove sc bitmaps from .src filesCaolán McNamara1-60/+0
2017-04-26use strong_int for LanguageTypeNoel Grandin2-2/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock6-0/+6
2017-04-09tdf#97087, Add debug name to an Idle objectblendergeek1-1/+1
2017-04-06tdf#55236 save settings of CSV export dialogBernhard Widl1-9/+40
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann3-3/+3
2017-04-06tdf#39468 Translate German commentsJens Carl1-2/+2
2017-04-05tdf#39468 Translate German commentsJens Carl1-1/+1
2017-04-03use actual UNO enums in scNoel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna3-20/+20