summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-31forgot to use external mdds headers hereMatúš Kukan5-0/+10
2012-08-31mdds: convert to gbuildMatúš Kukan2-1/+5
2012-08-31Bool and string cleanup, as usual.Kohei Yoshida1-5/+5
2012-08-31Don't export the internal field name suffix '*' to ods.Kohei Yoshida1-2/+5
2012-08-31fdo#54303: Prevent crash on load.Kohei Yoshida1-1/+5
2012-08-31fdo#39468: Translated German comments in sc/source/core/toolgerhard oettl2-39/+38
2012-08-31remove debug outputMarkus Mohrhard1-6/+4
2012-08-31handle missing cond format entries more gracefully, related fdo#52340Markus Mohrhard1-0/+6
2012-08-31use Red as error color for cond format dlgMarkus Mohrhard1-2/+2
2012-08-31update cond formats for deleting, moving and cut&pasteMarkus Mohrhard3-0/+29
2012-08-31add ScRangeList::DeleteAreaMarkus Mohrhard2-0/+337
2012-08-31also handle the cond format code for xlsb the new way, fdo#53424Markus Mohrhard1-0/+1
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-3/+1
2012-08-30fdo#53938: Don't proceed when error occurs.Kohei Yoshida3-6/+8