Commit Graph

298266 Commits

Author SHA1 Message Date
Tor Lillqvist
00373d2097 Move .gitignore one level up 2011-12-12 22:15:01 +02:00
Tor Lillqvist
f43020eff6 Use OUTDIR_FOR_BUILD for cross-compiling goodness 2011-12-12 22:15:00 +02:00
Tor Lillqvist
77680bbbad Do build Executable_soffice.bin also for Android, for now 2011-12-12 22:14:59 +02:00
Tor Lillqvist
414596cd71 Do build Library_deploymentmisc also for non-desktop OSes, for now 2011-12-12 22:14:58 +02:00
Tor Lillqvist
a7058d7bac Bypass bean for Android which has no java.awt 2011-12-12 22:14:57 +02:00
Tor Lillqvist
ee7e362aae Accept also Oracle Corporation as Java vendor here, too 2011-12-12 22:14:56 +02:00
Tor Lillqvist
b1b25a9a1e Kill a bunch of empty lines 2011-12-12 22:14:55 +02:00
Tor Lillqvist
01fd335473 WaE: NULL used in arithmetic 2011-12-12 22:14:54 +02:00
Tor Lillqvist
3e2aec1a54 OxygenOffice doesn't bundle JRE either 2011-12-12 22:14:53 +02:00
Tor Lillqvist
145dd11c95 Hardcode to try just the "svp" VCL plugin on Android for now 2011-12-12 22:14:52 +02:00
Olivier Hallot
9201704ede Fix for fdo43460 Part IV getLength to isEmpty
Part IV
Module
basic (small fix per demand from Ivan Timofeev)
binaryurp
bridges
2011-12-13 00:11:25 +04:00
Kohei Yoshida
96692c301d Revert "remove lazy init of edit view to fix strange core ( open insert|formula )"
This reverts commit 0262ea0352.
2011-12-12 14:53:58 -05:00
Kohei Yoshida
99977d7864 fdo#35539: Don't evaluate error cells as values during filtering.
E.g., if filtering for cells < 5, we should skip error cells.  Previously,
error cells are unintentionally treated as having a numeric value of 0.
2011-12-12 14:21:26 -05:00
Noel Power
0262ea0352 remove lazy init of edit view to fix strange core ( open insert|formula )
I didn't quite get it, valgrind didn't show a sensible trace but this fixes the core ( also according to valgrind )
2011-12-12 19:15:04 +00:00
Kohei Yoshida
f162980219 Fix filtering by inequality operators e.g. >5, <=3, etc. 2011-12-12 14:10:43 -05:00
Lionel Elie Mamane
5438fef04f postgresql-sdbc: get libpq link deps from postgresql build system 2011-12-12 19:31:53 +01:00
Lionel Elie Mamane
914d1fc464 postgresql: go look for includes and libs in solver 2011-12-12 19:31:52 +01:00
Luboš Luňák
f176c9ba7b fix docx hyperlink writing
This is a rewrite of the fix for fdo#35826, needed for writing
the document from bnc#706138 as docx. The sequence there is
startURL(), runText(), endRun(), endUrl(), startUrl(), runText(), endUrl(), endRun(),
so by the second endRun(), it is needed to close both the previous
and current hyperlink run.
2011-12-12 19:01:44 +01:00
Marcel Metz
9fd35cc973 Related: fdo#38832 Replace Table with std::map 2011-12-12 16:50:32 +00:00
Caolán McNamara
38f83bd0a5 catch by const reference 2011-12-12 16:45:30 +00:00
Marcel Metz
e5feeed767 Related: fdo#38832 Replace Table with std::map 2011-12-12 16:44:00 +00:00
Caolán McNamara
d6e21fd53c now with an STL map we don't have to do our own mem allocation 2011-12-12 16:32:34 +00:00
Marcel Metz
57054f84f6 Related: fdo#38832 Replace Table with std::map 2011-12-12 16:25:22 +00:00
Caolán McNamara
20d6bd273c pair::second is false if element with same key already existed
The pair::second element in the pair is set to true if a new element was
inserted or false if an element with the same value existed
2011-12-12 16:18:37 +00:00
Marcel Metz
26c0c9d404 Related: fdo#38832 Replace ImplAccesTable with std::map 2011-12-12 16:05:36 +00:00
Andras Timar
87becfbd2a add Sinhala spelling dictionary 2011-12-12 16:28:10 +01:00
Caolán McNamara
9e8ac5c91e more debug spew in non-debug product 2011-12-12 15:21:49 +00:00
Fridrich Štrba
80d3c4b682 Hopefully the last of the pgsql saga 2011-12-12 15:58:44 +01:00
Caolán McNamara
fb37327df4 Let's not have debug spew all the time 2011-12-12 14:17:08 +00:00
Caolán McNamara
978e94ea4e less debug spew 2011-12-12 14:11:24 +00:00
Caolán McNamara
b103bb2ab3 ditch some ByteStrings 2011-12-12 14:11:24 +00:00
Radek Doulik
cd77642f2b pptx: updated custom shapes presets after latest fix in equations import 2011-12-12 15:05:57 +01:00
Radek Doulik
cc65d9fe56 pptx: fix custom shape equations import
- guide names can be reused and in that case current one used
   in following equations is the last one
2011-12-12 15:05:57 +01:00
Fridrich Štrba
f2f31cbd24 Complete the pgsql patch 2011-12-12 15:01:57 +01:00
Fridrich Štrba
8bfe0a7df1 Fix a thinko in makefile.mk 2011-12-12 14:20:14 +01:00
Caolán McNamara
cf5d0e20f2 Resolves: CVE-2011-4599 2011-12-12 12:44:34 +00:00
Rafael Dominguez
37785dde4b Remove unused macros. 2011-12-12 12:28:59 +00:00
Fridrich Štrba
1190a20a9e fix mac build of pgsql 2011-12-12 13:12:29 +01:00
Fridrich Štrba
8d3be00b0c OOps, typo 2011-12-12 12:53:35 +01:00
Fridrich Štrba
e96eb62002 Allow the internal libpq to use both openldap and mozldap 2011-12-12 12:46:00 +01:00
Caolán McNamara
cdd597746f Resolves: fdo#43690 install explicit cancel handler 2011-12-12 11:36:54 +00:00
Caolán McNamara
6765b2b715 stop saying "15" on stdout 2011-12-12 11:36:54 +00:00
Fridrich Štrba
7d7496bd4c Allow building with LDAP support on windows 2011-12-12 11:24:27 +01:00
Tor Lillqvist
4cb5e2e081 Drop some unused variables 2011-12-12 12:08:43 +02:00
Tor Lillqvist
13876ef22f We only support Cygwin Perl on Windows 2011-12-12 12:08:42 +02:00
Tor Lillqvist
abb06e3375 The VCL environment variable, always "TRUE", is not used 2011-12-12 12:08:41 +02:00
Tor Lillqvist
026ce87567 Drop two unused variables 2011-12-12 12:08:40 +02:00
Tor Lillqvist
c682be8ba5 I don't see VCL or NT351 being checked in any ifdef
So drop the GVER thing and -DVCL and -DNT351.
2011-12-12 12:08:39 +02:00
Fridrich Štrba
a7639b7b5a Enable pgsql LDAP support when building with OpenLDAP 2011-12-12 11:03:42 +01:00
Caolán McNamara
1b1f0bbb28 ByteString->rtl::OString 2011-12-12 09:39:00 +00:00