summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/detfunc.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-03cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke1-6/+3
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-4/+4
2015-10-02Revert "Make fewer calls to officecfg::...::UseOpenCL::get()"Tor Lillqvist1-6/+5
2015-10-02Add missing includeTor Lillqvist1-0/+1
2015-10-02Make fewer calls to officecfg::...::UseOpenCL::get()Tor Lillqvist1-5/+5
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-4/+4
2015-02-10fdo#39468 translated german commentsMichael Jaumann1-41/+37
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-8/+8
2014-12-09surely it makes no sense to ignore return of Sanitize[Col|Row]Caolán McNamara1-2/+2
2014-10-23loplugin: cstylecastNoel Grandin1-9/+9
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-4/+4
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-08-18Consistency around SdrMetricItem in svx/sdsxyitm.hxxStephan Bergmann1-2/+2
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-16/+13
2014-08-05Consistency around SdrOnOffItem in svx/sdshitm.hxxStephan Bergmann1-1/+1
2014-08-04Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann1-2/+2
2014-08-04Consistency around SdrMetricItem in svx/sdtditm.hxxStephan Bergmann1-4/+4
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna1-3/+4
2014-06-25remove whitespaceMarkus Mohrhard1-2/+0
2014-05-01Avoid possible memory leaks in case of exceptionsTakeshi Abe1-6/+7
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-03-14svx: sal_Bool->boolNoel Grandin1-3/+3
2014-03-11svx: sal_Bool->boolNoel Grandin1-1/+1
2014-03-03Remove visual noise from scAlexander Wilms1-2/+2
2014-02-10sal_Bool->boolNoel Grandin1-4/+4
2014-02-10loplugin:implicitboolconversion, loplugin:literaltoboolconversionStephan Bergmann1-7/+7
2014-02-10sal_Bool->boolNoel Grandin1-62/+62
2014-01-28bool improvementsStephan Bergmann1-3/+3
2013-12-02Integrate branch of IAccessible2Steve Yin1-0/+5
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard1-2/+1
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-2/+2
2013-10-08convert sc/source/core/tool/*.cxx from String to OUStringNoel Grandin1-8/+8
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa1-27/+1
2013-07-24More on this.Kohei Yoshida1-3/+2
2013-07-24More of the same.Kohei Yoshida1-2/+1
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-28A bit more.Kohei Yoshida1-21/+16
2013-03-26Make the conditional formatting code free of ScBaseCell.Kohei Yoshida1-1/+2
2013-03-26Remove a variant of constructor from ScCellIterator.Kohei Yoshida1-3/+3
2013-03-26Another one involving cell data validation in detective functionality.Kohei Yoshida1-4/+2
2013-03-22More ScCellIterator usage conversion. The rest are non-trivial...Kohei Yoshida1-96/+92
2013-03-22More on ScCellIterator usage conversion... Still not done.Kohei Yoshida1-10/+10
2013-03-22Re-did ScCellIterator to avoid copying every single iterated cell.Kohei Yoshida1-5/+4
2013-03-22More on ScCellIterator conversion... More to come.Kohei Yoshida1-38/+37
2013-03-22Use ScCellValue instead of ScBaseCell in ScCellIterator.Kohei Yoshida1-0/+1
2013-03-22Simplify ScCellIterator.Kohei Yoshida1-11/+11
2013-03-16sc: translate some debug messagesThomas Arnhold1-1/+1