summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* warning C4805: '!=': unsafe mix of type 'bool' and type 'sal_Bool'Stephan Bergmann2012-09-111-1/+1
* Resolves: fdo#44925 list box contents should be same direction as sheetManal Alhassoun2012-09-101-1/+2
* Change some comments to meet doxygen standardsFaisal M. Al-Otaibi2012-09-107-53/+49
* fdo#54721 fix vba not tracking currently selected doc correctlyNoel Power2012-09-101-8/+3
* -Werror,-Wmismatched-tagsStephan Bergmann2012-09-101-1/+1
* fix crash introduced by stl conversion, fdo#54299Markus Mohrhard2012-09-092-2/+2
* don't use unitialized global variable, fdo#53713Markus Mohrhard2012-09-093-6/+15
* fdo#39468: Translated German comments in sc/source/core/toolgerhard oettl2012-09-098-48/+46
* fdo#39468: Translated German comments in sc/source/core/toolgerhard oettl2012-09-091-8/+8
* MDDS is not in BUILD_TYPE anymoreMatúš Kukan2012-09-081-1/+1
* -Werror=non-virtual-dtorStephan Bergmann2012-09-071-0/+2
* Use DOS style file path on Windows.Kohei Yoshida2012-09-071-2/+7
* Get it to build on Windows, with MSVC compiler.Kohei Yoshida2012-09-071-0/+2
* We don't need this special orcus directory now that orcus is integrated.Kohei Yoshida2012-09-073-919/+0
* Use the latest license header.Kohei Yoshida2012-09-072-46/+8
* Add or update the header guards.Kohei Yoshida2012-09-072-2/+7
* Move the orcus handling code from sc to scfilt.Kohei Yoshida2012-09-0710-15/+50
* Get internal liborcus to build.Kohei Yoshida2012-09-072-13/+20
* First cut on integrating liborcus into libreoffice tree....Kohei Yoshida2012-09-076-0/+239
* fix crash on area link updateDavid Tardon2012-09-072-2/+2
* handle protection in conditional formats correctly, fdo#51636Markus Mohrhard2012-09-063-6/+52
* no conditional format changes i protected sheets, related fdo#51636Markus Mohrhard2012-09-063-1/+19
* assign correct valueMarkus Mohrhard2012-09-061-1/+1
* warning C4702: unreachable codeStephan Bergmann2012-09-061-3/+0
* Cleanup files touched by f5b7fecbc0744e46468d57b8131ea7d768aa96a2Philipp Riemer2012-09-054-39/+15
* remove two useless definitionsMarkus Mohrhard2012-09-052-3/+0
* only allow to change conditional formatting if sheet is not protectedMarkus Mohrhard2012-09-051-0/+3
* better import of conditional format from old ODF structureMarkus Mohrhard2012-09-056-181/+151
* fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin2012-09-032-11/+11
* forgot to use external mdds headers hereMatúš Kukan2012-08-315-0/+10
* mdds: convert to gbuildMatúš Kukan2012-08-312-1/+5
* Bool and string cleanup, as usual.Kohei Yoshida2012-08-311-5/+5
* Don't export the internal field name suffix '*' to ods.Kohei Yoshida2012-08-311-2/+5
* fdo#54303: Prevent crash on load.Kohei Yoshida2012-08-311-1/+5
* fdo#39468: Translated German comments in sc/source/core/toolgerhard oettl2012-08-312-39/+38
* remove debug outputMarkus Mohrhard2012-08-311-6/+4
* handle missing cond format entries more gracefully, related fdo#52340Markus Mohrhard2012-08-311-0/+6
* use Red as error color for cond format dlgMarkus Mohrhard2012-08-311-2/+2
* update cond formats for deleting, moving and cut&pasteMarkus Mohrhard2012-08-313-0/+29
* add ScRangeList::DeleteAreaMarkus Mohrhard2012-08-312-0/+337
* also handle the cond format code for xlsb the new way, fdo#53424Markus Mohrhard2012-08-311-0/+1
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-311-3/+1
* fdo#53938: Don't proceed when error occurs.Kohei Yoshida2012-08-303-6/+8
* fdo#53938: Check for null pointer.Kohei Yoshida2012-08-301-0/+5
* fdo#39468: Translated German comments in sc/source/core/toolgerhard oettl2012-08-306-31/+31
* add unit test for basic sorting with cell noteMarkus Mohrhard2012-08-291-0/+45
* move ScProgress construction out of ScTable::SortMarkus Mohrhard2012-08-295-15/+19
* don't cover cell with hint window fix for fdo#47595Noel Power2012-08-291-1/+1
* fix typoCaolán McNamara2012-08-291-1/+1
* String::Expand -> string::padToLengthCaolán McNamara2012-08-291-3/+4