Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-30 | Make named ranges dialog more consistent, localizable (III) | Petr Mladek | |
There was still not enough space for German traslation | |||
2012-01-30 | Option to set tab prefix for new worksheets | Albert Thuswaldner | |
2012-01-30 | refactor ConvertLineEnd | Caolán McNamara | |
2012-01-30 | aInputStr never used, *perhaps* it should have been, but 10+ years this way | Caolán McNamara | |
2012-01-30 | Updated error message for Invalid sheet name | Albert Thuswaldner | |
2012-01-30 | Make named range dialog more consistent, localizable (II) | Stefan Knorr (astron) | |
2012-01-30 | remove '#define UNOOUSTRING ::rtl::OUString' | Ivan Timofeev | |
2012-01-30 | clean-up sc's knownissues.xcl | Markus Mohrhard | |
2012-01-30 | add test case for XReplaceable | Markus Mohrhard | |
2012-01-28 | Remove unused code as listed in unusedcode.easy | Santiago Martinez | |
2012-01-27 | Bypass building BASIC and scripting related modules for iOS | Tor Lillqvist | |
Any LO-based app distributed through the App Store can't have scripting or extendability anyway. Sure, this will break the build elsewhere because of missing headers. No big deal, I will take care of that eventually. It isn't as if there would anybody else building for iOS anyway, as far as I know. If there is, please make yourself heard. | |||
2012-01-27 | Unit test for updating formula cells that references into the pivot table. | Kohei Yoshida | |
2012-01-27 | Replace SvtUndoOptions with (simplified) direct configuration access. | Stephan Bergmann | |
Also, code in sw can be simplified under the premise that always /org.openoffice.Office.Common/Undo/Steps > 0. | |||
2012-01-27 | fdo#44143: Keep cells with broadcasters alive during deletion. | Kohei Yoshida | |
Or else it would partially break formula reference chain. | |||
2012-01-27 | Revert "fdo#44143: Keep cells with broadcasters alive during deletion." | Eike Rathke | |
This reverts commit af70bc00c6714eb8695babdf5af07416552f7034. To be replaced by a better solution. | |||
2012-01-26 | fdo#44143: Keep cells with broadcasters alive during deletion. | Kohei Yoshida | |
Or else it would partially break formula reference chain. | |||
2012-01-26 | Make named ranges dialog more consistent, localizable | Stefan Knorr (astron) | |
2012-01-26 | resolved fdo#38595 border width lost in ODF import | Eike Rathke | |
2012-01-26 | cast from BorderLine to BorderLine2 is not valid | Eike Rathke | |
Don't access a css::table::BorderLine struct as if it was a css::table::BorderLine2 struct, which it isn't. A proper implementation would need to pass BorderLine2 structs around for which it would need a css::table::TableBorder2 struct that holds BorderLine2 instead of BorderLine, and adapt various places for API compatibility to support both. For now use the default table::BorderLineStyle::SOLID to set the line style at ::editeng::SvxBorderLine | |||
2012-01-26 | Revert "TEMP" | Fridrich Štrba | |
Sorry, for this one, pushed by mistake :( This reverts commit 31c02baa10f7da947aa073f8af3f8e370acabd90. | |||
2012-01-26 | TEMP | Fridrich Štrba | |
2012-01-26 | switch subsequenttest testdocs from sdc to ods, fdo#43376 | Markus Mohrhard | |
2012-01-25 | add test for ScTableSheetObj | Markus Mohrhard | |
2012-01-25 | adjust test name | Markus Mohrhard | |
2012-01-25 | ScTableSheetObj::findAll does not return the correct range, fdo#43462 | Markus Mohrhard | |
2012-01-25 | disable all java based tests covered now by c++ based tests | Markus Mohrhard | |
2012-01-25 | add XNamed interface test and add this test to ScDataPilotTableObj | Markus Mohrhard | |
2012-01-25 | New unit test for refreshing a pivot table without data cache. | Kohei Yoshida | |
Also, FillOldParam() and GetMembers() removed since 1) they were not necessary and 2) it would create a data cache in the process. | |||
2012-01-26 | Deleting a null pointer is safe | Takeshi Abe | |
2012-01-25 | New unit test for pivot table's date output handling. | Kohei Yoshida | |
We rely on the cell type of those date value outputs when grouping by date or value range. | |||
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. |