Commit graph

296385 commits

Author SHA1 Message Date
Norbert Thiebaud
0ea8c014ef tweak gbuild standart Makefile to allow partial build in unsourced env
This allow to run make in a module wihtout the need to source
Env.Host.sh.
2011-11-16 06:18:54 -06:00
Norbert Thiebaud
9d76072055 avoid running autogen.sh when trying to clean or distclean 2011-11-16 06:18:54 -06:00
Norbert Thiebaud
cb70868bda add utility script and build_env to avoid sourcing Env.Host.sh
The goal is to able to do partial build without having
to source Env.Host.sh into one's environment

There is 2 way to use this:

1/
copy the scripts lo_find_src_root and lo_proxy_start
somewhere in your PATH, and
then you can add
alias build='lo_proxy_start build'
alias deliver='lo_proxy_start deliver'
in your .bashrc

at that point you can use build and deliver anywhere in the source tree
without the need to source anything.
This allow you to switch from one source tree to another.
the proper SRC_ROOT will be determined automatically based
on the current working directory

2/
source build_env

build_env only source the bare minimum to allow build and make to work
for the associated source tree.
If you want to work in a diffrent tree, you need to resource
2011-11-16 06:18:53 -06:00
Norbert Thiebaud
1d5aaeacfc add a semaphore-file to allow for location of the root of the core repo 2011-11-16 06:18:53 -06:00
Thorsten Behrens
84da4113b4 Fix slideshow crasher
Recursive event loop killed SlideshowImpl object under my hands -
make it stay until we pop out of callstack again.
2011-11-16 12:39:23 +01:00
Miklos Vajna
c2439ecdd4 Related: i#113308 null pointer check for the unit test 2011-11-16 12:00:01 +01:00
Thorsten Behrens
3e585a1725 Fix variable name in make_installer
Seems I mis-copypasted the name here - mac dev builds were not using
the new DS_Store at any rate.
2011-11-16 11:27:55 +01:00
Miklos Vajna
bec1bff6af Related i#113308: fix import of RTF table rows having no cells 2011-11-16 11:09:00 +01:00
Tim Hardeck
c269a684f1 Hide Navigation toolbar until needed
Hide Navigation toolbar until there is something to navigate.
2011-11-16 10:04:49 +00:00
Michael Stahl
34578b7c27 libexttextcat: conflict in 69b04c2298 2011-11-16 10:58:48 +01:00
Tor Lillqvist
530a76c8ef Reduce what we build here for non-DESKTOP OSes 2011-11-16 11:06:57 +02:00
Tor Lillqvist
44329b4cac What we want is the "filter" function, not "firstword" 2011-11-16 10:50:36 +02:00
Tor Lillqvist
ec64673e61 WaE: Unused parameter 2011-11-16 10:02:59 +02:00
Tor Lillqvist
69b04c2298 Fix libexttextcat build for Android 2011-11-16 09:26:42 +02:00
Tor Lillqvist
3c445370a9 Further Android work, now most sal cppunit tests seem to run
Do the LD_LIBRARY_PATH splitting in Java, much easier, and pass the
split up path to the native setup() method.

Use lo_dlopen() in the osl_loadModuleAscii.

Harcode en-US.UTF-8 as the locale for now.

Cut down on verbose logging of stuff that already works.
2011-11-16 09:26:40 +02:00
Kohei Yoshida
7d1cfb451b Unused method. 2011-11-15 21:43:57 -05:00
Kohei Yoshida
d8bb96e543 Let's not use macro for this sort of stuff. 2011-11-15 21:27:29 -05:00
Kohei Yoshida
7ba7cbae11 Cleaned up ScDocShell a bit. 2011-11-15 21:09:53 -05:00
Kohei Yoshida
daf480d623 sal_Bool to bool. 2011-11-15 20:47:32 -05:00
Kohei Yoshida
8f87c3d7d5 Fixed soft re-calc. 2011-11-15 20:39:54 -05:00
Kohei Yoshida
ed950587b4 Fixed hard re-calc. Manual re-calc still not working yet. 2011-11-15 17:28:14 -05:00
Kohei Yoshida
3b1e88a8eb Reset formula cell's changed flag only for those within visible range.
Especially avoid marking all cells in all sheets which would cause a
performance problem.
2011-11-15 16:55:49 -05:00
Kohei Yoshida
5fc37762b6 Reduce scoping. 2011-11-15 16:01:09 -05:00
Kohei Yoshida
87be97a31d Make these two methods non-inline. 2011-11-15 15:21:03 -05:00
Michael Stahl
1fb5eb2162 fdo#42865: sdext: no mapfile
In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE
symbol in PresenterScreen.uno.so and pdfimport.uno.so,
build them with hidden visibility.
2011-11-15 20:52:02 +01:00
Michael Stahl
48dbaa517f fdo#42865: connectivity: mozab: no mapfile
In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE
symbol in libmozabdrv.so, build it with hidden visibility.
2011-11-15 20:52:02 +01:00
Michael Stahl
09eabcfd91 fdo#42865: shell: no mapfile
In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE
symbol in librecentfile.so, build it with hidden visibility.
2011-11-15 20:52:01 +01:00
Michael Stahl
a9da5a0bd3 fdo#42865: libcmis,ucpcmis: no mapfile
In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE
symbol in ucpcmis1.uno.so, build it and statically linked libcmis
with hidden visibility.
2011-11-15 20:52:01 +01:00
Michael Stahl
5f1799f579 fdo#42865: libexttextcat,lingucomponent: no mapfile
In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE
symbol in libguesslanglo.so, build both it and libexttextcat
with hidden visibility.
2011-11-15 20:52:00 +01:00
Michael Stahl
c506e1852a fdo#42865: cppu,cppuhelper,testtools: no mapfile
Instead, build with VISIBILITY_HIDDEN.
2011-11-15 20:52:00 +01:00
Michael Stahl
d5f0b174d6 .gitignore: do not ignore *.patch 2011-11-15 20:52:00 +01:00
Michael Stahl
d3b66b4d56 OConnection: WaE unused variable 2011-11-15 20:51:59 +01:00
Kohei Yoshida
7ef63de995 Parse it as a single address.
We ensure in SetReference() that the reference is always a single
address.
2011-11-15 14:20:11 -05:00
Kohei Yoshida
e3e77167ad Fixed the ref button for "copy results to" not starting the ref mode. 2011-11-15 13:57:24 -05:00
Kohei Yoshida
20baf7f8c5 Use size_t and remove static_cast'ing. 2011-11-15 12:39:55 -05:00
Kohei Yoshida
6a4fc2cb91 More cleanups. 2011-11-15 12:39:55 -05:00
Kohei Yoshida
92b3d2a903 Use the range parser instead of local string parsing. 2011-11-15 12:39:54 -05:00
Kohei Yoshida
129ff6855e More cleanups. 2011-11-15 12:39:54 -05:00
Kohei Yoshida
be8d1d48ed Reduce scoping level by early bailout. 2011-11-15 12:39:54 -05:00
Kohei Yoshida
90f9521ba4 Store header position this way. 2011-11-15 12:39:53 -05:00
Kohei Yoshida
ec3e71d078 Use map and avoid MAXCOLCOUNT-sized array. 2011-11-15 12:39:53 -05:00
Stephan Bergmann
d38713da13 Do not erroneously clean other modules' component files in CppunitTest.mk. 2011-11-15 18:29:47 +01:00
Stephan Bergmann
16aa2c1dd6 Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.
With the basis/brand split undone, they are always the same as
PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively.
2011-11-15 18:29:47 +01:00
Noel Power
240dc332ad fix build error, remove still referenced (indirectly ) images 2011-11-15 17:15:01 +00:00
Noel Power
0d56c77726 remove unused SV_ICON_ID_HTML_DOCUMENT entries 2011-11-15 17:15:00 +00:00
Julien Chaffraix
e0e7c5dc46 FDO#42454 - EasyHack: remove code associated with unused icons
Removed the icons and code associated with:
SV_ICON_ID_CHART
SV_ICON_ID_DRAWING_TEMPLATE
2011-11-15 17:15:00 +00:00
Michael Meeks
03324dbbe2 Address data source ordering x#62860 (part 2) 2011-11-15 18:02:39 +01:00
Michael Meeks
6bfc7f28e6 Address data source ordering x#62860
information from the apply file:
 patchname: addrbk-datasrc-ordering.diff
 issues:
 author: michael
 section: Misc
 comment:
  Address data source ordering x#62860
 sectioncomment:

git log from build repository:
commit bfa619922b90a021e5d856333dd398512389ad67
Author: Jan Holesovsky <kendy@suse.cz>
Date:   Mon Jun 21 22:11:19 2010 +0200

    Update patches to dev300-m83.

    * [...]

commit 256381886a238d80b9ddab795b500576d92404cc
Author: Jan Holesovsky <kendy@suse.cz>
Date:   Wed May 19 12:16:00 2010 +0200

    Updated patches do dev300-m77.

    * [...]

commit df913735fd729978d20f0282fe32d14bf597891f
Author: Jan Holesovsky <kendy@suse.cz>
Date:   Mon May 17 01:21:36 2010 +0200

    Patches adopted to the tabs -> spaces fixes + trailing whitespace cleanup.

    * [...]

commit c6847e9b022184e98942391a2b5711c31eb25ba3
Author: Jan Holesovsky <kendy@suse.cz>
Date:   Fri May 14 14:32:23 2010 +0200

    Convert tabs to spaces in all the code introduced by the patches.

    * [...]

commit 09774df8a62bf886c78c0f84d56b2d518ae8107e
Author: Jan Holesovsky <kendy@suse.cz>
Date:   Tue Apr 29 14:04:53 2008 +0000

    Src680/

    * Some cleaning action: src680/* -> dev300/

    * patches/dev300/gstreamer-sd.diff,
    patches/dev300/gstreamer-slideshow.diff,
    patches/dev300/letter-wizard-resource-id.diff: Moved to
    patches/gstreamer.

    * patches/dev300/mono-build.diff: Moved to patches/mono.

    * patches/dev300/sc-hacky-handle-boolean.diff,
    patches/dev300/vba-workbook-worksheet-events.diff: Moved to
    patches/vba.

    * patches/src680/unittesting-*: Moved...
    patches/unittesting/*: ...here.

    * patches/src680/*: Moved...
    patches/dev300/*: ...here.

    * patches/dev300/apply,
    patches/Makefile.am: Add the unittesting subdir, remove src680.
2011-11-15 17:39:55 +01:00
Joseph Powers
bc85f4fe71 Remove some unused headers 2011-11-15 08:06:53 -08:00
Joseph Powers
9d4747f91e Remove some unused Precompiled Header logic 2011-11-15 08:06:52 -08:00