summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-2116-25/+24
* Oops I shouldn't have erased names directly.Kohei Yoshida2012-01-212-2/+8
* fdo#44831: Named range should overwrite existing name.Kohei Yoshida2012-01-212-1/+2
* Grid lines should be immediately above or below the background.Kohei Yoshida2012-01-201-4/+7
* Prefer using back() to access the last element.Kohei Yoshida2012-01-204-11/+15
* Added 'm' prefix for a data member.Kohei Yoshida2012-01-206-492/+492
* Replace open-coded array with std::vector in ScColumn.Noel Grandin2012-01-206-614/+504
* More on String to rtl::OUString changes.Kohei Yoshida2012-01-204-17/+9
* Mempool size args are unused.Stephan Bergmann2012-01-209-37/+24
* Fix a crash when copying a sheet with drawing obj to a new document.Kohei Yoshida2012-01-191-1/+11
* remove unused methodsThomas Arnhold2012-01-191-2/+0
* Undo inadvertent indentation change.Stephan Bergmann2012-01-191-1/+1
* Fix C++03 enum member scope.Stephan Bergmann2012-01-191-5/+5
* fdo#44896 accomodate localized text expansionAndras Timar2012-01-182-2/+13
* enable new datapilot api testMarkus Mohrhard2012-01-182-6/+4
* little clean-up in xspreadsheet2 testMarkus Mohrhard2012-01-181-19/+8
* sc test : refactor importSheet testsLaurent Godard2012-01-182-61/+220
* it is not possible to start/terminate libreoffice twice in the same programMarkus Mohrhard2012-01-182-10/+0
* terminate xcellrangesquery correctlyMarkus Mohrhard2012-01-181-7/+35
* terminate xdatabaserange correctlyMarkus Mohrhard2012-01-181-2/+36
* correctly terminate cellpropertiesMarkus Mohrhard2012-01-181-2/+39
* correctly terminate tableautoformatfieldMarkus Mohrhard2012-01-181-0/+27
* these two variables don't need to be staticMarkus Mohrhard2012-01-181-4/+2
* Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz2012-01-174-4/+4
* remove unused methodsThomas Arnhold2012-01-179-90/+0
* remove unused ScDP* methodsThomas Arnhold2012-01-179-187/+0
* Use platform-independent ::rtl::math::round to fix msvc buildKorrawit Pruegsanusak2012-01-172-4/+6
* fix build errorCaolán McNamara2012-01-161-2/+2
* Missing SolarMutexGuard.Stephan Bergmann2012-01-161-0/+1
* Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz2012-01-164-5/+5
* just return a new string rather than pass by referenceCaolán McNamara2012-01-163-12/+14
* add test for sheet::XDataPilotTableMarkus Mohrhard2012-01-162-0/+152
* WaE: converting ‘false’ to pointer typeDavid Tardon2012-01-151-1/+1
* WaE: converting ‘false’ to pointer typeDavid Tardon2012-01-151-1/+1
* these are not old component files anymoreMatúš Kukan2012-01-1510-53/+29
* Galaxy (default) icon theme is now in icon-themes/galaxyStefan Knorr (astron)2012-01-151-2/+2
* some adjustments in the XSpreadsheet2 api testMarkus Mohrhard2012-01-151-3/+44
* make adjusting formulas possible for TransferTabMarkus Mohrhard2012-01-151-0/+7
* sc test : update importSheet testsLaurent Godard2012-01-151-13/+6
* add test case for datapilot apiMarkus Mohrhard2012-01-153-0/+455
* correctly terminate XDataPilotFieldGroupingMarkus Mohrhard2012-01-151-1/+37
* fdo#44173: use a geometric progression for zoomingTim Hardeck2012-01-132-9/+7
* Avoid double deletion during data cache object destruction.Kohei Yoshida2012-01-132-5/+11
* Use a copy; the container gets modified during iteration.Kohei Yoshida2012-01-131-2/+5
* here calc, take ownership of this foul monstrosity only you useCaolán McNamara2012-01-133-4/+138
* Make sure no live ScDPObject instances hold reference to the deleted cache.Kohei Yoshida2012-01-131-0/+14
* fix definedName corruption for xlsx export ( bnc#741182 )Noel Power2012-01-131-3/+6
* Fix MinGW build.Jan Holesovsky2012-01-132-2/+2
* refactor slightly to avoid link problems with gcc 4.7David Tardon2012-01-132-54/+49
* ditch unused defineDavid Tardon2012-01-131-4/+0