Commit Graph

296020 Commits

Author SHA1 Message Date
Fridrich Štrba
29f83de246 Unbreak windows build 2011-11-08 11:33:31 +01:00
Andras Timar
a2dacd9205 remove empty Text [ x-comment ] entries 2011-11-08 11:28:33 +01:00
Andras Timar
527f070dd5 remove unused global variables 2011-11-08 11:10:33 +01:00
Caolán McNamara
cfe3d74c60 fix build against new npapi.h 2011-11-08 10:01:44 +00:00
Caolán McNamara
69a8f89cb9 refactor SetTwoLines a little 2011-11-08 10:01:43 +00:00
Caolán McNamara
c52fbc04a9 callcatcher: some unused methods 2011-11-08 10:01:43 +00:00
Andras Timar
881a93d3ab MERGE_SOURCE_LANGUAGES is never defined, removing ifdefs 2011-11-08 10:47:38 +01:00
Tor Lillqvist
9b0d9a2ace Fix syntax errors
1) It is not safe to use the [ command in configure.in; m4 will eat
the [ and ] and they will expand to nothing. (Just look in the
configure script produced prior to this commit.) Use the test command
instead, as elsewhere in the file.

2) Quote the variable being tested for emptiness with test
-z. Otherwise, if it *is* empty, the -z will apply to (and eat) the
following word, "then", which is not what is intended, and which also
causes a syntax error.
2011-11-08 11:19:43 +02:00
Korrawit Pruegsanusak
20fe7d11e9 Change Windows newline to Unix newline 2011-11-08 09:17:49 +00:00
Tor Lillqvist
3c4f7242a9 Just put the Android ARM compiler options in the mk files 2011-11-08 10:06:32 +02:00
Kohei Yoshida
128f280839 These are no longer needed. 2011-11-07 23:39:04 -05:00
Kohei Yoshida
43a98be551 No need to include this header. 2011-11-07 22:58:18 -05:00
Kohei Yoshida
5897d4a60f Encapsulated empty and non-empty filter criteria.
Because those two conditions were not very obvious.
2011-11-07 22:56:53 -05:00
Markus Mohrhard
4687fe4917 fdo#36100: show blink borders for cut like we do for copy 2011-11-08 04:51:44 +01:00
Markus Mohrhard
0405deaf2d we only have one sheet in the new PostIt test 2011-11-08 04:51:43 +01:00
Markus Mohrhard
56d1c2e4ec fdo#37925: don't show -0 as number in a cell 2011-11-08 04:51:43 +01:00
Kohei Yoshida
a3ddd330bd Test for filtering empty and non-empty cells. 2011-11-07 21:34:03 -05:00
Kohei Yoshida
cbe46bbe3e Simplified the filter test a bit, and clear the filter afterward. 2011-11-07 21:34:03 -05:00
Kohei Yoshida
97453f1eab Another bug. 2011-11-07 21:33:03 -05:00
Kohei Yoshida
5f31abed9d Fixed a silly bug. 2011-11-07 21:33:03 -05:00
Kohei Yoshida
8808d77f19 Changed data storage structure in ScQueryEntry.
This required a whole bunch of chnages all over the place.
2011-11-07 21:33:02 -05:00
Rene Engelhard
a468e0cb56 deliver .h also from np_sdk/inc 2011-11-08 02:05:20 +01:00
Rene Engelhard
87e6f6e31b update libreoffice.1 for the (new) long option names 2011-11-08 01:27:23 +01:00
Rene Engelhard
2c127c4d32 fix build: (u)int16 -> (u)int16_t 2011-11-08 01:01:15 +01:00
Rene Engelhard
659d7eb810 fix up --with-system-mozilla-headers again after last update 2011-11-08 01:01:14 +01:00
Tomas Chvatal
bc7c4e378d Fixup the headers mozilla check to be up par with latest updates. 2011-11-08 01:01:13 +01:00
Rene Engelhard
3bef3bd56b add actual $(MOZILLA_HEADERS_CFLAGS) to extensions' build 2011-11-08 01:01:13 +01:00
Tomas Chvatal
bdead69dd3 Add switch for system/internal npapi.h
This commit also update the internal includes to latest mozilla ones
including the .c{,pp} file updates.

The ldap check is also simplified from 2 check into plain one.
2011-11-08 01:01:11 +01:00
Caolán McNamara
f6b9a2f4d4 unit test crash: this must be the intended code 2011-11-07 23:08:45 +00:00
Caolán McNamara
8ed5e3bdab callcatcher: remove some unused Graphic methods 2011-11-07 22:29:13 +00:00
Caolán McNamara
3b5ec68b84 ByteString->rtl::OString 2011-11-07 22:29:12 +00:00
Caolán McNamara
06813401fd this just takes a const char* 2011-11-07 22:29:12 +00:00
Caolán McNamara
ce7017ba60 this just take a const char* 2011-11-07 22:29:12 +00:00
Caolán McNamara
9fa5c77363 unused sData 2011-11-07 22:29:11 +00:00
Caolán McNamara
b479cdf360 tweak to be a pImpl rather than a full window 2011-11-07 22:29:11 +00:00
Markus Mohrhard
c6fc453194 fdo#42526 : need to parse the address convention for parsing references 2011-11-07 21:45:57 +01:00
Markus Mohrhard
69565a036d little refactoring in fuins2.cxx 2011-11-07 21:45:56 +01:00
Tor Lillqvist
d7050e4dae Split clean into clean-host and clean-build targets 2011-11-07 20:17:42 +02:00
Tor Lillqvist
37fca8bf79 Update the Android example
Use compiler options to default to more modern ARM architecture, as
surely any actual device this code would be run on uses.
2011-11-07 20:17:41 +02:00
Tor Lillqvist
78d2d81fbe For Android, we don't actually want to build programs, but shared libraries
That's what the NativeActivity stuff wants.

For now the name of the produced shared library does not follow the
normal libfoo.so convention, but is the name of the corresponding
program on normal Unixes. To be fixed later. Or then, when
constructing an app .apk, just rename "foo" to
"libnative-foo.so".
2011-11-07 20:17:40 +02:00
Tor Lillqvist
f3a78f52f1 First baby steps of proper Android "native" program support
We use the "native app glue" thing from the NDK to avoid having to
have an explicit Java wrapper. (There is one provided by the OS's
NativeActivity anyway; all Android apps are Java programs.)

For simplicity, we just #include android_native_app_glue.c in
sal/main.h. sal/main.h is included only from source files that
actually form the "main" programs for our programs anyway, I hope.

Presumably the only programs we actually want to build for Android in
this way are unit tests. Any real (or toy) LibreOffice-related Android
app would have a totally Android-specific user interface written in
Java, and just call LO libraries, I think.
2011-11-07 20:17:40 +02:00
Tor Lillqvist
7beffc231c Add android_native_app_glue.[hc} from the NDK
Simplest for now to have a copy of them in our sources. Improve later.
2011-11-07 20:17:39 +02:00
Michael Meeks
0c3f7e161f calc: initial cut at post-it unit test 2011-11-07 17:25:03 +00:00
Christian Lohmaier
39a2372a12 require autoconf >= 2.59 to please MAC OSX 10.4 2011-11-07 18:08:11 +01:00
Christian Lohmaier
0814eeb546 fix "whether to build stax" check 2011-11-07 17:58:29 +01:00
Jesús Corrius
c8d0a37c0b Remove obsolete IsWin95A function 2011-11-07 17:40:51 +01:00
Michael Stahl
7c6c11a5ba configure: $with_system_libs checks are redundant 2011-11-07 17:33:55 +01:00
Michael Stahl
b5c1fb551d configure: certainly Solaris 6 is not supported 2011-11-07 16:59:11 +01:00
Michael Stahl
d021aacbcf configure: remove duplicate Solaris GNUTAR check 2011-11-07 16:59:10 +01:00
Michael Stahl
f89d0f3ab0 configure: remove --with-system-libxslt:
This option must have the same value as --with-system-libxml, so it is
redundant.
2011-11-07 16:59:01 +01:00