- 13 Nis, 2015 39 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I40a78a9891753e0e3e1bc67a7e40f15ff756e833
-
Katarina Behrens yazdı
which, at the end of the day, isn't needed at all Change-Id: I5ce0f7aa8a9476dfa96aa955abb819af3eedfdd5
-
Caolán McNamara yazdı
nPoints is 16bit and accumulated value wraps around, so use a 32bit nTotalPoints instead and move 16bit declarations to use points to confirm no other wraparounds Change-Id: If97ccb46ed8eb7f4305cdfe328ae83bc2b0c778c
-
Caolán McNamara yazdı
Change-Id: I29524711d8afe53cc03e6b6d941b3578566398aa
-
Caolán McNamara yazdı
Change-Id: I6fb82e4587df3c7f457c2a9b5b7643ba288662d3
-
Stephan Bergmann yazdı
Change-Id: I58297ba336d96358eb0683684bbd763870ef56cb
-
Tomaž Vajngerl yazdı
Change-Id: Ibc3c1e384e73f0ecdd10f5a0c8972a04e4101a59
-
Tomaž Vajngerl yazdı
Change-Id: Iabc9b45dc3198472adda9b6fad1d531c41635f00
-
Stephan Bergmann yazdı
Change-Id: Id0b6e889652094a75bf9d3590c375491bed0a79a
-
Jacobo Aragunde Pérez yazdı
When saving a file that is not in ODF format (the default format), there is a dialog asking if should keep the original format or rather use ODF. But the default format can be changed to a different one than ODF, and the dialog will let users choose between saving in the default format or the one they chose in the save as dialog. In this case, the explanation about ODF shown in the dialog is pointless, so this commit hides it. Change-Id: I91cf95d35b70cb46e7667025a4a649b390205f0b Reviewed-on: https://gerrit.libreoffice.org/15234Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jacobo Aragunde Pérez <jaragunde@igalia.com>
-
Juan A. Suarez Romero yazdı
When saving a file that is not in ODF format (the default format), there is a dialog asking if should keep the original format or rather use ODF. But the default format can be changed to a different one than ODF. And the dialog will still assume the ODF is the default one. This commit fixes the wording in the dialog to use the the default format instead of hard-coded ODF. In order to keep the text simple, instead of using the long name for the default format, it uses the proper file extension. So if for example changes from ODF to Microsoft Word 97 default format, and saving a non-Word document, the dialog will ask user if document should be saved in default DOC format. Change-Id: I0b259af9eca61161ec8a3d7e72d4722b5afdf4b4 Reviewed-on: https://gerrit.libreoffice.org/15170Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jacobo Aragunde Pérez <jaragunde@igalia.com>
-
PriyankaGaikwad yazdı
Problem Description : XML Difference Original : <a:buAutoNum type="arabicPeriod" startAt="3"/> Roundtrip : <a:buAutoNum type="arabicPeriod"/> Solution : Added export support for 'startAt' tag of <a:buAutoNum> for pptx. Change-Id: If86bce98e222795d851d4a5b3cbb65da5cee85fc Reviewed-on: https://gerrit.libreoffice.org/15028Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Noel Grandin yazdı
Change-Id: I332d3b3158b46cf130540c6e1479dd01cb457d03
-
Noel Grandin yazdı
Change-Id: If97f01a05294fa7efd59a8934c7b6f65cda5084a
-
Noel Grandin yazdı
Change-Id: I33a8ca28b0c3bf1c31758d93238e74927bebde9c
-
Noel Grandin yazdı
Change-Id: I84bff53e55fc93ad423835ebc3bf129546dfb7c3
-
Noel Grandin yazdı
Change-Id: Ib467f1326b224dbf87282174559c7076d834b7b7
-
Noel Grandin yazdı
Change-Id: I23579d746a3c612de68345794731f1ff2cbdf605
-
Noel Grandin yazdı
Change-Id: I94136c926fc8fa69ce2ce2b97fa34dc984dbe095
-
Noel Grandin yazdı
Change-Id: I065a07e1bb5f5a7f85429c919830b6b9605206ea
-
Julien Nabet yazdı
Wrong Copy-paste Change-Id: Ice000b072a39efc3adc9133b8599c43a93559862 Reviewed-on: https://gerrit.libreoffice.org/15224Tested-by:
David Tardon <dtardon@redhat.com> Reviewed-by:
David Tardon <dtardon@redhat.com>
-
Miklos Vajna yazdı
Change-Id: I4b8c6d59f024c2319ab14200118416b0ff23d7f5
-
Miklos Vajna yazdı
So that it matches the order we show on the desktop. Change-Id: Ia5be2a233bc4ab3adc37b013b22784032d58a174
-
Miklos Vajna yazdı
Change-Id: I87edb9c4693b1634942d8dbda4050920f439cbbf
-
Miklos Vajna yazdı
Change-Id: Ieaeaef249ea15de7cebc1cdb60b4d6130a6b5616
-
Miklos Vajna yazdı
If you tap to nearly the end of an editeng paragraph, then drag the cursor using EditView::SetCursorLogicPosition(bPoint=true, bClearMark=true) to the end of the paragraph, finally hit enter, the text between the tap position and the end of the paragraph gets deleted. Fix this by calling GetEditSelection() after DeselectAll(), so that the original cursor position (before the drag started) never survives, which gives back the lost text, too. Change-Id: I777256765f1c8f1a7f22c549eaca19e575fdae21
-
Miklos Vajna yazdı
Again, to be consistent with SetGraphicTwipPosition. Change-Id: Id2134de9ec8467b890ff6f26a3d538fbb45ad3e0
-
Miklos Vajna yazdı
To be consistent with SetGraphicMm100Position. Change-Id: Ic6775f9f1350ceb41381b4090cd32c4bd4393e67
-
Tomaž Vajngerl yazdı
Change-Id: Ie420307f28cc05ca03fabe47f46712f67c6f18fa
-
Miklos Vajna yazdı
Change-Id: I76904ed9596dcb0b6aa70bccd19279573687d30c
-
Tomaž Vajngerl yazdı
When animation happens the scrollbars appear. This hides the keyboard when the user types and the viewport is repositioned. With this change, trigger the keyboard hiding only when we really do scrolling (panning). Change-Id: I17dc651a6641e807a386d5184868412dd6710a28
-
Tomaž Vajngerl yazdı
Change-Id: I9b18001d0629e203bee41ebbf4a3bd57adfea88e
-
Tomaž Vajngerl yazdı
Change-Id: I79155f9c5c8df211b35137cc61430cebccb4cfe3
-
Tomaž Vajngerl yazdı
Change-Id: I294ad30b1fdd7f1a3d5099304cc4f077034567b7
-
Tomaž Vajngerl yazdı
Change-Id: Ie69259dbc5826dafbaebc8eec08163256b459337
-
Tomaž Vajngerl yazdı
Change-Id: I53a55e2d30c298e7c34f18b7713de91f3c77d5f2
-
Tomaž Vajngerl yazdı
Change-Id: I7629deb6e01ace052ac8bec70202844bc627ea85
-
Tomaž Vajngerl yazdı
Change-Id: I5d8191ffb3d3dd3d3ab11c757a3b7d5dc3fb2e82
-
Arnaud Versini yazdı
Change-Id: I36fc3ce26b129b11fc2d6d2829a146b3fa57b783 Reviewed-on: https://gerrit.libreoffice.org/15267Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
David Tardon <dtardon@redhat.com>
-
- 12 Nis, 2015 1 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: I6c8dc01f5fb81557e3be5289ccd171037e69ae79
-