summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-03-31fdo#62096 Replace O(U)String compareTo with ==Efe Gürkan YALAMAN1-6/+6
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-31fix sfx2 with Library_mergedPeter Foley1-1/+5
Change-Id: I53d64b9023be816d0179eed21920beed3660909c
2013-03-31Make sure merged libs are 0 bytes long.Peter Foley1-1/+1
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-31fix vcl with Library_mergedPeter Foley3-5/+5
Change-Id: Ie85ba53c59eda5586b70527a518e3f80223fc49e
2013-03-31If you can't load a shared library it should be a warningPeter Foley1-1/+1
This has bitten me more than once when working on Library_merged. Change-Id: I829f5d010b6df2935fd191bdec9bac04bb003f16
2013-03-31cleanup srs gbuild outputPeter Foley1-1/+1
Change-Id: I69fbf910cf2eb579cc8bf7dc76c69432b810b194
2013-03-31Remove RTL_CONSTASCII_(U)STRINGPARAM in odk(Developersguide)Chr. Rossmanith6-20/+16
Change-Id: Ic2a2cf04a691f628e862e81579d3d55d261fc492
2013-03-31#119750# corrected opacity import for SC comment shapes and their shadow ↵Armin Le Grand2-24/+79
visualisation
2013-03-31#i120039# Export more bitmap fill style parameters.Andre Fischer1-1/+37
Reported by: Du Jing Patch by: zjchen Review by: Andre Fischer
2013-03-31#i119536# Fixed rotation when importing PPT.Andre Fischer1-11/+0
Reported by: Li Feng Wang Patch by: Ma Bingbing Reviewed by: Arming Le Grand and Andre Fischer
2013-03-31#120573# fix the export issue for the text box in header&footer with the ↵Lei De Bin1-0/+6
margin mirrored layout Reported by: Yan Ji Patch by: Lei De Bin Review by: Chen Zuo Jun
2013-03-31#119581# fix import issue for left and right horizontal alignment in text boxLei De Bin1-0/+6
Reported by: liu ping tan Patch by: Li Jian Yuan Review by: Lei De Bin
2013-03-31#119491# fix Handout view mode issueJianyuan Li1-2/+6
Reported by: Du Jing Patch by: Jianyuan Li Review by: sunying
2013-03-31#120848# Added correct text content frame for NotchedRightArrow AutoshapeArmin Le Grand1-2/+3
Patch by: JianYuan Li Review by: alg
2013-03-31#119609# Fixed alphabetical and roman numberals became ditial numberingLei De Bin1-1/+1
Reported by: Yan Ji Patch by: Chen Zuo Jun Review by: Lei De Bin
2013-03-31#i120684# Fixed export of red color-channel.Andre Fischer1-1/+1
Patch by: Wang Zhe Review by: Andre Fischer
2013-03-31Multiple typo fixes, small code changesChris Sherlock10-98/+81
* 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-31We are in 2013 - remove "goto" in jpeg filter.Tomaž Vajngerl1-30/+10
Change-Id: I39cea3e90f0ac57168e1cd2d4a9af9199e1416fb
2013-03-31Add Chroma subsampling options to jpeg writer.Tomaž Vajngerl4-6/+24
Change-Id: I247a261bb96b0c437a43922070777892cdcbc1f6
2013-03-31Updated coreGoran Rakic1-0/+0
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-31Updated coreOlivier Hallot1-0/+0
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-31Correct typos in sw READMEChris Sherlock1-1/+1
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-31remove bitrotten edittestAndras Timar1-1748/+0
Change-Id: I54881476ae296bc95df16e233ff4ca5800477254
2013-03-31Must percent-escape the APP_DATA_DIRTor Lillqvist1-1/+1
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-31Organise the (few) source files included in the Xcode project into groupsTor Lillqvist1-18/+78
Change-Id: I01c9c26c6d282729101386266db898d759450a41
2013-03-31sal_Bool to boolTakeshi Abe3-107/+107
Change-Id: I551cb2422c8857bb847bd4b0c2224eaa1c024084
2013-03-31Must pass the test document as a file: URI because it is percent-escapedTor Lillqvist1-1/+3
Change-Id: I8e27f0cb4a9605a97d8120f9f4697e7f939135c1
2013-03-30Use OUString in basctl(basicide)Chr. Rossmanith4-28/+28
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-30Use OUString and sal_Int32 in GetTextBreak()Chr. Rossmanith4-24/+44
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-30Simplify a bit iterators stuffJulien Nabet1-6/+2
Change-Id: Ie2159d5eb8caf3d8f13d9c1ec49cc2bb6a0d94eb
2013-03-30use proper gbuild capitalizationPeter Foley1-1/+1
Change-Id: I4824395653052486956572cedf3b56b94f9df39e
2013-03-30fix loplugin unused warningsPeter Foley5-25/+15
Change-Id: I23fc6bf62e74f192f77c74ed48d5276737375f3c
2013-03-30coverity#441021 Dereference after null checkJulien Nabet1-1/+1
Change-Id: I2fb3bd758d7b903cd148f847c21c0eefd6f091e5
2013-03-30Adapt the patch to apply to ICU 51.1Tor Lillqvist1-10/+1
Change-Id: Ic6771c4ae12686580301e114fa5aec7f7d4dc9a8
2013-03-30coverity#441020 Dereference after null checkJulien Nabet1-1/+1
Change-Id: I39c301a98854d19e849a9e06ffac0657408456fe
2013-03-30certainly this was not meant to be _PC_NAME_MAXEike Rathke1-1/+1
_PC_NAME_MAX is a symbolic constant meant to be used as a pathconf() argument, not a buffer length. See also 2cd4e55bb36a9a3d13971b530469188e3fb59dfe Change-Id: I94d19bd6f9f0ae501329d6a1edecad630f44b356
2013-03-30certainly this was not meant to be _PC_NAME_MAXEike Rathke1-1/+1
_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-30coverity#440801 Dereference after null checkJulien Nabet1-1/+1
Change-Id: I067d52236b189e09955d7aa3ce2fbd25b0d330bd
2013-03-30coverity#440717 Dereference after null checkJulien Nabet1-1/+1
Change-Id: I2ff581a72aa66bff8943d31499013b31e360333b
2013-03-30binaryurp does not need offapiDavid Tardon1-1/+1
Change-Id: I4196e763e8374d1f50700c20362245224acb9e13
2013-03-30stop delivering useless rdb for InternalUnoApiDavid Tardon2-27/+21
2013-03-30OSL_FAIL -> SAL_WARNThomas Arnhold13-74/+63
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-30Prefer prefix ++/-- operators for non-primitive typesJulien Nabet3-5/+4
Change-Id: I7db719ab118ff1003594bc481e11a5dbf7946b57
2013-03-30Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-7/+4
Change-Id: I7b3fb6f5c8b4dfed5ff225edecfe41d85a6f621d
2013-03-30Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-14/+7
Change-Id: I947709235e714a208eff6b57a7eba2f7dd386893
2013-03-30Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-7/+4
Change-Id: I98d8c5982b42b2f3283c50cf1da11331040ab884
2013-03-30fix typoPeter Foley1-1/+1
Change-Id: I5b11f1bb94841b08fd82da31ff348ffca4c487c6
2013-03-30Create empty pagein file if everything is in Library_mergedPeter Foley1-0/+1
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-30fix loplugin warningsPeter Foley5-4/+11
Change-Id: I17593ac6e495213a1ef99d4d5525a6e38aee0bc7
2013-03-30silence compilerplugin buildPeter Foley1-3/+5
Change-Id: I4397575e4665e8a257d0bd3e15245d996a48a1f4