- 07 Haz, 2016 4 kayıt (commit)
-
-
Xisco Fauli yazdı
Change-Id: I47bc9c2e70ddad5d560cc41db645d9a7085a9aa9 Reviewed-on: https://gerrit.libreoffice.org/25936Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Akshay Deep yazdı
Change-Id: Ifedb4f5b4dada0e9e0ac40ffcaed4c2821df501d Reviewed-on: https://gerrit.libreoffice.org/25995Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
David Tardon yazdı
Change-Id: Ic00715edd1173ebb01ce5853e2835d71235fa4df
-
Takeshi Abe yazdı
Change-Id: Ic1b7ce74f73bd41824e0af78675b4e18af32b1f5 Reviewed-on: https://gerrit.libreoffice.org/25960Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Takeshi Abe <tabe@fixedpoint.jp>
-
- 06 Haz, 2016 36 kayıt (commit)
-
-
Damjan Jovanovic yazdı
File main/svtools/source/filter/exportdialog.cxx ExportDialog::GetGraphicStream() creates the compressed file from which the file size is obtained, calling GetFilterData() to obtain the properties used to save it. GetFilterData() returns image properties, like JPEG colormode and quality, PNG compression/interlacing/translucence, BMP color and RLE coding, etc. In the case of JPEG, the quality is read from maSbCompression.GetThumbPos(). The problem is that in ExportDialog::updateControls(), maSbCompression.SetThumbPos() is called AFTER GetGraphicStream(), meaning the stream is created with the old thumb position. This patches it to call GetGraphicStream() later, immediately before using that stream, so that its properties such as compression are updated first and the size is calculated correctly. Reported by: myspaces at hotmail dot fr Patch by: me (cherry picked from commit 48cf17d5)
-
Eike Rathke yazdı
... that tries to match a locale independent query string. Going via string queries is likely only necessary for the ugly alternative "fieldname[member]" syntax, if it is actually unnecessary for the field1,item1,... syntax needs to be evaluated and if so a distinct GetPivotData() function evaluating numeric contraints as well could be introduced. Change-Id: I2c1fc81c1022b0bba5eef8d86c0c815bb6e31f2d Reviewed-on: https://gerrit.libreoffice.org/25975Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com>
-
David Tardon yazdı
Change-Id: I97c7cd945806265e1d447744d1b0531f14d637a6
-
David Tardon yazdı
Change-Id: Ic7060ae60b5f11220c922da2ce7fc3183fdf2f61
-
Michael Stahl yazdı
Change-Id: I0d500ecbcd0bc0d6b9f772304345acd4ddb5df11
-
Michael Stahl yazdı
Change-Id: Ib788a30d413436aa03f813aa2fddcbc4d6cd2f9a Reviewed-on: https://gerrit.libreoffice.org/25972Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
...as the former is used almost exclusively Change-Id: I38ff11cd0d5125534550df99dd427666011c3b7b
-
Miklos Vajna yazdı
Change-Id: I2896dffca4d13dd95612fa463c66eb5a769d5650 Reviewed-on: https://gerrit.libreoffice.org/25952Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Michael Stahl yazdı
Change-Id: Id9204f2499bd995f36c5962da56a6d486fe4ca59
-
Noel Grandin yazdı
This reverts commit abde31a2. Since my analysis was completely incorrect, and the bug was elsewhere.
-
Michael Stahl yazdı
Change-Id: Ifa7e36e44ac1f2bdfb91e9b4bf29e7436dc68509
-
Michael Stahl yazdı
Change-Id: Idaef923205a5f21d7c4c84cc74d3a369107f7325
-
Michael Stahl yazdı
Change-Id: Ife22868a5bdc41b5c30bbd187f207998791487eb
-
Stephan Bergmann yazdı
Change-Id: I32a1b278643ab54dd16966d0e41f3cee0bafb024
-
Xisco Fauli yazdı
Change-Id: Iebc26867ebca7b61c0c54eb36bef035f4c9fc28a Reviewed-on: https://gerrit.libreoffice.org/25909Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Stephan Bergmann yazdı
Change-Id: I173624a5740ae01b33138eeaa25b9d79ecd22d59
-
Stephan Bergmann yazdı
Change-Id: Ib582a744321e0f209395651ac2edffe30152ffba
-
Michael Stahl yazdı
Change-Id: I0f76661d1aec104ee7e22a8abd5f734553796c33
-
Michael Stahl yazdı
Change-Id: Ia8ec7b7e19cf9b6b19497cbd77ae5a4e2fdccee7
-
Michael Stahl yazdı
Change-Id: I224c2d894071d6ec7d0afd5e2780a42b842aa32e
-
Michael Stahl yazdı
These calls to SvStream::Read/Write operate on structs that contain 32-bit integers. Change-Id: I2d45128ad482013cd9ef1fca0dd259dfc09c904f
-
Michael Stahl yazdı
The array of 8 bytes corresponds to 8 enum values and is read directly in ReadPptSlideLayoutAto(); this was wrongly converted to enum. (regression from e5a03da8) Change-Id: I5757e06459467b3c84c4a404493fa3be23e4e9a0
-
Michael Stahl yazdı
Change-Id: I316744a036f540140c494bd7997ae7c5077913d2
-
Michael Stahl yazdı
Change-Id: Ibc34bb75a77b0dcba491e2c297b59bfb352ca2ef
-
Stephan Bergmann yazdı
This reverts commit 94e6d9d0, which wasn't necessary after 69c99742 "loplugin:sallogareas".
-
Stephan Bergmann yazdı
Change-Id: I38d30d086bfd819eab806696aa4c9ad830667113
-
Noel Grandin yazdı
Change-Id: Ic8c9b50f496ee97da3f03af966005f28c37ff7e9
-
Noel Grandin yazdı
Change-Id: I95041f49dd22ba9a15da3598b04a010eecf761a8
-
Noel Grandin yazdı
Change-Id: Id285f7b7f100f7bfd21ca786ef260243aad35825
-
Miklos Vajna yazdı
With this, framework::InterceptionHelper can make a better decision what interceptor to call: it can avoid calling SwXDispatchProviderInterceptor when the sw code would just call the previous interceptor anyway. Change-Id: I92897f2c8baa264dc9ccbc11b63f415da30a910d Reviewed-on: https://gerrit.libreoffice.org/25961Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Stephan Bergmann yazdı
Change-Id: I76a1ca53ea51488f1338276042e1e435ed34f602
-
Stephan Bergmann yazdı
Change-Id: Ib86c93a1858ef29323a1dd7b766497dde470b712
-
Noel Grandin yazdı
introduced by commit 4d666f50 "tdf#89329: use shared_ptr for pImpl in slstitm" Change-Id: I69da5a716f1e6c9f56e0be5a97182be9dd329abc
-
Noel Grandin yazdı
Change-Id: I51d58896065a06564d7963aab1145ba9083fdefc
-
Eike Rathke yazdı
Change-Id: Ifa02ad6bd1d06dc44a776b3a4dbf6c4b366394fc
-
Mark Hung yazdı
Change-Id: I756bb57d471db3d3ca1d9c3733d359c7c16b4e66 Reviewed-on: https://gerrit.libreoffice.org/24959Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Mark Page <aptitude@btconnect.com> Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com>
-