summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2012-01-23Fix refresh problem on pivot tables whose data cache have not been created.Kohei Yoshida
2012-01-23erase the correct element in ScColumn::Delete(), not the last oneEike Rathke
This fixes the dreaded crash in sc_unoapi test. Thanks to Kohei for pointing in the right direction.
2012-01-23refactor concept for c++ based subsequenttestsMarkus Mohrhard
2012-01-23add library for c++ based subsequenttestsMarkus Mohrhard
use this library for interface tests and implement the test in the correct module by creating one test class per implementation class The implementation class should inherit from all interface tests it needs This should make it more easy to write tests since we no longer need to write the same test method multiple times
2012-01-23resolved rhbz#783556 crash in ScMatrix::GetDimensons() from ScInterpreterEike Rathke
* Interpreter tried to access a nonexistent matrix for external reference. * In ScInterpreter::PopExternalDoubleRef(ScMatrixRef& rMat) set error for unexpected conditions. In caller or descendants check for error or presence of ScMatrix.
2012-01-23add the "Send Feedback..." help menu itemIvan Timofeev
2012-01-23Redundant condition and Comment Translations.Mariusz Dykierek
2012-01-22resolved fdo#45032 Calc export to HTML with graphics failedEike Rathke
Fixed a misconception in transition from List to to ptr_vector of commit db599f64e63a3141159b7f0e59783197c39b3e02, List::Next() returned NULL when at end of list, mimic that.
2012-01-21Improve checking for emptinessThomas Arnhold
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-21Oops I shouldn't have erased names directly.Kohei Yoshida
We always need to remove the index map when removing a name.
2012-01-21fdo#44831: Named range should overwrite existing name.Kohei Yoshida
When inserting a new named range, it should overwrite any existing name if one exists. That was the old behavior in 3.3 prior to my range name rework, and because of ptr_map not overwriting existing key, that behavior had changed unintentionally. Let's revert to the old behavior.
2012-01-20Grid lines should be immediately above or below the background.Kohei Yoshida
Especially grid lines should never be above cell borders.
2012-01-20Prefer using back() to access the last element.Kohei Yoshida
2012-01-20Added 'm' prefix for a data member.Kohei Yoshida
2012-01-20Replace open-coded array with std::vector in ScColumn.Noel Grandin
2012-01-20More on String to rtl::OUString changes.Kohei Yoshida
2012-01-20Mempool size args are unused.Stephan Bergmann
2012-01-19Fix a crash when copying a sheet with drawing obj to a new document.Kohei Yoshida
2012-01-19remove unused methodsThomas Arnhold
2012-01-19Undo inadvertent indentation change.Stephan Bergmann
2012-01-19Fix C++03 enum member scope.Stephan Bergmann
2012-01-18fdo#44896 accomodate localized text expansionAndras Timar
2012-01-18enable new datapilot api testMarkus Mohrhard
2012-01-18little clean-up in xspreadsheet2 testMarkus Mohrhard
2012-01-18sc test : refactor importSheet testsLaurent Godard
2012-01-18it is not possible to start/terminate libreoffice twice in the same programMarkus Mohrhard
we have a static variable that prevents us from terminating libreoffice in this case here
2012-01-18terminate xcellrangesquery correctlyMarkus Mohrhard
2012-01-18terminate xdatabaserange correctlyMarkus Mohrhard
2012-01-18correctly terminate cellpropertiesMarkus Mohrhard
2012-01-18correctly terminate tableautoformatfieldMarkus Mohrhard
2012-01-18these two variables don't need to be staticMarkus Mohrhard
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz
2012-01-17remove unused methodsThomas Arnhold
2012-01-17remove unused ScDP* methodsThomas Arnhold
2012-01-17Use platform-independent ::rtl::math::round to fix msvc buildKorrawit Pruegsanusak
2012-01-16fix build errorCaolán McNamara
2012-01-16Missing SolarMutexGuard.Stephan Bergmann
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz
2012-01-16just return a new string rather than pass by referenceCaolán McNamara
2012-01-16add test for sheet::XDataPilotTableMarkus Mohrhard
2012-01-15WaE: converting ‘false’ to pointer typeDavid Tardon
2012-01-15WaE: converting ‘false’ to pointer typeDavid Tardon
2012-01-15these are not old component files anymoreMatúš Kukan
2012-01-15Galaxy (default) icon theme is now in icon-themes/galaxyStefan Knorr (astron)
2012-01-15some adjustments in the XSpreadsheet2 api testMarkus Mohrhard
2012-01-15make adjusting formulas possible for TransferTabMarkus Mohrhard
2012-01-15sc test : update importSheet testsLaurent Godard
2012-01-15add test case for datapilot apiMarkus Mohrhard
2012-01-15correctly terminate XDataPilotFieldGroupingMarkus Mohrhard