- 13 Şub, 2015 30 kayıt (commit)
-
-
Thorsten Behrens yazdı
This was unused since the earlier cleanup. Change-Id: Ia56641c4242037a0ce501e43939b8dc862499f0e
-
Albert Thuswaldner yazdı
Change-Id: I18343a3c571269f9b326ffd1acc6e10e3f82d2a2 Reviewed-on: https://gerrit.libreoffice.org/14452Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Stephan Bergmann yazdı
Change-Id: Ib1445e9c66c08044434c7e8c828d2fc7b6a0a04c
-
Vasily Melenchuk yazdı
* pib structure in rtf shape is processed always, if exists, not only for shape #75 (picture frame): it is possible for other shapes, at least for #1 (rectangle) * picture inside shape gets width and height from shape: this picture looks like pib object and should fit shape frame Conflicts: sw/qa/extras/rtfimport/rtfimport.cxx Reviewed on: https://gerrit.libreoffice.org/14396 Change-Id: I5cf2e692940c4ddd8ab8b291ef65c0cc44c45f5d
-
Caolán McNamara yazdı
take the border window dimensions into account on the layout size, but not the layout position Change-Id: I9deb722933e325c92e93ae917fa8e34eaccfca2d
-
Jan Kantert yazdı
Change-Id: I4c5c65733700e7e7245e96f85714221acf23bcfb Reviewed-on: https://gerrit.libreoffice.org/14473Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Jan Kantert yazdı
Change-Id: Ib8728a4a9c793b162de07a0cef66e242879f2aa1 Reviewed-on: https://gerrit.libreoffice.org/14474Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Eike Rathke yazdı
No visible effect, just that it's unnecessary in other cases. Change-Id: I4f40dbaea5ea647347f7e20f8e233837f7dbd8cb
-
Thomas Klausner yazdı
Just use /bin/sh, which exists on more systems. Change-Id: I5e5453b89841510473414a4c339b647b4f95ae7b
-
Stephan Bergmann yazdı
"[...] to allow users to control the visibility of a type for the purposes of RTTI [...]" (<http://llvm.org/viewvc/llvm-project?view=revision&revision=175587>), so fits well for SAL_DLLPUBLIC_RTTI Change-Id: I6494e027c3af176591ffeb1d6a8965b7d40db1a9
-
Stephan Bergmann yazdı
Change-Id: I4da774b8ebd2115a7f1ae717843498c0f452f7df
-
Stephan Bergmann yazdı
Change-Id: Id56bc94e95e59f9bfe1dca02ff1f5e16844de45a
-
Miklos Vajna yazdı
Change-Id: Ia9ac12c0d03d960aced5d7066306a6f68c95996b
-
Miklos Vajna yazdı
The problem was that the bugdoc had a table, and inside the table there was a long paragraph that flows to the next page, but only the paragraph mark of it does so. We first split the frame to have space for the paragraph mark, but later decided that all the content would fit the first frame, and this way the last hard line break and the paragraph mark was painted on each other. This is normally not a problem without tables, because SwTxtFrm::FormatAdjust() just calls SplitFrm(), sets its nNew flag to non-zero make sure that later SwTxtFrm::_AdjustFollow() doesn't try to join it, and we're ready. However, when the paragraph is inside a table, then the paragraph was formatted multiple times, and next time when we already had a follow nNew was not set, so even if there was a correct split first, the new frame was joined later. Fix the problem by explicitly setting nNew for the "in a table and paragraph ends with a hard line break" case, that way we don't blindly join the frame, only in case there is enough space for the follow in the master. Change-Id: Iede654740dcb0d8aa768d742ee330208291a383a
-
Stephan Bergmann yazdı
Change-Id: Id6e418fb6ae69c6e71e5e52e6e08c1411ea08b65
-
Miklos Vajna yazdı
Change-Id: I6ef51a8ec3215f331d2671074be17f68aa6cd1ce
-
David Tardon yazdı
Change-Id: I29ca828a2049a72e2238986892c172e7c135b44b
-
Supreme Aryal yazdı
Compute expressions like (-8)^(1/3) correctly. This makes calculations compatible with Excel. Exponents must reduce to the form 1/n. Change-Id: I007c818f584323f80f2f6b1000d931f19a4590ad
-
Jan Holesovsky yazdı
Instead, just add the constructors of the needed services. Tested with various-charts.ods from tdf#89364. Change-Id: I98df03bfc19aeacaa92e4693e7934c8503f183e1
-
Caolán McNamara yazdı
Change-Id: I68d774d0d3758cdb67864d7939a7e1167dd9a7df
-
Stanislav Horacek yazdı
Project: help 377e8876396a87ae09b82ce17b67d8bef5b26abe tdf#89294 scanner items are now in Media submenu Change-Id: Ib71d92143e39e6fbc280a115a548c2d827764fff Reviewed-on: https://gerrit.libreoffice.org/14447Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Albert Thuswaldner yazdı
Change-Id: Ic28cb4f9371caf39e783f39fd8a117260b962bfe Reviewed-on: https://gerrit.libreoffice.org/14451Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Yousuf Philips yazdı
Change-Id: I57da2e38a555c75f674885d736a82adbc8f81224 Reviewed-on: https://gerrit.libreoffice.org/14450Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I61d5088a6f2e0b444b2943a2f9ce9feeb2e09c11
-
David Tardon yazdı
This reverts commit 0685b2e7.
-
Jan Holesovsky yazdı
com.sun.star.comp.chart2.report.XMLFilter was pointing to com.sun.star.comp.chart2.XMLFilter by mistake. Change-Id: Ia3c96cc98a4f81f2bb918200dc39eae1dbafdb58
-
Miklos Vajna yazdı
Change-Id: I3ffe83afa0e0e6f181f75319af3d5cbcc78de395
-
Stephan Bergmann yazdı
Change-Id: I077c8cf0a7f04d5eb926ec55136b25eb9db7a245
-
Lionel Elie Mamane yazdı
Change-Id: I934ef3cbe67bba7d7439e464f71b9fd4a1da4e50
-
Lionel Elie Mamane yazdı
they should keep their control models Change-Id: Iaa27cd8a9bc3a1165db665e0ad172da622e00c6b
-
- 12 Şub, 2015 10 kayıt (commit)
-
-
Eike Rathke yazdı
Change-Id: Ib475a43601ee22d33677ac45cd6ef9dba7e7c431
-
László Németh yazdı
Change-Id: I6d7f279732d9992d584aab96c3a747d6e6130147
-
Katarina Behrens yazdı
Regression from .ui migration, which unconditionally (and wrongly) hides the grid with radiobuttons. Do what the old code did - hide the whole frame iff the grid ain't visible. Change-Id: Ia9dc8b166f4031b4c07fbb1969908d314cc3456c
-
Caolán McNamara yazdı
e.g. if the context is an embedded draw ole then we don't have a SwView Change-Id: I6ba07f0ecf1c419e45f7e0ac628a82e6bd486668
-
Stephan Bergmann yazdı
Change-Id: I0187cf4c1b31c5a8c930804c7d3f36c79142af3a
-
Stephan Bergmann yazdı
Change-Id: I2dddf5fe202f2ca2a84e2c4b45900cc9361b097c
-
Jacobo Aragunde Pérez yazdı
Share feature for cloud files will probably not work properly as it is, but with this patch we prevent a crash at least. Change-Id: I95176e9e855a37adf1d3c46edceb0dc6067d9884
-
Jacobo Aragunde Pérez yazdı
Now some operations in document providers may throw a RuntimeException in case of error. The main activity is ready to catch them and show an error message. Change-Id: Iad7249dbdc06b2a0890d5435ad65284b728e9707
-
Miklos Vajna yazdı
Change-Id: If2302adb662bd2b0d32bacdf9cdc3c0278b86de8
-
Jan Holesovsky yazdı
Change-Id: Iac7b066e3af311f71bbcff7ac418fd3b5e94dff2
-