- 08 Eki, 2014 40 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Ia6a1ee154254e7efc0d787ce92222e80fecfd04e
-
Caolán McNamara yazdı
Change-Id: I16180cae5fcf8dc59614f4ccf33f8745db05e138
-
Caolán McNamara yazdı
Change-Id: I2c3f10894ffe514dbc71cd1dd672685aa8f09a0d
-
Caolán McNamara yazdı
Change-Id: Ia9cb84bb0924915d4611c5f18d2a0d19b4198d94
-
Caolán McNamara yazdı
because get_stack_trace uses rtl_mem::allocate and that throws on a (unlikely) memory allocation failure Change-Id: Ic2d0e6ec76eab5cf73025fa4d3199c29eb5b2982
-
Miklos Vajna yazdı
Change-Id: Ic906740ddeab04a9acfee997a31a2249f23de65f
-
Eike Rathke yazdı
Change-Id: I7fdd4541ac61729878149bd47080e9ffbd43bc98
-
Eike Rathke yazdı
Change-Id: Ia3bf8a59c38b32a9ed24d21432f95e7141d72072
-
Miklos Vajna yazdı
Again no need to adapt dmapper/rtftok for these, see commit 020f46d1 (Use constants for ST_Em values, 2014-10-07). Change-Id: Ie67f7a4d251525b5f8799cf613bea56ad82f7a57
-
Change-Id: Ia45890892f3a0fa89b4c1f97a4c169de5e25c593 Reviewed-on: https://gerrit.libreoffice.org/11860Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Miklos Vajna yazdı
Change-Id: I6f23bd0e0553b8f6435537b542fc82ee55a64c03
-
Tor Lillqvist yazdı
Change-Id: Id4e65908cc73978205bc0858a3a809b882864b62
-
Tor Lillqvist yazdı
Actually, we check HAVE_FEATURE_READONLY_INSTALLSET and not HAVE_FEATURE_MACOSX_SANDBOX, but in practice we set the former only for the latter case. We could do this test cross-platform but I didn't bother now. Nobody uses --enable-readonly-installset when building for Linux or Windows anyway, I think. (There must be more places where we could and should check HAVE_FEATURE_READONLY_INSTALLSET.) Change-Id: Ie54f436616a1db3119b0bc0148149784127b156d
-
Seyeong Kim yazdı
- problem was hang after replaceall or searchall function - fix slow performance by looping only selected cols. Change-Id: Ic0178af33bf381e52584bd4366bff9e128891b64 Reviewed-on: https://gerrit.libreoffice.org/11829Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Matthew Francis <mjay.francis@gmail.com> Tested-by:
Matthew Francis <mjay.francis@gmail.com> Reviewed-by:
Kohei Yoshida <libreoffice@kohei.us> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I4fd649ee20f76063784cea5f46e42cadb350077e
-
Charu Tyagi yazdı
Change-Id: I5b432273ce24d8575ac36f5336717669db733c35 Reviewed-on: https://gerrit.libreoffice.org/11730Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Takeshi Abe yazdı
from SvxMSDffShapeOrders. Change-Id: Idf551f1fbde907759d6a296141e2837264dbbb10 Reviewed-on: https://gerrit.libreoffice.org/11840Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Peter Foley yazdı
Use gperf instead of ls to find binpath, so that vs2012/3 can be tested on non-Windows systems. Output the vcxproj and vcxproj.filters files with indentation and formatting. Make some minor changes to improve pep8 compliance. Change-Id: Ie8ac11ecf75ad170f0756f803c45356685792e5c Reviewed-on: https://gerrit.libreoffice.org/11797Tested-by:
David Ostrovsky <david@ostrovsky.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Takeshi Abe yazdı
from ItemFormatMap. Change-Id: I956b5797e677d22eb71fe801b650db7c982d6d51 Reviewed-on: https://gerrit.libreoffice.org/11854Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Michael Stahl yazdı
Change-Id: I5897a774b8949f336a40096a0727a347bae012ac
-
Tor Lillqvist yazdı
Change-Id: Ia2bfaff2a284c2ea40198f1152716860d5963482
-
Armin Le Grand yazdı
tools to correct svg:d imports (cherry picked from commit f077f99d) Conflicts: basegfx/source/inc/stringconversiontools.hxx basegfx/source/tools/stringconversiontools.cxx Change-Id: I7de1558682990f83e66fdded3d9d30e21e4f97fe
-
Michael Stahl yazdı
Calling std::list::remove() iterates over all elements... Change-Id: I46d00217911c1863f70d3ba72dc7099411714471
-
Michael Stahl yazdı
Originally this used both SolarMutex and an own mutex, then a deadlock was resolved in 2fe6a4a3 by not locking SolarMutex. Since the class will call event listeners without dropping the mutex e.g. in insertNoCheck(), using the SolarMutex appears better anyway. With this, installing a BASIC extension no longer triggers SolarMutex asserts in SfxBroadcaster. Change-Id: Ib9a2ee491ef53b1a53855af0fc22e863c5e7cb91
-
Michael Stahl yazdı
The locking strategy in the basic module is totally unclear to me, there does not appear to be a dedicated mutex for the core stuff callable via StarBASIC, just a bunch of SolarMutexGuards at random locations; let's try to use SolarMutex at the UNO entry points... Change-Id: Ia9c45fdcfb5ffd0a4acc77ef5d2fabfb8743ad38
-
Caolán McNamara yazdı
Looks like they are backwards to me Change-Id: I20f38050172c1671a81d6ab7de80123ad1703528
-
Tor Lillqvist yazdı
Change-Id: Ie00a983cc93736528e16b4244aaf1361536ed9b6
-
Tor Lillqvist yazdı
Does nothing useful so far. Change-Id: I9d288a8b8ab92e01a28c92bb41162af4410e0163
-
Matúš Kukan yazdı
Incorrectly converted in a384b21c where SFX_IMPL_ONEINSTANCEFACTORY was used. AFAICS it's the first converted single-instance service which implements css::lang::XInitialization. That's kind of strange but can do its job. sbergman@redhat.com: Three things were necessary in order to not call the ~ShutdownIcon code too late during exit now: * Move the relevant code from ~ShutdownIcon to ShutdownIcon::disposing. * Add a dummy <singleton name="com.sun.star.office.theQuickstart"/> so the service manager will eventually dispose the (single) instance. * In cppuhelper::ServiceManager::Data::Implementation::createInstanceWithArguments do not shortcut updateDisposeSingleton in that odd case of calling createInstanceWithArguments on an implementation that (effectively) is a singleton (as otherwise the service manager would still not dispose it). It looks to me like that "return inst;" was an inadvertent leftover in 874c4818 "Simplify service manager's tracking of singletons" and wasn't intended to serve some subtle purpose. Change-Id: Icd4d3168ec0bbb820b17ac321fe897ac9f9ce7fc
-
Caolán McNamara yazdı
causing m_aDataArray to be cleared, so the rItem the result of GetString is being assigned to is invalid Change-Id: I1dc30d675233ddc53234bdb5349c5f374b036ca8
-
Eike Rathke yazdı
Change-Id: I52eb3400769999d7f554c3bdb8746f65b7990388
-
Eike Rathke yazdı
Apparently fc04f763 used some sed script to change all ... Change-Id: Ie609bd02a2c5d70109fc6185cf4440480f29d8f5
-
Eike Rathke yazdı
Apparently fc04f763 used some sed script to change all ... Change-Id: I0a8171aa474070bb1a8584e5c8c714fe34694618
-
Eike Rathke yazdı
aa33dd16 changed the currency symbol from ¢ to ₡ but changed only the symbol. Actually changing the number format codes wasn't necessary at all, but changing only the symbol is wrong, see also the ATTLIST Currency legacyOnly description in i18npool/source/localedata/data/locale.dtd Hopefully nothing relies on the actual symbol used in the number format codes ... Change-Id: I92e79403fbb80f18c44dc3ecf5a3830a52fd2ff8
-
Stephan Bergmann yazdı
...so must not be checked for if --without-system-neon Change-Id: If598108f98d6f94f32650feba7044224a78a4c12
-
Noel Grandin yazdı
to get the NONE constant out of the global namespace Change-Id: I68b7ab93fe0d4f8d02beb96798cd79e8aa3a0c71
-
Stephan Bergmann yazdı
<sberg> kendy, as you recently changed Timer handling on Windows: debugging why quickstarter no longer works on Windows, I run into the phenomenon that IdleTerminate::Timeout (sfx2/source/appl/shutdownicon.cxx) executes on the main thread, and from within the m_xDesktop->terminate() call Timer::ImplDeInitTimer is called which deletes the pTimerData corresponding to our IldeTerminate, so that Timer::ImplTimerCallbackProc, after the return from IdleTerminate::Timeout, will operate on a stale pTimerData and crash; could that be related to those recent changes? <kendy> sberg: I think mst told that we were previously never deleting the timer, and that he did some changes there [...] <mst__> sberg, IdleTerminate needs a different implementation <mst__> sberg, does it work to do this via PostUserEvent, as "Application::Quit()" does? <sberg> mst__, do you think calling terminate from a Timer did work in the past? [...] <mst__> sberg, perhaps it did before [a recent] commit but i would guess it would be more by accident than by design Change-Id: I23b14ba59a963cc2209a261a1459d532a88acdc0
-
Noel Grandin yazdı
after my hasty commit bc002034 "convert PathKind enum in SD to enum class" Change-Id: I97263e907bf7363121dc1b437eaf564efdb66ad2
-
Eike Rathke yazdı
Change-Id: Ia418876b8535cb69b544217fa7976514e77a88b7
-
Noel Grandin yazdı
to get the NONE constant out of the global namespace Change-Id: Iecbe39126c1ec08aa852fcb903cee1a6e6f4594b
-