Commit graph

298296 commits

Author SHA1 Message Date
Peter Foley
9d79b12871 extensions: merge in Peter Foley's work in update
Main improvement is that the unit test is now linked against updchk
library.
2011-12-17 18:12:13 +01:00
Michael Stahl
4b4c583b90 extensions: convert pcr to gbuild 2011-12-14 20:54:38 +01:00
Michael Stahl
aaa2f8f7e1 extensions: convert scanner to gbuild 2011-12-14 20:52:33 +01:00
Michael Stahl
ec0240cffc extensions: convert ole automation bridge to gbuild
Of course not tested at all (WNT only)
2011-12-14 20:10:08 +01:00
Michael Stahl
ba1f609d0d extensions: convert update stuff to gbuild
The updchk is renamed to updatecheckui so it does not collide with
updchk.uno.
2011-12-14 19:57:14 +01:00
Michael Stahl
dc1efa4424 extensions/stardiv considered obsolete 2011-12-14 15:12:20 +01:00
Bjoern Michaelsen
fe6499cee5 adding noop rules for auxtargets in buildpl, moved deps of buildpl into that phase 2011-12-14 12:13:23 +01:00
Bjoern Michaelsen
9c197011a5 skip AuxTargets in buildpl phase 2011-12-14 12:03:33 +01:00
Stephan Bergmann
4481fcf5af Yet another file to adapt post module gbuildification... 2011-12-14 12:01:21 +01:00
Noel Power
a9e338a1cd stop formulabar controls being repositioned vertically in multiline mode 2011-12-14 10:51:02 +00:00
Stephan Bergmann
5539e6cbf3 Missing configmgr.component adaption in postprocess/packcomponents. 2011-12-14 11:24:12 +01:00
Stephan Bergmann
9460b68ca2 typo 2011-12-14 11:24:11 +01:00
Cédric Bosdonnat
8e17c11e25 n#676858: Fix selection of background pictures vs text 2011-12-14 11:16:28 +01:00
Cédric Bosdonnat
3c1bc2311c sw: build hidden debug features in all cases
To activate the layout and node dumping features in sw, set the SW_DEBUG
environement variable to anything before running the office. F12 will
then dump the layout as a layout.xml file in the working directory, and
Shift+F12 will dump the nodes structure as nodes.xml at the same place.
2011-12-14 11:16:28 +01:00
Cédric Bosdonnat
009eac0af5 sw: fix dbglevel 2 build error 2011-12-14 11:16:28 +01:00
Martin Srebotnjak
221d79d7dd corrections to Slovenian locale data 2011-12-14 11:16:33 +01:00
Michael Meeks
fe40da4cb6 Cleanup jpeg bitmap creation & loading code 2011-12-14 10:03:21 +00:00
Matúš Kukan
cd105c5ad2 we have gb_Library_add_objcxxobjects for this 2011-12-14 10:58:39 +01:00
Stephan Bergmann
95baab4be9 Create workdir sub-dirs before writing to them. 2011-12-14 10:55:55 +01:00
Caolán McNamara
68d26c57c2 update list 2011-12-14 09:52:49 +00:00
Caolán McNamara
fbfeb0cb78 callcatcher: remove some unused code 2011-12-14 09:52:49 +00:00
Caolán McNamara
59bf1b583f regpathhelper: unused, so we've got to have two of them 2011-12-14 09:52:49 +00:00
Caolán McNamara
9cdb0ca46b there's no point to OUStringsSort_Impl 2011-12-14 09:52:49 +00:00
Caolán McNamara
8cbfe4e211 ByteString->rtl::OString[Buffer] 2011-12-14 09:52:49 +00:00
Caolán McNamara
2b4aa91981 unused strings 2011-12-14 09:52:48 +00:00
Thorsten Behrens
05d08f187a Add latest tag name to buildid string. 2011-12-14 10:44:20 +01:00
Stephan Bergmann
3684fcdc0f configmgr.component is no longer an old one. 2011-12-14 10:42:51 +01:00
Felix Zhang
8d691a2d94 import text body rotation property of custom shape 2011-12-14 10:29:19 +01:00
Stephan Bergmann
0cead1d533 Missing configmgr/prj/build.lst adaption. 2011-12-14 09:45:37 +01:00
Stephan Bergmann
28b86ca7b7 Replaced remaining OSL_ASSERT in configmgr. 2011-12-14 09:37:14 +01:00
Stephan Bergmann
ce1f52d69a Ported configmgr to gbuild. 2011-12-14 09:37:14 +01:00
David Tardon
ee29bb2a47 force gbuild stage for CustomTargets
gb_SourceEnvAndRecurse_STAGE is unset in CustomTarget's make process
when the parent make has been started in sourced environment. This leads
to all sorts of "interesting" failures because the gbuild classes and
platform stuff are not loaded...
2011-12-14 07:11:51 +01:00
Kohei Yoshida
681e8b1e43 fdo#39118: Fixed chart listener registration during ODS import.
The breakage was due to the drawing layer re-work.  We do need to store
charts (or all OLE shapes with associated listening ranges) for later
registration regardless of anchor types.
2011-12-14 00:31:34 -05:00
Kohei Yoshida
7352c717a3 fdo#35981: Handle empty members correctly during field popup.
Or else filtering of field members will not work correctly when the
field contains an empty name.
2011-12-13 22:03:20 -05:00
Markus Mohrhard
514af8a31f missing include limits 2011-12-14 03:37:55 +01:00
Laurent Godard
15fd1375d3 add c++ based subsequenttest for XNamedRange
one test disabled because we first need to write a patch for our
internal cppunit
2011-12-14 03:27:22 +01:00
Markus Mohrhard
cd3bf24a54 add makefile for new XNamedRange subsequenttest 2011-12-14 03:27:21 +01:00
Markus Mohrhard
38a93a59af ManageNames: info text should be centered in the text field 2011-12-14 03:27:21 +01:00
Markus Mohrhard
49bb030e9b fix crash for std::numeric_limits<int>::min() in our math lib impl 2011-12-14 03:27:21 +01:00
Markus Mohrhard
ab125155cf don't try to use Inf for axes calculation fdo#43703 2011-12-14 03:27:21 +01:00
Kohei Yoshida
70afe78023 fdo#43681: Set correct auto scaling for stacked data series.
With this change, the automatic y-axis scaling should be more accurate
for stacked charts (i.e. stacked line, area, bar charts) with dates on
the x-axis.  The previous algorithm only calculated the max and min
y-values of the individual data, without taking into account the stacking
type when the x-axis type was date.
2011-12-13 19:52:26 -05:00
Christian Lohmaier
f56780576f -Wl,-dead_strip_dylibs is not supported with XCode 2.5 2011-12-14 01:01:20 +01:00
Stephan Bergmann
c3a622e341 Simple officecfg/cppheader sanity check. 2011-12-13 23:02:01 +01:00
Stephan Bergmann
1b6dc2adb8 Also escape dots in entity names used as C++ identifiers. 2011-12-13 22:56:25 +01:00
Kohei Yoshida
a9d1d2f35c Prefer reference over pointer (when it makes sense). 2011-12-13 16:20:24 -05:00
Kohei Yoshida
ccc59bc76f fdo#43681: Always sort category axis when it's a date type.
Or else we'd end up drawing a pretty interesting diagram...
2011-12-13 16:20:24 -05:00
Kohei Yoshida
2977e3e988 Prefer pre-increments, especially with iterators. 2011-12-13 16:20:23 -05:00
Stephan Bergmann
db4bc6812d Unified configmgr::Node::getMember{s,Map} again.
(With the insight that Data::components is RootNode::members.)
2011-12-13 22:16:31 +01:00
Caolán McNamara
39cbce553d Resolves: rhbz#761009 IFSD_Equal is asymmetrical 2011-12-13 21:09:49 +00:00
László Németh
e0248eb419 Fix FullCommentURL for grammar checking (local menu) 2011-12-13 21:38:19 +01:00