Commit graph

297520 commits

Author SHA1 Message Date
Bjoern Michaelsen
f95bf9c68d debugrun does not need to read gbuild definitions 2011-11-30 22:20:56 +01:00
Bjoern Michaelsen
359dc427b4 execute debugrun after building 2011-11-30 22:20:56 +01:00
Tor Lillqvist
895d23328e Fix build breaker thinko 2011-11-30 22:48:21 +02:00
Tor Lillqvist
f7593f3d39 Avoid syntax error if $OXYGENOFFICE_PACK is undefined 2011-11-30 22:18:32 +02:00
Lionel Elie Mamane
05b53b1b8e postgresql-sdbc: review build rules 2011-11-30 21:10:58 +01:00
Tor Lillqvist
5510127e89 Android code refactorig and hacking
Sorry for the large unstructured commit. But hey, the Android code is
experimental so far.

Extract the native lo-bootstrap code into a fairly normal library
built in sal. (Previously it was the JNI part of the "Bootstrap" app.)
Just linkink normally to liblo-bootstrap from C++ code that uses it
works fine, no need to do a dlsym lookup.

Bootstrap is still a subclass of NativeActivity and can thus still be
used as an "app" (to start unit tests, or whatever), but can also be
used from some other app's Java code to just get access to the
lo-bootstrap native methods.

Introduce a new top-level "module", android, for Bootstrap and the
experiments with DocumentLoader.

Note that the experimental DocumentLoader app still crashes. It can't
create the com.sun.star.frame.Desktop instance.

I spent lots of time debugging in the painfully inadequate
ndk-gdb. (Even the newer gdb build from the "mingw-and-ndk" project is
quite crappy in many ways.) I should really experiment with
corresponding code on a normal platform first before even trying on
Android. Basically, I think that if I just can get the concept of Java
code that instantiates and uses LO components *in-process* working on
a normal desktop platform, it should work on Android, too.
2011-11-30 21:52:52 +02:00
Tor Lillqvist
a7fe1a0a08 Bin an obsolete X11 on MacOSX related bit 2011-11-30 21:52:33 +02:00
Tor Lillqvist
b2dbb20fd8 Fix indentation 2011-11-30 21:52:32 +02:00
Tor Lillqvist
daab827fd1 Don't add nonexistent Java files and dirs to various env vars 2011-11-30 21:52:31 +02:00
Tor Lillqvist
424c479e1a Don't bother with -D_PTHREADS -D_REENTRANT for Android 2011-11-30 21:52:29 +02:00
Noel Power
93acae3d17 gsoc inputbar ( fix scrolling ) add support for hard linebreaks 2011-11-30 18:51:20 +00:00
Ivan Timofeev
858def93c8 fix previous commit, really move initial focus to printer selection 2011-11-30 22:28:53 +04:00
Bjoern Michaelsen
0e3f81ae4d remove debug line 2011-11-30 19:18:48 +01:00
Ivan Timofeev
041fc1f566 fdo#34641: move initial focus to printer selection 2011-11-30 22:13:12 +04:00
Bjoern Michaelsen
7d3f21b274 dont read gbuild definitions on distclean 2011-11-30 19:06:46 +01:00
Lionel Elie Mamane
aad641e29b pgsql-sdbc: adapt comment to new code situation 2011-11-30 18:37:46 +01:00
Markus Mohrhard
286665960a port a failing sc subsequenttest to c++
potential improvements: only load the file once and use fods instead of
ods
2011-11-30 17:36:32 +01:00
Markus Mohrhard
b96e62c5ff disable sc subsequenttests that use binfilter formats 2011-11-30 17:36:32 +01:00
Jan Holesovsky
28275d470f Don't overwrite OUTDIR & friends. 2011-11-30 17:22:18 +01:00
Lionel Elie Mamane
15f7470531 add const 2011-11-30 17:20:20 +01:00
Lionel Elie Mamane
a3e51cf3d1 pq-sdbc statics: properly initialise defTypeInfoMetaData 2011-11-30 17:18:30 +01:00
Lionel Elie Mamane
7b0f53a5ea Success to load JDBC driver is still info, not an error 2011-11-30 17:15:22 +01:00
Bjoern Michaelsen
83e0a67b93 fix silent pass on to buildpl 2011-11-30 17:12:21 +01:00
Eike Rathke
445ae496f9 sort out Gregorian cut-off date as side effect of validity 2011-11-30 16:53:17 +01:00
Bjoern Michaelsen
ab988b3790 fix conditions on when to read gbuild definitions 2011-11-30 16:46:31 +01:00
Caolán McNamara
22ad135d1b update list 2011-11-30 15:40:32 +00:00
Luboš Luňák
d5effb40f2 create placeholders properly in docx mathml import 2011-11-30 16:11:46 +01:00
Luboš Luňák
baaf0aa029 do not add unnecessary spaces in docx mathml import 2011-11-30 16:11:46 +01:00
Luboš Luňák
f606abf36b try with at least somewhat more generic handling of docx m:groupChr 2011-11-30 16:11:46 +01:00
Luboš Luňák
0ca8b2c700 do not ignore docx m:box contents (but m:box itself is not implemented) 2011-11-30 16:11:45 +01:00
Luboš Luňák
0f7fb68680 read m:oMathPara
I'm unsure on what the difference to o:Math actually is, so just make
sure the element and its contents are not ignored and each contained
m:oMath will be read in separately.
2011-11-30 16:11:45 +01:00
Luboš Luňák
03f950d64f import docx m:limUpp/m:limLow properly 2011-11-30 16:11:45 +01:00
Luboš Luňák
c56e4ab667 export all sub/superscripts LO can handle to docx mathml 2011-11-30 16:11:45 +01:00
Luboš Luňák
53c9a92cc8 fix writing of docx m:sPre 2011-11-30 16:11:45 +01:00
Luboš Luňák
cb0965a860 import docx m:sPre, m:sSub, m:sSubSup and m:Sup 2011-11-30 16:11:44 +01:00
Luboš Luňák
e6ba4a206f helper for reading docx OMathArg 2011-11-30 16:11:44 +01:00
Luboš Luňák
9414d02629 implement docx m:rad 2011-11-30 16:11:44 +01:00
Luboš Luňák
f28c6c55ad warn about unknown m:chr in m:acc 2011-11-30 16:11:43 +01:00
Luboš Luňák
8168d6d3df implement sum properly in docx mathml 2011-11-30 16:11:43 +01:00
Luboš Luňák
500b6af777 implement docx m:nary 2011-11-30 16:11:43 +01:00
Lionel Elie Mamane
5f3bd5bed3 pgsql-sdbc: Robustify against empty arrays, etc 2011-11-30 16:00:13 +01:00
Lionel Elie Mamane
c75e15c980 Failure to load JDBC driver is an error, not info 2011-11-30 16:00:07 +01:00
Lionel Elie Mamane
9a466d9718 ODBC: use right integer length to get Statement Options
Else (on 64bits platform) the driver smashes our stack: SQL_ULEN is 64 bits
Widen result type of getQueryTimeOut, getMaxFieldSize and getMaxRows so that it will always fit
2011-11-30 16:00:00 +01:00
Bjoern Michaelsen
ec894c5fb9 lets only depend build-order only on build from debugrun for now
- as long as we still have the slow build.pl run for top-level build
2011-11-30 15:21:45 +01:00
Stephan Bergmann
08b921ef07 Enum member names live in the outer name scope. 2011-11-30 14:51:39 +01:00
Bjoern Michaelsen
1f538764ac make build.pl verbose on non-silent builds 2011-11-30 14:31:01 +01:00
Petr Mladek
817bf1d41b Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/core 2011-11-30 14:29:22 +01:00
Khaled Hosny
0608cb332a gtk: fix RTL combobox rendering
GTK themes expect the button and the editing area to be swapped in RTL.
2011-11-30 13:07:15 +00:00
Caolán McNamara
66a2598e16 convert over hidden windows-only ByteStrings 2011-11-30 13:04:32 +00:00
Caolán McNamara
bc340ff02d get findunusedcode target working 2011-11-30 13:04:31 +00:00