Commit graph

335269 commits

Author SHA1 Message Date
Michael Stahl
f1d0889058 put result of make test-install into top-level test-install dir
... and rename all DEVINSTALL variables to TESTINSTALL.

Change-Id: I2f745ff6324c078d5fd7d272911a9268fc5efd27
2013-10-01 18:03:36 +02:00
Michael Stahl
be59288ff4 make dev-install is obsolete
There is no need for developers to run it as part of the daily workflow
because instdir is much easier to use, so just let it print an error
message.  Also remove the "install" symlink.

Provide the previous dev-install functionality as "test-install" target
so that it is possible to quickly create some kind of actual
installation against which the subsequentchecks can run by
setting OOO_TEST_SOFFICE, to e.g. check that scp2 isn't missing files.

Change-Id: I8c0b05a87f55b1db8c1d1e76f64ab64b9cc695eb
2013-10-01 18:03:36 +02:00
Michael Stahl
9b92f21460 gbuild: fix dependencies in gb_SrsPartTarget__command_dep
Use -MP to output dummy rules for included files so build doesn't break
when an included file is removed.

Change-Id: Ib230cfa5d5da71c7f5c15af5bdaa5004e6b7a122
2013-10-01 18:03:36 +02:00
Miklos Vajna
bbef85c157 bnc#779620 DOCX import: try harder to convert floating tables to text frames
Since 78d1f1c283, we convert floating
tables to text frames only in case it's possible that there will be
wrapping, to give better results for multi-page tables, which are
multi-page, and technically floating ones, but that has no effect on the
layout.

The problem was that we try to do this decision too early, effectively
the page width and margins were counted from the default letter size,
instead of the actual values, which did not arrive at the time of the
decision. Fix this by moving this logic at the section end.

Change-Id: Ic1fbceb54c8ec223ed01836fafe6220bb3b2410a
2013-10-01 17:28:18 +02:00
Caolán McNamara
e85eadc888 Resolves: rhbz#1010995 div by 0 on some bizarre corner case
Change-Id: Ief192ac36df7f62c9e157dce9050b37297ccf0a4
2013-10-01 16:23:31 +01:00
Caolán McNamara
165aca6a01 Resolves: rhbz#1013480 crash in EditLineList::operator[]
avoid crashing anyway, though unknown how to end up in
this scenario

Change-Id: Ib602c73478e5c4772cfef73f70c67ad22877a39f
2013-10-01 15:16:57 +01:00
Caolán McNamara
d05a9ae25e Related: fdo#38838 remove UniString::AssignAscii
Change-Id: I263ef2594080ff7d47d5499c2b62e60e1689d2d6
2013-10-01 14:19:25 +01:00
Caolán McNamara
2655ef2d03 fix OUString conversion in lotuswordpro
second arg is number of input bytes, not number of resulting codepoints

Change-Id: I76ab899fa3875f37075214363188cf897e018f22
2013-10-01 14:19:25 +01:00
Stephan Bergmann
254f59f623 rhbz#1014010: Missing dependencies in isBootstrapType list
...the list has been fixed now by copying its elements into an ENTRIES file and
running "unoidl-write udkapi/ @ENTITIES TEMP && unoidl-read TEMP >/dev/null" and
adding any reported unknown entities until it succeeds.

However, the updated list lead to deadlock when css.reflection.ParamInfo UnoType
resolves css.reflection.XIdlClass UnoType resolves css.reflection.XIdlMethod
UnoType resolves css.reflection.ParamInfo UnoType, so broke the circle by no
longer resolving the interface methods' return and parameter types in
InterfaceType::dumpMethodsCppuDecl (which is why those type infos are only
generated on demand anyway; looks like this had been a careless thinko in the
generation of comprehensive type info that had remained unnoticed all the time).

Change-Id: I50ef2fde16242298e055c6fa5971e70fad1a2b68
2013-10-01 14:44:44 +02:00
Michael Stahl
1724f55432 sysui: remove cruft from freedesktop-menus.spec
Change-Id: I0e4dc2145fe4ddcb7b3e4d4d0233987a8b70dd34
2013-10-01 14:28:30 +02:00
Michael Stahl
9663478df8 fdo#69210: sysui: add AppData to system-integration RPM/DEB
Change-Id: Ifabf7965c922d7f719201cea39827acbccb57937
2013-10-01 14:28:30 +02:00
Richard Hughes
ceb9e098fc fdo#69210: sysui: add some AppStream AppData files
Change-Id: I5c4af1c36290f0e1b3815058bd68b952f6005f4a
2013-10-01 14:28:30 +02:00
Noel Grandin
340775da21 fix conversion to OUString in filedlghelper.cxx
in commit c82d932510
"convert remnants of String to OUString in SFX2 module"
when I created the SetToken method, I forgot to make the first
parameter a reference.

Change-Id: Id587e69ff0cdf46f645d8f9d1dc0e110ae80daa5
2013-10-01 13:08:25 +02:00
Caolán McNamara
0bca151974 don't show macro passwords when entering them
Change-Id: I0bd594a10efbd0469423d7463896f7e02f958ff1
2013-10-01 12:04:31 +01:00
Caolán McNamara
a4137a78a6 Updated core
Project: help  d12565b654b04222b6f60d182dd9e494311d7d59
2013-10-01 10:58:28 +00:00
Matúš Kukan
e1b51e7beb gbuild: use .xcd configuration files from instdir
..instead of .xcu files in solver/*/xml/registry
when running unittests and gengal.

Change-Id: I390a6c531d653acca7ef3379c49fe65fcb8f3c2a
Reviewed-on: https://gerrit.libreoffice.org/6057
Tested-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-10-01 10:54:14 +00:00
Manal Alhassoun
e8c8f02ffd Convert edit field dialog to widget UI
Conflicts:
	sd/AllLangResTarget_sd.mk

Change-Id: I7f60b1ac8a59e5e4a460fd26754dd83a7835ed45
Reviewed-on: https://gerrit.libreoffice.org/6073
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-01 10:54:07 +00:00
Tor Lillqvist
5055eb2ca3 Fix error: assigning to 'rtl::OUString *' from incompatible type 'const int'
Change-Id: I8374a78268a48377c6c00c710a4fa28aa26c2fe6
2013-10-01 13:39:22 +03:00
Caolán McNamara
d9c80f67d9 Updated core
Project: help  0b28df071531446de5cf300cf20d680f2a155863
2013-10-01 10:37:25 +00:00
Michael Stahl
d0c08311b0 cui: fix up WNT-only code
Change-Id: I70f1592ac26428611c2d8f6fc0090f97b9cd0025
2013-10-01 12:11:15 +02:00
Michael Stahl
4e601bda17 extensions: fix swapped "insert" parameters
Change-Id: If9667cad9fcc0ff3b1cc8d36c0619d80d7f3e2b9
2013-10-01 12:04:30 +02:00
Manal Alhassoun
ff3203c5c5 Convert change password dialog to widget UI
Change-Id: I0ff0eda77b849927fe6cffe5cf203c46ba9ef340
Reviewed-on: https://gerrit.libreoffice.org/6089
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-01 09:55:52 +00:00
Michael Stahl
5249bd69ff nss: apparently libcrmf.a is unused
Change-Id: I098f6824b39b72652d650171fa3021d777628af9
2013-10-01 10:39:57 +02:00
Michael Stahl
1d633ca8dd postgresql: remove ExternalPackage
Change-Id: I8dadaf1f21bc16f6889a00a002c48cb3d93fbe01
2013-10-01 10:39:56 +02:00
Michael Stahl
cb177b6d79 libxmlsec: stop delivering static and import libraries
... and also check COM instead of CROSS_COMPILING.

Change-Id: I049c9211d4b6eabe4012f66d39d86c7b025dc18c
2013-10-01 10:39:56 +02:00
Michael Stahl
2df9a25563 lcl_checkFrameBtlr: use SwTxtNode::GetTxtAttrAt
... which also finds the hint if it's not the first one in the array.

Change-Id: I5ff61305bcc896de0269c5bf47b237dce00142c4
2013-10-01 10:39:56 +02:00
Michael Stahl
8076eebf94 sal: require sun4u or newer hardware / SPARCv8plus / SPARCv9 CPU
Drop implementation of osl_incrementInterlockedCount /
osl_decrementInterlockedCount for antique 32-bit SPARC without
cas instruction (sun4, sun4c, sun4d, sun4m).

Apparently only NetBSD and OpenBSD even support such ancient hardware at
all, the Debian SPARC port already requires sun4u hardware.

Change-Id: Ic254622ae80ad65c9f545013b68d82665474402c
2013-10-01 10:39:56 +02:00
Michael Stahl
e568d2ad00 fontconfig: don't use gb_ExternalProject_use_packages directly
Change-Id: I4ebe1a8caded065043db997e34d5d2b205fcca20
2013-10-01 10:39:55 +02:00
Philipp Riemer
623f89b373 remove commented-out code in sw/source/core/doc/
Change-Id: I9b2c39a905b566dc94d5187e0ca2d177390c0b64
Reviewed-on: https://gerrit.libreoffice.org/6075
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-10-01 08:27:47 +00:00
Tushar Bende
7d637b7143 Unit test case added to verify chart rendering in Writer for docx
Unit Test case to verify Width & Height of Chart rendered

Change-Id: I2899b9bdaf251f82400ebee273b23d09add4b468
Reviewed-on: https://gerrit.libreoffice.org/6056
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-10-01 08:24:55 +00:00
Julien Nabet
f154d00206 Fix iterator management
Change-Id: I32ac35d3a4d0cc2376c5890086d1ff011442683d
Reviewed-on: https://gerrit.libreoffice.org/5998
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
2013-10-01 08:12:45 +00:00
Noel Grandin
9f4c18e64c convert remains of String to vbahelper module to OUString
Change-Id: Ibbecdd1c28ba078e1031ec6185beaff05b6d8b6e
2013-10-01 10:08:44 +02:00
Noel Grandin
b47e4dbc08 convert more of dbaccess from String to OUString
seemed to have missed this the first time around

Change-Id: I8b7b78c95c576b178e3e181c7589da81e5189ee3
2013-10-01 10:08:44 +02:00
Noel Grandin
4068562f5d convert String to OUString in lotuswordpro module
Change-Id: I4af6a11084f3337df1f6278b28fd0fd9d94d6a6a
2013-10-01 10:08:44 +02:00
Noel Grandin
2e767575c4 convert remnants of String to OUString in filter module
Change-Id: I83cea804b73d9219019354223bd2c966f52c5688
2013-10-01 10:08:43 +02:00
Noel Grandin
d11ed5a57e convert dbaccess module from String to OUString
Change-Id: I110c925f8d955dfd841cdd1092c13df4d8205393
2013-10-01 10:08:43 +02:00
Noel Grandin
5a9e9c8a22 convert open-coded array into std::vector
Change-Id: I067e1ddcf2c46ac55ed2c5b92db8edb19dc6a0f1
2013-10-01 10:08:42 +02:00
Noel Grandin
ea2c80bdcd convert CUI module from String to OUString
Change-Id: I79bdab414d448a0d619b80857d7b31633c116f81
2013-10-01 10:08:42 +02:00
Noel Grandin
183f260e7e convert FORMS modules from String to OUString
Change-Id: Iadb3638b03e1a9712553ea5e4c041493d4e1656a
2013-10-01 10:08:41 +02:00
Noel Grandin
ec79a0ca3e convert remnants of String to OUString to OOX module
Change-Id: I55a620063a1021830802c5bc41b425fd134b449f
2013-10-01 10:08:41 +02:00
Noel Grandin
9a5997374f convert basctl module from String to OUString
Change-Id: Iac38d4fd5d1d8b5c305bbb20eb1b40a7c7dec9bf
2013-10-01 10:08:40 +02:00
Noel Grandin
cb918dda4d convert remnants of String to CHART2 module to OUString
Change-Id: I799d7ff1d9e8a72b1e68e53aa7d9ef21a2d299b1
2013-10-01 10:08:40 +02:00
Noel Grandin
b879adc316 convert UUI module from String to OUString
Change-Id: I0dfcdb0b95112b5ee18b05d0c496059292be65c4
2013-10-01 10:08:40 +02:00
Noel Grandin
c82d932510 convert remnants of String to OUString in SFX2 module
Change-Id: Ie07684f2b8b902b0ce0844eabc8174482e02d8db
2013-10-01 10:08:39 +02:00
Noel Grandin
4805c2f499 convert padmin module from String to OUString
Change-Id: I1533ceef08ac3e330604115e0831fb01477aa958
2013-10-01 10:08:39 +02:00
Noel Grandin
ab63cac8cf convert fpicker module from String to OUString
Change-Id: I665facff9f37f089f97e91f71e45578ad03e0653
2013-10-01 10:08:38 +02:00
Noel Grandin
92ee5e9433 convert last bits of String to OUString in svgio module
Change-Id: Ic056c83ba239e3c9066026a95d1b01d0b1fc5539
2013-10-01 10:08:38 +02:00
Noel Grandin
9fc44bd235 convert remains of String to OUString in formula module
Change-Id: Ieca67b54535a6e11ba8fc20f6d02c501f6b7affd
2013-10-01 10:08:38 +02:00
Noel Grandin
9c15d1ad18 in editeng module, convert remains of String to OUString
Change-Id: I634e1fc2b63461d94a9e7d27c809d559740da7c0
2013-10-01 10:08:37 +02:00
Noel Grandin
0d586f5b7e convert leftovers in filter module from String to OUString
Change-Id: If8954c39fec724066d46fe5d8c7e486d9bf6e955
2013-10-01 10:08:37 +02:00