David Tardon
2be8a22e83
binaryurp does not need offapi
...
Change-Id: I4196e763e8374d1f50700c20362245224acb9e13
2013-03-30 18:51:50 +01:00
David Tardon
4e3b172595
stop delivering useless rdb for InternalUnoApi
2013-03-30 18:51:50 +01:00
Thomas Arnhold
083092e808
OSL_FAIL -> SAL_WARN
...
Change-Id: I1871e5e3a319b2d5177ae4bd470046c022c14eb7
Reviewed-on: https://gerrit.libreoffice.org/3121
Reviewed-by: David Tardon <dtardon@redhat.com >
Tested-by: David Tardon <dtardon@redhat.com >
2013-03-30 17:37:54 +00:00
Julien Nabet
3e0ff98f53
Prefer prefix ++/-- operators for non-primitive types
...
Change-Id: I7db719ab118ff1003594bc481e11a5dbf7946b57
2013-03-30 18:23:38 +01:00
Julien Nabet
a6aaee2e39
Prefer prefix ++/-- operators for non-primitive types
...
Change-Id: I7b3fb6f5c8b4dfed5ff225edecfe41d85a6f621d
2013-03-30 18:23:37 +01:00
Julien Nabet
0a7c31d2a2
Prefer prefix ++/-- operators for non-primitive types
...
Change-Id: I947709235e714a208eff6b57a7eba2f7dd386893
2013-03-30 18:23:37 +01:00
Julien Nabet
6d8416c8b4
Prefer prefix ++/-- operators for non-primitive types
...
Change-Id: I98d8c5982b42b2f3283c50cf1da11331040ab884
2013-03-30 18:23:37 +01:00
Peter Foley
bdc6b41fa6
fix typo
...
Change-Id: I5b11f1bb94841b08fd82da31ff348ffca4c487c6
2013-03-30 13:13:09 -04:00
Peter Foley
3fe98a7513
Create empty pagein file if everything is in Library_merged
...
If all the libraries in a pagein file are already covered
by the libmerged in Pagein_common, create a empty file
to avoid a build error.
Change-Id: I05adcca6262ec9b6af33e3d2b9d26f4886640a43
2013-03-30 13:11:06 -04:00
Peter Foley
4f811c0474
fix loplugin warnings
...
Change-Id: I17593ac6e495213a1ef99d4d5525a6e38aee0bc7
2013-03-30 13:01:09 -04:00
Peter Foley
43e873b257
silence compilerplugin build
...
Change-Id: I4397575e4665e8a257d0bd3e15245d996a48a1f4
2013-03-30 13:01:08 -04:00
Julien Nabet
6d92441407
Prefer prefix ++/-- operators for non-primitive types
...
Change-Id: I2e0459426323555ca78ed38c0749690269fdc3d1
2013-03-30 17:56:38 +01:00
Julien Nabet
fe5e53a818
Prefer to be sure not to have invalided iterator problems
...
Change-Id: I2d520b88927c6acb3d248da05815822315bd066f
2013-03-30 17:55:50 +01:00
Julien Nabet
aea686264f
Prefer prefix ++/-- operators for non-primitive types
...
Change-Id: I272c2efc21f78dbd35c6dff6143c4770aed4ec16
2013-03-30 17:48:10 +01:00
Julien Nabet
05c2155ebe
Prefer prefix ++/-- operators for non-primitive types
...
Change-Id: I7172436c6fea867cdb7a8f8d97b215efcd0a1ab5
2013-03-30 17:45:08 +01:00
Julien Nabet
55c7ad94e1
Prefer prefix ++/-- operators for non-primitive types
...
Change-Id: Ib4c9cf4406683a2d298967dbff8e084cbd9a7b4c
2013-03-30 17:42:34 +01:00
Julien Nabet
9a62bcf53f
Prefer prefix ++/-- operators for non-primitive types
...
+ convert while loops into for loops
Change-Id: Icb01b55d2932193f83344bda8c69c9a9954f6de0
2013-03-30 17:39:58 +01:00
Julien Nabet
89789bfd53
Simplify iterators stuff
...
Change-Id: I6cd97ea5056596122a8ae6cb0c5cd6525ce6b302
2013-03-30 17:25:59 +01:00
Julien Nabet
a1b24ca0ef
Optimize a bit iterators stuff
...
Change-Id: I93de737265651a47a2ed0a56bca27bd19a5c5770
2013-03-30 17:16:18 +01:00
Julien Nabet
35661319cd
Prefer prefix ++/-- operators for non-primitive types
...
+ convert some while loops in for loops
Change-Id: Ia68ce1b6297ad061233e56be2abf5b6ea98d3ddd
2013-03-30 17:12:43 +01:00
Tomaž Vajngerl
a5e22906c0
Export Chart as Graphic - allow vector graphic export
...
Readd removed SaveShapeAsGraphic to GraphicHelper with which it
is possible to export any shape to vector/raster graphic.
Additionally cleanup GraphicHelper and ExternalEdit (convertsion
to OUString, remove unused imports, comments).
Change-Id: I1af45e2ed5d3b66dbd80a5f3a71c44530e46baef
2013-03-30 16:54:39 +01:00
Julien Nabet
bd5e62e199
Prefer prefix ++/-- operators for non-primitive types
...
+ convert while loop into for loop
To check:
could we use std::find (find_if)?
Is it always ok to do begin()+1?
What about if we return aEnd?
Change-Id: I59107de5693ad7b37e5eef80134c34a03982151e
2013-03-30 16:50:47 +01:00
Julien Nabet
9cc04cb095
Prefer prefix ++/-- operators for non-primitive types
...
+ convert while loop in for loop
Change-Id: I615e2c724481047b557a4da9bb0753ec6eaecb90
2013-03-30 16:28:55 +01:00
Julien Nabet
c34a5ec1a6
Prefer prefix ++/-- operators for non-primitive types
...
Change-Id: Ibf5004c1e66edac10ec6392577fe26ea2aaed330
2013-03-30 16:28:55 +01:00
Julien Nabet
bca67a76b0
Prefer prefix ++/-- operators for non-primitive types
...
+ convert while loop into for loop
Change-Id: I64c2379c28d3c1074ed17129152568371680db19
2013-03-30 16:28:55 +01:00
Peter Foley
ce9bf0f868
upgrade icu to 51.1
...
Change-Id: I1c0d5ca4b2f88ca48225fcdbeb978f27fa91f7a6
Reviewed-on: https://gerrit.libreoffice.org/2953
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org >
Reviewed-by: Peter Foley <pefoley2@verizon.net >
2013-03-30 14:23:14 +00:00
Tor Lillqvist
428ae24e55
Unbreak use of pthread condition variables
...
I am not really satisfied yet with how the UI redrawing in the app now
works (during startup, which of course is more or less all the app
does so far).
It can take quite some time before a "link" (function to be called)
posted with PostUserEvent() gets run (if there are lots of
time-consuming other "user events" in the queue already, or
something?), and blocking the UI thread for that time is not
acceptable. Will have to come up with some more complicated solution.
Change-Id: Icab20183df3bc4980ae33f0502d10397802cc391
2013-03-30 14:32:10 +02:00
Tor Lillqvist
114b17fc23
Use more meaningful variable name
...
Change-Id: I663ab56faf8d13a3f0443706d9dc75bd5969aece
2013-03-30 08:46:23 +02:00
Tor Lillqvist
d08a58a684
Render the "headless" frames to the UI view in the LO thread
...
We used to render them in the app main (GUI) thread, which is
dangerous, accessing the headless frames in one thread while the LO
thread (where the "main" LibreOffice code is running) might be
updating and changing them.
This fixes some problems like that part of the document did not show
up. If I would test the app on a multi-core iPad, presumably I would
have seen even more problems.
But this also introduces new problems: Now the UI doesn't appear
incrementally (for instance, with an actually progressing progress bar
during the loading of the document) as it used to. Now it all appeads
all of a sudden, everything at once. Which would be fine if it
happened very quickly after starting the app, but it doesn't... on the
original iPad it takes half a minute.
Change-Id: I04068e0d884aa5cb86acefa76449aac4e081b193
2013-03-30 08:41:33 +02:00
Tor Lillqvist
62f6e67f6b
IosSalInstance::BlitFrameToBuffer() and RedrawWindows() are unneeded now
...
Change-Id: I6873461aed7db7b7f06e45556eacb82bcf118aea
2013-03-30 07:53:41 +02:00
Tor Lillqvist
b46eed92ce
Use iOS 5.1 as deployment target
...
Change-Id: Idd44c792b4e0ee9cd27c3d66c2c5d794f4304045
2013-03-30 07:53:41 +02:00
Tor Lillqvist
82e030bf1d
No need to verify the Xcode "configuration" ("Debug" or "Release") matching
...
Change-Id: I5c2e05feecffa1679930b041854b1cd190ef007a
2013-03-30 07:53:40 +02:00
Tor Lillqvist
95cedfd95a
Protect CoreGraphics.h inclusion with <premac.h>, sigh
...
Change-Id: I9d16929d3b8fb5114e72eee850da64433394df9c
2013-03-30 07:53:40 +02:00
Tor Lillqvist
bb0b2744af
Draw the frame virtual device bitmaps directly to the destination CGContext
...
Much faster. No need for the pixelBuffer inbetween.
Change-Id: I6493faca6da3a3e9a1285e00c887928b85dca56e
2013-03-30 07:53:40 +02:00
Tor Lillqvist
378d389620
Add iosinst.cxx
...
Change-Id: Ia5e84bc661d0de1140a259be7dd9fcdaca5e1930
2013-03-30 07:53:39 +02:00
Tor Lillqvist
e36e86ee3c
Refactor the iOS Viewer app and rename it to "LibreOffice"
...
No, it isn't any closer to being "ready" despite the name, but still,
using the current approach, it clearly isn't restricted to be just a
viewer.
Also drop the verbose LOViewer prefix from class and file names in it.
Change-Id: Ib4e8a31d6fa1b35169ee98cf2aa8f0f22957164c
2013-03-30 07:53:38 +02:00
Tor Lillqvist
bd9c914047
Bin redundant logging
...
Change-Id: If7245ceea45a517084fdb5df09818e4e6e8c8be5
2013-03-30 07:53:38 +02:00
Tor Lillqvist
d7b027bd10
Add lo_tap()
...
Change-Id: I635be54c27c93de0a11be7bdd01979b99dadda28
2013-03-30 07:53:37 +02:00
Tor Lillqvist
46675c06fe
WaE: macro is not used
...
Change-Id: I4c839e7b20e276b2fb3be60925de42ae91f47ee1
2013-03-30 07:53:37 +02:00
Thomas Arnhold
6c541cb316
fix build
...
Change-Id: Icb72b18785bb37457f2eaf86e0639cedc119ee92
2013-03-30 05:21:08 +01:00
Matthias Freund
775a27799f
Comment translation GER-ENG in sw/source/ui/utlui/ (Part1)
...
Change-Id: I2e216493168e5fea170fa9f0be35919a8c7d2020
Reviewed-on: https://gerrit.libreoffice.org/3101
Reviewed-by: Thomas Arnhold <thomas@arnhold.org >
Tested-by: Thomas Arnhold <thomas@arnhold.org >
2013-03-30 04:00:41 +00:00
Thomas Arnhold
049ce78144
remove local css definitions
...
follow-up of 66a175834c
Change-Id: I1c495041ccc4db4dd9554d49b6324e989fa46c60
2013-03-30 00:56:42 +01:00
Andras Timar
cd41b59eb2
remove mammut -> mamut autocorrection from Hungarian
...
Mamut, the hairy elephant, is a rare word. People write Mammut
more often, which is a mall in Budapest.
Change-Id: Icce075b70c4839d5ea948ca1862d7f50c7767ad6
2013-03-29 21:50:32 +01:00
Rene Engelhard
af17e2a431
distro-install-sdk: don't try to chmod not packed component.uno.map
...
Change-Id: Ice1a1dca6eb20057b428761469cc7f8a6db213b4
2013-03-29 18:11:13 +01:00
Miklos Vajna
18f299a47f
fdo#48557 implement DOCX export of inner margin values for textbox text
...
Change-Id: I524e3bcd21731ad203a420f60dd328c6551f0eb7
2013-03-29 15:38:21 +01:00
Andras Timar
f7f9b74163
replace PathDialog to xFolderPicker, remmove obsoleted PathDialog class
...
and at the same time we got rid of tools/fsys.hxx dependency in svtools
Change-Id: I5237529681a8b6ec32f41086af41ac575fbcff9b
2013-03-29 07:33:37 -07:00
Andras Timar
37303d227d
remove unused starview.hid
...
Change-Id: I6b308c514eb214571aabb65cef2a10803c9f5b51
2013-03-29 07:33:35 -07:00
Andras Timar
ed23cd5974
String to OUString
...
Change-Id: I3292e489d0033f56c407af799e9c90d497e98744
2013-03-29 07:33:34 -07:00
Eike Rathke
3f9239e8ed
i18nisolang1 needed
...
Change-Id: Id422219593b2604d441b32f55dd365840bfecbf1
2013-03-29 15:14:25 +01:00
Korrawit Pruegsanusak
e231e6bf27
unit test for i#116701
...
Change-Id: Id9a9532d0e02b478f7913bc4a687c38f79a3a322
Reviewed-on: https://gerrit.libreoffice.org/2896
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com >
Reviewed-by: Luboš Luňák <l.lunak@suse.cz >
Tested-by: Luboš Luňák <l.lunak@suse.cz >
2013-03-29 14:12:32 +00:00