summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Expand)AuthorFilesLines
2015-01-09Resolves: fdo#85617 always store fully encoded external document nameEike Rathke1-3/+5
2015-01-09fdo#85818: rename KumZinsZ to CumIpmtLaurent Charrière1-1/+1
2015-01-09fdo#85818: rename Kapz to PpmtLaurent Charrière1-1/+1
2015-01-09fdo#85818: rename Kombin, Kombin2, Variationen, Variationen2Laurent Charrière1-4/+4
2015-01-09fdo#85818: rename ZinsZ enum name, constant, function to IpmtLaurent Charrière1-1/+1
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl10-16/+16
2015-01-09translate all remaining abuses of "ueberladen"Michael Stahl1-30/+2
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin5-8/+0
2015-01-07coverity#1261766 Uninitialized pointer fieldCaolán McNamara1-3/+0
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin7-7/+7
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-07fdo#82014: Remove old conditional formats when setting new one by UNO APIMatúš Kukan1-4/+19
2015-01-07fix invalid string accessMarkus Mohrhard1-3/+8
2015-01-07fdo#85818: rename 'Zins' enum name, constant, function to RateLaurent Charrière1-1/+1
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin1-7/+7
2015-01-05Extend the Calc UNO API for the conditions whether to use OpenCL for a formulaTor Lillqvist1-0/+45
2015-01-05sc-calcoptionsdlg.hxx: add definition guards (HAVE_FEATURE_OPENCL)Douglas Mencken1-0/+2
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-1/+1
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin2-7/+11
2015-01-05loplugin:unreffunStephan Bergmann1-56/+0
2015-01-05Refactor OpenCL settings dialogOlivier Hallot2-517/+72
2015-01-05Resolves fdo#87863: Calc tooltip text for hyperlink wrong on OSXJulien Nabet2-2/+11
2015-01-05Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee1-8/+7
2015-01-04Fix indentTomaž Vajngerl1-5/+7
2015-01-04Remove nOverlap as it is constantly set to 0 now.Tomaž Vajngerl1-35/+32
2015-01-04fdo#87684 option to make tabbar inline with scrollbar againTomaž Vajngerl3-17/+76
2015-01-04tabview - put locals into anonymous namespaceTomaž Vajngerl1-2/+12
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara19-56/+42
2015-01-03Add a missing space.Jan Holesovsky1-1/+1
2015-01-02Fix simple typos.Andrea Gelmini1-1/+1
2014-12-28std::remove_if not usedJulien Nabet1-1/+0
2014-12-23Don't crash when nIndex < 0Matúš Kukan1-1/+1
2014-12-23Be more direct; bin simple local functionsMatúš Kukan1-21/+4
2014-12-22"ConditionalFormat" -> SC_UNONAME_CONDFMTMatúš Kukan2-2/+4
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn8-37/+26
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn14-39/+26
2014-12-20fix typo in translatable stringAdolfo Jayme Barrientos1-1/+1
2014-12-19changes sidebar: Manage Changes (Redlining) panel instead of the dialog box.Jan Holesovsky1-1/+1
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann42-193/+193
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann2-2/+2
2014-12-15no separator really means no separator, fdo#83027Markus Mohrhard1-2/+1
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann31-611/+603
2014-12-14fix indentationMarkus Mohrhard1-1/+1
2014-12-12rhbz#1116534 crash when pasting over a formulaDavid Tardon3-23/+52
2014-12-11fdo#87155: Avoid negative scaling (and assertion failures further on)Tor Lillqvist1-1/+1
2014-12-11document 704272 Logically dead codeCaolán McNamara1-0/+1
2014-12-10paste from system from the top left of selectionDavid Tardon1-1/+17
2014-12-09Resolves: fdo#86786 take of a copy of the MarkDataCaolán McNamara1-2/+1
2014-12-09WaE: set but not usedCaolán McNamara1-1/+4
2014-12-09No need to use a macro here.Jan Holesovsky1-7/+5