Commit graph

298038 commits

Author SHA1 Message Date
Tor Lillqvist
79b00c4186 Avoid pointless warning for Android 2011-12-08 09:46:22 +02:00
August Sodora
003dbb7492 Remove basic/mybasic.hxx 2011-12-08 01:29:19 -05:00
August Sodora
f5ba057f24 Remove basic/basicrt.hxx 2011-12-08 01:26:09 -05:00
August Sodora
d697ecf6a0 Remove unnecessary includes 2011-12-08 01:00:26 -05:00
Olivier Hallot
ff60c8c01c Fix for bug fdo43586, need more room for localized string
This patch fixzex bug fdo43586, more room needed for localized strings in named range dialog.
2011-12-08 07:39:08 +02:00
Kohei Yoshida
8d86abbc36 We need to set the current cell range object regardless of style name.
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 23:53:56 -05:00
Kohei Yoshida
2419d3c2de fdo#43534: Fully support external references in CELL function.
Some parameters don't work with external references, however, such
as PROTECT, PREFIX and WIDTH.
2011-12-07 22:35:03 -05:00
Markus Mohrhard
ec3aa099c4 add test for ScDataPilotFieldObj::XDataPilotFieldGrouping
test XDataPilotFieldGrouping::createDateGrouping is broken
2011-12-08 04:24:55 +01:00
August Sodora
bd7f838011 Remove oooimprovement 2011-12-07 21:59:28 -05:00
Bjoern Michaelsen
855115d2f5 fix typo 2011-12-08 00:18:46 +01:00
Kohei Yoshida
fde3c85272 fdo#43534: Reset tab index for SingleRefToVars() call.
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 17:59:52 -05:00
Bjoern Michaelsen
4d247bd3c0 do not clean INPATH_FOR_BUILD on noncrosscompiles 2011-12-07 23:55:18 +01:00
Eike Rathke
3deb83d7a7 i#106210 store proper ODFF names, accept aliases
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 a9b03bd199)
2011-12-07 23:39:22 +01:00
Kohei Yoshida
4d6b88417f fdo#42259: Fixed RTF import crash etc.
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 17:07:41 -05:00
Fridrich Štrba
e05856c798 Fix build of pgsql connector (std::hash -> boost::hash) 2011-12-07 22:21:48 +01:00
August Sodora
2ef7f7efbf Remove testtoolloader 2011-12-07 14:57:24 -05:00
Andras Timar
f19e6305cd link icons to soffice.bin fdo#42979 2011-12-07 20:39:33 +01:00
Markus Mohrhard
502b517916 extend DataPilotField tests to the whole property set
still missing are all properties that are tested automatically by the
PropertyTester
2011-12-07 20:23:15 +01:00
Markus Mohrhard
ef8313a16c add test for failing DataPilotField test, related fdo#43308
it seems that the java based test fails by "design" and not due to an
error
2011-12-07 20:23:15 +01:00
Wolfgang Pechlaner
b82c4fc48f add some more functions test to sc's filters-test 2011-12-07 20:23:15 +01:00
Kohei Yoshida
c8552bc97b fdo#43534: Partially support external refs in CELL function.
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 13:34:53 -05:00
Thorsten Behrens
5683109a49 Fix nasty ppc ld crash, correct default return param setting
* 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 18:23:00 +01:00
Thorsten Behrens
13087fc6a1 Python mailmerge stuff is now inside mailmerge.zip 2011-12-07 17:43:42 +01:00
Eike Rathke
cabf25372c old class Stack pop'ed 0 from empty stack, which std::stack doesn't
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 ac40f7d650)
2011-12-07 17:27:31 +01:00
Bjoern Michaelsen
d432b00bfa fix rebase mismatch: automation is gone 2011-12-07 17:09:26 +01:00
Noel Power
fe1e91678f remove unused variable 2011-12-07 15:53:20 +00:00
Noel Power
fa83f16b4e better sizing of inputbar ( removed weird calculations I didn't understand )
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 15:46:14 +00:00
Stephan Bergmann
400b458911 Unused includes. 2011-12-07 16:43:08 +01:00
Stephan Bergmann
8576bd1784 Factored out common getDigitLanguage. 2011-12-07 16:43:08 +01:00
Kohei Yoshida
17c7711948 fdo#43308: Set the logic straight for "center across selection" setting.
Another unfortunate logic change introduced via DECLARE_LIST removal.
Reverting the logic to the original one.
2011-12-07 10:41:24 -05:00
Cédric Bosdonnat
a0afe6f397 Header/Footer: update the label as the page style may have changed 2011-12-07 16:10:42 +01:00
Bjoern Michaelsen
1658c1f23a dont do fancy stuff with files that are in zips instsetoo_native for now 2011-12-07 15:53:07 +01:00
Bjoern Michaelsen
2acd8fbac9 in modules, when we have a env we are in stage gbuild 2011-12-07 15:53:06 +01:00
Bjoern Michaelsen
ab225eead3 only depend from dev-install on build if it is an explicit goal 2011-12-07 15:53:06 +01:00
Norbert Thiebaud
2ca9a7e82c add def to allow compile of concat-deps.c on Mac 2011-12-07 15:53:06 +01:00
Norbert Thiebaud
ff5644afca c version for concat-deps 2011-12-07 15:53:06 +01:00
Bjoern Michaelsen
9b229a5e50 quoting for CustomTargets 2011-12-07 15:53:05 +01:00
Bjoern Michaelsen
2e4ef99b10 use File::Spec instead of Cwd 2011-12-07 15:53:05 +01:00
Bjoern Michaelsen
8221152630 use canonical paths in dep-files 2011-12-07 15:53:05 +01:00
Bjoern Michaelsen
f58b0018e4 silent recurse 2011-12-07 15:53:04 +01:00
Bjoern Michaelsen
a7c567ad15 kill gb_MINISOLARENV in favor of stages 2011-12-07 15:53:04 +01:00
Bjoern Michaelsen
09bd4fd7c4 no need to export gb_Helper*, use gbuild_simple instead 2011-12-07 15:53:04 +01:00
Bjoern Michaelsen
098bb4d484 use gbuild_simple.mk in i18npool 2011-12-07 15:53:04 +01:00
Bjoern Michaelsen
b629983caf add missing modules to RepositoryModule_ooo.mk 2011-12-07 15:53:03 +01:00
Bjoern Michaelsen
3f7e6fe611 use gbuild_simple in tools 2011-12-07 15:53:03 +01:00
Bjoern Michaelsen
e827c555b3 update JunitTest hint 2011-12-07 15:53:03 +01:00
Bjoern Michaelsen
9f43fb06b1 move platform hacks out of gbuild core 2011-12-07 15:53:02 +01:00
Bjoern Michaelsen
30c7a07e5e build-order only from debugrun for now 2011-12-07 15:53:02 +01:00
Bjoern Michaelsen
fbbd5e5c0e do not globally export gb_Helper_execute gb_Helper_set_ld_path 2011-12-07 15:53:02 +01:00
Bjoern Michaelsen
ddc71f6537 do not globally export G_SLICE, GLIBCXX_FORCE_NEW, DBGSV_ERROR_OUT 2011-12-07 15:53:01 +01:00