Commit Graph

351363 Commits

Author SHA1 Message Date
Jacobo Aragunde Pérez
71b4af858e ooxml: Preserve outer shadow effect on shapes.
The goal is preserving the shadow effect with all its attributes using
the shape grab bag. This is the relevant piece of XML in the document:

    <a:effectLst>
      <a:outerShdw blurRad="50800" dist="38100"
      dir="2700000" algn="tl" rotWithShape="0">
        <a:schemeClr val="accent1">
          <a:alpha val="40000" />
        </a:schemeClr>
      </a:outerShdw>
    </a:effectLst>

In first place, we added members to the structure EffectProperties to
store the effect name and attributes. Later, when we create the shape,
we add them to the shape grab bag together with the shadow color (if
it is a theme color we store its name and transformations like in
other cases). Finally, we read back all these data from the shape grab
bag and write them back to the document.

I added a unit test for this shape property.

Change-Id: Idda2d5e2970cb8563e2ed13a84b2fa2d4b99aa70
2014-04-23 14:50:59 +02:00
Jacobo Aragunde Pérez
5d2826dacd sal_Bool -> bool
Change-Id: I08f37f3bfe7d14e10fb4383eae3d3469df7e707e
2014-04-23 14:50:59 +02:00
Maxim Monastirsky
46d04e8f99 comphelper: Fix typos
Change-Id: Ia016a20bb36104e18c90ee78c87a3c5fec56af20
Reviewed-on: https://gerrit.libreoffice.org/9134
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-04-23 11:26:23 +00:00
Andras Timar
1e48bfcd7a fdo#76878 Revert "Resolves: #i116244# need to reset rotation..."
This reverts commit 20dee85b63.
2014-04-23 13:12:18 +02:00
Caolán McNamara
b5ac3468e8 escape > and <
Change-Id: I7bd33989f48e1698d268c802da1a16779a0fa91f
2014-04-23 11:30:31 +01:00
Armin Le Grand
e735b48e21 Resolves: #i63399# add to clipboard as URL only when...
no fill and no line style, just a simple URL

(cherry picked from commit a91b5943b2c971ff1e69f5c2da45b8a647562676)

Change-Id: Ic8bd02c81663575355a0ca79e4987b5ef0e4a445
2014-04-23 11:22:49 +01:00
Caolán McNamara
ebb728c9c0 add a 'format all comments' feature
Change-Id: Ie9530f0f58b38d014beda60b9efba3ce93fe5c0e
2014-04-23 11:22:48 +01:00
Olivier R
43d68d4ea9 update wildcards in French autocorrection file
Change-Id: Ieae973f8af940ce66479eae55c5741768d91dc72
2014-04-23 11:49:43 +02:00
Noel Grandin
6dda3d45c9 sc: sal_Bool->bool
Change-Id: I70aad0b38979f45a313b8ac36890fb6c64d11bb0
2014-04-23 11:11:51 +02:00
Noel Grandin
e32da77836 oox: sal_Bool->bool
Change-Id: Icddec34e91305cfc3f9d852472bb86eab4d8cb26
2014-04-23 11:11:51 +02:00
Noel Grandin
2692047aac lotuswordpro: sal_Bool->bool
Change-Id: I017d284a2fbc8d50a9928c9d934ffe710b0c652f
2014-04-23 11:11:50 +02:00
Noel Grandin
ca56379f27 lingucomponent: sal_Bool->bool
Change-Id: I2bc4548574a3275f0839451e747687f924465137
2014-04-23 11:11:50 +02:00
Noel Grandin
20c0e71b9d javaunohelper: sal_Bool->bool
Change-Id: I60650a10cc561046c411791aa85cdb8956aa61ed
2014-04-23 11:11:49 +02:00
Noel Grandin
1f2a47a6d3 io: sal_Bool->bool
Change-Id: I136c98cbe15d1c6629028392a9573066320b3a04
2014-04-23 11:11:49 +02:00
Noel Grandin
e4f690b038 i18npool: sal_Bool->bool
Change-Id: Id73ee64dbf8586743f0e436e004e663a65d4548f
2014-04-23 11:11:47 +02:00
Noel Grandin
fc06e00fd4 hwpfilter: sal_Bool->bool
Change-Id: Ib35ed616fb6bb8829a97112b2563c1d1ef4c0747
2014-04-23 11:10:09 +02:00
Noel Grandin
7651fbe98d fpicker: sal_Bool->bool
Change-Id: I73fd5d0ad28185f53df66408e1e981a3d73482b4
2014-04-23 11:10:08 +02:00
Noel Grandin
32efd885e5 formula: sal_Bool->bool
Change-Id: I3280b4d4b02e6a6fa22bc250e56a3c6ae77fc675
2014-04-23 11:10:08 +02:00
Caolán McNamara
206e224fa7 coverity#708023 Uninitialized scalar field
Change-Id: Ia78fdf5ddc075cf529e3fad8c910f4c29bc8eed4
2014-04-23 09:40:07 +01:00
Caolán McNamara
78b17c321b coverity#708516 Uninitialized scalar field
Change-Id: I54e09013a4ab375528f97f191b19f4b3c016598b
2014-04-23 09:40:06 +01:00
Caolán McNamara
e7e3e27f1d coverity#708519 Uninitialized scalar field
Change-Id: Ib412af73771dd49967a4ef638b2b0e3b4df8b86d
2014-04-23 09:40:06 +01:00
Caolán McNamara
a774c46673 coverity#708522 Uninitialized scalar field
Change-Id: I1396d5f2f042e5500b61dc578a8d5089374fa8f8
2014-04-23 09:40:06 +01:00
Caolán McNamara
055eb8ed0c coverity#708561 Uninitialized scalar field
Change-Id: I5143af5be06312a131751d742d17be619e042d11
2014-04-23 09:40:06 +01:00
Caolán McNamara
9f06e4bc3a coverity#708545 Uninitialized scalar field
Change-Id: I07bbda38cc030212e27505b92ccb449ba0c5c76b
2014-04-23 09:40:06 +01:00
Caolán McNamara
03ba740980 coverity#708544 Uninitialized scalar field
Change-Id: I51c3dba9970049acbef4523de3cc968b2df1b408
2014-04-23 09:40:05 +01:00
Caolán McNamara
8ff3dbb1c4 coverity#708543 Uninitialized scalar field
Change-Id: I7099e15a6526c4fe01a220422bb91d9fd70abc51
2014-04-23 09:40:05 +01:00
Caolán McNamara
f2ac8d6116 coverity#708636 Uninitialized scalar field
Change-Id: I7b80da16399a7f8f6c6b1b4f78d1e2a4ddc6f4b5
2014-04-23 09:40:05 +01:00
Caolán McNamara
f54ddcc680 coverity#708671 Uninitialized scalar field
Change-Id: I7bfd15318b80623f225a954bafd56d1d5b3ae3e1
2014-04-23 09:40:05 +01:00
Caolán McNamara
af67b1e670 coverity#738625 Uninitialized scalar field
Change-Id: I00119c518008570af19db0be8112807ef683050b
2014-04-23 09:40:05 +01:00
Caolán McNamara
a86b6727d3 coverity#738627 Uninitialized scalar field
Change-Id: Id52cf54dea1b51ab3884618f90a01324b7451f76
2014-04-23 09:40:04 +01:00
Caolán McNamara
942f6a65e1 coverity#989723 Uncaught exception
Change-Id: Iedfbc85972326c10f71f50816d7d806fd4b8bffd
2014-04-23 09:40:04 +01:00
Caolán McNamara
064488221b coverity#989722 Uncaught exception
Change-Id: Id242624865fa892c4d45cb04dfaa66d74bb6d5d1
2014-04-23 09:40:04 +01:00
Caolán McNamara
bccc1f2078 coverity#989721 Uncaught exception
Change-Id: I42483ab32538cd26f5c26436dd3740724f49bbe6
2014-04-23 09:40:04 +01:00
Caolán McNamara
c27fb22432 coverity#707461 Uncaught exception
Change-Id: I73d469744605e788c3b5710b38ef846a444cff68
2014-04-23 09:40:04 +01:00
Caolán McNamara
18891c5d7d coverity#707380 Uncaught exception
Change-Id: I630323bb7b371925541f466563562378c339be6e
2014-04-23 09:40:03 +01:00
Caolán McNamara
caa5a3ae55 coverity#707379 Uncaught exception
Change-Id: Icaf92098dd7c9b9b6094212d62f5209c63d823d8
2014-04-23 09:40:03 +01:00
Caolán McNamara
7062961299 coverity#707371 Uncaught exception
Change-Id: I5b1de7ec2060aa4083a07c2ce250b47d798155f7
2014-04-23 09:40:03 +01:00
Caolán McNamara
0bab690a4a coverity#707317 Uncaught exception
Change-Id: I8ff4820f03311cb059da5e515d31d08239ac732d
2014-04-23 09:40:03 +01:00
Caolán McNamara
06bd4e49ea coverity#707312 Uncaught exception
Change-Id: I6fdd99892bda502f7cfab2acd53120834dd390c6
2014-04-23 09:40:03 +01:00
Caolán McNamara
af705c172e coverity#707237 Uncaught exception
Change-Id: Ic07c81ce1e7e85bf9579550be01c16c1a41525f0
2014-04-23 09:40:02 +01:00
Caolán McNamara
3a374a50a2 coverity#707218 Uncaught exception
Change-Id: Ia7ed41a0d0bfa24a64f6d140922c095de5dd9c0c
2014-04-23 09:40:02 +01:00
Tor Lillqvist
0c2dc8ed10 RTL_UNICODETOTEXT_FLAGS_NOCOMPOSITE has never had any effect
Change-Id: I9004ec2229cd31fb899b23c8ce59f5fd49ac03a2
2014-04-23 11:25:43 +03:00
Miklos Vajna
92aab82bbb dealine -> deadline
Change-Id: Icb4d18901caf020a61e516787a1553c3bd82327f
2014-04-23 10:19:42 +02:00
Tobias Mueller (ideabox)
578680ff0e ftnfrm: Translated comments from German to English
Change-Id: Ib856322746efbb6e95ec899eaad93e63832c65ce
Reviewed-on: https://gerrit.libreoffice.org/8948
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-04-23 08:11:33 +00:00
Julien Nabet
b39ee2bc8f Remove dead code
See http://nabble.documentfoundation.org/Dead-code-in-escherex-cxx-filter-module-td4106079.html

Change-Id: Ieb61955cc1c401e5149d3ffd6d0c56a7cff84eb7
2014-04-23 10:08:46 +02:00
Rohit Deshmukh
3d1046cfcd Fix of run properties of text box in nested group shape
- Textbox run character properties are change after roundtrip
	- Italic case was not handled in textcharacter properties

Reviewed on:
	https://gerrit.libreoffice.org/9096

Change-Id: Ia38fcadce489ef0bfffb9bda402d13058cf6129a
2014-04-23 09:50:36 +02:00
Stephan Bergmann
8b451b41d6 No need to set LD_LIBRARY_PATH for xpdfimport
...at least since this is now bundled code where xpdfimport resides in the
program dir and has a proper RPATH to find the URE libs.

Change-Id: I7103af2b13d7f38fd1e864cbc4d2719391e93e94
2014-04-23 09:44:59 +02:00
Tor Lillqvist
d02c53bcd0 Remove unneeded header
Change-Id: I8d652f866a43a10da8561ad4659c8ae1c068ba41
2014-04-23 10:18:52 +03:00
Tor Lillqvist
dc17d5c6e4 Use our canonical header guard naming
Change-Id: I06c9c55f75dc13893e29ec6cc96726a60c34846c
2014-04-23 09:56:06 +03:00
Tor Lillqvist
bb2f13b473 Avoid cargo cult rites
Change-Id: I39fee26048d5b4ddb03217309b7117bef9ec4cd8
2014-04-23 09:33:42 +03:00