summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-17fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza
to use cppu::supportsService and other pieces. Change-Id: I16893b3d31a8055acd214ff23d01e63d38fe0826 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-17Produce empty share/uno_packages/cache/uno_packages/ hier in instdir, tooStephan Bergmann
...though the way to do it is probably somewhat overblown... Change-Id: I9b0da2913e0584eaf7d2ec98d1a29e1d78533d51
2013-10-17writerfilter: fix default numbering styleMiklos Vajna
Change-Id: Ia019c93841043ac5d65e08ad17400acc27f82d6c
2013-10-17fdo#70393: move cairo to a subdir of externalKhaled Hosny
Change-Id: I5a5d43521d3d7227dadd05525e2c69c63a3f1c1b Reviewed-on: https://gerrit.libreoffice.org/6284 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-10-17fdo#70393: move beanshell to a subdir of externalKhaled Hosny
Change-Id: I7e8324fd366a25db59becedfb3f00a10723f45be Reviewed-on: https://gerrit.libreoffice.org/6283 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-10-17fdo#70393: move boost to a subdir of externalKhaled Hosny
Change-Id: Ib6aa36e296dfc1237463c4257f7ea1bd1fe72a1b Reviewed-on: https://gerrit.libreoffice.org/6282 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-10-17fdo#70393: move apache-commons to a subdir of externalKhaled Hosny
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>
2013-10-17fdo#70393: move afms to a subdir of externalKhaled Hosny
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>
2013-10-17Fix quotingStephan Bergmann
Change-Id: Ie2228247f5edc107ed183a25ef30256d8041e000
2013-10-17fdo#70393: move harfbuzz to a subdir of externalKhaled Hosny
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>
2013-10-17Scripts need executable bitStephan Bergmann
...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
2013-10-17Tiles: Documentation of the parameters.Jan Holesovsky
Change-Id: Ibe31a105972cee2aff9b6896cdd80bd93a1a0e7d
2013-10-17added draw tile signature and select all fixptyl@cloudon.com
Change-Id: I6118c55caa12d9ba52000f89e869e27b218859be
2013-10-17fdo#69462 Properly escape URL in Mozilla -remote openURL(...) commandStephan Bergmann
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
2013-10-17Quoting clean-upStephan Bergmann
cosmetics only; even the unquoted echo $1 would not have caused any problems Change-Id: Iabae872fe6232dc1cd627b736f0c4fc5a8611037
2013-10-17Remove unused run_browser()Stephan Bergmann
...unused right from the start in 3d5468a8590ff9b36ac16845782af118d07b7786 "INTEGRATION: CWS defaultbrowser: #i27120# new unix shell execute service implementation." Change-Id: I18ae3c4c372163787e9bd4f8c946e15128a9deeb
2013-10-17Related: fdo#38838 remove String::CompareToAsciiCaolán McNamara
Change-Id: Ie853747ec693bce34e5be3940c236be5e5544b00
2013-10-17Make the MobileLibreOffice project work better in a srcdir!=builddir scenarioTor Lillqvist
Manual intervention still needed to copy over the ios/MobileLibreOffice and ios/shared directories, though. Change-Id: I1e985cb9bf61238631bd01cd222eeaeb447d58b9
2013-10-17-Werror,-Wunused-const-variableStephan Bergmann
Change-Id: I635235896853693dd7687e0b72ccb3caf4febb89
2013-10-17WaE: unknown warning group '-Wmaybe-uninitialized'Tor Lillqvist
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
2013-10-17Normalize DISABLE_OPENSSL to USE TRUE/<nothing>Norbert Thiebaud
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>
2013-10-17Revert "no need to double the conditional, once is enough"Lionel Elie Mamane
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>
2013-10-17MacOS X fixup to bogus WaE: 'bValue' may be used uninitializedLionel Elie Mamane
Change-Id: I1485e7f6b9147d4cec94833c0a2b35e730c397cf
2013-10-17bogus WaE: 'bValue' may be used uninitialized in this functionLionel Elie Mamane
Change-Id: I14983509a41bd6be0d7fed29d7f89fa4a21fe08a
2013-10-17this method is not supposed to throw, fdo#66241Markus Mohrhard
Change-Id: I1e2eaeba47e16e6b261c4c382ec10166eb08d7f3
2013-10-17CID#1028073: possible memory leakMarkus Mohrhard
Change-Id: Ifbc7d7b04b20fbf46204866a82aa10319c5dddf2
2013-10-16remove glibc stub and tarball, it seems to be completely unusedBjoern Michaelsen
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>
2013-10-16re-added an omitted nFuncFmtTypeEike Rathke
Gone with 58380c11216cb9f03a98e3d53dcee702576fedb8 Change-Id: I6b076d635c3d2cd37ed6b65a83c758b30e0e1522
2013-10-16fixed MIN and MAX matrix case regressionEike Rathke
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
2013-10-16move mingw-externals to subdirBjoern Michaelsen
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>
2013-10-16fixed out-of-bounds OUString accessEike Rathke
Change-Id: I971c339f2cb4cddcf4fbb447eb79282d34979220
2013-10-16writerfilter: remove unused WW8ListTable class in doctokMiklos Vajna
Change-Id: If13c1ce4847e5711cbb60196a77a669411496306
2013-10-16writerfilter: remove unused WW8ListLevel classMiklos Vajna
Change-Id: Ib1058fcc10100938a34fae18e94fa9fd21ebfb36
2013-10-16writerfilter: remove various no longer needed resolve* methods in doctokMiklos Vajna
Change-Id: Iae638fbc5142e7c6d3f62bd6916b25fa4ecf040e
2013-10-16WaE: 'bValue' may be used uninitialized in this functionTor Lillqvist
Change-Id: I6fd6f679dd81707483c6834a4d4b2ca935f7c515
2013-10-16remove SID_INTERNET_ONLINEThomas Arnhold
We have no online/offline concept for the office anymore. Change-Id: Id7e71d9c4383b47d3fae6f8cb5dc18ec22a55934
2013-10-16fdo#63271: Close hyperlink dialog after hyperlink is insertedThomas Arnhold
Also label it with "Ok" which reflects the new behavior better. Change-Id: If8adde315c2d822e3210a0dcae7055519e5e558d
2013-10-16respect reference values in checkboxesLionel Elie Mamane
Change-Id: Ifd0953f779f530af6b190425794f009a891f0afb
2013-10-16make sure value passed to updateBoolean is treated as a booleanLionel Elie Mamane
Change-Id: I69549fd8ab95cf92ccb06fd9aed1b9dba2935d7d
2013-10-16janitorial: bool is bool, not sal_BoolLionel Elie Mamane
Change-Id: Ia6fbde0521d503c3d774ebd265097804d375ed3b
2013-10-16when reading a bool from a database, treat is as a boolLionel Elie Mamane
This in particular allows recognition of strings "true" and "false". Change-Id: I590a5357206e4fb0b92b78b8ee4655e445e6f152
2013-10-16string->bool conversion recognise "1"/"0" additionally to "true"/"false"Lionel Elie Mamane
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
2013-10-16empty statement is emptyBjoern Michaelsen
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>
2013-10-16no need to double the conditional, once is enoughBjoern Michaelsen
- 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>
2013-10-16move MSVC externals to subdirBjoern Michaelsen
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>
2013-10-16Updated coreJan Holesovsky
Project: help 5158a5975dcc23ec1bb3dcd92fbfb5da03155596
2013-10-16[API CHANGE]: PreView -> Preview, including .uno:PrintPagePreView.Jan Holesovsky
Will be .uno:PrintPagePreview going forward. Change-Id: Ie5a35467917a54a60dab9eaacf0690c9df27e6f6
2013-10-16Prevw -> Preview.Jan Holesovsky
Change-Id: I93cd8e27d5f16fe62a1434e3667fc7cc06c62e08
2013-10-16i123485 secured file import scanning existing pagesArmin Le Grand
(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>
2013-10-16Bin a line of dead codeTor Lillqvist
Change-Id: Iebbb7e5200977e9c89cbd213cb78613d3d0f3ba4