summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-08Added and improved READMEs for modules whihc used to be in libs-externJosh Heidenreich
2012-02-08String to rtl::OUString.Kohei Yoshida
2012-02-08bool cleanups.Kohei Yoshida
2012-02-08Moved ScCollection under filter/starcalc.Kohei Yoshida
That's the only place where this class is still used.
2012-02-08Rename TypedStrData to ScTypedStrData, just to be consistent.Kohei Yoshida
2012-02-08Moved TypedStrData into its own files.Kohei Yoshida
2012-02-08Removed unnecessary header includes.Kohei Yoshida
2012-02-09we need to explicitly set the paste area in ScMarkData, fdo#45481Markus Mohrhard
2012-02-09remove unnecessary checkMarkus Mohrhard
2012-02-09remove unnecessary temporary variableMarkus Mohrhard
2012-02-09use slowcheck in scMarkus Mohrhard
2012-02-09copy settings for RTL with sheets, fdo#45768Markus Mohrhard
2012-02-08ScSortedCollection is now officially unused. Nuking it.Kohei Yoshida
2012-02-08Old result not used for now always case sensitive search.Kohei Yoshida
2012-02-08Apparently these two methods are now deprecated.Kohei Yoshida
2012-02-09Revert "Tentative fix for invalid iterator range regression"Lionel Elie Mamane
This reverts commit 23151ab53574e0e893f4507313ff15388638746a. Fixed root cause in previous commit.
2012-02-09ORowSetCache::moveWindow fix variable inversion; fixes subsequentcheckLionel Elie Mamane
2012-02-09add testtools to dmake_modulesRene Engelhard
2012-02-09configure.in: readd arch-detection for kFreeBSDRene Engelhard
2012-02-08Move this typedef back into collect.hxx for now.Kohei Yoshida
2012-02-08Fixed a link error.Kohei Yoshida
2012-02-08std::unique must be followed by erase() to really remove duplicates.Kohei Yoshida
It's even mentioned in Effective STL.
2012-02-08getExactMatch() should return the original string when no match is found.Kohei Yoshida
2012-02-08Move away from TypedScStrCollection in favor of STL's.Kohei Yoshida
2012-02-08Let's use enum for better type safety.Kohei Yoshida
2012-02-08TypedStrData to hold rtl::OUString.Kohei Yoshida
2012-02-08New file was missing from previous commitStephan Bergmann
2012-02-08Missing $(...)Stephan Bergmann
2012-02-08Various more l10ntools clean upStephan Bergmann
2012-02-08Properly rebuild files generated by l10ntools programsStephan 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-08Tentative fix for invalid iterator range regressionStephan 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-08use boost::noncopyableCaolán McNamara
2012-02-08fdo#39006: Fixed layout loopCé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-08handle row and column offsets for imported shape with cell anchor fdo#45266Noel Power
This is an update to the previous commit ( for the same bug ) d3a26738b426846ee1a787e7c97280fc43002961
2012-02-08vcl: I18nHelper: delete unused GetDate() methodGreg Kroah-Hartman
2012-02-08unicode: delete unused unicode:getCharType() methodGreg Kroah-Hartman
2012-02-08unicode: delete unused unicode:isTitle() methodGreg Kroah-Hartman
2012-02-08unicode: delete unused unicode:isPunctuation() methodGreg Kroah-Hartman
2012-02-08unicode: delete unused unicode:isBase() methodGreg Kroah-Hartman
2012-02-08stick to three-letter lengthBjoern Michaelsen
2012-02-08remove superflous whitespaceBjoern Michaelsen
2012-02-08first try to add slowcheck build targetMarkus Mohrhard
2012-02-09Replaced String by rtl::OUString in SvxMacroTakeshi Abe
2012-02-08Create test packages even when SDK is disabledPetr Mladek
Also fixed order in the other makefile target to make it clear that it differs in the SDK
2012-02-08do not deserialize into long, use a type of the correct width (fdo#40768)Luboš Luňák
2012-02-08re-enable make help from the top-level makeNorbert Thiebaud
2012-02-08make hsqldb build with java 1.7Caolán McNamara
2012-02-08n#203704 fix RTF export table output for subtablesMiklos 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-08unusedcode.easy: Removed unused code (linguistic)Alexander Bergmann
2012-02-08Fix fdo#45117 - Alien save dialog buttons run off the edgeJosh Heidenreich
Adjusts the width of the dialog to be wider, if required.