Commit graph

302252 commits

Author SHA1 Message Date
Tor Lillqvist
c91f279e7e Revert "Build libsb with a few dummy classes also for --disable-scripting"
Nah, these dummy classes would turn out quite complex anyway. Better
to just use ifdefs elsewhere, the number required is not that large.

This reverts commit 6d33801b44.
2012-03-05 02:05:24 +02:00
Tor Lillqvist
8d8c7739d7 More libs 2012-03-05 02:05:23 +02:00
Tor Lillqvist
87618ea84b Brutal dummy hacks based on "aqua" code just to get iOS stuff to link 2012-03-05 02:05:22 +02:00
Tor Lillqvist
5ab3db2c2e Make the iOS device (ARM) stuff at least link, surely does not work yet 2012-03-05 02:05:21 +02:00
Tor Lillqvist
cfde18d349 I assume "DBase" here means a file format, not "database" in general
Thus no need to bypass the code here in the DISABLE_DBCONNECTIVITY
case. That is intended to get rid of code related to communicating
with more complex database systems.
2012-03-05 02:05:21 +02:00
Tor Lillqvist
8f5790787c Don't bypass the form stuff for iOS for now 2012-03-05 02:05:20 +02:00
Tor Lillqvist
061ac420bc We need CoreText 2012-03-05 02:05:19 +02:00
Tor Lillqvist
a02592ca1c Don't bypass the form stuff for iOS for now 2012-03-05 02:05:18 +02:00
Tor Lillqvist
a16d3914c9 WaE: expression result unused 2012-03-05 02:05:17 +02:00
Tor Lillqvist
844096cf8d Make postprocess build for iOS and --disable-database-connectivity
Whether anything that's done in postprocess is relevant for iOS
remains to be seen.
2012-03-05 02:05:16 +02:00
Katarina Machalkova
05a0b08606 fdo#37197: No legend entry for regression curve if not applicable
make the original check more general, to cover all chart types that
don't support statistics
2012-03-04 23:26:02 +01:00
Noel Grandin
07342a6aac Convert usages of SV_DECL_PTRARR_DEL to boost::ptr_vector
* Make typedefs private to class ScTabViewObj
* rename field aSelectionListeners to aSelectionChgListeners
2012-03-04 21:59:54 +04:00
Markus Mohrhard
a769fd1ec0 correctly set the position of the axis labels, related fdo#44832
There are still some more issues but at least they are now correctly
located in the right position

All advanced attributes are not yet applied.
2012-03-04 17:10:51 +01:00
Markus Mohrhard
6ba126ce26 don't crash for empty input data in charts, fdo#46885 2012-03-04 17:10:51 +01:00
Andras Timar
cbeeae7f81 fdo#46847 use windows style path for midl.exe 2012-03-04 14:56:02 +01:00
David Tardon
f65ed052f1 mingw: change liblpsolve.a -> .dll.a 2012-03-04 13:13:14 +01:00
David Tardon
cd5bcd6026 do not change the lib name 2012-03-04 13:13:13 +01:00
David Tardon
5efc793653 it seems this is not necessary after all
Maybe it depends on the day of the week or something like that...
2012-03-04 13:13:12 +01:00
Andras Timar
717aff55d2 fdo#46847 typo in midl command line 2012-03-04 12:06:53 +01:00
David Tardon
09888c688e fix building of so_activex (fdo#46847) 2012-03-04 10:32:52 +01:00
David Tardon
e358dc89fe use custom target for copying sources 2012-03-04 10:32:51 +01:00
Julien Nabet
4a8710409f Fix lacking break in switch 2012-03-03 23:42:10 +01:00
Matúš Kukan
8829b7c91d build nsplugin also without mozilla as in 3-5 branch 2012-03-03 16:36:57 +01:00
Lucas Baudin
1cf3e44674 gtk3: Avoid crash with some themes (unico based)
We didn't check wether the window was big enough to draw all the widgets. Sometimes, when the window was displaying, it was too small and drawing outside of the window caused a crash, we didn't take into account that the root point for drawing gtk3 widgets wasn't always (0,0).
2012-03-03 15:44:54 +01:00
Julien Nabet
5122196acc Avoid temporary rtl::OUString 2012-03-03 15:05:28 +01:00
Julien Nabet
39c2a52d19 Avoid temporary rtl::OUString 2012-03-03 14:57:01 +01:00
Matteo Casalin
e336f41e50 ValueSet: simplified autoscroll logic 2012-03-03 09:49:35 +01:00
Matteo Casalin
0809906906 ValueSet: reduce memory footprint by dynamically evaluating rectangles 2012-03-03 09:49:35 +01:00
Matteo Casalin
8d4ab7fd77 ValueSet: remove redundant check 2012-03-03 09:49:34 +01:00
Matteo Casalin
1cc064f1a4 ValueSet: fix safety check - failure value of GetItemId is 0, not -1 2012-03-03 09:49:34 +01:00
Matteo Casalin
243fa9392f ValueSet: replace some conditionals with simple arithmetic 2012-03-03 09:49:34 +01:00
Markus Mohrhard
8f2d3c47ad don't create uno::Sequence with new, fdo#46825
The uno::Sequence copy c'tor creates a flat copy and increments the ref
count. So if you use new and later delete together with the copy
constructor you get a double delete.
2012-03-03 00:58:38 +01:00
Markus Mohrhard
5e8628e45c make this variable const
there are some lifetime problems related to SchXMLCell and therefore
this helps to limit the scope of possible problems
2012-03-03 00:58:38 +01:00
Markus Mohrhard
2670516f2d remove debug statement 2012-03-03 00:58:38 +01:00
Markus Mohrhard
6e93e78c85 don't show an error message for empty names in Define Names, fdo#46816 2012-03-03 00:58:38 +01:00
Tor Lillqvist
947a51f5fe WaE: equality comparison with extraneous parentheses 2012-03-03 01:16:33 +02:00
Tor Lillqvist
e1b4c4d477 WaE: equality comparison with extraneous parentheses 2012-03-03 01:16:32 +02:00
Tor Lillqvist
43b92f0940 WaE: expression result unused
A right parenthesis was apparently misplaced, leading to the code
actually containing a bogus comma expression. The GetPropertyValue()
call's result was ignored and the subexpression after the comma, zero,
was used instead.
2012-03-03 01:16:31 +02:00
Tor Lillqvist
8da131e21d WaE: use of unary operator that may be intended as compound assignment (-=) 2012-03-03 01:16:30 +02:00
Tor Lillqvist
c492c10348 WaE: two unused functions 2012-03-03 01:16:29 +02:00
Tor Lillqvist
30313007a8 WaE: use of logical '&&' with constant operand
Surely it's the bitwise operator & that is wanted here. The code makes
no sense otherwise. We apparently have been generating UUIDs where
every second hex digit is always a '1', like
{x1x1x1x1-x1x1-x1x1-x1x1-x1x1x1x1x1x1} (where each x is a random hex
digit).
2012-03-03 01:16:28 +02:00
Tor Lillqvist
b43bdd47fe WaE: expression result unused
Remopve apparently accidentally leftover initializer parameter list
that now was just a comma expression with no effect.
2012-03-03 01:16:27 +02:00
Michael Stahl
6be1128916 SwXTextField::setPropertyValue: simplify a bit:
It looks like the second call to PutValue() was accidentally inserted
in f462a51fcc.
Also, pDoc is valid when pField is.
2012-03-03 00:05:30 +01:00
Michael Stahl
e85130f722 unofield.cxx: fix indentation a little 2012-03-03 00:05:30 +01:00
Michael Stahl
e3dfae0741 fdo#42073: sw: expand all text fields when setting properties:
SwXTextField::setPropertyValue: call Expand() for all text fields
Fixes getPresentation returning stale values.
(regression from CWS sw34bf01, 8485708f30)
Also, without this the text formatting does not actually update and the new
content is not displayed until some other unrelated editing operation.
2012-03-03 00:05:29 +01:00
Michael Stahl
9519deda12 fdo#39694: SwTxtFld: do expand the field in the ctor
While only the text formatting is able to expand all fields correctly,
this is still good enough for many field types and fixes a race
condition when the field value is requested before layout is finished.
(regression from CWS sw34bf01, 8485708f30)
2012-03-03 00:05:29 +01:00
Michael Stahl
eb237af5aa ExecuteQuerySaveDocument: return NO when headless instead of CANCEL 2012-03-03 00:05:29 +01:00
Michael Stahl
90f7a3ada6 OfficeConnection.java: don't wait forever if terminate() fails 2012-03-03 00:05:29 +01:00
Michael Stahl
56665a8a22 oox::drawingml::Shape: fix "lock underflow in SvxShape" assertions 2012-03-03 00:05:28 +01:00
Michael Meeks
5d49bf62bf customshapes: re-generate smaller, faster to compile data. 2012-03-02 22:14:25 +00:00