summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-08n#719989: Rotation needs to be done post flipping.Muthu Subramanian
2011-12-08re-enable the java fax wizard by using the correct ?start urlMichael Meeks
2011-12-08childs -> childrenMichael T. Whiteley
2011-12-08Less succes, more successStefan Knorr (astron)
2011-12-08Avoid pointless warning for AndroidTor Lillqvist
2011-12-08Remove basic/mybasic.hxxAugust Sodora
2011-12-08Remove basic/basicrt.hxxAugust Sodora
2011-12-08Remove unnecessary includesAugust Sodora
2011-12-08Fix for bug fdo43586, need more room for localized stringOlivier Hallot
This patch fixzex bug fdo43586, more room needed for localized strings in named range dialog.
2011-12-07We 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-07fdo#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-08add test for ScDataPilotFieldObj::XDataPilotFieldGroupingMarkus Mohrhard
test XDataPilotFieldGrouping::createDateGrouping is broken
2011-12-07Remove oooimprovementAugust Sodora
2011-12-08fix typoBjoern Michaelsen
2011-12-07fdo#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-07do not clean INPATH_FOR_BUILD on noncrosscompilesBjoern Michaelsen
2011-12-07i#106210 store proper ODFF names, accept aliasesEike 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-07fdo#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-07Fix build of pgsql connector (std::hash -> boost::hash)Fridrich Štrba
2011-12-07Remove testtoolloaderAugust Sodora
2011-12-07link icons to soffice.bin fdo#42979Andras Timar
2011-12-07extend DataPilotField tests to the whole property setMarkus Mohrhard
still missing are all properties that are tested automatically by the PropertyTester
2011-12-07add test for failing DataPilotField test, related fdo#43308Markus Mohrhard
it seems that the java based test fails by "design" and not due to an error
2011-12-07add some more functions test to sc's filters-testWolfgang Pechlaner
2011-12-07fdo#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-07Fix nasty ppc ld crash, correct default return param settingThorsten 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-07Python mailmerge stuff is now inside mailmerge.zipThorsten Behrens
2011-12-07old class Stack pop'ed 0 from empty stack, which std::stack doesn'tEike 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-07fix rebase mismatch: automation is goneBjoern Michaelsen
2011-12-07remove unused variableNoel Power
2011-12-07better 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-07Unused includes.Stephan Bergmann
2011-12-07Factored out common getDigitLanguage.Stephan Bergmann
2011-12-07fdo#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-07Header/Footer: update the label as the page style may have changedCédric Bosdonnat
2011-12-07dont do fancy stuff with files that are in zips instsetoo_native for nowBjoern Michaelsen
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-07only depend from dev-install on build if it is an explicit goalBjoern Michaelsen
2011-12-07add def to allow compile of concat-deps.c on MacNorbert Thiebaud
2011-12-07c version for concat-depsNorbert Thiebaud
2011-12-07quoting for CustomTargetsBjoern Michaelsen
2011-12-07use File::Spec instead of CwdBjoern Michaelsen
2011-12-07use canonical paths in dep-filesBjoern Michaelsen
2011-12-07silent recurseBjoern Michaelsen
2011-12-07kill gb_MINISOLARENV in favor of stagesBjoern Michaelsen
2011-12-07no need to export gb_Helper*, use gbuild_simple insteadBjoern Michaelsen
2011-12-07use gbuild_simple.mk in i18npoolBjoern Michaelsen
2011-12-07add missing modules to RepositoryModule_ooo.mkBjoern Michaelsen
2011-12-07use gbuild_simple in toolsBjoern Michaelsen
2011-12-07update JunitTest hintBjoern Michaelsen