summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-09-17don't use delete with remove_if, related fdo#54498Markus Mohrhard1-3/+10
2012-09-17don't delete ranges in ScRangeList::UpdateReference, fdo#54498Markus Mohrhard1-8/+0
2012-09-17update unused code listCaolán McNamara2-13/+0
2012-09-17XubString->OUStringCaolán McNamara1-1/+1
2012-09-17add more test for ScRangeList::DeleteAreaMarkus Mohrhard1-0/+39
2012-09-17test case for ScRangeListMarkus Mohrhard4-1/+213
2012-09-17fix ScRangeList::DeleteArea for the 4 ranges caseMarkus Mohrhard1-1/+1
2012-09-16only delete cond formats when attributes are deleted, fdo#54748Markus Mohrhard1-1/+2
2012-09-14Unit test for ScRangeList. For now it's very basic. May expand later.Kohei Yoshida1-0/+18
2012-09-14don't add old cond formats if new ones are already loaded, fdo#54749Markus Mohrhard1-1/+1
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann3-7/+8
2012-09-13Let's just remove this.Kohei Yoshida1-11/+2
2012-09-13Fix the order of template arguments.Kohei Yoshida1-9/+9
2012-09-13targetted container_controls rework.Noel Power1-6/+6
2012-09-12targetted VBA re-work.Noel Power42-3130/+332
2012-09-12Improvement on previous commitStephan Bergmann1-15/+5
2012-09-12fdo#46808, Adapt xml::dom::SAXDocumentBuilderr UNO service to new styleNoel Grandin1-4/+4
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann104-257/+66
2012-09-11-Werror,-Wunused-private-field (SC_TOKEN_FIX_MEMBERS -> ScRawTokenBase)Stephan Bergmann1-11/+10
2012-09-11-Werror,-Wunused-valueStephan Bergmann2-7/+7
2012-09-11liborcus: convert to gbuildMatúš Kukan3-3/+9
2012-09-11warning C4805: '!=': unsafe mix of type 'bool' and type 'sal_Bool'Stephan Bergmann1-1/+1
2012-09-10Resolves: fdo#44925 list box contents should be same direction as sheetManal Alhassoun1-1/+2
2012-09-10Change some comments to meet doxygen standardsFaisal M. Al-Otaibi7-53/+49
2012-09-10fdo#54721 fix vba not tracking currently selected doc correctlyNoel Power1-8/+3
2012-09-10-Werror,-Wmismatched-tagsStephan Bergmann1-1/+1
2012-09-09fix crash introduced by stl conversion, fdo#54299Markus Mohrhard2-2/+2
2012-09-09don't use unitialized global variable, fdo#53713Markus Mohrhard3-6/+15
2012-09-09fdo#39468: Translated German comments in sc/source/core/toolgerhard oettl8-48/+46
2012-09-09fdo#39468: Translated German comments in sc/source/core/toolgerhard oettl1-8/+8
2012-09-08MDDS is not in BUILD_TYPE anymoreMatúš Kukan1-1/+1
2012-09-07-Werror=non-virtual-dtorStephan Bergmann1-0/+2
2012-09-07Use DOS style file path on Windows.Kohei Yoshida1-2/+7
2012-09-07Get it to build on Windows, with MSVC compiler.Kohei Yoshida1-0/+2
2012-09-07We don't need this special orcus directory now that orcus is integrated.Kohei Yoshida3-919/+0
2012-09-07Use the latest license header.Kohei Yoshida2-46/+8
2012-09-07Add or update the header guards.Kohei Yoshida2-2/+7
2012-09-07Move the orcus handling code from sc to scfilt.Kohei Yoshida10-15/+50
2012-09-07Get internal liborcus to build.Kohei Yoshida2-13/+20
2012-09-07First cut on integrating liborcus into libreoffice tree....Kohei Yoshida6-0/+239
2012-09-07fix crash on area link updateDavid Tardon2-2/+2
2012-09-06handle protection in conditional formats correctly, fdo#51636Markus Mohrhard3-6/+52
2012-09-06no conditional format changes i protected sheets, related fdo#51636Markus Mohrhard3-1/+19
2012-09-06assign correct valueMarkus Mohrhard1-1/+1
2012-09-06warning C4702: unreachable codeStephan Bergmann1-3/+0
2012-09-05Cleanup files touched by f5b7fecbc0744e46468d57b8131ea7d768aa96a2Philipp Riemer4-39/+15
2012-09-05remove two useless definitionsMarkus Mohrhard2-3/+0
2012-09-05only allow to change conditional formatting if sheet is not protectedMarkus Mohrhard1-0/+3
2012-09-05better import of conditional format from old ODF structureMarkus Mohrhard6-181/+151
2012-09-03fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin2-11/+11