Commit Graph

351299 Commits

Author SHA1 Message Date
ff05b6b100 Remove unused basegfx::tools::equal
Change-Id: I2fb3121c711dfdd1e2081681864a6f4753960a81
2014-04-22 19:08:38 +02:00
1d28f42838 Remove unused basegfx::unotools::homMatrixFromMatrix
Change-Id: I92afab7cfae885dce76b9ffff0d98b8b9a39d85f
2014-04-22 19:08:38 +02:00
34fa29ed4c Remove unused basegfx::tools::containsOnlyHorizontalAndVerticalEdges
Change-Id: I8a8b7a5b47cd9e566c1b3154a527c78a8fcbd7df
2014-04-22 19:08:37 +02:00
81bce2dc7e Remove unused basegfx::copySign
Change-Id: I8e5e429b0f0b0cfa2dc65b8e57649bfa722b40e0
2014-04-22 19:08:37 +02:00
0c0fbc3f8b Add a new configure switch --with-locales for restricting the included locales
For now only effective in the DISABLE_DYNLOADING case, where it limits
the locales compiled in to the i18npool library. Maybe should use this
same option to also limit what collation tables etc are compiled in?

Not expected to be used for desktop OSes, but can be useful for mobile
platforms where every megabyte counts.

Change-Id: If672b4cd19f44f8c7e119378faf40930a51969b7
2014-04-22 19:38:25 +03:00
26c10caf5c CTRunData fix for exporting SPI stuff on OSX < 10.6
Change-Id: I7ba23f0b03438cc8a71581cc503aedf46aad45f8
Reviewed-on: https://gerrit.libreoffice.org/9130
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-04-22 16:32:10 +00:00
5aeaba2e65 Resolves: rhbz#1089377 crash on loading a specific rtf
Change-Id: I26864f3a2247f5d7184f395cfed91eaf92e36295
2014-04-22 17:24:11 +01:00
ef141bb147 Do not drop existing LD_LIBRARY_PATH
Change-Id: I5b3599596dc40d1f88c075257c466b56ed73e795
2014-04-22 18:21:53 +02:00
f61cdf6fa8 fdo#71217 PDF Import: Fix importing of JPEG images
Change-Id: Ic0902a3f9340d2d05be05d13d98f168879b4c3e3
Reviewed-on: https://gerrit.libreoffice.org/9120
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-04-22 16:08:01 +00:00
613699ebaf Script to postprocess linker map files for iOS a bit
Show the total size of code and data linked in from each library.

Change-Id: Ibd6e0e15259f338addc30f2d821c794d65676637
2014-04-22 18:33:53 +03:00
16b81b0dbf Fix order of CPPUNIT_ASSERT_EQUAL arguments
Change-Id: Ib341ed33e98c31e296bb5ee6bff5789cf2459113
2014-04-22 17:21:42 +02:00
efbc6ba6af Fix regression introduced in f4e8bca336 when fixing fdo#74702
I misread the original code and in OutputDevice::InitFont().
Antialiasing should NOT be done for Printer fonts, and SHOULD be done
by VirtualDevice and Window fonts. Unfortunately, I made Printer fonts
do anti-aliasing and VirtualDevice and Window fonts did not...

Change-Id: Ic38451da4ffdfa2e7a5412355f659bde03eae08f
2014-04-23 00:22:39 +10:00
f515609c72 Kill unneeded include.
Added in b042a78d9847753d95560749dab2159d9cfbd7ae , but doesn't actually
appear to be used for anything (possibly an accidental debug-output leftover?).

Change-Id: If062c40da7164284a8d6538fc8cf8cb0e4719436
2014-04-22 15:02:20 +01:00
247cec2c11 Bypass EUC and ISO-2022 encoding tables for iOS
It is questionable whether they are needed for any document
format. Saves 0.4 MB of app executable size. If it turns out that some
document format that support is needed for actually does need these
tables, will have to revert this then. An alternative, but more
complex, way to save executable size would be to put this, and other,
conversion data into a data file instead.

Change-Id: I017e8f15626023af1344964be54c09fe2d937acc
2014-04-22 16:59:24 +03:00
fc0f5f6548 Revert "coverity#1202903 Uncaught exception"
This reverts commit 3716833635926fa59372a8274decfebd4dc498e9,
DeploymentException is a RuntimeException.
2014-04-22 15:38:55 +02:00
60db3dae6c Use already found result
Change-Id: Ifafba6f4f93b357239ddadd5ca16ac62bd6e289b
2014-04-22 15:18:57 +02:00
ab9813eaea Don't litter pCustomShapeTypeTranslationHashMap with dangling keys
...that are char* into temporary OString at the GetOOXMLPresetGeometry call site
in oox/source/export/shapes.cxx.

Change-Id: Ifd6533f9bd869b740a6b483f4a1f6e4860007b9c
2014-04-22 15:09:48 +02:00
55c832d86e fdo#77600 RTF export: always close URL's before the end of run
In case the URL text has multiple portions, then MSWordExportBase
generates multiple URL's anyway, and this helps to avoid loosing some
direct formatting of the remaining portions of the paragraph.

Change-Id: Ifd72741de610ce69b9ae0978aa8f9a532a3aeed2
2014-04-22 15:08:48 +02:00
5c6b74f244 Keep MSVC happy
Change-Id: I29f17634de46febbd50331af20a726b394c0087d
2014-04-22 14:58:31 +02:00
a2ec06ab9a loplugin:saloverride
Change-Id: I638c6afdfbc4af7d2431e4b6c6a9324094b7a0d3
2014-04-22 14:44:13 +02:00
b2e4ea31ec Accidentally removed "s"
Change-Id: I1b693f767fd7fc1170cd396ee037243fa5a1fffa
2014-04-22 14:40:33 +02:00
185c270e66 Split out the IDocumentDeviceAccess interface of SwDoc.
The interface implementation is now in the class DocumentDeviceManager and
SwDoc has a member variable of that class to which the Interface's
method calls get forwarded.
The following methods were also moved because they are only used by this
interface:
CreateVirtualDevice_, CreatePrinter_ and PrtDataChanged.

Change-Id: I0b0de6540f0c8635ce560381fb924a3d9cd50c0e
2014-04-22 14:36:25 +02:00
e2a349c19d Refactor IDocumentSettingAccess Interface of SwDoc
Change-Id: I4a7ec73d3bdf9888e50d071b593798b74780b80c
2014-04-22 14:36:25 +02:00
28fc951233 loplugin:passstringbyref
Change-Id: Iee0ad3898e109add96daac693633c0921c3d7c97
2014-04-22 14:38:33 +02:00
9b7e3511b3 -Werror,-Wparentheses-equality
Change-Id: I65f41ace03071fdb420736e373684b592ddf5fab
2014-04-22 14:35:47 +02:00
848ff96d0b With tiled rendering for iOS there is no need for a "frame buffer"
The resulting dropping of the basebmp code reduces app size by 0.7 MB.

Change-Id: Id263873ed5c4bb2435d929a1319fedeedb6daa14
2014-04-22 14:43:55 +03:00
aba9d4ba8b remove one more zero byte hrc
Change-Id: Ic97a7b07bd408bd8c629b4f93296fa6a43e83bb8
2014-04-22 13:14:39 +02:00
8e8f9388c3 Related: fdo#77600 RTF import: RTFValue::equals: compare attribute content
Previously only the number of nested sprms / attributes was compared.
With this, the font of the bugdoc is correctly Arial, not Times.

Change-Id: I351de414b6734336b31c1334dbd2349072f16002
2014-04-22 13:10:57 +02:00
88c3b4bbf0 table not resizing when rows/columns added to it
I happened across a presentation whose table didn't resize when extra rows and
columns were added to it. It worked on a higher resolution machine, but not on
a 1024x768 one

Change-Id: I98a7a04bee0b0175174e6376e9ebc046b9eff2dc
2014-04-22 12:06:19 +01:00
432d735a1d update narrow liberation-fonts-ttf to 1.07.4
Change-Id: Ie58abbb5b0b4aec574367bf1b8f7a9d8012450ae
2014-04-22 12:06:19 +01:00
4461330f3a remove missing sc.hrc
from optdlg.hrc removal

Change-Id: If7681f1bcdd03a7f890467961d2532e5fa01c4cf
2014-04-22 13:03:19 +02:00
a30fc66dd2 remove unused hrc files
Change-Id: I7ce04c206250db40076bed699bee892bdfbf19b6
2014-04-22 13:03:19 +02:00
aa39d21107 clean up hrc files
Change-Id: I76756fe539589d2ab086fd1f1aeec50a9f39af37
2014-04-22 13:03:18 +02:00
40064f479b clean up hrc files
and remove some unused stuff

Change-Id: Iea6177c3d2f9d0668187e66155b62688ae2ecb04
2014-04-22 13:03:17 +02:00
16e917643f fix namespace
Change-Id: I4bd345e54d9d5a5901cd6e7aa409135b4dabecef
2014-04-22 11:52:55 +01:00
d286ffc3ad fix the getProperty case more thoroughly (related: fdo#77340)
Change-Id: I0cb042474c58b38a3e9a9073a262041b0ef185c7
2014-04-22 12:40:29 +02:00
0fbc3a87f7 Boost Patch - Change '*b' to a variable, to remove GCC 4.7.3 -Wtype-limits
Change-Id: Ic7bac90c9b77490c47e5ddd2005453290374b7b2
Signed-off-by: Michael Stahl <mstahl@redhat.com>
2014-04-22 12:40:29 +02:00
aa555c725b stray comma
Change-Id: I7771fbb76fe83ba605cb6b86824396c2b1414253
2014-04-22 11:43:00 +01:00
0060649399 coverity#708389 Uninitialized scalar field
Change-Id: If4b05a34b77cc0b6366880ad65132e801b297a62
2014-04-22 11:39:22 +01:00
d52b0640f4 coverity#708340 Uninitialized scalar field
Change-Id: I1ad1777492f94e7a4162382d9d68e0032aaee460
2014-04-22 11:39:22 +01:00
10382948e6 coverity#708335 Uninitialized scalar field
Change-Id: I14ce77fe16acdf6491ce49cdbe7550ef303f0ff9
2014-04-22 11:39:22 +01:00
bbe00527f0 coverity#708334 Uninitialized scalar field
Change-Id: I01e8a8b18d07e035a57fbc731b4666c98148c102
2014-04-22 11:39:21 +01:00
8a5dbd8c75 coverity#708324 Uninitialized m_refCount
Change-Id: I1a8e548605570eb18ed455282d8f329a3f026409
2014-04-22 11:39:21 +01:00
7b659719b0 coverity#708323 Uninitialized scalar field
Change-Id: Iea430ce93ac1add2be76222b8ee9ae6c0da53ff6
2014-04-22 11:39:21 +01:00
8c432e5e59 coverity#708229 Uninitialized scalar field
Change-Id: Id8925dd1ef73ad0fa18ff3f103441f30ba7bb5c0
2014-04-22 11:39:21 +01:00
6320d1efa3 coverity#708228 Uninitialized scalar field
Change-Id: I742c2eeaa539b9e8557821e15910d0c739e51891
2014-04-22 11:39:21 +01:00
0526aa64c2 coverity#708207 Uninitialized scalar field
Change-Id: I8d74ddcf551e4a853dcf04a4ba1f33a46579ed06
2014-04-22 11:39:20 +01:00
be48b0eb62 coverity#708205 Uninitialized scalar field
Change-Id: I9facdfaefcfa79c56b1db9e62b861cf425d5726f
2014-04-22 11:39:20 +01:00
53d230c9e4 coverity#708204 Uninitialized scalar field
Change-Id: I0f54051e41b98275608e0056a587c9e7fbeee0dd
2014-04-22 11:39:20 +01:00
d1f47efbc1 coverity#708203 Uninitialized scalar field
Change-Id: Id72f198b69a319b93a67f2e98a706f4e45fc576f
2014-04-22 11:39:20 +01:00