Commit graph

298451 commits

Author SHA1 Message Date
Matúš Kukan
051fdda153 cppu: convert to gbuild
Because of unit tests is here custom target where are idl files
processed.
2011-12-19 10:14:51 +01:00
Fridrich Štrba
8cf76f19c5 Build ps and pdf cairo surfaces with MSVC 2011-12-19 09:43:18 +01:00
Fridrich Štrba
b4c74957cb Fix MMX build of pixman with MSVC 2011-12-19 09:42:32 +01:00
Ivan Timofeev
e81e5108b9 impress: slide transition pane: use proper control width 2011-12-19 10:01:29 +04:00
Ivan Timofeev
2ca2b35f72 mailmerge: move overlapped controls 2011-12-19 09:28:52 +04:00
Tor Lillqvist
86cd55a249 Use / as SRC_ROOT and OUTDIR_FOR_BUILD on Android 2011-12-19 01:28:02 +02:00
Tor Lillqvist
0f65dbcf9a More shlibs and .component files needed 2011-12-19 01:28:01 +02:00
Tor Lillqvist
a2401b6c75 This is for Calc unit tests 2011-12-19 01:28:00 +02:00
Andras Timar
d4b573ec4c add propex.bat, so propex Perl script can run under Win32 2011-12-19 00:20:31 +01:00
Andras Timar
de30370096 Always load res of LibO UI locale, not system deflocale fdo#43475 2011-12-18 23:17:40 +01:00
Miklos Vajna
75b85b12fb android: delete generated lo-bootstrap.jar 2011-12-18 22:40:36 +01:00
Andras Timar
058d872a2e remove obsolete (OxygenOffice-style) Lightproof integration 2011-12-18 19:23:24 +01:00
Luc Castermans
7c9a874ef8 translate German comments to English in VCL module 2011-12-18 16:05:09 +01:00
Stefan Knorr (astron)
02c790620b Remove the dog 2011-12-18 16:01:41 +01:00
Norbert Thiebaud
96515464af force the use of gcc on cygwin for concat-deps.c 2011-12-18 05:15:53 -06:00
Robert Nagy
b23f2d78c4 use the same memory alignment for *BSD as on Linux 2011-12-18 11:18:28 +01:00
Norbert Thiebaud
5ed43db9e8 Revert "gbuild: macosx.mk: remove salhelper hack"
This reverts commit 1d90f180cd.
2011-12-17 21:13:05 -06:00
Miklos Vajna
6ab183533e fdo#37498 RTF export: handle url fields without a field result 2011-12-18 02:34:41 +01:00
Norbert Thiebaud
122940aba7 do not package pything scripting extension when building --with-python=no 2011-12-17 18:12:08 -06:00
Norbert Thiebaud
8c0242d3a9 do not run cppunit on Mac when cross-compiling 2011-12-17 18:12:07 -06:00
Norbert Thiebaud
05e787fb5e oops... bad handling of multiple ../ 2011-12-17 12:34:29 -06:00
Norbert Thiebaud
e3e94f141e use a c-version of concat-deps.pl
This touch configure.in with a trivial space removal to force a
./bootstrap on the tinderboxes

This make ./bootstrap build a 'build-side' executable concat-deps
and modify LinkTarget.mk to use it instead of concat-deps.pl

The impact is a conservative x10 times improvement in both elapsed and
cpu time in overhead due to DEP generations.


time make -sr build in tail_build after removing
workdir/$INPATH/Dep/LinkTarget/Library/*

(all on Intel X3360, 2.83GHz, 4-core)

before:
elapsed: 116.5 cpu: 115.9
after
elapsed: 24.3 cpu: 23.9
base (no dep processing, i.e no rm of Dep/...)
elapsed: 17.5 cpu: 17.4
overhead ratio:
elapsed: 14.5x cpu: 15x

same with -j6
before:
elapsed: 47 cpu: 116
after:
elapsed: 20.8 cpu: 24
base:
elapsed: 17.5 cpu: 17.5
overhead ratio:
elapsed: 9x cpu: 15x

Note: for now the executable is generated directly in the source tree
(in solevn/bin ). That is not ideal. It and other similar polution
should be moved, to workdir most likely..
For now we just hide the mess under the .gitignore carpet
2011-12-17 10:54:45 -06:00
Olivier Hallot
1b99d8800e Fix for fdo43460 Part X getLength() to isEmpty()
Part X
Module
cppu
cppuhelper
cpputools
2011-12-17 17:15:53 +04:00
Ivan Timofeev
f26635c386 fix decoration drawing 2011-12-17 17:13:03 +04:00
Norbert Thiebaud
3adb006b52 concat-deps.c deal with /../ in dep path 2011-12-17 07:07:25 -06:00
Ivan Timofeev
d18daeff77 correct diagnostic message 2011-12-17 16:36:00 +04:00
Ivan Timofeev
198a99861e drop redundant always-true condition 2011-12-17 16:36:00 +04:00
Olivier Hallot
1777c09a07 Fix for fdo43460 Part IX getLength() to isEmpty()
Part IX
Module
connectivity
2011-12-17 16:36:00 +04:00
Matúš Kukan
3744cd8183 gcc-trunk: avoid confusion 2011-12-17 13:31:02 +01:00
Ivan Timofeev
c4ccdda15a fdo#34641: set initial focus to "Number of copies" 2011-12-17 11:53:26 +04:00
Olivier Hallot
4a0ab53cf4 Fix for fdo43460 Part VIII getLength() to isEmpty()
Part VIII
Module
comfigmgr
2011-12-17 10:05:35 +04:00
Markus Mohrhard
091790f678 add own makefile for ScSpreadsheetObj subsequenttest 2011-12-17 02:34:32 +01:00
Laurent Godard
b7c69a1d87 c++ subsequent tests for XSpreadsheets2::importSheet
add a typo correction on xnamedranges.cxx
2011-12-17 02:12:04 +01:00
Markus Mohrhard
bfbcd95c3f Copy Absolute Formulas between documents: Part I
Copying absolute sheet references between different documents now transforms absolute sheet
references into external references if the refered range is not copied.

Working:
References to already saved documents work already with:
-only transform reference into an external reference if range is not in
the copied range
-don't transform relative references

Missing:
handling for copying from not yet saved files

idea:
- add handling of external references to open documents that are not yet
saved through the temporary document name
- transform the url to the correct file url as soon as the source document is
  saved
- if target document is saved first show warning message to the user and
save with temporary name as file url
2011-12-17 01:10:07 +01:00
Thorsten Behrens
45a570f55b Fix assertion in PageSelector::CheckConsistency()
Seems the recent merge from impress210 brought an inconsistency in
slide selection - shuffle calls to make it go away.
2011-12-17 00:29:00 +01:00
Thorsten Behrens
33a6a9e9a4 Fail fast if cups is non-operational.
Following advice from Johannes Meixner, fail fast, like "lpstat -r"
does first - then query detailed destinations list from cups in
init. This fixes n#722902.
2011-12-17 00:28:49 +01:00
Tor Lillqvist
2800d3366c Do build cairo for Android, will likely be needed 2011-12-17 00:42:04 +02:00
Michael Stahl
0ef8beedb1 gbuild: refactor gb_Library_set_componentfile:
Reverse the dependency: now the component target depends (order-only) on the
library, which should ensure that gb_CppunitTest_add_component can set up
dependencies such that the unit test does not run concurrently with
a library loaded via UNO being overwritten.

Unfortunately this requires introducing another phony dummy library
target, on which the module can depend (because we don't want to register
the component target as a module target).
2011-12-16 22:07:48 +01:00
Michael Stahl
268cfdf23c gbuild: gb_LinkTarget_set_auxtargets => add_auxtargets 2011-12-16 22:07:48 +01:00
Matúš Kukan
f958657cc5 gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO' 2011-12-16 21:20:08 +01:00
Norbert Thiebaud
bacafe9a07 WaE Mac unitialized value false positive 2011-12-16 12:40:06 -06:00
Norbert Thiebaud
3293535767 MacOSX build breaker for MacOSX
somehow having -L $solenv/$OUTPATH/lib which does not exist, in a command
cause some trouble. in configure...
2011-12-16 12:40:05 -06:00
Luboš Luňák
d5fe99eae0 at least process sub-elements of w:customXml (fdo#35983) 2011-12-16 19:00:03 +01:00
Luboš Luňák
b55dbc1e19 make gbuild output [Build CXX] filename also with the .cxx extension 2011-12-16 19:00:03 +01:00
Stephan Bergmann
a4c82d571e Revert "Move configmgr to tail_build."
...it is not yet ready for that.

This reverts commit f3acd83c1c.

Conflicts:

	tail_build/prj/build.lst
2011-12-16 18:29:25 +01:00
Rene Engelhard
90e94d06bc actually add gid_File_Lib_VisioImport to gid_Module_Optional_Grfflt 2011-12-16 17:53:21 +01:00
Stephan Bergmann
c4e5203999 Code modules no longer depend on stlport. 2011-12-16 17:45:10 +01:00
Stephan Bergmann
f3acd83c1c Move configmgr to tail_build. 2011-12-16 17:45:10 +01:00
Fridrich Štrba
19bd9a8a6d Fix building of cairo on windows 2011-12-16 17:31:36 +01:00
Matteo Casalin
ee23ea13dd DecoView cleanup: rework ImplDrawFrame 2011-12-16 16:30:07 +00:00