Commit graph

297924 commits

Author SHA1 Message Date
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
Bjoern Michaelsen
fff30fefb4 do not globally export gb_AWK, GBUILDDIR, SRCDIR, gb_XSLTPROC 2011-12-07 15:53:01 +01:00
Bjoern Michaelsen
1c792d9c39 use some macro magic here 2011-12-07 15:53:01 +01:00
Bjoern Michaelsen
c53f373b4b some more work on staging buildpl in front of gbuild 2011-12-07 15:53:01 +01:00
Bjoern Michaelsen
55b186f29e introduce staged build 2011-12-07 15:53:00 +01:00
Michael Meeks
b8c7548527 ignore backup files in services/ directory to avoid debugging grief 2011-12-07 14:38:16 +00:00
Bjoern Michaelsen
ca23cdbf90 reuse Zip Target for PyUno 2011-12-07 15:00:20 +01:00
Fridrich Štrba
1924f9d049 Build pgsql connector for Linux release builds 2011-12-07 14:59:42 +01:00
Luboš Luňák
7be8bac42a make the linear xml processing API more generic
I'm pretty sure I'll love to use it in writerfilter instead of the normal
API whenever I get the chance.
2011-12-07 14:47:11 +01:00
Luboš Luňák
1e4fb45c03 disable error logs for now, until the new log macros get sorted out 2011-12-07 14:47:11 +01:00
Luboš Luňák
cc39235d47 process element in endFastElement(), not in dtor
Otherwise with malformed xml the dtor is called in a place where
the processing of the formula apparently corrupts the internal
representation somehow and it is impossible to write the document
back as docx. As a bonus, all UI elements related to saving get
disabled, so the document then cannot be saved at all. Although
this is only with malformed xml, which hopefully should never
happen, it's still better to avoid this. Moreover it seems to be
the proper way of coding the handlers anyway.
2011-12-07 14:47:11 +01:00
Luboš Luňák
a8f46cdc8e remove needless TODO 2011-12-07 14:47:10 +01:00
Luboš Luňák
efe72126d9 merge two duplicates of a function 2011-12-07 14:47:10 +01:00
Luboš Luňák
d7017dbc17 append text when reading from xml
The xml parser apparently can call the characters() callback several
times for one text content (if it needs to un-escape maybe?), so
append, otherwise some content would be overwritten.
2011-12-07 14:47:10 +01:00
Luboš Luňák
5799813f5b properly xml-escape written text in docx formula 2011-12-07 14:47:10 +01:00