Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-08 | n#719989: Rotation needs to be done post flipping. | Muthu Subramanian | |
2011-12-08 | re-enable the java fax wizard by using the correct ?start url | Michael Meeks | |
2011-12-08 | childs -> children | Michael T. Whiteley | |
2011-12-08 | Less succes, more success | Stefan Knorr (astron) | |
2011-12-08 | Avoid pointless warning for Android | Tor Lillqvist | |
2011-12-08 | Remove basic/mybasic.hxx | August Sodora | |
2011-12-08 | Remove basic/basicrt.hxx | August Sodora | |
2011-12-08 | Remove unnecessary includes | August Sodora | |
2011-12-08 | Fix for bug fdo43586, need more room for localized string | Olivier Hallot | |
This patch fixzex bug fdo43586, more room needed for localized strings in named range dialog. | |||
2011-12-07 | We need to set the current cell range object regardless of style name. | Kohei Yoshida | |
Otherwise we would fail to import the cell contents of those documents that don't include table styles at all. Some hand-crafted ods documents don't provide table styles, which 3.4 imported just fine. | |||
2011-12-07 | fdo#43534: Fully support external references in CELL function. | Kohei Yoshida | |
Some parameters don't work with external references, however, such as PROTECT, PREFIX and WIDTH. | |||
2011-12-08 | add test for ScDataPilotFieldObj::XDataPilotFieldGrouping | Markus Mohrhard | |
test XDataPilotFieldGrouping::createDateGrouping is broken | |||
2011-12-07 | Remove oooimprovement | August Sodora | |
2011-12-08 | fix typo | Bjoern Michaelsen | |
2011-12-07 | fdo#43534: Reset tab index for SingleRefToVars() call. | Kohei Yoshida | |
Otherwise that method will set #REF! to the cell when it sees the tab index being -1. We don't use that index in that code, so it's safe to do this. | |||
2011-12-07 | do not clean INPATH_FOR_BUILD on noncrosscompiles | Bjoern Michaelsen | |
2011-12-07 | i#106210 store proper ODFF names, accept aliases | Eike Rathke | |
Older releases stored a few function names not defined by ODFF, namely EASTERSUNDAY instead of ORG.OPENOFFICE.EASTERSUNDAY, TDIST instead of LEGACY.TDIST and B instead of BINOM.DIST.RANGE. Since OOo/LibO 3.3 the proper function names can be read, additionally to the "wrong" names. Now it's time to write the proper names and still accept the incorrect ones. Test cases are attached to AOOo issues: ORG.OPENOFFICE.EASTERSUNDAY https://issues.apache.org/ooo/show_bug.cgi?id=112882 LEGACY.TDIST and BINOM.DIST.RANGE https://issues.apache.org/ooo/show_bug.cgi?id=110229 Note that the FALSE in A2 and A3 is a result of the string comparison of the actual formula, that differs in separators (, vs ;) only. (cherry picked from commit a9b03bd19945a90040fd4346599e281a7813efc2) | |||
2011-12-07 | fdo#42259: Fixed RTF import crash etc. | Kohei Yoshida | |
This is also another unfortunate bug due to the logic change caused by the DECLARE_LIST removal. There was one crasher due to out-of-bound array access, plus one incorrect behavior concerning cell content placement. Both are now fixed. | |||
2011-12-07 | Fix build of pgsql connector (std::hash -> boost::hash) | Fridrich Štrba | |
2011-12-07 | Remove testtoolloader | August Sodora | |
2011-12-07 | link icons to soffice.bin fdo#42979 | Andras Timar | |
2011-12-07 | extend DataPilotField tests to the whole property set | Markus Mohrhard | |
still missing are all properties that are tested automatically by the PropertyTester | |||
2011-12-07 | add test for failing DataPilotField test, related fdo#43308 | Markus Mohrhard | |
it seems that the java based test fails by "design" and not due to an error | |||
2011-12-07 | add some more functions test to sc's filters-test | Wolfgang Pechlaner | |
2011-12-07 | fdo#43534: Partially support external refs in CELL function. | Kohei Yoshida | |
For now, only COL and ROW are supported. More on the way. Note that we can't support all the information types that we do for internal references. | |||
2011-12-07 | Fix nasty ppc ld crash, correct default return param setting | Thorsten Behrens | |
* on OSX 10.5 PPC, ld crashes with a bus error, presumably because of the empty ar[] string array. * the "size = 0" default case looks wrong, replaced by *size=0 | |||
2011-12-07 | Python mailmerge stuff is now inside mailmerge.zip | Thorsten Behrens | |
2011-12-07 | old class Stack pop'ed 0 from empty stack, which std::stack doesn't | Eike Rathke | |
Some places in the code assumed that if the stack is empty a null pointer is returned by top() (or old Pop()), this doesn't work anymore with ::std::stack that instead has undefined behavior in that case, so check !stack.empty() first before accessing top. (cherry picked from commit ac40f7d6503533954127e818f2bf009200c1e3f2) | |||
2011-12-07 | fix rebase mismatch: automation is gone | Bjoern Michaelsen | |
2011-12-07 | remove unused variable | Noel Power | |
2011-12-07 | better sizing of inputbar ( removed weird calculations I didn't understand ) | Noel Power | |
gsoc input bar now (should) snuggly wrap the text when collapsed, if multilines exist then scrolling with the keys should be clean and no spill from upper or lower lines visible. Removed some strange ( pseudo padding ) apparently for taking into account the window border and reorganized the resize logic so the padding is added ( and commented why ) in just one place. | |||
2011-12-07 | Unused includes. | Stephan Bergmann | |
2011-12-07 | Factored out common getDigitLanguage. | Stephan Bergmann | |
2011-12-07 | fdo#43308: Set the logic straight for "center across selection" setting. | Kohei Yoshida | |
Another unfortunate logic change introduced via DECLARE_LIST removal. Reverting the logic to the original one. | |||
2011-12-07 | Header/Footer: update the label as the page style may have changed | Cédric Bosdonnat | |
2011-12-07 | dont do fancy stuff with files that are in zips instsetoo_native for now | Bjoern Michaelsen | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-07 | only depend from dev-install on build if it is an explicit goal | Bjoern Michaelsen | |
2011-12-07 | add def to allow compile of concat-deps.c on Mac | Norbert Thiebaud | |
2011-12-07 | c version for concat-deps | Norbert Thiebaud | |
2011-12-07 | quoting for CustomTargets | Bjoern Michaelsen | |
2011-12-07 | use File::Spec instead of Cwd | Bjoern Michaelsen | |
2011-12-07 | use canonical paths in dep-files | Bjoern Michaelsen | |
2011-12-07 | silent recurse | Bjoern Michaelsen | |
2011-12-07 | kill gb_MINISOLARENV in favor of stages | Bjoern Michaelsen | |
2011-12-07 | no need to export gb_Helper*, use gbuild_simple instead | Bjoern Michaelsen | |
2011-12-07 | use gbuild_simple.mk in i18npool | Bjoern Michaelsen | |
2011-12-07 | add missing modules to RepositoryModule_ooo.mk | Bjoern Michaelsen | |
2011-12-07 | use gbuild_simple in tools | Bjoern Michaelsen | |
2011-12-07 | update JunitTest hint | Bjoern Michaelsen | |