summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-30misc unnecessary FALSE: Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud
Change-Id: I96cadd25f1c26fd620701a377ca20702ea969460
2013-08-30ENABLE_LOCKDOWN Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud
Change-Id: I47b2d7a59bbf1f5a96523d451c8b6f4fa12c8e90
2013-08-30ENABLE_PACKAGEKIT Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud
Change-Id: I966f70b17ce9be2c0db015db88dd09ed01dd6387
2013-08-30ENABLE_MACOSX_MACLIKE* Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud
Change-Id: I0c51975c1c13dbd100bbd8e6103835ce8a8c3691
2013-08-30ENABLE_MARIADBC Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud
Change-Id: Icd6f385a8c9fcb67d2e448580e66ab97f63a99a6
2013-08-31Some trivial string clean upStephan Bergmann
Change-Id: I68c738152250e0cbd317e903cb088c60e9b40566
2013-08-31Some OSL_WARN -> SAL_WARN_IFStephan Bergmann
Change-Id: I076adcd2f94c38a74f2dce618bc16efec577ed91
2013-08-31Be less patheticStephan Bergmann
Change-Id: Ifeadfa9f95f85514f7d01ea777e2563803e0898c
2013-08-30-Werror,-Wunused-variable 'aRS'Eike Rathke
Change-Id: I4d8f93c0def25c65bd84871d62f6838f3faa08ef
2013-08-30-Werror,-WswitchStephan Bergmann
Change-Id: I4fec831898b65737fe4b81b576891b28a3fb6cba
2013-08-30-Werror,-Wunused-variable 'theAreaStr'Eike Rathke
Change-Id: I61ad7c9825e1bcf0641e6c2326037668215f5d2f
2013-08-30resolved fdo#67836 do not overwrite already interpreted English cellEike Rathke
... with a not matching locale dependent interpretation Change-Id: I66553627cab282ed333443ee8bf687596a616a28
2013-08-30fdo#32059: Fix this once and for allMarcos Paulo de Souza
Fix a regression from 356b2f0edfd5a01ed05976c1bdb74948ff84b5fd. This regression was about the setSelection function. We inserted the command with a space in the right side of the string, but our selection was not counting the " " character. So, reasign the variable with the space solve this issue. Change-Id: Ic48f1afaec89c6eefe73d051d3b0eba7edbf557e Reviewed-on: https://gerrit.libreoffice.org/5688 Reviewed-by: Ricardo Montania <ricardo@linuxafundo.com.br> Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-08-30ENABLE_MACOSX_SANDBOX Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud
Change-Id: Ice05796a9887c4ff311b78fcddd9820e0f06e7f1 Reviewed-on: https://gerrit.libreoffice.org/5708 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-08-30ENABLE_MINIMIZER Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud
Change-Id: I10c52844c6e83f6b88cf736c03d93e710a69432a Reviewed-on: https://gerrit.libreoffice.org/5705 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-08-30ENABLE_MEDIAWIKI Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud
Change-Id: I4561c2cd3b937cbd0085d1e94930d5f458281d11 Reviewed-on: https://gerrit.libreoffice.org/5704 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-08-30ENABLE_RELEASE_BUILD Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud
Change-Id: I7387ff3d3adf9a4e7c15466076e9d84d4892bb3e Reviewed-on: https://gerrit.libreoffice.org/5703 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-08-30ENABLE_SCRIPTING_* Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud
Change-Id: I937967889da75062c792cf377ce4e13c67526162 Reviewed-on: https://gerrit.libreoffice.org/5702 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-08-30ENABLE_BLUETOOTH* Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud
Change-Id: Ia27882faa9c85c439bc1f77987d766f65f1d8cef Reviewed-on: https://gerrit.libreoffice.org/5699 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-08-30Fix inconsistant use of value for DISABLE_ACTIVEXNorbert Thiebaud
Change-Id: I9b917fb557c0582ad9235562e882ae2de4d4246f
2013-08-30Patch for milestone1-0829-v4.Haidong Lian
1. Add the parser based on RPN; 2. For test sample1 named "ground-water-daily.xls", using the compound formula to do calculation; Add the compound kernels: Formulae include "AVERAGE,MAX and MIN".Compound formulae include "AVERAGE -(+,*,/)","MAX -(+,*,/)" and "MIN -(+,*,/)"; 3. For formulae which do not work in GPU, they'll work in CPU; 4. For compound operators(-,+,*,/), they'll be calculated one by one in GPU as the sequence of RPN; 5. Add the start and end position to fit for the sliding window; 6. Modify kernels by using vector for AMD GPU. Conflicts: sc/source/core/opencl/formulagroupcl.cxx sc/source/core/opencl/openclwrapper.cxx Change-Id: I6157008575ce89ddd3e7bf552a87812474af4125
2013-08-30-Werror=unused-but-set-variable second tryJulien Nabet
Change-Id: Ia8a9f60831d089ec04127213bb9ded31aa754bf7
2013-08-30Revert "-Werror=unused-but-set-variable bCategoriesApplied"Julien Nabet
This reverts commit 72e019c4e301ef93bd1be985edd037d1e2b10e28.
2013-08-30-Werror=unused-but-set-variable bCategoriesAppliedJulien Nabet
Change-Id: I43c1f866847e2029bc1547dff3be3c1ed454d281
2013-08-30removed LanguageTag(OUString,OUString) ctorEike Rathke
Change-Id: I8450b7d76e8efac302a9d6005eb3ecc72ad195f4
2013-08-30fdo#68689 Sub-divide ruler ticks into 1/8 insted of 1/10 for inchTomaž Vajngerl
Change-Id: Ied2a6982d5564228b0ce7fecb89723f3742b6d0d
2013-08-30fdo#41068: writerfilter: fix image wrap polygon importMichael Stahl
Mainly the problem seems to be that Stein's GCD algorithm requires non-negative input parameters, and the document has this: <wp:lineTo x="-480" y="6104"/> (regression from 86898639d4144a078ed295d0a8bef406868802cb) Change-Id: I8da1272c3caae84f43472aa4acb65ed66dfbd8ae
2013-08-30Add macosx_x86_64 extension platform identifierStephan Bergmann
Change-Id: Ie7b6e8dee54ae240ff1ca7e7cac89b914dcce9ff
2013-08-30clean no more used header declarationLaurent Godard
Change-Id: Id4253c51d43c788310c93acd91ed49fa2fe68c4b Reviewed-on: https://gerrit.libreoffice.org/5695 Reviewed-by: Kohei Yoshida <kohei.yoshida@suse.de> Tested-by: Kohei Yoshida <kohei.yoshida@suse.de>
2013-08-30Remove hacks for ancient FreeTypeKhaled Hosny
We don't support FreeType <= 2.0.9, since configure already checks for >= 2.1.5 (which is pretty ancient and was put there arbitrarily as the first FreeType version to ship a .pc file, but that is a different story). Change-Id: Iae7c950ff7b48eae22fbe98bdda726318e9dea9a
2013-08-30fdo#68663 don't blindly force categories when there are noneLionel Elie Mamane
Change-Id: If52ea471ee3ca10e2f69d2fcd7b3ae0d5772bfc3
2013-08-30fdo#68663 open chart-in-report: actually test for categories presenceLionel Elie Mamane
Change-Id: Icf8c8c1f3b1443bf051b3834f6407996e4ef2bfb
2013-08-30that comment is patently wrongLionel Elie Mamane
categories presence used to be hardcoded to sal_True, but now it is tested a few lines below. Change-Id: I413bbac3069e49a56c74637b75b8d8990f6111b4
2013-08-30janitorial: indentationLionel Elie Mamane
Change-Id: I3070c0b4fa84090412191415b23e455b9e8d1bbc
2013-08-30enable building against RHEL-6 system icuCaolán McNamara
Change-Id: I56f08d58d8d8a0e397412580451c90f9605bcb46
2013-08-30allow building with older libjpeg againCaolán McNamara
we don't really care what the error number is, so long as its an error of some kind so just sed JERR_BAD_CROP_SPEC to JERR_CONVERSION_NOTIMPL Change-Id: Iae41de7b720ce2e60c7092d15983aa1c4ba14c89
2013-08-30fix for IsPlausibleSingleWordSection checking wrong conditionAdam Co
Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Change-Id: I503e5944079b6c03413caea27ef940efbd44ced5 Reviewed-on: https://gerrit.libreoffice.org/5548 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-30wait until we know the UI language before initializing gtkCaolán McNamara
so that we can set LANGUAGE to get RTL mirroring for RTL UI languages even under a LTR system locale Change-Id: I31fce6f1620d7fb35a489c771285b15ba05773df
2013-08-30Resolves: #i122982# Fallback to bitmap reader when no PNG even when claimedArmin Le Grand
(cherry picked from commit a77275c610f1543dcc8b38dc5ec50f1195965f27) Conflicts: svtools/source/misc/transfer.cxx Change-Id: I213496c53558cd3b78e40866bdc8e89d08079033
2013-08-30startcenter: Tweak button layout in Start CenterKrisztian Pinter
Change-Id: I7a02b5c831b268f326d30c331065c57deceeb6ee
2013-08-30Resolves: fdo#66700 don't crash on querying zoom state with no SfxObjectShellCaolán McNamara
Change-Id: Id2943c92ce6deaae3e4d507a35c08466db21cece
2013-08-30Decouple setting -std=gnu++11/c++11 from setting -stdlib=libc++Stephan Bergmann
Forcing -stdlib=c++11 into CXX upon --enable-libc++ instead of only into CXXFLAGS_CXX11 as done normally caused external projects to unexpectedly pick it up, causing build failures in firebird. Change-Id: I588d75ccbde6b9fd4f38e10a0c67c2f6086f8977
2013-08-30Set path and not url for FIREBIRD_[TMP|LOCK]. (firebird-sdbc)Andrzej J.R. Hunt
Otherwise firbird fails to load databases since it can't access a url. Change-Id: I1bebc6fa18c2d1920291dcf5a7300009ede4452a
2013-08-30The except.cxx for gcc3_macosx_x86-64 can be the same as for gcc3_macosx_intelTor Lillqvist
Change-Id: I567a20dc70b2b9e13965550333f4ed89205c4333
2013-08-30originally was convertIsoNamesToLanguage(), use makeFallback()Eike Rathke
Change-Id: I4e49778a7519e8e4e1e1fce115b1b0ad30040f72
2013-08-30take a shortcut for unknown "x-..." or "i-..."Eike Rathke
Change-Id: I4996fd68ba6bd62bd7126924418242fde78fe713
2013-08-30remove old WalkthroughControl imageSiqi LIU
Change-Id: Id5680fde392a731da15889d3869e234fbf072068
2013-08-30control guide image for ipadSiqi LIU
Change-Id: I987e427bbc98b1e4f838bd95ae13c53e604aed65
2013-08-30iPad control how-to page updatedSiqi LIU
Change-Id: I422b864f0c2d78e9328faf401fe862fb57e0cd6a
2013-08-30Resolves: #i123129# Corrected LineWidth for text comments in SWArmin Le Grand
(cherry picked from commit 7ed3f859004e0763598a7d6edc7e4dec2b69813c) Change-Id: Ife132b66a13208193d897e98cdaea17bce33c310