326094 Commits

Author SHA1 Message Date
Luboš Luňák
e2e2cc6114 remove usage of RTL_CONSTASCII_USTRINGPARAM
Mechanical removal of usage together with OUString ctor, done
by compiler plugin.

Change-Id: I554227f76df0dac620b1b46fca32516f78b462c5
2013-05-06 16:51:45 +02:00
Luboš Luňák
d01768c31a Revert "ignore already seen locations in compiler plugins"
This does not always work well, e.g. when building a return value
in a return statement from a temporary, there is CXXConstructExpr
containing CXXTemporaryObjectExpr, which both share the same location.
This reverts commit 1c0669af2f1f58e6431b5e489ac48a883e242ba7.
2013-05-06 16:49:36 +02:00
Luboš Luňák
a0da672521 ignore already seen locations in compiler plugins
Change-Id: Icba8dfa61aee7237af569b2414b1cf4ce93ca476
2013-05-06 16:49:36 +02:00
Luboš Luňák
6f16cfb5a6 Fix handling range in removeText().
Turns out removeText( SourceRange ) treats it as a token range, so it's
not always character-exact if used for removal of only several characters
from a token (e.g. an identifier).

Change-Id: I0223d52da90f9535d9ef1d48b0f56d69131536c8
2013-05-06 16:49:36 +02:00
Fridrich Štrba
0bac488a1b Did not want to push this thing ;)
Change-Id: I2dfaa895a3efefa6fee8d21575f148ef9bba03c3
2013-05-06 16:17:07 +02:00
Stephan Bergmann
690a554613 Revert "fdo#46808, Convert SystemClipboardExt service to new style"
This reverts commit 135d20caa4178c3a6d7682b547c5da6d58310f01.
Conflicts:
	vcl/source/window/window.cxx

There is no implementation of the SystemClipboardExt service, so Window::GetClipboard
would now always fail with catching an Exception, instead of trying to create a
SystemClipboard if SystemClipboardExt is unavailable.  (I'll clean up the unused
SystemClipboardExt in a follow-up commit.)

Change-Id: Ic3c45b148057e174d3487aedb4176549cb28f3c0
2013-05-06 16:09:07 +02:00
Faisal M. Al-Otaibi
5bff7f5207 fdo#63878 fix the zoom problem when the sheet are RTL
Change-Id: Ie451b7a84b5481e9209c5b6d6d439844de5082fd
Reviewed-on: https://gerrit.libreoffice.org/3789
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
2013-05-06 13:39:30 +00:00
Arnaud Versini
759c301785 SW : Fix crash by checking find result
Change-Id: I6caf18b110dd0a40f09e185c00cb238261457db3
Reviewed-on: https://gerrit.libreoffice.org/3783
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
2013-05-06 13:28:39 +00:00
Fridrich Štrba
d526091eb1 WRITER_DEBUG_MSG -> SAL_[INFO/WARN]
Change-Id: I8bdcc273b50e35dbbb0e34183a465e370cc5b22c
2013-05-06 14:51:23 +02:00
Marcos Paulo de Souza
d5d7d18d5c fdo#60924: Move some more libs to autoinstallation
Change-Id: I7383da4390995ad9ea2d4fb494098dab6287609f
Reviewed-on: https://gerrit.libreoffice.org/3758
Reviewed-by: Matúš Kukan <matus.kukan@gmail.com>
Tested-by: Matúš Kukan <matus.kukan@gmail.com>
2013-05-06 12:45:46 +00:00
David Tardon
9fc31b75d6 make sure the output dir exists
Change-Id: I71fac6a4e8283d293a6bd50637ff3a1e6c2ad40d
2013-05-06 14:22:32 +02:00
Petr Mladek
29884e1f4b bump product version to 4.1.0.0.alpha1+
Change-Id: I131364a0c80626b82939b641012abdfd11e9fabe
2013-05-06 14:19:56 +02:00
Stephan Bergmann
3def5194dd Revert "Blind fix for MSVC"
9041dac37f912a6f183be9f6b6558f1ef44280c0.  The correct fix was
f4227c822c7f5a4e1e1b3b4e096cb63cf710a3f1 "Blind fix for MSVC, take two."

Change-Id: I6c319a0f7a1d3dbcffbd4be8ac02682e5fdd7802
2013-05-06 14:17:42 +02:00
David Tardon
3992cf60d7 gbuild: only add files to existing help packs
Change-Id: Idea360fdd78f21f5f42500da938340bb1870f29f
2013-05-06 13:53:03 +02:00
Miklos Vajna
4144cd5a85 fdo#42144 WW8 export: avoid writing pointless empty footers
Regression from 1348288905ffa75d3634eee4392ba4660d28cdb9 (mismerge, I
guess), when header was enabled, actually empty footer was exported,
even in case footer was disabled.

Change-Id: Ied55dc2a9f0faef87689c07935a47db384d37e1a
2013-05-06 13:02:26 +02:00
Stephan Bergmann
e50ef53102 Fix adaption to SAL_INFO
Change-Id: I12e32c0323e21946b795ca7f2af392930f55eed6
2013-05-06 12:19:05 +02:00
Stephan Bergmann
70100b8290 Hashtable -> HashMap
Change-Id: Ib5c49240e76ebe7fd9a651cd7c6d6041171fc541
2013-05-06 12:10:05 +02:00
Noel Grandin
8bebd29976 Java cleanup, remove unnecessary @SuppressWarnings annotations
Change-Id: Ib5df091fc4a6233b526c44ae42dbdbacb0bef7c6
2013-05-06 11:45:58 +02:00
Noel Grandin
402c8f5f1e Java cleanup, close file handles when done with them
Change-Id: I79e6e0b8f53ae6f232c34aa8e833853d2ec24cf0
2013-05-06 11:45:56 +02:00
Noel Grandin
7cba598a7d Java cleanup, delete some dead code
Change-Id: I4423cc7ec49769e256f73d9b7fba7b78f84f932f
2013-05-06 11:45:55 +02:00
Noel Grandin
8be40d31d7 Java cleanup, convert Hashtable to HashMap
Change-Id: If8a9c0c3a4b357fb9c0ff096f44ed1b44ebbcef4
2013-05-06 11:45:53 +02:00
Noel Grandin
e527a34005 Java cleanup, convert more Vector to ArrayList
Change-Id: Icb807382eaf50f515f2c9dfada0c061414baed33
2013-05-06 11:45:51 +02:00
Noel Grandin
587c59fbc9 Java cleanup, Convert Vector to ArrayList
Change-Id: I323a6625f93347e69f3114fc10cb04dc759a539f
2013-05-06 11:45:50 +02:00
Noel Grandin
95e1ecbf89 remove some unnecessary casts
Change-Id: I63b0ce257b40caa53aef337e953ce8d07862d292
2013-05-06 11:45:48 +02:00
Noel Grandin
e10300dc78 use generics and convert from Vector to ArrayList
Change-Id: Idcc7d0c386ff59ddee95667939969259cdf11d02
2013-05-06 11:45:46 +02:00
Noel Grandin
f8135956a8 fix typo
Change-Id: I228a93e2b701fa787fc6d7d721acaf1f6e010b89
2013-05-06 11:45:45 +02:00
Noel Grandin
422474a876 fix typo
Change-Id: I785c022c9f38eb54ba27fd76bb032f5fa7f34b63
2013-05-06 11:45:44 +02:00
Albert Thuswaldner
b9cd66b970 fdo#51828 - UI: Sort: can use more than 3 criteria once only - additional fix
Change-Id: I569766945d96eae74479e310d674c9420e9a2b4b
Reviewed-on: https://gerrit.libreoffice.org/3772
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-05-06 09:41:58 +00:00
Chris Sherlock
256e42646b Convert EMFP_DEBUG to SAL_INFO, etc.
* Change to SAL_INFO instead of EMFP_DEBUG in emfplus.cxx
* Use #ifdef OSL_DEBUG > 1 to conditionally compile in debugging routines
* Remove some commented/conditionally compiled out code
* Change logging area for SAL_WARN from cppcanvas to cppcanvas.emf

Change-Id: I6db0021807634070cfa2fee0f07e32d235b3d2f3
Reviewed-on: https://gerrit.libreoffice.org/3782
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
2013-05-06 09:39:43 +00:00
Noel Grandin
46662428b2 fdo#46808, Convert graphic::Primitive2DTools to new style
Change-Id: I9719b43dbf98cfca29638f54cc907e48c7ad28b7
2013-05-06 11:27:50 +02:00
Noel Grandin
6e0d0934d0 fdo#46808, Convert some XMultiServiceFactory to XComponentContext
Change-Id: I65a4399de203e02b8fc90c7d2e4c783d5c156de5
2013-05-06 11:27:50 +02:00
Noel Grandin
647f348c62 fdo#46808, Use service constructor for rendering::CanvasFactory
Change-Id: If6bebe0d2dfb30c3fffd0fb284cd766e3f315b49
2013-05-06 11:27:49 +02:00
Noel Grandin
135d20caa4 fdo#46808, Convert SystemClipboardExt service to new style
Service already existed, just needed an IDL file

Change-Id: Icde7c41e48b8c511976c2a65a87dca064546fa95
2013-05-06 11:27:49 +02:00
Noel Grandin
e4f37435a0 fdo#46808, Use service constructor for uri::ExternalUriReferenceTranslator
Change-Id: I723b1baf50b75f6aaea86a4784ee10a3d2196e83
2013-05-06 11:27:49 +02:00
Riccardo Magliocchetti
2ac38d1eac configure: with --enable-headless disable opengl by default
Change-Id: Ia09d30c7ffe6b8597c6b23921feed07151aab04c
2013-05-06 10:31:32 +02:00
Tor Lillqvist
06b4b58f52 No need for conditionality has been turned on since 2004
Change-Id: I0e1708f1102dab8e0424d12b50da25f726e8a5f6
2013-05-06 10:50:19 +03:00
Miklos Vajna
3155a8e60f xmlsecurity: drop no longer needed RTL_ASCII_USTRINGPARAM macro
Change-Id: Ia08688ef3c262ba4379213231032c73404ae748b
2013-05-06 09:24:01 +02:00
Markus Mohrhard
5aa9cfedc3 make Excel happy
Why the f*cking hell do we need file format specs if they are ignored
and we just write into an implementers note what we want to see in the
spec. And at least if there is an implementers note file make sure to
mention all the cases and save me the reverse engineering time.

Change-Id: I08c2c9963fc6f2780e49a89f988a758665e007fa
2013-05-06 02:59:05 +02:00
Khaled Hosny
9a8f125fa7 [harfbuzz] Support Unicode variation selectors
Change-Id: I8c56f45505327857613c39b28da3ae7cc3ad201c
2013-05-06 01:43:34 +02:00
Khaled Hosny
26ec39fc9f Revert "#i103131# in doubt treat unicode variation selectors as invisible(cherry picked from commit 179f88dfe5a1eb2ebd051d73b50f1e0af9c12fd9)"
This reverts commit 6840ba613cc46ee65d58612ecabe748d539de9f5.

We don't want this since we can now support variation selectors with
HarfBuzz.
2013-05-06 01:43:34 +02:00
Markus Mohrhard
09d486b897 data label export does not work with bar charts
Excel just removes the chart during import. Additionally we should work
on only exporting the data label information for points that really
contain data labels.

Change-Id: I80aef8effe27c729feb69c25c319ca129dc961a5
2013-05-06 01:36:23 +02:00
Markus Mohrhard
062b9f0bdc remove unnecessary explicit namespaces
Change-Id: Idb6bf5704a3b569ae4ae19d35526f19528ab63a6
2013-05-06 01:36:23 +02:00
Markus Mohrhard
6e2292b3cd map full transparent solid fill to no fill, fdo#64224
Change-Id: I9ec33b347647bfcd6c1411c4db7af51ca597dc8e
2013-05-06 01:36:23 +02:00
Markus Mohrhard
93abb2082a let us be explicit about default values
Different MSO versions behave differently in respect to the default
values. 2007 is not compliant to OOXML and is what our export filter
expects, 2010+ are compliant to OOXML and therefore our charts look
awful.

Change-Id: If301d878a1603ed9835884cfbb9ed9c902526ba0
2013-05-06 01:36:22 +02:00
Philipp Riemer
bcb662a210 follow up to commit 2e109641648bed508318d3b65a385f5b9e78edf7
Norbert cherry-picked the original patch [1] without changes. However
some sentences in it where translated misleadingly. So here I am merging my
remarks/corrections to it, plus some minor changes regarding whitespaces
in front of punctuations.

[1] see https://gerrit.libreoffice.org/3788

Change-Id: If5fa033c48b2bd16fc0b83195ba4d46f5051414b
2013-05-05 23:18:17 +02:00
Joren De Cuyper
2e10964164 Partially translate german comments in sw/source/filter/ww8/
Please, only apply this patch if you are a native speaking German.
I'm not a native speaker, so a double check is really necessary and appreciated.

Thanks in advance!

Change-Id: I9493d128e124d319391aa851ae364aefeb27c512
Reviewed-on: https://gerrit.libreoffice.org/3788
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-05-05 20:58:28 +00:00
Julien Nabet
81870e5333 coverity#1000604: Dereference after null check
Change-Id: Id9c3b7eb29c58c55c100db6da644b232ada550ee
Reviewed-on: https://gerrit.libreoffice.org/3791
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-05-05 20:34:46 +00:00
Andras Timar
3805ee5f21 moz: build fix
Change-Id: I85e573add83d46550822e55e691b61fc2729475a
2013-05-05 12:44:23 -07:00
Khaled Hosny
784cd10c31 [harfbuzz] Fix vertical text layout
"Fixed" in the sense that it works exactly like the non-HarfBuzz case,
but that is already a bit broken. Need to get rid if the little OpenType
layout engine in ServerFont::ApplyGSUB() and use HarfBuzz's vertical
text layout capabilities.

Change-Id: I32abe385575bd5d1b66e573dfe2fc7f412d02254
2013-05-05 21:16:31 +02:00
Andras Timar
919f853278 moz: build fix
Change-Id: I1a8685ec5fff2e78aa9eb97ba9b331a1a2a99e74
2013-05-05 12:06:49 -07:00