Tor Lillqvist
480a380a72
Look for libboostrap.uno.so and not bootstrap.uno.so on Android
...
Not sure if we need to be more generic here, and always add a "lib"
prefix if not present. Or do the changes to the makefilery take care
of it, so that for other UNO components than bootstrap, the name as
stored wherever it is stored does contain the "lib" prefix we are
forces to use on Android?
2011-11-17 15:23:05 +02:00
Tor Lillqvist
f95c3e0ee2
Look for lo_main() and not main() on Android
2011-11-17 15:23:04 +02:00
Tor Lillqvist
21c0c69ddf
Use lo_dladdr() on Android
2011-11-17 15:23:03 +02:00
Tor Lillqvist
232ad7dac6
Add more libraries
2011-11-17 15:23:02 +02:00
Tor Lillqvist
4b49b73058
Add lo_dladdr(), a wrapper for Android's dladdr()
...
Android's dladdr() stores just the basename of a shared object in
Dl_info::dli_fname. LibreOffice expects either a complete absolute
pathname or a relative path from the current directory to be returned
there. So look up the full pathname of the library from
/proc/self/maps.
Also remove the fallback message loop after lo_main() returns, instead
just exit.
2011-11-17 15:23:02 +02:00
Tor Lillqvist
9c6c39b62d
Include also the boostrap UNO component
2011-11-17 15:23:00 +02:00
Tor Lillqvist
469c9ac2f9
Enforce a "lib" prefix for UNO components for Android
...
This commit for the old build system. (Don't bother for components not
relevant for Android.)
The Android package installer (as invoked through "adb install", from
"ant debug install") silently ignores native libraries in app packages
(.apk files) whose names don't start with "lib" and end with ".so".
The package builder (as invoked through "ant debug") in the SDK gladly
includes also thusly named native libraries in the .apk, though. Yay
for consistency.
2011-11-17 15:22:59 +02:00
Tor Lillqvist
49a6efd9d9
Copy more shared objects for unit testing
2011-11-17 15:22:55 +02:00
Tor Lillqvist
73ee896b61
Improve a diagnostic log message
2011-11-17 15:22:54 +02:00
Tor Lillqvist
9a52bf1d5c
Use lo_dlopen() on Android
2011-11-17 15:22:53 +02:00
Andras Timar
e75175625e
remove setup.exe and setup.ini from Windows installdir
2011-11-17 13:19:07 +01:00
Tim Hardeck
5cf2f6875c
Make the toolbars not popping-up randomly
...
Undocked, context sensitive toolbars often tend to overlay important parts of
a document.
With this patch these toolbars are docked to the bottom to prevent the document from
being moved each time the toolbar is displayed.
Furthermore the findbar setting was changed to make sure that it stays
on top of the other toolbars at the bottom.
2011-11-17 11:27:46 +00:00
Winfried Donkers
fefa76cf3f
german comments translated to english On branch master Changes to be committed: modified: sc/source/ui/view/cellsh.cxx modified: sc/source/ui/view/cellsh1.cxx modified: sc/source/ui/view/cellsh2.cxx modified: sc/source/ui/view/cellsh4.cxx
2011-11-17 10:03:02 +00:00
Stephan Bergmann
0e6f04001c
Fixed dmake depend=x.
2011-11-17 08:16:38 +01:00
Jan Holesovsky
cfecfe84f9
Forgotten #include; removed too.
2011-11-17 01:17:14 +01:00
Jan Holesovsky
ce8f0a7e72
Removing the last remnants of layout - sorry to see it go :-(
2011-11-17 00:49:48 +01:00
Felix Zhang
38b42cee86
remove obsolete layout code
2011-11-17 00:49:48 +01:00
Jan Holesovsky
4f11d0aa46
Revert the component.map removal from makefile to fix Windows build.
2011-11-17 00:38:25 +01:00
Norbert Thiebaud
8a7cfed28d
support for various make goal in source_and_rerun
2011-11-16 16:14:09 -06:00
Andras Timar
886acba2a5
leave out redist and readmes from win installdir
...
and make x64 merge modules optional
2011-11-16 22:16:45 +01:00
Kohei Yoshida
9484286af6
Oops I forgot to remove the header include line.
2011-11-16 16:11:32 -05:00
Kohei Yoshida
4db12f8a93
More on reducing header dependency.
2011-11-16 16:07:08 -05:00
Kohei Yoshida
892a9ff618
More on reducing header dependency.
2011-11-16 15:57:53 -05:00
Kohei Yoshida
d37950cb16
This header doesn't need to include queryparam.hxx.
2011-11-16 15:44:09 -05:00
Caolán McNamara
2fc7e56a6c
push/pop deprecated
2011-11-16 20:40:36 +00:00
Kohei Yoshida
efab685286
Reduced header dependency on dbdata.hxx by better encapsulation.
2011-11-16 15:37:11 -05:00
Jan Holesovsky
41e995ec36
x64 merge modules are not mandatory, only warn when they are missing.
2011-11-16 20:59:16 +01:00
Michael Meeks
042247b3e4
Fixup legacy sleepycat db database usage for packages
...
Previously empty legacy registered_packages.db databases were created
unconditionally, at some efficiency and startup cost, despite these
being deprectated since before version 3.2.
We now handle version mismatches by warning on the console and ignoring
these files.
2011-11-16 17:04:54 +00:00
Noel Power
6beeefab76
make experimental (calc) input bar update better
...
probably there is a better way to do this ( to eg avoid the 'layout' call ) but right now I don't know what it is and at least this is an improvement
2011-11-16 16:40:13 +00:00
Caolán McNamara
f684c33c91
fix crashing search/replace dialog
...
Overenthuastic chainsawing from 7776ebfa63
removed pWindow = LAYOUT_THIS_WINDOW (dialog)
2011-11-16 16:36:41 +00:00
Kohei Yoshida
77fe96d434
Fixed the overlapped UI controls.
2011-11-16 11:01:33 -05:00
Caolán McNamara
94a5174e59
get this to build on ppc64 linux
2011-11-16 15:35:58 +00:00
Norbert Thiebaud
0f0a246f8f
fix cross compile issue (missing build_env.in)
2011-11-16 09:13:10 -06:00
Stephan Bergmann
1a07c3b530
Typo WITHOUTDOTPACKAGEVERSION -> WITHOUTDOTPRODUCTVERSION.
2011-11-16 16:08:43 +01:00
Takeshi Abe
91a92b9453
removed dead code
2011-11-16 23:59:47 +09:00
Noel Power
73d3c9504a
add new 'Goto Line' menu item to Basic IDE
2011-11-16 14:54:21 +00:00
Daisuke Nishino
20dde3737f
Move cursor to the right of brace when the closing brace is typed.
2011-11-16 14:54:21 +00:00
Andras Timar
1b6d2c7f46
fix SDK database version number
2011-11-16 15:50:47 +01:00
Andras Timar
ee53055d7d
merge transforms to msi as substorages and update summary information
2011-11-16 15:50:45 +01:00
Andras Timar
fa3495bfda
add merge modules to scp2
2011-11-16 15:50:43 +01:00
Andras Timar
1ed7b50b43
include cab in msi
2011-11-16 15:50:40 +01:00
Andras Timar
b667ca53f4
copy msvcrt merge modules into the tree
2011-11-16 15:50:38 +01:00
Caolán McNamara
72c439a7bd
update unused list
2011-11-16 13:24:06 +00:00
Caolán McNamara
3ca643271e
log errors by default in debug mode
2011-11-16 13:24:06 +00:00
Caolán McNamara
02d946fae5
gitignore debugging droppings
2011-11-16 13:24:06 +00:00
Caolán McNamara
f24268cae3
we can drop unqid.hxx entirely post move to binfilter
2011-11-16 13:24:06 +00:00
Caolán McNamara
abf7cdac13
UniqueIdContainer is only needed by binfilter
2011-11-16 13:24:05 +00:00
Caolán McNamara
25b119a021
add RTL_CONSTASCII_STRINGPARAM to appendAscii on string literals
2011-11-16 13:24:05 +00:00
Caolán McNamara
e1aff9edc8
add RTL_CONSTASCII_STRINGPARAM to appendAscii on string literals
2011-11-16 13:24:05 +00:00
Jan Holesovsky
2d19e9bb07
Kill one usage of chrel.sed to fix build.
2011-11-16 14:21:33 +01:00