- 26 Agu, 2015 40 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: I736964e0ae1419de212a7b608377804c764443e7
-
Michael Stahl yazdı
Flat ODF Import does not use SwReader but uses SwXMLImport::startDocument() and SwXMLImport::endDocument() to set up the document, so make sure those set the import relevant SwDoc flags. Change-Id: Ife3e58eeebd73ad895fe328662822b847cf9bfec
-
Michael Stahl yazdı
coding conventions. Change-Id: I36c11a979f7f003bfdfff766940a7832fd19e906
-
Stephan Bergmann yazdı
Change-Id: I5befe9deac917a28e80ed193b67ff29b5ba35149
-
Eike Rathke yazdı
Change-Id: Iff5ef2a5b2315b19cf8f0e84a08c776c3c97e0ae
-
Eike Rathke yazdı
For example, "B2:" or ":B2" were accepted as valid range, with the missing part set to A1, which resulted in a A1:B2 range. An omitted sheet specifier always results in a valid relative sheet, hence that flag is set, so testing flags for non-null before the final result is available isn't sufficient. Additionally this revealed a flaw in handling of external references when loading documents if the original file name differs from the resulting real file name due to relative paths. Actually now the displayed file name matches the real file name when such a document was loaded, where before the original file name was displayed. Probably such references didn't even work before if the reference spanned more than one sheet, which is a rather rare case for external references. Change-Id: I38035f2e4b3a11c0280457498cf62b02f882d2a1
-
Jan-Marek Glogowski yazdı
Silence the glibc compile warning and actually handle a wrong return value. Change-Id: Icdbc8e655d4b8ad20699dfd0abdbf3405a49f898
-
David Tardon yazdı
Change-Id: I4c8e2e62943171a001036ea46fbfc83f92a2b1d8
-
Olivier Hallot yazdı
Project: help 550b03030e494f8c0fd1161cbdeea3d8e5b954e5 Fix typo Change-Id: I1620c3507722d8aeef11d0480f07bc104b9a7f95 Reviewed-on: https://gerrit.libreoffice.org/18032Reviewed-by:
Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by:
Olivier Hallot <olivier.hallot@edx.srv.br>
-
Stephan Bergmann yazdı
...which had apparently been unused ever since the function's introduction in 86ef4422 "INTEGRATION: CWS onlineupdate3," even though the function's code had always been careful to clip the value to m_aAddButtons.size() (which was now detected by clang-tidy's clang-analyzer-deadcode.DeadStores) Change-Id: Ic3542aaef04d059125d997cdc5e199d5edb1184a
-
Stephan Bergmann yazdı
This reverts commit ed6209f5, plus follow-up 18a2a642 "unit test that parsing range fragments should fail." Breaks CppunitTest_sc_subsequent_filters_test Change-Id: Ic4663d79bf4bc017094bc37779f74f30630d79bd
-
Caolán McNamara yazdı
Change-Id: If361620f18a6e8ff433feb8819eeb27b39652529
-
Jan-Marek Glogowski yazdı
Just invert the scrollbar the same way gtk+ does by checking the button positions and adjust the drawing style accordingly. Change-Id: I3475c33e074c1509a73da618a4efa44dc61a1a77
-
Michael Meeks yazdı
Change-Id: I848b5a8834212fce1089fb3ef2186424a1e7a11e
-
Stephan Bergmann yazdı
Change-Id: I14c7e2245e1333a7cc3c372b29f4a3b679169209
-
Andras Timar yazdı
Change-Id: I89f27286386809059e193004bfa0acecf692b99d
-
Rishabh Kumar yazdı
Addition of new controls to gradient mode and area tab reorganisation Change-Id: I5c122705c41e14cddc2eaaac2561c02df22574f2 Reviewed-on: https://gerrit.libreoffice.org/16965Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de> Tested-by:
Katarina Behrens <Katarina.Behrens@cib.de>
-
Caolán McNamara yazdı
Change-Id: I9c384587c127ca077803bf8aae63d0e54eda6aaf
-
Caolán McNamara yazdı
Change-Id: Ided7f9376f41ee8cb1f6903e54a2d51e0e07e1a7
-
Stephan Bergmann yazdı
Change-Id: Ifb2647b928446f720e93d2d4e4c5ffb1ee7a14c9
-
Tor Lillqvist yazdı
Change-Id: I96ef317e974a9db1713ad3005d0efcecb2bacda5
-
Tor Lillqvist yazdı
Is not a good idea after all, says mmeeks. Plus, we should check if the device actually supports it (with clGetDeviceInfo (CL_DEVICE_QUEUE_PROPERTIES) before attempting to use it. This reverts commit a4681be5. Change-Id: I11896ab2d40bd8abcb11a21ce5df4eb75816013a
-
Noel Grandin yazdı
and make it statically allocated, no point in dynamically allocating such a small object Change-Id: If476bf5dc1e0d535383d16bc49c8d567776f16cd
-
Caolán McNamara yazdı
Change-Id: I288f7ff0327831603eda6e827c8acbae678dfaff
-
Damjan Jovanovic yazdı
Also extended our spreadsheeet test to search through more columns, open spreadsheets with macros enabled, and added a test for the the Year(), Month(), Day(), Hour(), Minute(), and Second() functions comparing Calc's formulas vs StarBasic's runtime functions. Found-by: villeroy Patch-by: Damjan Jovanovic (cherry picked from commit a6849326) Change-Id: I8f2115c623a1d35db5b7fc8184a9118c3eca6fcd
-
László Németh yazdı
Introduced by the commit 968f4d72, problem found by Stephan Bergmann. Change-Id: If735185c34a0ba69a5cd753ef76032b1b6a4a0cf
-
Eike Rathke yazdı
Change-Id: Iff5ef2a5b2315b19cf8f0e84a08c776c3c97e0ae
-
Eike Rathke yazdı
For example, "B2:" or ":B2" were accepted as valid range, with the missing part set to A1, which resulted in a A1:B2 range. An omitted sheet specifier always results in a valid relative sheet, hence that flag is set, so testing flags for non-null before the final result is available isn't sufficient. Change-Id: I57d1b7cf71a298e7ac108b0e13aab88208f0f00c
-
László Németh yazdı
Build ID will show enabled OpenGL with an extra string "-GL" helping the fix of rendering issues. Change-Id: Id7bf2db2edb165542bf7a2a253c698c494278a03
-
Caolán McNamara yazdı
Change-Id: I544a67e3706c7d12414cc075118ef2f0f5ddd0f6
-
Caolán McNamara yazdı
Change-Id: Iea0911d182b843c099cca0f2c5ec638034e7268d
-
Caolán McNamara yazdı
Change-Id: I74d55dde824b00e4de13134c5c4eed16b1b5c5df
-
Caolán McNamara yazdı
Change-Id: I49162355ce5a58c6aaadfcfb9f45471e5c2a1424
-
Tomaž Vajngerl yazdı
Change-Id: Ie95c36fe3705e2645a59cac117d99d7b85388ce1
-
Noel Grandin yazdı
Change-Id: Ie80dfb003118d40741549c41ebcc7eda4819f05b
-
Caolán McNamara yazdı
Change-Id: Ib6662c09feeab5f86ddbbccf5ce0705929194f43
-
Tor Lillqvist yazdı
See (short) discussion on the mailing list, "How was it again, is the DbgDialog useful?". Change-Id: Ibde1eb13f16edf94f1f7aebd0befd1b0b171d5c4
-
Caolán McNamara yazdı
Change-Id: I18bce66cc0068815a466291a1a72093704d9fdc7
-
Takeshi Abe yazdı
with the variadic variants. Change-Id: Ib5335ab6e64ee407e3aa8f9558a24af40a308107 Reviewed-on: https://gerrit.libreoffice.org/17981Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Takeshi Abe yazdı
with the variadic variants. Change-Id: If88e1d741075e86997c91dc2c59eeebe45f67c1f Reviewed-on: https://gerrit.libreoffice.org/17980Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-