summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fdo#70393: move apache-commons to a subdir of externalKhaled Hosny2013-10-1721-9/+5
| | | | | | | Change-Id: I97f27f1fd53e416767c7aa3478deb23aae0427e0 Reviewed-on: https://gerrit.libreoffice.org/6281 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
* fdo#70393: move afms to a subdir of externalKhaled Hosny2013-10-177-1/+1
| | | | | | | Change-Id: I73d7998a9a36d466b4c6d9cac408506a42bceebf Reviewed-on: https://gerrit.libreoffice.org/6280 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
* Fix quotingStephan Bergmann2013-10-171-1/+1
| | | | Change-Id: Ie2228247f5edc107ed183a25ef30256d8041e000
* fdo#70393: move harfbuzz to a subdir of externalKhaled Hosny2013-10-177-7/+4
| | | | | | | Change-Id: I3eaa6d95aaa1753822e20d21f90f39cadb939332 Reviewed-on: https://gerrit.libreoffice.org/6276 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
* Scripts need executable bitStephan Bergmann2013-10-172-0/+0
| | | | | | | ...or else they would end up non-executable in instdir, now that they are directly copied there via desktop/Package_scripts_install.mk. Change-Id: I8d2add1fd7f13ae9080d2f710b5fbb60d1e8ad1a
* Tiles: Documentation of the parameters.Jan Holesovsky2013-10-172-2/+7
| | | | Change-Id: Ibe31a105972cee2aff9b6896cdd80bd93a1a0e7d
* added draw tile signature and select all fixptyl@cloudon.com2013-10-174-3/+16
| | | | Change-Id: I6118c55caa12d9ba52000f89e869e27b218859be
* fdo#69462 Properly escape URL in Mozilla -remote openURL(...) commandStephan Bergmann2013-10-171-1/+3
| | | | | | | | | | | Verbatim ")" or "," in the URL will apparently cause problems when Mozilla- derived browsers parse the openURL(...) command (see <http://www-archive.mozilla.org/unix/remote.html> "remote control of unix mozilla"), so percent-escape all "(", ")", and "," in the URL. Also, remove the space before "new-window" as "Commands should /not/ have spaces in them" (see link above). Change-Id: I4b0f3f6a19c94ed9346bb6c55e77d6eae82baba2
* Quoting clean-upStephan Bergmann2013-10-171-2/+2
| | | | | | cosmetics only; even the unquoted echo $1 would not have caused any problems Change-Id: Iabae872fe6232dc1cd627b736f0c4fc5a8611037
* Remove unused run_browser()Stephan Bergmann2013-10-171-16/+0
| | | | | | | | ...unused right from the start in 3d5468a8590ff9b36ac16845782af118d07b7786 "INTEGRATION: CWS defaultbrowser: #i27120# new unix shell execute service implementation." Change-Id: I18ae3c4c372163787e9bd4f8c946e15128a9deeb
* Related: fdo#38838 remove String::CompareToAsciiCaolán McNamara2013-10-175-78/+3
| | | | Change-Id: Ie853747ec693bce34e5be3940c236be5e5544b00
* Make the MobileLibreOffice project work better in a srcdir!=builddir scenarioTor Lillqvist2013-10-173-3/+4
| | | | | | | Manual intervention still needed to copy over the ios/MobileLibreOffice and ios/shared directories, though. Change-Id: I1e985cb9bf61238631bd01cd222eeaeb447d58b9
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-171-1/+0
| | | | Change-Id: I635235896853693dd7687e0b72ccb3caf4febb89
* WaE: unknown warning group '-Wmaybe-uninitialized'Tor Lillqvist2013-10-171-3/+3
| | | | | | | | | | | | | Seriously, would it be so awful to initialise the value even if strictly speaking it is unnecessary? Hopefully avoiding that is not an attempt at manual micro-optmisation? (Or did the initialisation actually cause some warning?) Besides, Clang is not just "the MacOS X compiler". I use Clang on Linux, too. It is great. Our Clang plug-in (which can be easily used only on Linux) is very useful. Change-Id: I379afed707d96745ee29979bd79467309adf0147
* Normalize DISABLE_OPENSSL to USE TRUE/<nothing>Norbert Thiebaud2013-10-177-16/+16
| | | | | | | Change-Id: I84dd99f42e032315fbf31332dfb62eb3ef4aa4c0 Reviewed-on: https://gerrit.libreoffice.org/5724 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* Revert "no need to double the conditional, once is enough"Lionel Elie Mamane2013-10-171-0/+4
| | | | | | | | | | | | | | | This reverts commit b63029c8072c10c03b2fc36fe82619f0cff0ca18 This might be a bug in gb_Helper_optional or some such, but I get: make[1]: *** No rule to make target `/home/master/src/libreoffice/workdirs/master/src/9e5d864bce8f06751bbd99962ecf4aad-libpng-1.5.10.tar.gz', needed by `/home/master/src/libreoffice/workdirs/master/workdir/unxlngx6/UnpackedTarget/9e5d864bce8f06751bbd99962ecf4aad-libpng-1.5.10.tar.gz'. Stop. make[1]: *** Waiting for unfinished jobs.... make: *** [build] Error 2 Change-Id: Ib9cd0cbe800f158bf50aaeb95f848cc2fd805de3 Reviewed-on: https://gerrit.libreoffice.org/6287 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
* MacOS X fixup to bogus WaE: 'bValue' may be used uninitializedLionel Elie Mamane2013-10-171-7/+9
| | | | Change-Id: I1485e7f6b9147d4cec94833c0a2b35e730c397cf
* bogus WaE: 'bValue' may be used uninitialized in this functionLionel Elie Mamane2013-10-171-1/+11
| | | | Change-Id: I14983509a41bd6be0d7fed29d7f89fa4a21fe08a
* this method is not supposed to throw, fdo#66241Markus Mohrhard2013-10-171-161/+161
| | | | Change-Id: I1e2eaeba47e16e6b261c4c382ec10166eb08d7f3
* CID#1028073: possible memory leakMarkus Mohrhard2013-10-171-2/+4
| | | | Change-Id: Ifbc7d7b04b20fbf46204866a82aa10319c5dddf2
* remove glibc stub and tarball, it seems to be completely unusedBjoern Michaelsen2013-10-169-171/+0
| | | | | | | | Change-Id: I1638d4cfc0e6025bd33ed6770ede8556304d6919 Reviewed-on: https://gerrit.libreoffice.org/6278 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
* re-added an omitted nFuncFmtTypeEike Rathke2013-10-161-0/+1
| | | | | | Gone with 58380c11216cb9f03a98e3d53dcee702576fedb8 Change-Id: I6b076d635c3d2cd37ed6b65a83c758b30e0e1522
* fixed MIN and MAX matrix case regressionEike Rathke2013-10-161-2/+8
| | | | | | | | Introduced with 58380c11216cb9f03a98e3d53dcee702576fedb8 If in MIN matrix minimum was >0.0 the result was always 0. If in MAX matrix maximum was <0.0 the result was always 0. Change-Id: I59bd1e9815912eae6b4846c092d98a8949b30e8d
* move mingw-externals to subdirBjoern Michaelsen2013-10-166-6/+22
| | | | | | | | Change-Id: I324225ac397d8e4bb1f58f0b8040eb08b7142ee9 Reviewed-on: https://gerrit.libreoffice.org/6277 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
* fixed out-of-bounds OUString accessEike Rathke2013-10-161-1/+2
| | | | Change-Id: I971c339f2cb4cddcf4fbb447eb79282d34979220
* writerfilter: remove unused WW8ListTable class in doctokMiklos Vajna2013-10-162-25/+0
| | | | Change-Id: If13c1ce4847e5711cbb60196a77a669411496306
* writerfilter: remove unused WW8ListLevel classMiklos Vajna2013-10-163-68/+2
| | | | Change-Id: Ib1058fcc10100938a34fae18e94fa9fd21ebfb36
* writerfilter: remove various no longer needed resolve* methods in doctokMiklos Vajna2013-10-161-37/+1
| | | | Change-Id: Iae638fbc5142e7c6d3f62bd6916b25fa4ecf040e
* WaE: 'bValue' may be used uninitialized in this functionTor Lillqvist2013-10-161-1/+1
| | | | Change-Id: I6fd6f679dd81707483c6834a4d4b2ca935f7c515
* remove SID_INTERNET_ONLINEThomas Arnhold2013-10-168-80/+0
| | | | | | We have no online/offline concept for the office anymore. Change-Id: Id7e71d9c4383b47d3fae6f8cb5dc18ec22a55934
* fdo#63271: Close hyperlink dialog after hyperlink is insertedThomas Arnhold2013-10-166-16/+17
| | | | | | Also label it with "Ok" which reflects the new behavior better. Change-Id: If8adde315c2d822e3210a0dcae7055519e5e558d
* respect reference values in checkboxesLionel Elie Mamane2013-10-164-5/+37
| | | | Change-Id: Ifd0953f779f530af6b190425794f009a891f0afb
* make sure value passed to updateBoolean is treated as a booleanLionel Elie Mamane2013-10-161-1/+1
| | | | Change-Id: I69549fd8ab95cf92ccb06fd9aed1b9dba2935d7d
* janitorial: bool is bool, not sal_BoolLionel Elie Mamane2013-10-161-2/+2
| | | | Change-Id: Ia6fbde0521d503c3d774ebd265097804d375ed3b
* when reading a bool from a database, treat is as a boolLionel Elie Mamane2013-10-161-1/+2
| | | | | | This in particular allows recognition of strings "true" and "false". Change-Id: I590a5357206e4fb0b92b78b8ee4655e445e6f152
* string->bool conversion recognise "1"/"0" additionally to "true"/"false"Lionel Elie Mamane2013-10-161-2/+2
| | | | | | | since that is what the conversion in the other direction recognises. It also recognises the "true"/"false" written by LibreOffice versions affected by fdo#68657 Change-Id: I213c23a19e4857905da93eeb2be1b9714215594a
* empty statement is emptyBjoern Michaelsen2013-10-161-3/+0
| | | | | | | Change-Id: I1b9dacea79b978384b61240bdecf83b9bd924a66 Reviewed-on: https://gerrit.libreoffice.org/6267 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
* no need to double the conditional, once is enoughBjoern Michaelsen2013-10-161-4/+0
| | | | | | | | | | - the whole module wont be loaded with --with-system-libpng because of the gb_Helper_optional thingie one level up Change-Id: I885fedf82bdbb383a3caee343422dc79528838e0 Reviewed-on: https://gerrit.libreoffice.org/6266 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
* move MSVC externals to subdirBjoern Michaelsen2013-10-166-6/+20
| | | | | | | | | see http://nabble.documentfoundation.org/move-external-builds-into-subfolder-fdo-70393-td4078160.html for details Change-Id: I5ebf3a6162a8f977d1ddf0d445f076afd53332e4 Reviewed-on: https://gerrit.libreoffice.org/6265 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
* Updated coreJan Holesovsky2013-10-161-0/+0
| | | | | Project: help 5158a5975dcc23ec1bb3dcd92fbfb5da03155596
* [API CHANGE]: PreView -> Preview, including .uno:PrintPagePreView.Jan Holesovsky2013-10-1652-277/+277
| | | | | | Will be .uno:PrintPagePreview going forward. Change-Id: Ie5a35467917a54a60dab9eaacf0690c9df27e6f6
* Prevw -> Preview.Jan Holesovsky2013-10-1610-297/+297
| | | | Change-Id: I93cd8e27d5f16fe62a1434e3667fc7cc06c62e08
* i123485 secured file import scanning existing pagesArmin Le Grand2013-10-161-4/+12
| | | | | | | | | | (cherry picked from commit 04b38114b0ca4be9895d8f9fa842b6cb390c8036 and adapted to the rewritten scanBuildPageChainCache) Change-Id: Ib90d0563be5aeb69aa14c28b3304e42f3cc46162 Reviewed-on: https://gerrit.libreoffice.org/6272 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
* Bin a line of dead codeTor Lillqvist2013-10-161-4/+0
| | | | Change-Id: Iebbb7e5200977e9c89cbd213cb78613d3d0f3ba4
* Resolves: rhbz#1015594 CVE-2013-2924 use-after-freeEike Rathke2013-10-162-0/+37
| | | | | | | | Added icu.10318.CVE-2013-2924_changeset_34076.patch from https://ssl.icu-project.org/trac/changeset/34076 assigned to https://ssl.icu-project.org/trac/ticket/10318 Change-Id: I93a33e59aec9b79fb8d4b1517cd0990c79ee65fb
* writerfilter: initial import of numbering stylesMiklos Vajna2013-10-162-7/+11
| | | | Change-Id: I81205ae7010ab776cd1880f779af2f623e290da9
* Unwind useless comphelper::ByteSequence typedefStephan Bergmann2013-10-163-6/+5
| | | | Change-Id: I59317a0d591eac188fa01636031e907357038c29
* Use ln -f to avoid warnings about existing filesTor Lillqvist2013-10-161-1/+1
| | | | | | | Some libraries exist both in solver/*/lib and in their UnpackedTarball/foo location. Change-Id: Ie312479069738b27900bd4d7021ede986d94f22a
* Drop the set -xTor Lillqvist2013-10-161-1/+1
| | | | Change-Id: I014202fa48a211499b0290e6236bbdc96ad247a8
* Make libc++ optional for iOS and use the right library in the Xcode projectsTor Lillqvist2013-10-164-10/+28
| | | | | | | | | | It seems that using libc++ when building with Xcode 4 (and iOS SDK 6) you get linking errors. Stick to libstdc++ for now then with that. Propagate the choice to the iOS Xcode projects through the lo.xcconfig file. Change-Id: Ic61dd2336066a77c4219c532106e3e50e85d0689