Commit graph

323740 commits

Author SHA1 Message Date
David Tardon
ea18ca0702 fix user-friendly targets' deps
An user-friendly target sometimes needs to depend on a different target
than gb_Classname_get_target to really build everything (esp. to deliver
the built product). The rule of thumb is: use the same target that is
used for gb_Module_register_targets.

Change-Id: I874751871b4569b2a68766cc3f3b5c7645347af0
2013-03-31 20:35:31 +02:00
Zolnai Tamás
ce51bf1a6e Make a bit cleaner transformation of help strings
*Not escape tags and double quots in tags,
 but find tags(icu regexp) when merge and
 use this infromation to make strings valid.
*Define a new Quot function for helpex,
 which works with icu UnicodeCharacter.
*Move tag search to xmlparse.cxx and use icu
 just in helpex.
*QuotHTML not unescape just replace xml charcters.
 (unescaping is also useless in uimerge.cxx)
*Move UnQuotHTML() to helper.
 (was used it in xmlparse.cxx and cfgmerge.cxx)
*Use UnQuotHTML() in uimerge.cxx too.

Change-Id: Ice8940ef69279709a1c5d84c6ae1b0d62a71ca76
2013-03-31 20:25:13 +02:00
Andras Timar
6ea8d4a55c Updated core
Project: dictionaries  66a5a2e03573ab1862db1965f7b9c5419db3decd
2013-03-31 16:47:28 +00:00
Matthias Freund
f7853b1d35 Comment translation GER-ENG in sw/source/ui/utlui/ PART2
Change-Id: If636f0de7d883412e36c76fe0de997204021d45b
Reviewed-on: https://gerrit.libreoffice.org/3129
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-31 15:53:58 +00:00
Chr. Rossmanith
7b0a2c0a6f Remove commented code in component.cxx (odk)
Change-Id: I559b91d465ab298b033b0866b3044a17038cc501
Reviewed-on: https://gerrit.libreoffice.org/3137
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-31 15:41:29 +00:00
Efe Gürkan YALAMAN
52770659d3 fdo#62096 Replace O(U)String compareTo with ==
Change-Id: Id89b7eeb09b5cd7cee449cd1a20fb13b630f29c4
Reviewed-on: https://gerrit.libreoffice.org/3136
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-31 15:39:44 +00:00
Peter Foley
0b78f2b9dc fix sfx2 with Library_merged
Change-Id: I53d64b9023be816d0179eed21920beed3660909c
2013-03-31 11:34:28 -04:00
Peter Foley
04f02faea3 Make sure merged libs are 0 bytes long.
If you build with --disable-mergelibs and then enable
--enable-mergelibs the existing library has its timestamp updated
but it retains its outdated contents.

Change-Id: I46899bcf3fe4f360fb12e8de8842c6ac12c6bf75
2013-03-31 11:34:28 -04:00
Peter Foley
a2747d0721 fix vcl with Library_merged
Change-Id: Ie85ba53c59eda5586b70527a518e3f80223fc49e
2013-03-31 11:34:28 -04:00
Peter Foley
8b561c0012 If you can't load a shared library it should be a warning
This has bitten me more than once when working on Library_merged.

Change-Id: I829f5d010b6df2935fd191bdec9bac04bb003f16
2013-03-31 11:34:27 -04:00
Peter Foley
570b827e4c cleanup srs gbuild output
Change-Id: I69fbf910cf2eb579cc8bf7dc76c69432b810b194
2013-03-31 11:34:27 -04:00
Chr. Rossmanith
4ec9f5d768 Remove RTL_CONSTASCII_(U)STRINGPARAM in odk(Developersguide)
Change-Id: Ic2a2cf04a691f628e862e81579d3d55d261fc492
2013-03-31 16:49:53 +02:00
Armin Le Grand
61651ece1a #119750# corrected opacity import for SC comment shapes and their shadow visualisation 2013-03-31 16:22:36 +02:00
Andre Fischer
bdd1a3e100 #i120039# Export more bitmap fill style parameters.
Reported by: Du Jing
Patch by: zjchen
Review by: Andre Fischer
2013-03-31 16:22:35 +02:00
Andre Fischer
c81f869a02 #i119536# Fixed rotation when importing PPT.
Reported by: Li Feng Wang
Patch by: Ma Bingbing
Reviewed by: Arming Le Grand and Andre Fischer
2013-03-31 16:22:35 +02:00
Lei De Bin
6cd346c5e8 #120573# fix the export issue for the text box in header&footer with the margin mirrored layout
Reported by: Yan Ji
Patch by: Lei De Bin
Review by: Chen Zuo Jun
2013-03-31 16:22:34 +02:00
Lei De Bin
ec585b964e #119581# fix import issue for left and right horizontal alignment in text box
Reported by: liu ping tan
Patch by: Li Jian Yuan
Review by: Lei De Bin
2013-03-31 16:22:34 +02:00
Jianyuan Li
1b6049cde6 #119491# fix Handout view mode issue
Reported by: Du Jing
Patch by: Jianyuan Li
Review by: sunying
2013-03-31 16:22:34 +02:00
Armin Le Grand
55011ce478 #120848# Added correct text content frame for NotchedRightArrow Autoshape
Patch by: JianYuan Li
Review by: alg
2013-03-31 16:22:33 +02:00
Lei De Bin
f13cff6d71 #119609# Fixed alphabetical and roman numberals became ditial numbering
Reported by: Yan Ji
Patch by: Chen Zuo Jun
Review by: Lei De Bin
2013-03-31 16:22:33 +02:00
Andre Fischer
4313d73f14 #i120684# Fixed export of red color-channel.
Patch by: Wang Zhe
Review by: Andre Fischer
2013-03-31 16:22:33 +02:00
Chris Sherlock
f7a3781bd6 Multiple typo fixes, small code changes
* Corrected spelling errors in comments
* In accpara.cxx, SwAccessibleParagraph::_getRunAttributesImpl had the
  if statement commented out, but the scope block remained... minor in
  the grand scheme of things, but messy code
* Some unused commented out code removed

Change-Id: Id8b29c4051c7c09a1cc555996f9e56fd4f0f3611
Reviewed-on: https://gerrit.libreoffice.org/3135
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-31 12:50:58 +00:00
Tomaž Vajngerl
2c04523b33 We are in 2013 - remove "goto" in jpeg filter.
Change-Id: I39cea3e90f0ac57168e1cd2d4a9af9199e1416fb
2013-03-31 13:53:02 +02:00
Tomaž Vajngerl
dc10b3d739 Add Chroma subsampling options to jpeg writer.
Change-Id: I247a261bb96b0c437a43922070777892cdcbc1f6
2013-03-31 13:53:01 +02:00
Goran Rakic
47ebfd8381 Updated core
Project: dictionaries  52f4aa133ba3d7703c4982a21e567fd92abcbfd0

Serbian dictionary updated to 2013.03.30

Change-Id: Ia3b99deff58bd5f4198f1fd57ea3a540f15d2708
Reviewed-on: https://gerrit.libreoffice.org/3120
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
2013-03-31 10:25:07 +00:00
Olivier Hallot
89926510da Updated core
Project: dictionaries  b128def79cc0520515ea99db4fb9f8cc3d95f54d

Lightproof and Hunspell updates for pt-BR

VERO 3.1 beta 2

Change-Id: Iaf871e4ad7de5c51ed55674b742b8f2b20070001
Reviewed-on: https://gerrit.libreoffice.org/3130
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
2013-03-31 10:15:39 +00:00
Chris Sherlock
96942af2a8 Correct typos in sw README
Change-Id: I61323685b33817a2641713455bac1a079687cb4d
Reviewed-on: https://gerrit.libreoffice.org/3131
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
2013-03-31 09:54:22 +00:00
Andras Timar
780e732f84 remove bitrotten edittest
Change-Id: I54881476ae296bc95df16e233ff4ca5800477254
2013-03-31 11:50:26 +02:00
Tor Lillqvist
c2d77afdfc Must percent-escape the APP_DATA_DIR
On the iOS Simulator it contains spaces, as in
/Users/tml/Library/Application Support/iPhone Simulator/6.1/Applications/9A6DFE86-77AF-4B78-8FFB-93FCA6C38EE1/LibreOffice.app

Change-Id: I90c76b909901c881aa51482880b1120fea19b99b
2013-03-31 09:41:47 +03:00
Tor Lillqvist
e581dd2cda Organise the (few) source files included in the Xcode project into groups
Change-Id: I01c9c26c6d282729101386266db898d759450a41
2013-03-31 09:41:46 +03:00
Takeshi Abe
4e2ebf15cf sal_Bool to bool
Change-Id: I551cb2422c8857bb847bd4b0c2224eaa1c024084
2013-03-31 14:21:54 +09:00
Tor Lillqvist
003a05b257 Must pass the test document as a file: URI because it is percent-escaped
Change-Id: I8e27f0cb4a9605a97d8120f9f4697e7f939135c1
2013-03-31 00:15:32 +02:00
Chr. Rossmanith
b3c914ffff Use OUString in basctl(basicide)
Change-Id: I176088d3d33f02a1721e4027571a1f22dc6bd986
Reviewed-on: https://gerrit.libreoffice.org/3116
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
2013-03-30 21:37:07 +00:00
Chr. Rossmanith
a2f6402b1f Use OUString and sal_Int32 in GetTextBreak()
Change-Id: I66b85365d1c59f802253b8abdb1e04e25950a09b
Reviewed-on: https://gerrit.libreoffice.org/3098
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
2013-03-30 21:36:47 +00:00
Julien Nabet
51e05acf07 Simplify a bit iterators stuff
Change-Id: Ie2159d5eb8caf3d8f13d9c1ec49cc2bb6a0d94eb
2013-03-30 22:09:21 +01:00
Peter Foley
8c1b2f3801 use proper gbuild capitalization
Change-Id: I4824395653052486956572cedf3b56b94f9df39e
2013-03-30 16:55:26 -04:00
Peter Foley
8ffb20747c fix loplugin unused warnings
Change-Id: I23fc6bf62e74f192f77c74ed48d5276737375f3c
2013-03-30 16:55:25 -04:00
Julien Nabet
761af30952 coverity#441021 Dereference after null check
Change-Id: I2fb3bd758d7b903cd148f847c21c0eefd6f091e5
2013-03-30 21:05:55 +01:00
Tor Lillqvist
75ba64a290 Adapt the patch to apply to ICU 51.1
Change-Id: Ic6771c4ae12686580301e114fa5aec7f7d4dc9a8
2013-03-30 20:47:40 +02:00
Julien Nabet
cab7f6476f coverity#441020 Dereference after null check
Change-Id: I39c301a98854d19e849a9e06ffac0657408456fe
2013-03-30 19:44:12 +01:00
Eike Rathke
5813cb01c7 certainly this was not meant to be _PC_NAME_MAX
_PC_NAME_MAX is a symbolic constant meant to be used as a pathconf()
argument, not a buffer length.

See also 2cd4e55bb3

Change-Id: I94d19bd6f9f0ae501329d6a1edecad630f44b356
2013-03-30 19:39:56 +01:00
Eike Rathke
2cd4e55bb3 certainly this was not meant to be _PC_NAME_MAX
_PC_NAME_MAX is a symbolic constant meant to be used as a pathconf()
argument, not a buffer length.

This piece of code was even "honored" in
http://womble.decadent.org.uk/readdir_r-advisory.html
"The code that enumerates fonts and plugins in the appropriate
directories uses a stack buffer of type long[sizeof(struct dirent) +
_PC_NAME_MAX + 1]. I can only assume this is the result of a programmer
cutting his crack with aluminium filings."

Thanks to Heiner Rechtien for pointing this out.

Note: declaring the buffer of type long instead of char looks weird but
probably has the reason that it is casted to struct dirent* for the
readdir_r() call that might not work on architectures that forbid
arbitrary alignment on non-even boundaries.

Change-Id: Ie959b8905d1328c6fcaefbf6f6c915cc430e85b6
2013-03-30 19:39:29 +01:00
Julien Nabet
31fa063379 coverity#440801 Dereference after null check
Change-Id: I067d52236b189e09955d7aa3ce2fbd25b0d330bd
2013-03-30 19:34:29 +01:00
Julien Nabet
d0c94302b8 coverity#440717 Dereference after null check
Change-Id: I2ff581a72aa66bff8943d31499013b31e360333b
2013-03-30 19:25:20 +01:00
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