- 24 Şub, 2016 14 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I1f1b4981c70c2b8ff8087a85f0af28b816b4654a
-
Noel Grandin yazdı
Change-Id: I70a84f777e714bcc20c2d7b06b918e3be0f3ce4a
-
Noel Grandin yazdı
Change-Id: I23972d65b5c8c734fd3a62d6deda53cfe1fddd61
-
Noel Grandin yazdı
Change-Id: I17f7a2f8f89166c5a51be4ee15986d21f1cb24b3
-
Noel Grandin yazdı
Change-Id: I29696f37a023317bdaa8f53d753ccaeb8e68a3c2
-
Michael Meeks yazdı
Change-Id: I9578849b0e78af15ddeb1e6495a48ccfb3f1c44a Reviewed-on: https://gerrit.libreoffice.org/22651Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com>
-
Caolán McNamara yazdı
Change-Id: Id208712f80e820f23d898359a4d58297a09e5a77
-
Stephan Bergmann yazdı
...of boost::sp_scalar_con-/destructor_hook overrides declared in boost/smart_ptr/detail/sp_counted_impl.hpp Change-Id: I5486dd890ef2ffdcb5973f3a8959ac0b6da376ee
-
Miklos Vajna yazdı
Change-Id: Icafd56488f58a5cc580912d720f91dacd110a7c2
-
Stephan Bergmann yazdı
Change-Id: Iffad73733edc9b43b00784373f2c5c8bc69dc7c4
-
Noel Grandin yazdı
Change-Id: Idf2e7449ce5b595386f437597ce7ccf00d141db0 Reviewed-on: https://gerrit.libreoffice.org/22634Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Stephan Bergmann yazdı
Change-Id: If6f3a7bd48402ed1377359b748f9253efe50b71b
-
Noel Grandin yazdı
Change-Id: I27da6bc550488ea65ccdf1d26f8178f803f495d6
-
yeliztaneroglu yazdı
Change-Id: Ia8c2f214b635114ecac4a2ceb06628a2f18b6411 Reviewed-on: https://gerrit.libreoffice.org/22020Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
- 23 Şub, 2016 26 kayıt (commit)
-
-
Eike Rathke yazdı
Change-Id: I3b2493a02d16604aead5d416fc90cceecdfddc38
-
Eike Rathke yazdı
At least '\' (search in Word) and '~' (search in Excel) should be supported as escape character. Being able to restrict a match to entire selection instead of substring speeds up the Calc match whole cell scenario. Change-Id: Ice242b9cd59009f172b724e03c2cc08feda4cd3c
-
Stephan Bergmann yazdı
Change-Id: If662a616839aef33340d13a42c998cea50759083
-
Rohan Kumar yazdı
I renamed the button "Content View" to "Content Navigation View" as proposed by Jay Philips in order to clear the confusion of an already implemented feature. Change-Id: I4784499f306de9d8859258ba741c23ac57ddb349 Reviewed-on: https://gerrit.libreoffice.org/22614Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
connectivity/source/drivers/jdbc/jdbc.component has environment="@CPPU_ENV@:affine" to place the com.sun.star.comp.sdbc.JDBCDriver implementation into an affine UNOenvironment. The com.sun.star.sdbcx.comp.hsqldb.Driver implementation (in the normal C++ UNO environment), in ODriverDelegator::connect (connectivity/source/drivers/hsqldb/HDriver.cxx), calls StorageContainer::registerStorage to store an XStorage in a global map, then calls the JDBCDriver (i.e., thread enters the affine environment), which calls via (non-UNO) JNI into hsqldb.jar code, which in turn calls via (non-UNO) JNI into Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_isStreamElement (connectivity/source/drivers/hsqldb/StorageFileAccess.cxx), which uses StorageContainer::getRegisteredStorage to obtain the XStorage and use it. But that XStorage is the original C++ object, not a proxy that witnesses the mapping between the normal C++ and the affine UNO environment. (And the thread is still in the affine environment, after having passed through the Java stack frames via non-UNO JNI.) That does not necessarily cause any problems immediately (so apparently went unnoticed for quite a while), but when the XStorage-implementation in turn wants to obtain the SimpleLogRing singleton, it would now trigger the std::abort();//TODO in cppuhelper/source/servicemanager.cxx (where the invocation-by-constructor case hasn't yet been implemented for differing environments), when that singleton is changed to use the constructor feature in <https://gerrit.libreoffice.org/#/c/22020/> "tdf#74608: Constructor function for SimpleLogRing singleton." So just do any necessary mapping every time an XStorage stored in the static StorageContainer is accessed. Change-Id: I91a62fd7e1cec29026f70a2c3acdfe051885c0fa
-
Stephan Bergmann yazdı
(and the passed-in context is required to always be non-null) Change-Id: I1197a2bafba8cb645e15df4310c1c5767b648670
-
Stephan Bergmann yazdı
Change-Id: I95513accce789110fa987b9bf9ca94762fbeb646
-
Miklos Vajna yazdı
Change-Id: Ida3935748c85773b6514b457162f01fac9ae6ee3
-
Miklos Vajna yazdı
So one doesn't need to reload the document to see an up to date infobar. Change-Id: I42b0b8c2d7e4953157d73f06b724ba23f6b79cab
-
Miklos Vajna yazdı
Instead of just failing to add existing ones. Given that all "optional" properties are also updated (typically to "" or "None"), no need to remove properties. Change-Id: I50e73ac1ca3d3b7d3b3650ec6abdc0ff8c156936
-
Miklos Vajna yazdı
The assumption is that the name may not be unique, but the ID always is. Change-Id: If6c5e34999c88732c978ed88871b384d9fe5c272
-
Miklos Vajna yazdı
The internal std::map is just for fast access, if document properties are not updated at the end, our changes are lost on document close. Change-Id: I34ce8e47faed96b6a9ddb5776806587d94fc4373
-
Caolán McNamara yazdı
Change-Id: I2081af13b9d77d58d5086db9e167c37b78b199db
-
Caolán McNamara yazdı
so if the gtksalmenu integration wants to drive popups by setting a selection on the vcl popup, then the same flush is needed after ShowNativePopupMenu Change-Id: I59be60de5742d1e382cabefcbf0d8cdd5fc30b00
-
Michael Stahl yazdı
otherwise package would be registered multiple times, looks like one tinderbox fails due to that. Change-Id: I3bcbc9fff1e1993ae30cda634a50f815a30bc094
-
Markus Mohrhard yazdı
Change-Id: I71de79a7a10453da73e96793dcd58c3c64c044ee Reviewed-on: https://gerrit.libreoffice.org/22639Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Oliver Specht yazdı
when text is inserted at the end of a line then text formatting starts some characters (platform and ENABLE_GRAPHITE dependent) before the insert position. In case of small lines this might even be the start of the line. To prevent going back to the previous line the cursor right margin flag needs to be reset. Change-Id: I73a62ce6c7707469fddeeffe0d7eec064c5989ea Reviewed-on: https://gerrit.libreoffice.org/22641Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Oliver Specht <oliver.specht@cib.de>
-
Norbert Thiebaud yazdı
Change-Id: Ibf1cc6dcec3909f8aa639e52a13c2b8641c28628
-
Eike Rathke yazdı
Change-Id: I50cfa3e5b0f9432f2298d078f80b42739d5aeae0
-
Eike Rathke yazdı
Change-Id: Ibd1c3b650d85284feb2902f4f8f249ed373cc4ab
-
Stephan Bergmann yazdı
Change-Id: I30b8c029e1f4aca5f9838475402df427519e5908
-
Stephan Bergmann yazdı
Change-Id: Iec4901265fc79992ab43194744d838d949d87f9b
-
Stephan Bergmann yazdı
Change-Id: I2c4d01846abf2b1c3e20e5d56232123a898459e7
-
Stephan Bergmann yazdı
Change-Id: I6489043ee629e1f411f303c1c43a00975aacf5c4
-
Miklos Vajna yazdı
Still need to push them back to the user-defined document property map, though. Change-Id: Ic6f48ce30af42e975cd69b2a9cc7fad01702c1dc
-
Miklos Vajna yazdı
Change-Id: Ia7406bdc94cbceb5b66ab9d12355c1e9f4061206
-