Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-25 | fix initial height of multiline input window | Noel Power | |
There is a hardcoded preferred height for the input window that was getting picked up becuase the result of GetTextHeight was just '1' ( due to no font being set up ) We shouldn't use a hardcoded value, we should always use the proper text height e.g. the result of a successfull call to GetTextHeight() ( the patch makes sure we get a decent result from this call ) | |||
2012-01-25 | optimized zoom to use more common intervals | Tim Hardeck | |
Round zoom values beginning with 50 to a multiple of 5, with 100 to one of 10, with 500 to one of 50 and with 1000 to one of 100. The step 100 is enforced to have one fixed point. | |||
2012-01-24 | DataPilot to PivotTable in function names. | Kohei Yoshida | |
From now on we'll stick with the 'pivot table' terminology... | |||
2012-01-24 | fdo#45067: Differentiate numeric and non-numeric field member values. | Kohei Yoshida | |
2012-01-24 | use write_uInt16s_FromOUString pattern | Caolán McNamara | |
2012-01-24 | fix ( hopefully ) viewing artifacts in input line fdo#44391 | Noel Power | |
2012-01-24 | Revert "fix ( hopefully ) viewing artifacts in input line fdo#44391" | Noel Power | |
This reverts commit 1f0ba007489e77e4145fc840cc3a878772494fd7. | |||
2012-01-24 | fix ( hopefully ) viewing artifacts in input line fdo#44391 | Noel Power | |
2012-01-23 | fdo#45067: We need automatic number detection for date/number grouping. | Kohei Yoshida | |
2012-01-24 | enable ScDataPilotTableObj::testRefresh again | Markus Mohrhard | |
2012-01-23 | Fix refresh problem on pivot tables whose data cache have not been created. | Kohei Yoshida | |
2012-01-23 | erase the correct element in ScColumn::Delete(), not the last one | Eike Rathke | |
This fixes the dreaded crash in sc_unoapi test. Thanks to Kohei for pointing in the right direction. | |||
2012-01-23 | refactor concept for c++ based subsequenttests | Markus Mohrhard | |
2012-01-23 | add library for c++ based subsequenttests | Markus 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-23 | resolved rhbz#783556 crash in ScMatrix::GetDimensons() from ScInterpreter | Eike 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-23 | add the "Send Feedback..." help menu item | Ivan Timofeev | |
2012-01-23 | Redundant condition and Comment Translations. | Mariusz Dykierek | |
2012-01-22 | resolved fdo#45032 Calc export to HTML with graphics failed | Eike 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-21 | Improve checking for emptiness | Thomas Arnhold | |
2012-01-21 | Removed 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-21 | Oops I shouldn't have erased names directly. | Kohei Yoshida | |
We always need to remove the index map when removing a name. | |||
2012-01-21 | fdo#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-20 | Grid lines should be immediately above or below the background. | Kohei Yoshida | |
Especially grid lines should never be above cell borders. | |||
2012-01-20 | Prefer using back() to access the last element. | Kohei Yoshida | |
2012-01-20 | Added 'm' prefix for a data member. | Kohei Yoshida | |
2012-01-20 | Replace open-coded array with std::vector in ScColumn. | Noel Grandin | |
2012-01-20 | More on String to rtl::OUString changes. | Kohei Yoshida | |
2012-01-20 | Mempool size args are unused. | Stephan Bergmann | |
2012-01-19 | Fix a crash when copying a sheet with drawing obj to a new document. | Kohei Yoshida | |
2012-01-19 | remove unused methods | Thomas Arnhold | |
2012-01-19 | Undo inadvertent indentation change. | Stephan Bergmann | |
2012-01-19 | Fix C++03 enum member scope. | Stephan Bergmann | |
2012-01-18 | fdo#44896 accomodate localized text expansion | Andras Timar | |
2012-01-18 | enable new datapilot api test | Markus Mohrhard | |
2012-01-18 | little clean-up in xspreadsheet2 test | Markus Mohrhard | |
2012-01-18 | sc test : refactor importSheet tests | Laurent Godard | |
2012-01-18 | it is not possible to start/terminate libreoffice twice in the same program | Markus Mohrhard | |
we have a static variable that prevents us from terminating libreoffice in this case here | |||
2012-01-18 | terminate xcellrangesquery correctly | Markus Mohrhard | |
2012-01-18 | terminate xdatabaserange correctly | Markus Mohrhard | |
2012-01-18 | correctly terminate cellproperties | Markus Mohrhard | |
2012-01-18 | correctly terminate tableautoformatfield | Markus Mohrhard | |
2012-01-18 | these two variables don't need to be static | Markus Mohrhard | |
2012-01-17 | Replaced SAL_INFO with SAL_WARN were applicable. | Marcel Metz | |
2012-01-17 | remove unused methods | Thomas Arnhold | |
2012-01-17 | remove unused ScDP* methods | Thomas Arnhold | |
2012-01-17 | Use platform-independent ::rtl::math::round to fix msvc build | Korrawit Pruegsanusak | |
2012-01-16 | fix build error | Caolán McNamara | |
2012-01-16 | Missing SolarMutexGuard. | Stephan Bergmann | |
2012-01-16 | Replaced DBG_ERRORFILE with SAL_INFO. | Marcel Metz | |
2012-01-16 | just return a new string rather than pass by reference | Caolán McNamara | |