Commit graph

336537 commits

Author SHA1 Message Date
Tor Lillqvist
389a61ab46 We want config_host, not config_build
We use GNU cross-compilation terminology: "host" means the platform
the code being compiled will run on (this is often somewhat surprising
to those unaware), and "build" means the platform the build tools (=
the compiler, linker etc) is running on.

For an iOS app, "host" is iOS and "build" is OS X.

There is also "target" but it is in this case the same as
"host". (Only in a so-called Canadian Cross situation is "target"
different from "host" (and from "build").)

Change-Id: I6eefa982916f0660afd259770bf455cf28793670
2013-10-16 00:16:58 +03:00
Tor Lillqvist
f222e8efcf Set ARCHS = armv7 otherwise Xcode complains for me about armv7s
Change-Id: I59767af5fe4b2067a175c6882ecb3edf3c4ee2f7
2013-10-16 00:16:58 +03:00
Tor Lillqvist
298c69d56e Generate the ios/lo.xcconfig at configure time
Also, add INSTDIR and WORKDIR.

Change-Id: I16266202c2e2d005533f7ffbcc2ae41f63833928
2013-10-16 00:16:57 +03:00
Tor Lillqvist
848d06690c Remove file that contained pathname specific to one developer's machine
Change-Id: Ia8eb3ad11c947bae64b5758fd4c0820bf3c09905
2013-10-16 00:16:57 +03:00
Stephan Bergmann
d9da04ddc1 Some string clean-up
Change-Id: Ic046150605c599746ed3235c04bcbc981e18e589
2013-10-15 22:52:26 +02:00
Stephan Bergmann
57af2ee947 Allow starts-/endsWith* to also return the rest of the matched string
...as there are many cases where the code later wants to obtain this part, and
esp. for the string literal variants it is awkward to calculate the length of
the literal again if this is coded with a following copy() call.  Adapt some
code to use this new feature.

(Strictly speaking, the @since tags for the---backwards-compatibly---modified
functions are no longer accurate of course.  Also, clean up some sal_Bool and
SAL_THROWS(()) that are unnecesssary cargo-cult here, and where the clean-up
should have no practical compatibility consequences.)

Change-Id: I43e5c578c8c4b44cb47fd08f170b5c69322ad641
2013-10-15 22:52:26 +02:00
Stephan Bergmann
bb20def9f6 Simplify some matchAsciiL -> match
Change-Id: Ib0cac79b86ed60b4df1fc90db15842cc99abc1e9
2013-10-15 22:52:26 +02:00
ptyl@cloudon.com
2b60f46e25 Add the new iOS app project files
Change-Id: I9ac049ef61e698afda1577a630e1185c75a33734
2013-10-15 22:52:06 +03:00
ptyl@cloudon.com
79d83741eb New iOS client code
does not work yet - needs fix by tor after refactoring of ios-bootstrap.h

Change-Id: I0728306beb734511bd3f16e2e4922fd726bb37da
2013-10-15 22:38:04 +03:00
Stephan Bergmann
a83b3b5d45 Minimizer: *.mini was saved w/o .odp etc. extension (and clean up)
Change-Id: I4626794f7816ae455a392cdc0acbac42c866fff4
2013-10-15 18:24:14 +02:00
Stephan Bergmann
4fa1fa931e Use OUString::replaceAll
Change-Id: Ide87f07a97a51d924947f7959016164b98ab43f9
2013-10-15 17:57:16 +02:00
Stephan Bergmann
8fc7e560db Make building installation sets depend on --with-package-format=...
...instead of inconsitently having it depend on --enable-epm for some platforms
and having it always enabled on Windows.  Only Android and iOS are presumably
still special and build any installation sets in their specific modules and
outside instsetoo_native.

One consequence is that for a non-Windows --enable-online-update
--without-package-format build, instdir's version ini-file contains an
UpdateURL that ends in just "?pkgfmt=" without an actual format identifier.
However, checking whether the update feature would actually work is difficult
for most such developer builds, anyway.

Change-Id: If14fcf0b2e612499811e8a6e067a854bda612c42
2013-10-15 17:57:16 +02:00
David Ostrovsky
cc2a405915 fdo#61950 De-extensionize presentation minimizer: post clean
Change-Id: I7d21f1d67b13fcd83792503e8c72ccf16fbda1ec
Reviewed-on: https://gerrit.libreoffice.org/6247
Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-10-15 15:50:12 +00:00
Caolán McNamara
1b0f568853 silence Non-Layout Enabled Page is visible warning
Change-Id: Ib5daaaae02d774e2d47ad0dbc36444a50e03b539
2013-10-15 16:34:46 +01:00
Caolán McNamara
7c75d9ef46 unused class
Change-Id: I820c9c79113007df096c4efe9e8fc30b93e2b7ae
2013-10-15 16:26:53 +01:00
Miklos Vajna
265c7d6236 sw: enable (most of) CppunitTest_sw_ooxmlimport/export on Mac
This used to be problematic due to the flashing windows, but it was
stated recently that we already have those anyway due to e.g. gengal. It
turns out all our DOCX filter tests pass just fine on Mac, except one
checksum test -- make *that* an exception instead.

Change-Id: Id5e620a33b9b05f154e4072a8a49f335837079ea
2013-10-15 17:25:17 +02:00
Miklos Vajna
1f6435d986 WW8 import: fix handling of sprmPIlfo when sprmPIlvl is missing
Commit 542a0d7260 (#100044# Cleanup for
optimization defines->enums, 2002-08-14) added the problematic "else"
without mentioning the reason, so I assume it's safe to just revert that
part.

Change-Id: Id90fbdfb1116be458a76c9653fec0633edc34fac
2013-10-15 17:03:21 +02:00
Eike Rathke
8ab1c6103d could not convert from ‘const char*’ to ‘rtl::OUString’
Since 3eb84bcb45 which apparently Clang
has no problem with.

Change-Id: I21af4e20dd116705e53d73a968fde478bff142bb
2013-10-15 16:59:36 +02:00
Takeshi Abe
47794c41b1 Drop unused inline function
Change-Id: I1b59a22cd461f9a6cfc371de4c3a1595c8d8f339
2013-10-15 23:39:57 +09:00
Tor Lillqvist
3a6a1d6583 Revert "fix polygon rendering with clip area of one line only"
Sorry, but this breaks the basebmp unit test.

This reverts commit 064da28833.
2013-10-15 17:33:48 +03:00
tsahi glik
064da28833 fix polygon rendering with clip area of one line only
Change-Id: I7f1b2c45109ed8011b76013ccb488cdfd12c7868
Reviewed-on: https://gerrit.libreoffice.org/5709
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-15 14:27:53 +00:00
Caolán McNamara
36f4a79565 fix warning about missing images in startcenter
persumably the intent is to show these ones

Change-Id: I3110b7efb7acdf689825f78989aba4010abbcc59
2013-10-15 15:15:21 +01:00
Miklos Vajna
74904ca6b0 fdo#36868 WW8 import: allow outline numbering and list style in the same ...
.. paragraph style

The original problem (from a user's point of view) was that the second
level of the numbering started from 1.1 instead of 2.1 in the bugdoc.
This was fixed by using outline numbering for level 2 as well, but this
is problematic in many cases: we want to have outline numbering exactly
when outline numbering is enabled for the given paragraph style.

So revert the change in SwWW8ImplReader::SetStylesList() and fix it
differently: SwWW8ImplReader::RegisterNumFmtOnStyle() explicitly ignores
list style if outline numbering is available with no good reason. Both
the WW8 format and Writer core allows to have outline numbering and a
list style at the same time, so set list style even when outline
numbering is available. This fixes the original issue, too -- without
introducing nasty fake outline numbering usage.

Also add a testcase for the original issue.

(regression from e3d5c3e074)

Change-Id: Id7d2d67a96a858aee3230110cb518fea51d19d38
2013-10-15 16:10:04 +02:00
Stephan Bergmann
706c5a54f6 -Werror,-Wunused-variable
...I assume the whole point of 319b160320 "CMIS
file picker: it really does not like ID Mark" was to actually use the result of
impl_normalizeURL.

Change-Id: Id94c7785183d96f2a2c3f08caa72af045a1212ba
2013-10-15 15:52:57 +02:00
David Tardon
1f78e02a2a fdo#70487 fix l10n of install sets
Change-Id: I97b821e1e039b3ca529ebac7efb63648e5d353a3
2013-10-15 15:39:36 +02:00
Cédric Bosdonnat
3de7c7b585 CMIS: show commit comment in versions dialog
Change-Id: I0d3b3d8dfe160b00c70acb98bdf4e37d088dc4c6
2013-10-15 14:50:32 +02:00
Cao Cuong Ngo
319b160320 CMIS file picker: it really does not like ID Mark
The file picker can't go back folder if we use
ID mark in the URL.

Conflicts:
	ucb/source/ucp/cmis/cmis_content.cxx

Change-Id: I6985feec71dc23848ee022e0bab9e8515a21ffd2
2013-10-15 14:50:31 +02:00
Tor Lillqvist
8a8d1e5b49 Add operator<< to some classes for debugging output
Change-Id: I74a4c1217cc89e9d5da02a47ed45d6ce5fceb815
2013-10-15 15:45:18 +03:00
Tor Lillqvist
12947fd00d Add outmap.cxx
Change-Id: Ied91c3edf9e4c8996a08ea722ba8dd409357d7b5
2013-10-15 15:45:14 +03:00
Tor Lillqvist
fe6e90d2b4 Require at least iOS 6.1
Change-Id: I6e75db10028143ef5926ceed8029e0404ab82d2b
2013-10-15 15:45:11 +03:00
Tor Lillqvist
11c85aa540 Avoid "<Error>: clip: empty path" messages
Change-Id: I6f640c0c4459f8330261ca59145a10b7a624bbe8
2013-10-15 15:45:07 +03:00
Julien Nabet
2f8757e961 Use SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP part2
Change-Id: Id3691ab81af466dd21cc86592c5ac0c2c7a1c8f7
Reviewed-on: https://gerrit.libreoffice.org/6244
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-15 12:31:26 +00:00
Armin Le Grand
20658ca9f8 Resolves: #i123407# Do not insist on CF_DIBV5 for clipboard data
also accept CF_DIB

(cherry picked from commit b7d59ee36d0786aba13e6b00d93cdfa0045e5379)

Change-Id: Iaafdeab981d6621e6696a642c68e29392af3e200
2013-10-15 13:27:31 +01:00
Caolán McNamara
1cb01c477c Resolves: fdo#47958 shrink cut/paste more and rework a bit
I'm concerned that the scoping of the dtor will cause events to happen in
different order to the original. So rework the require explicit Notify calls
rather than implicit dtor calls instead of going about the place putting in
scoping brackets

Change-Id: I7f3ac4ef3c073da74a9cc49888a59dec12805b0f
2013-10-15 13:26:10 +01:00
Julien Nabet
a1077b3cbd fdo#47958: gross cut/paste signal emission nonsense
Change-Id: I60b7a4c5b80410429e5489ee6517bbda8cf328dd
2013-10-15 13:26:10 +01:00
Stephan Bergmann
8552e5fa1c fdo#61950: Add back icon for "Tools - Minimize Presentation..." menu item
Change-Id: I6472dff21bb7e1cbec6efbfc01b74ea593f56afc
2013-10-15 13:06:24 +02:00
Tor Lillqvist
281dc40522 WaE: unused variable 'aNewURL' [loplugin]
Change-Id: Ie6ee864b79c29dd6ed29c4b41858187f3025cb5a
2013-10-15 13:56:55 +03:00
Noel Grandin
1014cc94e8 more fixes for OUString conversion in Windows build
More std::min pickiness, and some ternary operator pickiness.

Change-Id: Ic7feed165c6bb35e08a5e44031d06a1fcb298983
2013-10-15 12:55:36 +02:00
Eike Rathke
66a96c8274 clean up SbiScanner::NextSym() a little, fdo#70319 follow-up
Number recognition was suboptimal and didn't properly resync scan
positions after having detected an error.

Change-Id: I278fdaaf17ed40560785deaaad0e3412a249d90a
2013-10-15 12:52:15 +02:00
Noel Grandin
f85c494b53 fix OUString conversion in sw/inc/dbgoutsw.hxx
Change-Id: I12fc3a536e7ef46c0a1752f648e2654f9f96cdeb
2013-10-15 12:44:19 +02:00
Noel Grandin
e537049caa fix some fallout from my OUString conversions
std::min on Windows is a little pickier

Change-Id: I34212839f8b3fd934992278dfca60a3a26af8171
2013-10-15 12:34:38 +02:00
Noel Grandin
02bfed8a53 convert sw/source/filter/ww8/*.cxx from String to OUString
Change-Id: Ibdd454008244b9a6db5037f511ac2da723648d89
2013-10-15 12:25:49 +02:00
Noel Grandin
1331b4736f convert sw/source/filter/xml/*.cxx from String to OUString
Change-Id: Ia02ad8c31561abb672c8dbacc5985bb01cff4e70
2013-10-15 12:25:48 +02:00
Noel Grandin
fa469b2e00 convert sw/source/ui/app/*.cxx from String to OUString
Change-Id: I08cb425ae4be64116c3f88dad73d330a953af77a
2013-10-15 12:25:48 +02:00
Noel Grandin
6e788be6d3 convert sw/source/ui/chrdlg/*.cxx from String to OUString
Change-Id: Iec98511d65b2a3ecf43586055fb62f48675cbd1b
2013-10-15 12:25:48 +02:00
Noel Grandin
4c943e5b82 convert sw/source/ui/config/*.cxx from String to OUString
Change-Id: Ib985a8794c1d7b5991d2b768fd77d92804625ab9
2013-10-15 12:25:48 +02:00
Noel Grandin
cb61b3c1b4 convert sw/source/ui/dbui/*.cxx from String to OUString
Change-Id: I302fc2630f22a9d7a050b666cad0eb2cea0f5663
2013-10-15 12:25:47 +02:00
Noel Grandin
c1bc91fc48 convert sw/source/ui/dialog/*.cxx from String to OUString
Change-Id: I668952728724dbb6c3d328ddf66e51113cc76e3d
2013-10-15 12:25:47 +02:00
Noel Grandin
9c52261c39 convert sw/source/ui/docvw/*.cxx from String to OUString
Change-Id: I3a70366bc4992557393ce478f0c457b26881402b
2013-10-15 12:25:47 +02:00
Noel Grandin
8cb77fd34a convert sw/source/ui/envelp/*.cxx from String to OUString
Change-Id: I47cf96da2ed61430257b23b238a8926c8041a98e
2013-10-15 12:25:46 +02:00