Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-08 | Added and improved READMEs for modules whihc used to be in libs-extern | Josh Heidenreich | |
2012-02-08 | String to rtl::OUString. | Kohei Yoshida | |
2012-02-08 | bool cleanups. | Kohei Yoshida | |
2012-02-08 | Moved ScCollection under filter/starcalc. | Kohei Yoshida | |
That's the only place where this class is still used. | |||
2012-02-08 | Rename TypedStrData to ScTypedStrData, just to be consistent. | Kohei Yoshida | |
2012-02-08 | Moved TypedStrData into its own files. | Kohei Yoshida | |
2012-02-08 | Removed unnecessary header includes. | Kohei Yoshida | |
2012-02-09 | we need to explicitly set the paste area in ScMarkData, fdo#45481 | Markus Mohrhard | |
2012-02-09 | remove unnecessary check | Markus Mohrhard | |
2012-02-09 | remove unnecessary temporary variable | Markus Mohrhard | |
2012-02-09 | use slowcheck in sc | Markus Mohrhard | |
2012-02-09 | copy settings for RTL with sheets, fdo#45768 | Markus Mohrhard | |
2012-02-08 | ScSortedCollection is now officially unused. Nuking it. | Kohei Yoshida | |
2012-02-08 | Old result not used for now always case sensitive search. | Kohei Yoshida | |
2012-02-08 | Apparently these two methods are now deprecated. | Kohei Yoshida | |
2012-02-09 | Revert "Tentative fix for invalid iterator range regression" | Lionel Elie Mamane | |
This reverts commit 23151ab53574e0e893f4507313ff15388638746a. Fixed root cause in previous commit. | |||
2012-02-09 | ORowSetCache::moveWindow fix variable inversion; fixes subsequentcheck | Lionel Elie Mamane | |
2012-02-09 | add testtools to dmake_modules | Rene Engelhard | |
2012-02-09 | configure.in: readd arch-detection for kFreeBSD | Rene Engelhard | |
2012-02-08 | Move this typedef back into collect.hxx for now. | Kohei Yoshida | |
2012-02-08 | Fixed a link error. | Kohei Yoshida | |
2012-02-08 | std::unique must be followed by erase() to really remove duplicates. | Kohei Yoshida | |
It's even mentioned in Effective STL. | |||
2012-02-08 | getExactMatch() should return the original string when no match is found. | Kohei Yoshida | |
2012-02-08 | Move away from TypedScStrCollection in favor of STL's. | Kohei Yoshida | |
2012-02-08 | Let's use enum for better type safety. | Kohei Yoshida | |
2012-02-08 | TypedStrData to hold rtl::OUString. | Kohei Yoshida | |
2012-02-08 | New file was missing from previous commit | Stephan Bergmann | |
2012-02-08 | Missing $(...) | Stephan Bergmann | |
2012-02-08 | Various more l10ntools clean up | Stephan Bergmann | |
2012-02-08 | Properly rebuild files generated by l10ntools programs | Stephan Bergmann | |
(Changing the corresponding build-order-only dependencies to proper ones should be safe here, as all mentions of $^ are within $(filter) calls.) | |||
2012-02-08 | Tentative fix for invalid iterator range regression | Stephan Bergmann | |
37b5dce665a03d3404e6a710b82bef16d740d178 re-wrote a std::rotate call to cause an "error: function requires a valid iterator range [__middle, __last)" abort from debug-mode GCC libstdc++ during smoketest. Lionel should check whether this fix is actually good -- at least, it causes "make check" to succeed again. | |||
2012-02-08 | use boost::noncopyable | Caolán McNamara | |
2012-02-08 | fdo#39006: Fixed layout loop | Cédric Bosdonnat | |
OD's comment was right: forcing a restart of the layout may cause loops... and we falled into that case. As this seems to be useless, removed the whole thing. | |||
2012-02-08 | handle row and column offsets for imported shape with cell anchor fdo#45266 | Noel Power | |
This is an update to the previous commit ( for the same bug ) d3a26738b426846ee1a787e7c97280fc43002961 | |||
2012-02-08 | vcl: I18nHelper: delete unused GetDate() method | Greg Kroah-Hartman | |
2012-02-08 | unicode: delete unused unicode:getCharType() method | Greg Kroah-Hartman | |
2012-02-08 | unicode: delete unused unicode:isTitle() method | Greg Kroah-Hartman | |
2012-02-08 | unicode: delete unused unicode:isPunctuation() method | Greg Kroah-Hartman | |
2012-02-08 | unicode: delete unused unicode:isBase() method | Greg Kroah-Hartman | |
2012-02-08 | stick to three-letter length | Bjoern Michaelsen | |
2012-02-08 | remove superflous whitespace | Bjoern Michaelsen | |
2012-02-08 | first try to add slowcheck build target | Markus Mohrhard | |
2012-02-09 | Replaced String by rtl::OUString in SvxMacro | Takeshi Abe | |
2012-02-08 | Create test packages even when SDK is disabled | Petr Mladek | |
Also fixed order in the other makefile target to make it clear that it differs in the SDK | |||
2012-02-08 | do not deserialize into long, use a type of the correct width (fdo#40768) | Luboš Luňák | |
2012-02-08 | re-enable make help from the top-level make | Norbert Thiebaud | |
2012-02-08 | make hsqldb build with java 1.7 | Caolán McNamara | |
2012-02-08 | n#203704 fix RTF export table output for subtables | Miklos Vajna | |
Older ODT files containing <table:table table:is-sub-table="true"> confused the RTF exporter. Add a few sanity checks to make sure the output is still valid. | |||
2012-02-08 | unusedcode.easy: Removed unused code (linguistic) | Alexander Bergmann | |
2012-02-08 | Fix fdo#45117 - Alien save dialog buttons run off the edge | Josh Heidenreich | |
Adjusts the width of the dialog to be wider, if required. |