Commit graph

297996 commits

Author SHA1 Message Date
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
Andras Timar
76aad07712 'copyright text to see as text in the soffice binary' deleted 2011-12-07 14:45:43 +01:00
Luboš Luňák
4d20491962 when stripping is disabled, strip nothing 2011-12-07 14:44:07 +01:00
Radek Doulik
e9877935b0 pptx: make sure we set right type for connector shapes 2011-12-07 14:03:58 +01:00
Radek Doulik
f0bf2a2ae9 do not use new presets for connector shapes
- until we have better implementation
2011-12-07 14:03:58 +01:00
David Tardon
d36f276728 avoid casting from void* 2011-12-07 13:43:10 +01:00
Caolán McNamara
42502c8484 || -> && 2011-12-07 11:36:01 +00:00
Caolán McNamara
6c335f5754 convert some archaic l10ntools code 2011-12-07 11:33:12 +00:00
Caolán McNamara
47690422e4 don't need an extra header, fold into body 2011-12-07 11:33:11 +00:00
Caolán McNamara
13959acbd4 regenerate list 2011-12-07 11:33:11 +00:00
Stefan Knorr (astron)
1671c16d60 much improved presenter console monitor switch artwork 2011-12-07 11:19:12 +00:00
Michael T. Whiteley
181b1815f8 Change "menues" to "menus" 2011-12-07 11:48:24 +02:00
Arnaud Versini
8538a09660 Don't replace getpid on Linux when the system version is correct 2011-12-07 10:37:38 +02:00
August Sodora
a2eb0cf44b Remove testtool 2011-12-07 00:56:22 -05:00
Kohei Yoshida
e262178556 bnc#733864: Make sure to adjust the sheet index of drawing objects.
For cell-anchored drawing objects.  Failing to do so would result in
either one of

1) write error during file save,
2) drawing object disappearing upon reload, or
3) drawing object relocated to a wrong sheet, with wrong position
   and size upon reload.
2011-12-06 23:38:09 -05:00
Tomas Hlavaty
5260bf5ea7 minor idl fixes 2011-12-06 23:54:36 +00:00
Caolán McNamara
9e65b68ef9 reduce CurrencyBox somewhat 2011-12-06 23:54:36 +00:00
Caolán McNamara
a064924652 ditch some ByteStrings 2011-12-06 23:54:36 +00:00
Caolán McNamara
66a8b58a6e aSourceFile member unused 2011-12-06 23:54:35 +00:00
Stephan Bergmann
b419bb21a7 Looks like the old stack implementation returned 0 on empty stack Pop(). 2011-12-07 00:25:55 +01:00
Caolán McNamara
7c5a11df60 normalize Red Hat, Inc. 2011-12-06 21:40:20 +00:00
Caolán McNamara
c8ef924060 normalize Red Hat, Inc. spellings, and bump to latest template 2011-12-06 21:24:37 +00:00
Stephan Bergmann
485138f3a5 Fix non --enable-dbgutil builds. 2011-12-06 21:32:05 +01:00
Stephan Bergmann
f141ea7d74 Use configmgr directly in SvxAsianConfig. 2011-12-06 20:28:57 +01:00
Stephan Bergmann
2a9c1d1a75 Make dialogs fail with an exception in headless tests. 2011-12-06 20:28:56 +01:00
Stephan Bergmann
f547b2c478 Moved modifications.xcu to test, used from multiple modules. 2011-12-06 20:28:56 +01:00
Stephan Bergmann
465c34f6e9 ucbhelper::ContentBroker::deinitialize is static. 2011-12-06 20:28:55 +01:00
Stephan Bergmann
6f5fa50379 Cleaned up indentation. 2011-12-06 20:28:55 +01:00
Stephan Bergmann
7f92ed53b2 Copy <value><it> constructs intact. 2011-12-06 20:28:54 +01:00