- 29 May, 2015 22 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I5fe081bc2edfe14c81372ae0fd407e493d80d689
-
Stephan Bergmann yazdı
Change-Id: Ifdb1c4174b89b273dd240d3d0f542ec4a871c7e0
-
Stephan Bergmann yazdı
Change-Id: Ib80d28bf3680fc7ff1f11f3d143a103075b7ef75
-
Stephan Bergmann yazdı
Change-Id: Ic4e5afab0e948392a0f2e4bdeab84afffa3e647f
-
Stephan Bergmann yazdı
Change-Id: Id14155fb1ec81d918490a904e4d0f6d2d67f7885
-
Stephan Bergmann yazdı
...where in C++ memchr does not have exactly the two overloads void const * memchr(void const *, int, size_t) void * memchr(void *, int, size_t) but rather the C void * memchr(void const *, int, size_t) shining through (see bugreport.apple.com issue 21128245 "non-conforming memchr in C++"), which gets in the way of the upcoming improved redundant const_cast check in loplugin:redundantcast. Change-Id: I7001e74e03429ef23682d52da28fca435130d775
-
Stephan Bergmann yazdı
Change-Id: Ie02b1b51463aa9d6c5e80001eb089909995d5b5b
-
Tomaž Vajngerl yazdı
Change-Id: I787da9a665e54caea229def185076b29c00fd11e
-
Andras Timar yazdı
Project: help f5fa46ed8626910d710fd535518ddf9e756f9356 localization tools are confused with short form of empty ahelp Change-Id: Ifd7a2309781b2de1e21dc6c6bd4b0747484f5108
-
Miklos Vajna yazdı
setPartMode() already implements the idea mentioned by this comment, I think. Change-Id: I68e5fb905ebbad44982fef559389a611567ee185
-
Miklos Vajna yazdı
Change-Id: I3b0710aafd4a305d38a5559d38c1a56a8ed9e716
-
Tomaž Vajngerl yazdı
Change-Id: I5519cf6a8e77a7da27fa883f2f7695ae4371af88
-
Tomaž Vajngerl yazdı
Change-Id: Ie1a8d6125d4a9d67f06f7dc37aa4d5115ad1af28
-
Noel Grandin yazdı
Change-Id: I5518e40a30bdad53470cc52b59eff04ab6d873d4
-
Noel Grandin yazdı
Change-Id: Icbe68b31d4ab04ca3cd9f572e3598413946a75c7
-
Noel Grandin yazdı
Change-Id: Icb31e51575f7fffd36be73bbd87a3c5e56c3aa26
-
Noel Grandin yazdı
Change-Id: I1e9768c08af0bc7caac6a39c13842ee9d8ad962c
-
Noel Grandin yazdı
Change-Id: I74288b1a29a928d14a022f39b63bbdab1517c68a
-
Noel Grandin yazdı
Change-Id: I61d2b76a32be23d238b1f50a6a76975d64d1878c
-
Noel Grandin yazdı
Change-Id: I160bb11908ad2c7e41e23a2f2837fad9fafa4ff2
-
Noel Grandin yazdı
Change-Id: Ic7b0b1d433456f1a27a76314a5890b9ae7f70a69
-
Noel Grandin yazdı
..into WarningsContainer Change-Id: I682528a4eb1b1298faf12b2d498db65f94800cd5 Reviewed-on: https://gerrit.libreoffice.org/15905Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 28 May, 2015 18 kayıt (commit)
-
-
Adolfo Jayme Barrientos yazdı
Change-Id: I0cd1d51d1e16019c87e0c615c046a553eb5dc138
-
Stephan Bergmann yazdı
Change-Id: If290c03d86d691674b6a50f20f818f2e80d530ac
-
Stephan Bergmann yazdı
Change-Id: I89674148bd25f0ee996bf8796138bbab234d8c8f
-
Andras Timar yazdı
Change-Id: I777c6734a7f63240e9021152ecff0a86f530ff8f Reviewed-on: https://gerrit.libreoffice.org/15951Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Stephan Bergmann yazdı
Change-Id: I3c2c1dd8221b6b9c884f368a65696318c698bb43
-
Stephan Bergmann yazdı
Change-Id: I86c8bd43a4fd87ce14e36108d686f6c8fca6cf81
-
Jan Holesovsky yazdı
Apparently this was forgotten; Writer and Calc already support this. Change-Id: I1a187b54294cb84a1b48ef8e855cc75df3f75dd7
-
Jan Holesovsky yazdı
Avoids a crash in Impress search. Change-Id: I07106e0185a1fe4cfa09a6783396c0d48b028f10
-
Michael Meeks yazdı
Change-Id: I808aeab8fdac35330de24970b873f49e22c52c6a Reviewed-on: https://gerrit.libreoffice.org/15946Tested-by:
Jenkins <ci@libreoffice.org> Tested-by:
Michael Meeks <michael.meeks@collabora.com> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com>
-
Miklos Vajna yazdı
Change-Id: If0219eda3a2ca3b97c37bea70e35d47e49d38e02
-
Miklos Vajna yazdı
The idea is that if you have your cursor at the begining of a Writer document, and you scroll down a lot, then search, then it's annoying that search jumps back to the start of the document for the first hit. Add an optional way to provide what is the starting point of such a search, so we can have "when nothing is selected, then search from the top left corner of the visible area". No UI yet to enable this, but available via the UNO API. Change-Id: Ibcf3a5f2eeba1372b1dfe8474081e6591a6e0134
-
Caolán McNamara yazdı
Change-Id: I40d196462ff2e37d86ca367d3a150c94872715f1
-
Caolán McNamara yazdı
when >= SvtSaveOptions::ODFVER_012 Change-Id: I0414bc4a83ae4787e10cd8a215555f249da7e65a
-
Caolán McNamara yazdı
Change-Id: I3070d52e15febe2f5981ffdf5d665e28fa4f799b
-
Katarina Behrens yazdı
Change-Id: I19207a15e1a3eec2ac097ec007afd7bfc2fd1cf1 Reviewed-on: https://gerrit.libreoffice.org/15941Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com>
-
Caolán McNamara yazdı
Change-Id: Iecd1d9d743fb3d7a02b31d2bee001de5092be7e0
-
Jan Holesovsky yazdı
Change-Id: Ifc56c7771bfdf75531a0c5153cbcbb5c36f051b7
-
Philippe Jung yazdı
Removed the recalcAll line in IMPL_LINK_NOARG( ScIconSetFrmtEntry, IconSetTypeHdl ) 1) ScCondFormatList already calls RecalcAll on selection new/changed 2) Without this line, it does not crash Change-Id: I8aa45f691d33d8ad046a88e7695913e2ccff3caf Reviewed-on: https://gerrit.libreoffice.org/15928Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de> Tested-by:
Katarina Behrens <Katarina.Behrens@cib.de>
-