Commit graph

297407 commits

Author SHA1 Message Date
Luboš Luňák
e9ed9d4d45 do no re-sort oox tokens
Search me why writerfilter rolls its own, but otherwise they use
different ids, because writerfilter does not sort them.
2011-11-29 21:20:24 +01:00
Luboš Luňák
86927dd6e8 static const 2011-11-29 21:20:23 +01:00
Bjoern Michaelsen
a8fd6eb67e remove another debug line 2011-11-29 20:38:47 +01:00
Markus Mohrhard
92440ddb00 move sc's macros_test to the subsequenttest target 2011-11-29 20:29:03 +01:00
Bjoern Michaelsen
eef80c23ff use gb_MINISOLARENV for platform check 2011-11-29 20:15:24 +01:00
Bjoern Michaelsen
2c4537471c dont mindlessly touch the icc-header file on every build
- this little gremlin touches the header file everytime it is run
- as icc is very low level, this causes a lot of pointless rebuild
- everything from vcl up gets relinked
- this slows every empty 'make build' down by more than 40 percent
- would really need to check if the file changed before writing, but as we
  rarely change icc itself, I didnt bother with that
2011-11-29 20:08:31 +01:00
Stephan Bergmann
d3c772229c Use rtl::Reference<>. 2011-11-29 20:03:23 +01:00
Stephan Bergmann
ca6052b9a6 Special casing can be removed again. 2011-11-29 20:03:23 +01:00
Ivan Timofeev
1e19c59d51 merge SwSortedObjsImpl into SwSortedObjs 2011-11-29 21:52:02 +04:00
Michael Meeks
1932529adf postgresql: work around uninitialized warning. 2011-11-29 17:32:29 +00:00
Michael Meeks
4cc501d817 WaE: sizeable postgresql warning cleanup 2011-11-29 17:32:29 +00:00
Bjoern Michaelsen
dd750cf42b with announce letters shalt thou count to three, no more, no less 2011-11-29 18:11:51 +01:00
Bjoern Michaelsen
b1d20f6847 set gb_PARTIALBUILD in CustomTargets 2011-11-29 18:11:51 +01:00
Norbert Thiebaud
a7069c2aa2 git rev-parse argument are not files, no need to try to find abs-path
This was causing some error message on Windows
2011-11-29 11:00:12 -06:00
Thorsten Behrens
2e76553c7c Fix previous merges to build. 2011-11-29 17:57:33 +01:00
mst
6e26550c82 slidesorter1: #i116412# Temporarily turning off slide tracking to avoid unwanted repositioning of visible area.
* found as LGPLv3-only fix at svn rev 1172132 (http://svn.apache.org/viewvc?view=revision&revision=1172132)
2011-11-29 17:57:33 +01:00
mst
bdfbbb33a4 slidesorter1: #i116014# Outliner holds ViewShell as weak_ptr.
* found as LGPLv3-only fix at svn rev 1172131 (http://svn.apache.org/viewvc?view=revision&revision=1172131)
2011-11-29 17:57:33 +01:00
mst
d00e10d0d5 slidesorter1: #i114252# Fixed selection in slidesorter.
# HG changeset patch
# User Andre Fischer<andre.f.fischer@oracle.com>
# Date 1298997222 -3600
# Node ID bca8ed5c98e5c645a6c69c7fb90cd3da84627212
# Parent  5d52cdcf6d9357e7a6dcc1aa80ba27840042a6de

 * found as LGPLv3-only fix at svn rev 1172130 (http://svn.apache.org/viewvc?view=revision&revision=1172130)
2011-11-29 17:57:32 +01:00
mst
86e093007b slidesorter1: #i114107# Temporarily reset StartWithActualPaget to make startWithArguments use FirstPage property.
# HG changeset patch
# User Andre Fischer<andre.f.fischer@oracle.com>
# Date 1283353420 -7200
# Node ID 770385ae0c265c62134bf57eeca8283f7fe80b48
# Parent  2ebd15d9e8a637b5c563f1ae49768668412e2baa

 * found as LGPLv3-only fix at svn rev 1172126 (http://svn.apache.org/viewvc?view=revision&revision=1172126)
2011-11-29 17:57:32 +01:00
mst
f215333002 slidesorter1: #117012# Update preview when text editing ends.
* found as LGPLv3-only fix at svn rev 1172129 (http://svn.apache.org/viewvc?view=revision&revision=1172129)
2011-11-29 17:57:32 +01:00
mst
5b6487aa8c fs34c: #i117666# check first if value is null
* found as LGPLv3-only fix at svn rev 1172125 (http://svn.apache.org/viewvc?view=revision&revision=1172125)
2011-11-29 17:57:31 +01:00
mst
e2ba981485 fs34c: check if description can be read and return ccorrect name for shapetype
* found as LGPLv3-only fix at svn rev 1172124 (http://svn.apache.org/viewvc?view=revision&revision=1172124)
2011-11-29 17:57:30 +01:00
mst
1b056c65f6 fs34c: #i117625# when assigning events, only throw if there is an invalid type given, *not* if the type is correct, but the sequence is merely empty
* found as LGPLv3-only fix at svn rev 1172123 (http://svn.apache.org/viewvc?view=revision&revision=1172123)
2011-11-29 17:57:29 +01:00
mst
c9e1a120ff tkr41: #117828# office crash fixed . (null pointer) + add unit test
* found as LGPLv3-only fix at svn rev 1172105 (http://svn.apache.org/viewvc?view=revision&revision=1172105)
2011-11-29 17:57:29 +01:00
Kohei Yoshida
36d950fb16 Let's not over-activate tab controls unnecessarily.
This interfares with the preview shell passing selected tabs back to
the view shell, by always selecting the first tab unconditionally.

The tabs get painted fine even without this call, so let's remove it.
2011-11-29 11:52:10 -05:00
Kohei Yoshida
654c4be03c Let's check the validity of sheet indices. You never know... 2011-11-29 11:52:10 -05:00
Bjoern Michaelsen
8bd1636b4d remove debug output 2011-11-29 17:29:28 +01:00
Bjoern Michaelsen
f275b22a20 disable sd filters test for now
- it seems to have incomplete dependencies
 - it hangs the tinderboxes on a build from scratch
2011-11-29 17:25:14 +01:00
Bjoern Michaelsen
80f27b43e1 Makefile.in -- die, die, die! 2011-11-29 17:25:14 +01:00
Bjoern Michaelsen
d73e574d8a move reconfigure into gbuild 2011-11-29 17:25:14 +01:00
Bjoern Michaelsen
6a6152a9a3 moved findunusedcode to gbuild 2011-11-29 17:25:14 +01:00
Bjoern Michaelsen
912ad68d34 move install target to gbuild 2011-11-29 17:25:13 +01:00
Lior Kaplan
37f509e15d Replace formattings with formatting 2011-11-29 18:17:18 +02:00
Kalman Szalai - KAMI
8aa73a8f74 Add enable-oxygenoffice configure switch
Now only handling brand downloading
2011-11-29 17:14:44 +01:00
Noel Power
71e7765566 detect TEXTMODIFIED event from EditEngine ( and add missing StopEditEngine )
not sure if the StopEditEngine method ever gets called but we should have it tunnel to the base class just in case.
2011-11-29 15:59:55 +00:00
Stephan Bergmann
8f32b3611e fdo#43304 is fixed, tests can be re-enabled. 2011-11-29 16:57:16 +01:00
Stephan Bergmann
79e65eefd9 Added ./g -v switch to show git commands. 2011-11-29 16:57:16 +01:00
Fridrich Štrba
c17daddf7b libvisio should depend on boost now 2011-11-29 16:56:04 +01:00
Luboš Luňák
9bccb2c69a I hate sal_Int*. Fix ambiguous overload on windows. 2011-11-29 16:05:39 +01:00
Stephan Bergmann
fd5c22c401 Fixed previous commit (wrong node names, not missing "replace"). 2011-11-29 15:12:53 +01:00
Jan Holesovsky
96be3a199a --with-system-libxslt is gone, remove it from the distro-configs. 2011-11-29 13:41:09 +01:00
Sérgio Marques
3bed5a6270 changed and added [pt-PT] date formats 2011-11-29 13:31:33 +01:00
Luboš Luňák
eca8fc7069 EMBEDDED_OBJECT UNO property now works, remove hack 2011-11-29 13:27:44 +01:00
Luboš Luňák
1c58ec8e3d fix unoprms content mismatch (gee, it even had a FIXME comment) 2011-11-29 13:27:44 +01:00
Luboš Luňák
a4f73a0ba4 remove executable bit from source files 2011-11-29 13:27:43 +01:00
Luboš Luňák
34a98b79da set properly initial size of starmath component when importing docx 2011-11-29 13:27:43 +01:00
Luboš Luňák
93be239c95 the bit hackish addFormula() shortcut is no longer necessary 2011-11-29 13:27:43 +01:00
Luboš Luňák
86eccc72c5 clean up and format code 2011-11-29 13:27:43 +01:00
Luboš Luňák
f034c452c5 simplify attribute retrieval syntax a bit 2011-11-29 13:27:42 +01:00
Khaled Hosny
0dfdf8ed71 add Amiri kashida example 2011-11-29 12:26:59 +00:00