summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-08-30tdf#93600: Avoid crash on entering '=' as a cell valueKatarina Behrens1-1/+1
To match formulas, 'formula is' condition should be used instead Change-Id: I37a9a2680c49bffcb8b25a11faedc1421cfa2d00 Reviewed-on: https://gerrit.libreoffice.org/18126 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-08-30loplugin:implicitboolconversionStephan Bergmann3-17/+17
Change-Id: Id4561abb96ee8244d4c0b0c9dfce0e2cab1d8b85
2015-08-30tdf#83546 Expand the sidebar if it's hiddenMaxim Monastirsky1-12/+11
Change-Id: I92620cb1439bd13efcdbafcdc584abd8d7bb4345
2015-08-30GTK3: Native background for vertical toolbarsMaxim Monastirsky1-0/+1
Change-Id: I19483c3aa4d37e0f4fe159139c85d0a31f002b5a
2015-08-30pClientData can be nullCaolán McNamara2-1/+1
Change-Id: I9375f84affdaef30d9b1ded31525e6b7b8709cbc
2015-08-30tdf#93733: Assertion failed when clear font size field in paragraph styleJulien Nabet1-1/+1
Change-Id: Ia7748eae16c35a1d197b9f4aa5f391f496e7f2f2 Reviewed-on: https://gerrit.libreoffice.org/18122 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-08-30loplugin:saloverrideStephan Bergmann1-1/+1
Change-Id: Ibb6f8ee56a1849622493def5bf469dfd1469ba73
2015-08-30loplugin:simplifyboolStephan Bergmann1-1/+1
Change-Id: I5bfc2a84cef68421757e9aa8f5e4bcb1d6caf7bf
2015-08-30libcdr: fix build with boost 1.59David Tardon1-1/+2
Change-Id: Ie12338eae161f0a13fa4ff036e41d389bc0d616a
2015-08-30libvisio: fix build with boost 1.59David Tardon1-1/+2
Change-Id: Ib90425d6908bc0bfe2efb633d0215f77546e4c38
2015-08-30libabw: fix build with boost 1.59David Tardon1-1/+2
Change-Id: I2213101623ba7e2cc329b659e17abe3d82e6b634
2015-08-30libodfgen: drop dep. on boostDavid Tardon2-4/+3
Change-Id: If13cdf90de752626bbd37877fea045faae0616cb
2015-08-30libmwaw: drop dep. on boostDavid Tardon2-6/+3
Change-Id: If3bce409a98b9593920c41f8e18b82e8daa36fb1
2015-08-30libwps: drop dep. on boostDavid Tardon4-4/+28
Change-Id: Id8ac510ad96d2a845b5c14024973274fb797c000
2015-08-30Mark rsc comments as translatedLucas Satabin1-1/+1
Change-Id: I6f6248678462f64e469ce9f7b7889e73624e34af Reviewed-on: https://gerrit.libreoffice.org/18067 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-08-30tdf#39468: Translate German comments in core/rsc/incLucas Satabin13-166/+157
Change-Id: I5d878192bde816e59ef570731113b526e8098d85 Reviewed-on: https://gerrit.libreoffice.org/18065 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-08-30tdf#39468 Translate German commentsLuc Castermans1-7/+7
Change-Id: I77702f7e68dd99c9715b4ca8ca2a6b34fd3452cf Reviewed-on: https://gerrit.libreoffice.org/18140 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-08-30Access2Base - UTF-8 encoding and %-encodingJean-Pierre Ledure2-10/+108
Application to SendMailWithoutAttachment => "mailto: ... " uri Change-Id: I53aa0325c048dca678ff134908d448afab08933d
2015-08-30canvas: replace while loops with range-based forDaniel Robertson7-104/+54
Change-Id: Ide16bee666cf4df41646f9336a585e22a7fe53bd Reviewed-on: https://gerrit.libreoffice.org/18131 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-08-30tdf#62525 vcl: use cow_wrapper for GradientDaniel Robertson2-78/+26
Convert the pimpled copy-on-write Gradient class from vcl to use ::o3tl::cow_wrapper using the default reference counting policy. Change-Id: Iadf4d2288669e58a4d5b41f436978c3ab34216f3 Reviewed-on: https://gerrit.libreoffice.org/18124 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-08-30tdf#62525: use cow_wrapper for SvGlobalNameDaniel Robertson2-93/+57
Convert the pimpled copy-on-write SvGlobalName class to use the ::o3tl::cow_wrapper using the default reference counting policy. Change-Id: I7bceb06ddfb31ca5901e5e7d5d93dda494db945f Reviewed-on: https://gerrit.libreoffice.org/18070 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-08-30Don't check SAL_DETAIL_ENABLE_LOG_INFO, check SAL_LOG_INFOTor Lillqvist1-2/+2
SAL_DETAIL_ENABLE_LOG_INFO is always defined, as "true" or "false". It is SAL_LOG_INFO that is defined or not, and can be used to avoid unnecessary non-trivial code that the compiler might not be able to optimise away. Change-Id: I07a17f2a3668f5776f56663d9cd5a0e238b1e9ce
2015-08-30Don't check SAL_DETAIL_ENABLE_LOG_INFO, check SAL_LOG_INFOTor Lillqvist1-3/+3
SAL_DETAIL_ENABLE_LOG_INFO is always defined, as "true" or "false". It is SAL_LOG_INFO that is defined or not, and can be used to avoid unnecessary non-trivial code that the compiler might not be able to optimise away. Change-Id: I9903faab64b39fee86bff3b085cdce3614b0d921
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson35-6/+42
Remove boost dependencies from ::o3tl::cow_wrapper, and add the necessary includes to files including checked_delete and noncopyable that do not already include the necessary files. Change-Id: Iedae4232002792724226829a5d5cf9d16ffd0686 Reviewed-on: https://gerrit.libreoffice.org/18125 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-08-29o3tl: add another unit test to cow_wrapperDaniel Robertson4-2/+203
Add unit tests to cow_wrapper for the move ctor and move assignment. Change-Id: I82a5886ca7ae110985c7202125699cf95b6466d8 Reviewed-on: https://gerrit.libreoffice.org/18108 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-08-29tdf#93536 - avoid crash when calling ToTop on disposed window.Michael Meeks1-0/+2
Change-Id: I677f47f6b60271dc56c9d3d123cf982c00866eb9
2015-08-30werror: fix build in vclThorsten Behrens1-0/+5
Change-Id: I30f9e1858c90943e1d369aeea02e10d8037a4ca8
2015-08-29check stream statusCaolán McNamara2-0/+8
Change-Id: I6b9537cf94ac1c5d996ba64ddf878745dadde254
2015-08-29Access2Base - NewLine distinction Windows - Linux+Jean-Pierre Ledure4-6/+13
Change-Id: I09be5a10ae301b42daf446852e6cf8ba3ed2e51e
2015-08-29XOutBitmap::GraphicToBase64 can return boolMatteo Casalin5-12/+8
instead of a sal_uLong error code, which no call place cares about Change-Id: I0d0dd16859e2f9678f47f484edf933e165b1ca48
2015-08-29Unuseful temporary variableMatteo Casalin1-2/+1
Change-Id: I926a69fa32b284475927e21f98f49330dde6d5b0
2015-08-29Formatting and bail-out early (to not re-format too much)Matteo Casalin2-409/+412
Change-Id: If4c55fe669f7bb861baca0ae224675ca74004de5
2015-08-29Avoid explicit casts of (sizeof) constants known at compile timeMatteo Casalin3-8/+8
Partially revert my previous commit eb4cbea657b9038c488f1b1bcf5107cc226a6681 "Silence some conversion warnings", since no warning was really raised for these obvious conversions. Change-Id: Ie035655cdc56ceeb12a6141b168f7e9a8b863fee
2015-08-29sal_uLong to sal_uInt32 as SvxEditSourceHint IDMatteo Casalin2-4/+4
Change-Id: Ic53ed8f1b6fd4554259e7b94640bb76b178f52dd
2015-08-29SYSLOCALEOPTIONS_HINTs are sal_uInt32, not sal_uLongMatteo Casalin1-2/+2
Change-Id: I931dfeef0c1c9fafd3e2e7415efe9a45f78989d0
2015-08-29sal_uLong to sal_uInt32 for CRC32Matteo Casalin19-35/+38
Change-Id: Id13e07f479615b8eb39d05e6534f514277cc3d03
2015-08-29we only use 8 array entriesMarkus Mohrhard1-1/+1
Change-Id: Ie85fa48906e1e6b8c19e2daba65517ea923be457 Reviewed-on: https://gerrit.libreoffice.org/18071 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-08-29remember password for all types of serviceSzymon Kłos7-39/+67
Change-Id: I8620332ac5228eee1d7c16d0b0ff7920031be331
2015-08-29Date modified column - no secondsSzymon Kłos1-1/+1
Change-Id: I443d0dd691d8030ab6a0bf5e4eeded5ad73750a5
2015-08-29Remove stored password if service is deletedSzymon Kłos1-0/+24
Change-Id: I500a8ee2874f7a9577e37fe25f5813e5821e9719
2015-08-29Remember window sizeSzymon Kłos2-3/+38
Change-Id: I4e9bd5e2516b66f47b560a388237b75059a7f142
2015-08-29wider dialogSzymon Kłos1-1/+1
Change-Id: Ie90920c6fcd797b49cc16487cf4754822f771cf0
2015-08-29disable interface after service deleteSzymon Kłos1-0/+3
Change-Id: Ia6706ba12154bab9b36da8582190db7ca6af1072
2015-08-29focus for the file list after opening folder using a treeSzymon Kłos1-0/+3
Change-Id: I7cf75e3fb734b4bf0be9135c200130b8e86bf54f
2015-08-29Autocompletion should be case insensitiveSzymon Kłos1-1/+1
Change-Id: I6f173590a94df6a04d5eee76653fa47ea8f71853
2015-08-29clear file name field while changing dirSzymon Kłos1-0/+3
Change-Id: I46e9d9e7b56c09c65808fe231e5ba4eeddf90ad2
2015-08-29Breadcrumb: mouseover effectSzymon Kłos2-2/+37
Change-Id: If38d799e0fa7506416082fb15f37b12267a9b5df
2015-08-29RemoteFilesDialog: file name autocompletionSzymon Kłos5-19/+46
Change-Id: Iab051ccaf075cc91acce67e01863e8d7ecac820c
2015-08-29Edit control with autocompletionSzymon Kłos3-0/+150
Change-Id: Id3aefbffa6b36b475ca78856c9e103cef433f88c
2015-08-29don't show type column in the RemoteFilesDialogSzymon Kłos3-4/+10
Change-Id: I103bf8dabe3a513da65c6d21b9c9199aefb0bebe