315781 Commits

Author SHA1 Message Date
Stephan Bergmann
954f991ba8 "tubes" missing from l10n project list
Change-Id: Ieb04a22f83e698521aa90fe16fce4f66c4635034
2012-11-20 13:32:21 +01:00
Miklos Vajna
4460f406a4 android: don't load the document after every rotation
Change-Id: I0af154bc5bc6cc79ab45a85a5a06e4539442ec81
2012-11-20 12:51:00 +01:00
Andras Timar
fd91019804 Updated core
Project: help  66abeb18556b468ea3d97cea78dcd8e9f0c94380
translations is a source-only module
2012-11-20 11:31:03 +00:00
Miklos Vajna
a1d9caffa3 android: move toolkit and dummySmallDevice to bootstrapContext as well
Change-Id: I4b6ce49aa5e6d391e832dc1023e47d694a480948
2012-11-20 12:10:52 +01:00
Jan Holesovsky
783d13a927 Rename style called "Default" to "Default Style" + First Cap Some Others too.
Change-Id: I71b74ceabfdaced541529143d15d020ac17d2e26
2012-11-20 12:03:18 +01:00
Jan Holesovsky
7407673dee Revert "Hide the rulers in Writer by default for a cleaner look"
Terribly sorry to revert this - but the UX-advise consensus is to show the
rulers by default.

This reverts commit ae991a10701caac3db2483a8aef05e4e8385765c.
2012-11-20 11:26:20 +01:00
Stephan Bergmann
a6139f6fe6 Key different browser plugin features to specific flags
This is a rework of f9059d4eee8e53c0a6b531fff16e1fade58cb8b0 "Key all browser
plugin features to --enable-nsplugin."  The problem with that was that Mac OS X
supports pluging browser plugins into LO documents (which was originally
controlled by --enable-mozilla) but not plugging LO into browser windows (which
was originally controlled by --enable-nsplugin), so controlling the former with
the same switch as the latter did not actually work.

Thus I replaced the single ENABLE_NSPLUGIN feature flag with two dedicated ones,
ENABLE_NPAPI_FROM_BROWSER (for plugging browser plugins into LO documents) and
ENABLE_NPAPI_INTO_BROWSER (for plugging LO into browser windows).  The
--enable-nsplugin configure switch is gone completely, setting the feature flags
is always done fully automatically now.

Change-Id: Iecf706637465e865c987563b5de489fa90b4c904
2012-11-20 11:24:05 +01:00
Miklos Vajna
4c359c22e1 android: don't bootstrap after every rotation in DocumentLoader
It seems that previously onCreate served 3 different purposes:

1) bootstrap UNO machinery
2) load the document
3) create the view

Ideally it should do the first two only if not done already -- as a
first step, this commit extracts 1) and does only once.

Change-Id: I087a6b934c05295263080f571c95ef152e4602cb
2012-11-20 11:02:25 +01:00
Michael Meeks
9b3d96fddd fdo#57059 - fix crasher rendering borders for very small windows. 2012-11-20 09:32:54 +00:00
Luboš Luňák
3d55b14aa2 remove license header that confuses lngconvex
This is not C++ source.

Change-Id: I05fe98ef019df23fd4be0d7e281ebb877b545484
2012-11-20 10:21:57 +01:00
Luboš Luňák
b0126a2ea2 do not use exitcode 0 on failure
Change-Id: I47ce1502e8ffd58709a64a3ca520d59cb765bfaa
2012-11-20 10:12:52 +01:00
Miklos Vajna
a54e92737e README.cross: typo
Change-Id: I92a82a29fe217faaefe7e67228d59a9fb43526d5
2012-11-20 09:20:52 +01:00
Stephan Bergmann
98f97b45f5 These should talk about "OpenOffice.org" after all
Change-Id: I43ddfad9a91484551763fd6e3a89f17382b7a392
2012-11-20 08:43:53 +01:00
Stephan Bergmann
fecd6bc21d Remove merge junk
Change-Id: I291baa1e78d0033d242b407f96f37cdbab9fe62b
2012-11-20 08:43:22 +01:00
David Tardon
d42500f1f0 lngconvex needs liblangtag data
Change-Id: I788437db6a4031ee6ff406fcf56c5765158285dc
2012-11-20 07:09:59 +01:00
José Guilherme Vanz
4395680011 fdo#51304: Remove @author annotation
This commit removes some @author annotations and some cleanup.

Change-Id: Iaf2c4465825dc73af6c1d7377ae847262721c22b
Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1122
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-11-20 05:15:45 +00:00
Takeshi Abe
677a3f75e7 sal_Bool to bool
Change-Id: Icc13eb7a8c6720ac53163e3ee7842a22c2862ab3
2012-11-20 10:06:46 +09:00
Eike Rathke
9b24ce6da2 use LanguageTag
Change-Id: I28aff5533ec6cc31a3d6f3de3198452bd716ba62
2012-11-19 20:57:39 +01:00
Tor Lillqvist
160cfb5e5e Bin the HACK() sillyness
Change-Id: Ieeebc4098404fa006d66bb8b656172a4348b1dc1
2012-11-19 21:23:27 +02:00
Tor Lillqvist
debea9d325 no matching function for call to 'max(int, long int)'
Change-Id: I7533098781b0b6987cd852d74a688aac6e0af056
2012-11-19 21:23:27 +02:00
Tor Lillqvist
96682a78cf Fix misleading comment
Change-Id: I70155825cb591b9ef60d82d81e2a51e9e25b96e4
2012-11-19 20:32:40 +02:00
Tor Lillqvist
01e9e5672f Xcode says "'hash_set' file not found", and it seems unnecessary?
Change-Id: I95ee1f5c04571c692e8e7ef7faa75fcae76eef93
2012-11-19 20:10:58 +02:00
Michael Meeks
daeed90f45 re-base on ALv2 code. Includes:
Patch contributed by: Jurgen Schmidt
    remove onlineregistration with dependencies
    http://svn.apache.org/viewvc?view=revision&revision=1240245
    imported patch package_eventlistener.patch
    http://svn.apache.org/viewvc?view=revision&revision=1172103

    Patch contributed by Pedro Giffuni
    Accept Google Chrome OS fonts as equivalent to MS fonts.
    http://svn.apache.org/viewvc?view=revision&revision=1233155
    http://svn.apache.org/viewvc?view=revision&revision=1233408

    Patch contributed by Andre Fischer
    Do not add targets for junit tests when junit is disabled.
    http://svn.apache.org/viewvc?view=revision&revision=1241508

    Patches contributed by Mathias Bauer (and others)
    gnumake4 work variously
    http://svn.apache.org/viewvc?view=revision&revision=1394707
    http://svn.apache.org/viewvc?view=revision&revision=1394326
    cws mba34issues01: #i114600#: remove forbidden characters
    from list of unencoded characters
    http://svn.apache.org/viewvc?view=revision&revision=1172370

    Patches contributed by Oliver Rainer-Wittman
    some clean up in JPEGReader due to memory constraints
    http://svn.apache.org/viewvc?view=revision&revision=1299729
    119114 - method <UpdateDialog::addSpecificError(..)> - create
    entry with correct type
    http://svn.apache.org/viewvc?view=revision&revision=1305265

    Patches contributed by Ariel Constenla-Haile
    i118707 - make toolbar control's popup window grab focus
    http://svn.apache.org/viewvc?view=revision&revision=1225846

    Patches contributed by Herbert Duerr
    #i118662# remove usage of BerkeleyDB in desktop module
    http://svn.apache.org/viewvc?view=revision&revision=1213171
    minor cleanups in dp_persmap.*
    http://svn.apache.org/viewvc?view=revision&revision=1215064
    flush early to prevent problem with extension manager not
    cleaning up its objects
    http://svn.apache.org/viewvc?view=revision&revision=1228147
    i118726 do not flush *pmap file while reading it
    http://svn.apache.org/viewvc?view=revision&revision=1230614
    #i119048# migrate BDB extension entries using a simple heuristic
    http://svn.apache.org/viewvc?view=revision&revision=1300972
    #i119048# handle edge cases when importing BDB hash files
    http://svn.apache.org/viewvc?view=revision&revision=1301428
    #i119113# fix of-by-one when importing BDB files
    http://svn.apache.org/viewvc?view=revision&revision=1305420

restore our encryption settings, icon themes, and dictionaries.
removed wrapper hacks, kill obsolete bundled extension blob /
pre-registration handling, remove duplicated quickstart code.
remove OS/2 conditionals.
2012-11-19 17:44:55 +00:00
Michael Meeks
19e8dd66cb Revert "sb140: #i117084# do not leak Lockfile instance"
This reverts commit 1d38dbab29245e430792f7b3a4c14c94cd011504.

Conflicts:
	desktop/source/app/app.cxx
2012-11-19 17:44:54 +00:00
Michael Meeks
0d89cf29ad Revert "sb140: #i116910# do not leak Thread_Impl"
This reverts commit e700031cc4f60f62d862940cd40de73e32f9104b.
2012-11-19 17:44:54 +00:00
Andre Fische
7e7c1fd576 impress211: #i110990# Fixed slide show spanning multiple displays on Windows. 2012-11-19 17:44:54 +00:00
Eike Rathke
fe985aaa8e use LanguageTag
Change-Id: I4c55e30ec64f4e4d0217f226bc99ff693d054093
2012-11-19 18:27:18 +01:00
Radek Doulik
f3221085e3 export embedded spreadsheet(s), fixes n#780830
Change-Id: Iee8328a695b554d97f6805b64b98706b9e3d7ab9
2012-11-19 18:24:41 +01:00
Radek Doulik
787704495a limit buSzPct range
Change-Id: I41411301ee131f92b9725208e53133ee0f8a6f82
2012-11-19 18:24:33 +01:00
Petr Mladek
39afe720fe lo-pack-sources: use module instead of piece
we use git submodules, so it makes more sense (hopefully)

Replaced options:
    --no-lo-pieces with --no-submodule
    --piece=<piece> with --module=<module>

Removed hopefully unused option:
    --no-lo-core

Change-Id: Icbf742991ccda2f7833a5b50d51cb1421885383d
2012-11-19 18:16:25 +01:00
Eike Rathke
36e2f00bca use LanguageTag
Change-Id: I93bc72d3938775b4e7c599b0477a76ed0ce5d4ac
2012-11-19 17:53:37 +01:00
Petr Mladek
0746c95f26 lo-commit-stat: make it working with git submodules
renamed options:
    --no-piece to --no-submodule
    --piece=<piece> to --module=<module>

Change-Id: Ic4f1e3f4bdbe4f4fc175fea82e670310753ce130
2012-11-19 17:52:40 +01:00
Stephan Bergmann
f9059d4eee Key all browser plugin features to --enable-nsplugin
...instead of having them spread across --enable-nsplugin (plug LO into browser
windows) and --enable-mozilla (plug browser plugins into LO documents).  The
ultimate goal is to clean up the various configure options mentioning "mozilla"
and WITH_MOZILLA.

Change-Id: I6f4b1c3a5701424f586cc1e303af90c9d59a91b6
2012-11-19 17:41:01 +01:00
Petr Mladek
b479f7f767 lo-pack-sources: use the same top-level directory in all tarballs
It allows to avoid symlinks more easily.

In addition, I did some clean up. I removed support for packing pieces
from standalone checkout. I guess that noone is using it.

Change-Id: I3c712f5eb12108229a157c636e0a63eca4ae0d6b
2012-11-19 17:06:21 +01:00
Stephan Bergmann
ea64122c01 Further SYSTEM_MOZILLA/SYSTEM_NSS clean-up
...past 8648c974ea5e222027a5ac1c9a01cd9ac6e344a8 "Clean-up 'SYSTEM_MOZILLA' ->
'SYSTEM_NSS.'"  Looks like -DSYSTEM_MOZILLA in RepositoryExternal.mk's
gb_LinkTarget__use_nss3 was only relevant for
xmlsecurity/source/xmlsec/nss/nssinitializer.cxx (for which it had been set
explicitly in xmlsecurity/Library_xsec_xmlsec.mk, and renamed to SYSTEM_NSS
already).  And looks like xmlsecurity/Library_xsec_xmlsec.mk's explicit
SYSTEM_NSS code was more or less a duplication of RepositoryExternal.mk's
gb_LinkTarget__use_nss3, so made that DRY.

Change-Id: Ie6eca2c4eb7fb70f6a36c97d8681b4140f9870cb
2012-11-19 16:48:30 +01:00
Michael Stahl
7615f62b81 warning C4805: '==': unsafe mix of bool and sal_Bool
Change-Id: Ia3a21febe934b73401a008091c84766a2b798ca0
2012-11-19 16:44:02 +01:00
Zolnai Tamás
7228c24e38 Stop a memory leak in text_textsearch.cxx
Change-Id: I4dad05dbbe668ac7d7058cb43989f6a9f8e488a6
Reviewed-on: https://gerrit.libreoffice.org/1118
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
2012-11-19 15:14:38 +00:00
Stephan Bergmann
a05e1e4967 fdo#57224: Fix logic of considering optional/ambiguous value as "disabled"
...so that only a "not-registered" that is non-optional and non-ambiguous is
considered as "disabled" by user's intention.  Other combinations can occur for
broken extensions (that will thus become disabled again anyway when we try to
automatically enable them) and for originally enabled extensions for which
cleanExtensionCache in desktop/source/app/app.cxx has forecefully removed
user/uno_packages/cache/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc
(and which should rather be kept enabled).

Change-Id: Ic85b609ec9b3634cfa94a77151d42c07b9488030
2012-11-19 16:14:12 +01:00
Stephan Bergmann
8648c974ea Clean-up "SYSTEM_MOZILLA" -> "SYSTEM_NSS"
Change-Id: I47ec3aeb14445b697bf8f5af34c5d16a14069735
2012-11-19 16:14:12 +01:00
Eike Rathke
8ac150eb16 use LanguageTag
Change-Id: I4ffa1aa2dce0bf1d0c87d56f72589112ec1222a1
2012-11-19 15:52:52 +01:00
Michael Stahl
ce1d0822d0 warning C4100: unreferenced formal parameter
Change-Id: I49da06b94bdc91b1cdc4bb3d047804d353b0aba8
2012-11-19 15:28:02 +01:00
Stephan Bergmann
d7c5f37d13 Some clean-up
Change-Id: I02c56a86454b5ed6df29c3af60b3da2c7bd4b7e1
2012-11-19 14:17:33 +01:00
Stephan Bergmann
6f9c3bc8ed fdo#57224: Preserve disabled-state across reinstallDeployedExtensions
Change-Id: I8d65b76fd93b63b51db88b7b09902ba64732dd97
2012-11-19 14:17:33 +01:00
Mathieu D
aafe2fcbcb database names are case insensitive, fdo#51309
Change-Id: Iac9ac4e48115ea09aeffa11bbd8da399266aede9
2012-11-19 14:10:37 +01:00
Tor Lillqvist
98e9b5dc40 Use gb_VISIBILITY_FLAGS
Change-Id: I8ff9bb01bef265af70390ae94b762930689aa1ba
2012-11-19 14:36:55 +02:00
Michael Stahl
1f8d5eed2a python3: fix typos in makefile
Change-Id: I61ea54ff5a5771ad2dee1b3514c97fbdd9f241b9
2012-11-19 13:37:28 +01:00
Michael Stahl
760ef2ef74 SvNumberFormatter: warning C4701 pot. uninitialized variable nCheckPos used
Change-Id: I497d7ddc90bdfed9cd49e0b0c988a74f733bfa36
2012-11-19 13:35:00 +01:00
Enrico Weigelt, metux ITS
4e0766bced unusedcode exclude file: symbols known to be required
The file unused.easy contains a lot of symbols which are known
to be required, even they're currently not referenced by anyone.

Change-Id: I048c1656b240f7d601e4c99b8d9c4969b3954c87
Reviewed-on: https://gerrit.libreoffice.org/1084
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
2012-11-19 11:44:19 +00:00
Michael Stahl
fe71e7bd0c SalColormap: -Werror=conversion-null
That is actually XID, not a pointer.

Change-Id: I9fa807fc4f33c07b2b4ebbb5e1b7163eb53411c3
2012-11-19 12:41:51 +01:00
Miklos Vajna
ad913681c0 n#780645 DOCX import: add support for fixed column width
In general, DOCX tables provide a grid for the table, then use spans in
case different number of cells are used in different rows. In this case,
the cell width is ignored, as the wished width can be counted from the
grid and span values.

However, it's also valid to simply provide more cells then the amount
defined by the grid, and in this case the cell width should decide the
final width of the cells. This commit adds support for this later case.

Change-Id: I0dd6c1f0c06f81c2afa00489b7ad1f33ff300a7c
2012-11-19 12:42:10 +01:00