Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-15 | removing obsolete layout code | Felix Zhang | |
2011-11-15 | Tweaked previous comment translations. | Stephan Bergmann | |
2011-11-15 | correct comment | Lionel Elie Mamane | |
2011-11-15 | add sqlite path to library path and enable testPassword | Markus Mohrhard | |
plus gb_Helper_extend_ld_path normalization by sbergman@redhat.com | |||
2011-11-15 | tweak comment | Lionel Elie Mamane | |
2011-11-15 | translations of comments from german to english Committer: Winfried Donkers ↵ | w.donkers | |
<osc@dci-electronics.nl> On branch master Changes to be committed: modified: sc/source/ui/view/auditsh.cxx modified: sc/source/ui/view/colrowba.cxx modified: sc/source/ui/view/dbfunc.cxx modified: sc/source/ui/view/viewfunc.cxx | |||
2011-11-15 | String to rtl::OUString. | Kohei Yoshida | |
2011-11-15 | String to rtl::OUString. | Kohei Yoshida | |
2011-11-15 | Replaced heap array with std::vector. | Kohei Yoshida | |
2011-11-15 | sal_Bool to bool. | Kohei Yoshida | |
2011-11-15 | Beware that the sequence can be empty. | Kohei Yoshida | |
And when it's empty, it causes an invalid array access later on. | |||
2011-11-15 | Unused local var. | Kohei Yoshida | |
2011-11-15 | Used std::vector instead of C-style array. | Kohei Yoshida | |
2011-11-15 | This can be for loop instead. | Kohei Yoshida | |
2011-11-15 | This bool array is not used here. | Kohei Yoshida | |
2011-11-14 | clean up macros_test | Markus Mohrhard | |
2011-11-14 | don't use XUnoTunnel directly, use SfxObjectShell::GetShellFromComponent | Markus Mohrhard | |
2011-11-14 | we no longer need to open unit test files READWRITE in sc | Markus Mohrhard | |
2011-11-14 | This can be const. | Kohei Yoshida | |
2011-11-14 | Prefer for_each over manual loop. | Kohei Yoshida | |
2011-11-14 | Adopt lcl_PrepareQuery to multi-item queries. | Kohei Yoshida | |
2011-11-14 | No more pSpecial treatment of empty / non-empty queries. | Kohei Yoshida | |
2011-11-14 | Make multi-item query possible. | Kohei Yoshida | |
2011-11-14 | Aggregate all these local functions into a class. | Kohei Yoshida | |
This also reduces the number of parameters in each function. | |||
2011-11-14 | Marking methods const where possible. | Kohei Yoshida | |
2011-11-14 | Extracted compare-by-value and compare-by-string into functions. | Kohei Yoshida | |
2011-11-14 | Likewise, adjusted the test cases for MATCH to handle mixed comparisons. | Kohei Yoshida | |
2011-11-14 | Modified VLOOKUP test case to account for mixed comparisons. | Kohei Yoshida | |
When the lookup value is of type Text, and the last match is of type Number, it should return #N/A according to the ODFF spec. | |||
2011-11-14 | Revert "Revert "Removing the mixed comparison flag, which is no longer needed."" | Kohei Yoshida | |
This reverts commit 7d7036c235a92268f23cc04eab8abcb08cddeb3f. | |||
2011-11-14 | make this a little more pleasing to the eye, logic unchanged | Caolán McNamara | |
2011-11-14 | original would unconditionally truncate to nLen | Caolán McNamara | |
2011-11-14 | Remove String::Fill() usage | Christina Rossmanith | |
2011-11-14 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-11-14 | stray pointless aByteLine | Caolán McNamara | |
2011-11-11 | Heavily simplified utl::ConfigManager. | Stephan Bergmann | |
2011-11-11 | Revert "Removing the mixed comparison flag, which is no longer needed." | Kohei Yoshida | |
This reverts commit eaea417bfdf8d06df2b7f2e42c904c32ce77e871. | |||
2011-11-11 | translation of german comments to english plus rename of define MAX_COL_HEIGHT | Winfried Donkers | |
2011-11-11 | No need for test/user-template/user/registry. | Stephan Bergmann | |
2011-11-11 | ByteString->rtl::OString | Caolán McNamara | |
2011-11-11 | Make .component files directly usable within UNO_SERVICES. | Stephan Bergmann | |
* solenv/bin/createcomponent.xslt simply surrounds it output by <components>. * solenv/gbuild/CppunitTest.mk got new functions gb_CppunitTest_add[_old]_component[s] (like their gb_RdbTarget_ predecessors). * This obsoleted current uses of solenv/gbuild/RdbTarget.mk, which also does not work currently, as it catenates the input component files instead of passing them through packcomponents.xslt (which now takes care about the surrounding <components> in the input). In the future, it will likely be combined with the recently added solenv/gbuild/ComponentsTarget.mk. | |||
2011-11-10 | Removing the mixed comparison flag, which is no longer needed. | Kohei Yoshida | |
This flag was introduced years ago to deal with Excel's behavior on incorrectly sorted data range. But later versions of Excel no longer follow that behavior & keeping this flag would make the evaluation code unnecessarily more complex & hard to adopt to multi-item matching. | |||
2011-11-10 | Re-enabled textural in-exact comparison in unit test for MATCH. | Kohei Yoshida | |
It was the code that checks for the VBA mode that was throwing the exception. | |||
2011-11-10 | sal_Bool to bool | Eike Rathke | |
2011-11-10 | sal_Bool to bool | Eike Rathke | |
2011-11-10 | sal_Bool to bool | Eike Rathke | |
2011-11-10 | Fixed fdo#36247 mismatch between drawing layer and cell grid | Eike Rathke | |
* Ensure that the drawing layer's map mode scaling factors match the new heights and widths after resize. | |||
2011-11-10 | removed leftovers of the Simple Handles option | Tim Hardeck | |
Removed leftovers of the Simple Handles option which weren't delete by the previous patch. | |||
2011-11-10 | ScRangeData aName to OUString | Laurent Godard | |
2011-11-09 | Added text values to the mix. | Kohei Yoshida | |
Textural evaluations throw an UNO exception, however. I need to look into this. | |||
2011-11-09 | Added new unit test for MATCH function. | Kohei Yoshida | |
Only ascending and descending in-exact matches for now. |