summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-09changed timers to idleJennifer Liebel
Change-Id: I92f40d3dad133347f1b8db0b025b624d3305f885
2014-12-09changed timers to idlesTobias Madl
Change-Id: I223026ce7676a3f8fcda7eb33326cd4ee949c6f0
2014-12-09changed timers to idlesTobias Madl
Change-Id: Ic0d7730f7880dfe2e83c84e773b8cc420249b269
2014-12-09changed timers to idleJennifer Liebel
Change-Id: I05ccb8bd73070462edcc911956859aa7967b5901
2014-12-09changed timers to idlesTobias Madl
Change-Id: I39b081b751219201e86fec1e626b450f15bea9ab
2014-12-09fdo#39468 Translate German Comments - sc/source/core/data/documen2.cxxChristian M. Heller
Change-Id: I9a426f40f8cdce1f1ebe207dd9ada8154d8fde46 Reviewed-on: https://gerrit.libreoffice.org/12195 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-12-09changed timers to idleJennifer Liebel
Change-Id: I6bb3225c171b1637f283de64a38dcff91f3c662c
2014-12-09changed timer to idleTobias Madl
Change-Id: I58bcbf7f7f2d1f7237561d5abf8e73d46d0726de
2014-12-09changed timer to idleTobias Madl
Change-Id: Iac4b100e3eca456fdd19d67ff311a02c40dc060a
2014-12-09changed timers to IdleTobias Madl
Change-Id: Ic7e795702618d1c623a2deeba1a86f804a249508
2014-12-09Changed timer to idleTobias Madl
Change-Id: Id1de5f1ee73fbef9ddebd6642ab8c9b558be4d71
2014-12-09changed timers to idleJennifer Liebel
Change-Id: I5846940cc45781f4a0264047107dbb568604d543
2014-12-09changed timer to idleTobias Madl
Change-Id: I713976070359e1f5628e7b34f7fd8f6f26b2372e
2014-12-09changed timer to idleTobias Madl
Change-Id: I46c2ebfae3a62d65ada50410187712ccf4c9c91e
2014-12-09changed timer to idle, and translated de to enTobias Madl
Change-Id: Ie7789b17a6055e30f67b3a523fd38d221aa8e9ed
2014-12-09changed timer to idleTobias Madl
Change-Id: Ib04932fe0f9e742e47bdff83748ffc5eb5706d71
2014-12-09changed timers to idleJennifer Liebel
Change-Id: Ibdecb970f7e6119929ec172e56d986c682008487
2014-12-09change timers to idlesTobias Madl
Change-Id: I224976e75b020d03e4b0d8beb79ad1c1310e8874
2014-12-09changed some timer to idleTobias Madl
Change-Id: Ibd3a4f66cec6fde4fadc064f27ac44901d005b15
2014-12-09changed timers to idlesJennifer Liebel
Change-Id: Ic045e0c066ff1f607f0582b88e72375efaaa708f
2014-12-09changed some timer to idleJennifer Liebel
Change-Id: If137dbd80f7260d9507e48709d3f0f14b60a25f6
2014-12-09changed timer to idleJennifer Liebel
Change-Id: I321ddf0411bf66ffce648f6d27e1669194bf80db
2014-12-09changed timers to idlesTobias Madl
Change-Id: Ia9f6afb29a387c0af7d898fb69f5a3b415add7b0
2014-12-09changed timers to idlesJennifer Liebel
Change-Id: Iebde351b3bfca907a7730b7af379efb040cbeae2
2014-12-09Changed Idle Timers. into IdleTobias Madl
Change-Id: I44e33e9e04893237578eb685516fa5ffe43e397f
2014-12-09activate BROADCAST_BROADCASTERS to speedup SetDirty with rangeEike Rathke
No need to iterate through all cell positions and attempt a broadcast if no one is listening. Instead, broadcast only the cell broadcasters and use AreaBroadcast for the area listeners. Change-Id: I1e666e8ff19ac0715f73d73f54da2e4c8d523173
2014-12-09rhbz#1036877: Join Java AsynchronousFinalizer thread well before exitStephan Bergmann
AsynchronousFinalizer was originally added as 870a4401c05beec3d31c1f6055a64591edd0a9d9 "INTEGRATION: CWS mtg1: #i57753# Avoid long-running finalize methods" referring to <https://issues.apache.org/ooo/show_bug.cgi?id=57753> " Fix JNI-UNO bridge so that the JVM doesn't run out of memory when a destructor locks the SolarMutex." It is unclear to me how relevant "If JVMs are getting more mature and should no longer have problems with long-running finalize methods, this class could be removed again" really is in practice. After all, advice on hotspot-gc-devel is to avoid finalize() if possible (<http://mail.openjdk.java.net/pipermail/hotspot-gc-dev/2014-June/010215.html> "Re: History of finalizer execution and gc progress?"). So stick with this approach of home-grown draining for now (where a home-grown approach using PhantomReferencens would need a dedicated draining thread, too, so would not have much benefit over the existing code in practice). Timely termination of AsynchronousFinalizer threads is achieved by using a dedicated thread per bridge and joining it in the remote bridge's dispose() resp. the JNI environment's new java_env_dispose. Change-Id: Idcef2dbf361a1de22f60db73828f59e85711aea7
2014-12-09Bin the dummy interpreter (which was ifdeffed out anyway)Tor Lillqvist
Change-Id: I262d0c07bd4851a2da52f94ef3fc229bdc0e7e06
2014-12-09fix buildCaolán McNamara
Change-Id: Iaeb995ef4dad03babb5df1b034a476d90681768a
2014-12-09no need to call getComposer by reflectionNoel Grandin
Change-Id: Icf2cdeaab013814b669ce6d6cd243ce43856e940
2014-12-09Resolves: fdo#87132 a11y crash on clicking outside of inline playback windowCaolán McNamara
where the Edit::~Edit has completed, and the inherited Window::~Window is running and way down the stack someone casts it to an Edit and attempts to call Edit methods on it because of its WINDOW_EDIT type. So lets try setting its type to WINDOW_WINDOW at the end of the Edit dtor ==21149== Invalid free() / delete / delete[] / realloc() ==21149== at 0x4A07991: operator delete(void*) (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so) ==21149== by 0x7592F9C: VCLXAccessibleComponent::FillAccessibleStateSet(utl::AccessibleStateSetHelper&) (vclxaccessiblecomponent.cxx:457) ==21149== by 0x7592384: VCLXAccessibleComponent::getAccessibleStateSet() (vclxaccessiblecomponent.cxx:661) ==21149== by 0x51B1640: comphelper::OAccessibleContextWrapper::getAccessibleStateSet() (accessiblewrapper.cxx:596) ==21149== by 0x152E84D1: AtkListener::updateChildList(com::sun::star::accessibility::XAccessibleContext*) (atklistener.cxx:125) ==21149== by 0x152E8973: AtkListener::handleChildRemoved(com::sun::star::uno::Reference<com::sun::star::accessibility::XAccessibleContext> const&, com::sun::star::uno::Reference<com::sun::star::accessibility::XAccessible> const&) (atklistener.cxx:199) ==21149== by 0x152E8C2D: AtkListener::notifyEvent(com::sun::star::accessibility::AccessibleEventObject const&) (atklistener.cxx:292) ==21149== by 0x51AB603: comphelper::AccessibleEventNotifier::addEvent(unsigned int, com::sun::star::accessibility::AccessibleEventObject const&) (accessibleeventnotifier.cxx:285) ==21149== by 0x51B451C: comphelper::OAccessibleContextWrapperHelper::notifyEvent(com::sun::star::accessibility::AccessibleEventObject const&) (accessiblewrapper.cxx:492) ==21149== by 0x51AB603: comphelper::AccessibleEventNotifier::addEvent(unsigned int, com::sun::star::accessibility::AccessibleEventObject const&) (accessibleeventnotifier.cxx:285) ==21149== by 0x51AA626: comphelper::OAccessibleContextHelper::NotifyAccessibleEvent(short, com::sun::star::uno::Any const&, com::sun::star::uno::Any const&) (accessiblecontexthelper.cxx:195) ==21149== by 0x7591800: VCLXAccessibleComponent::ProcessWindowEvent(VclWindowEvent const&) (vclxaccessiblecomponent.cxx:208) ==21149== by 0x7592B6D: VCLXAccessibleComponent::WindowEventListener(VclSimpleEvent*) (vclxaccessiblecomponent.cxx:118) ==21149== by 0x8606A8E: VclEventListeners::Call(VclSimpleEvent*) const (link.hxx:123) ==21149== by 0x84133CD: Window::CallEventListeners(unsigned long, void*) (window.cxx:4289) ==21149== by 0x8422EA0: Window::~Window() (window.cxx:3413) ==21149== by 0x843ECFE: Edit::~Edit() (edit.cxx:243) ==21149== by 0x20C42894: avmedia::MediaControl::~MediaControl() (mediacontrol.cxx:199) Change-Id: Id231fe34238b3e9d0cacb1933e11fdde23839370
2014-12-09fix build under gccNoel Grandin
after my commit feb92a5 "inline some strings, they don't need to be in a shared header file" Change-Id: I60a6fa11d56f3d4648dbedeca062ab27206f2a02
2014-12-09Don't use of the broken "Software" group interpreterTor Lillqvist
FormulaGroupInterpreterSoftware is known to be broken, says moggi. We should not use it as a fallback to OpenCL. Not sure whether it makes sense, but let's keep it in the code for now. Make using it conditional on setting the environment variable SC_ALLOW_BROKEN_SOFTWARE_INTERPRETER (to any value). Only a developer who wants to work on it should set that. sc::FormulaGroupInterpreter::getStatic() can now return NULL, adapt callers accordingly. This might fix fdo#87119, but I am not able to check, as the document from that bug causes an unrelated assertion for me. Change-Id: I24454f46332014cbcbf696252059b9743f3c84d6
2014-12-09inline some strings, they don't need to be in a shared header fileNoel Grandin
Change-Id: I058489d207510024ce722c4d03f9aac628b120b5
2014-12-09inline UNO helper macrosNoel Grandin
Change-Id: Ia401dd2f51108d2f3b08cd3d6d433a12ac17ee74
2014-12-09inline UNO helper macro APPHELPER_SERVICE_FACTORY_HELPERNoel Grandin
Change-Id: Ib416efb59ae166bb8d55dd7f3c84b7e5f72864e8
2014-12-09use cppuhelper::suppportsService helper method in chart2Noel Grandin
Change-Id: Ica22513d84061e57c2c3d0fb3b6411c7b0572099
2014-12-09climaker calls cppu::defaultBootstrap_InitialComponentContext()Stephan Bergmann
...so depends on uno.ini Change-Id: I913d21605ac15792b24bccd460ab886e535e76da
2014-12-09Resolves: fdo#87108 crash on saving fodgCaolán McNamara
Change-Id: Ib88f0e9b0a3ba229c9e9f6cf20831c16051e3e29
2014-12-09SwWW8ImplReader::CoreLoad: tolerate missing ooo.vba.word.GlobalsMiklos Vajna
SwDoc::GetVbaEventProcessor() already tolerates missing VBA related UNO components, do the same here. This fixes loading of a simple .doc file on Android. Change-Id: Ie45c34ca36e5c888b9719bb056946d3778fd6df4
2014-12-09warning C4267: conversion from 'size_t' to 'int' (MSVC 64-bit)Stephan Bergmann
Change-Id: Ife7d223f5e751e246c537561d3ce24395b4c9f3b
2014-12-09surely it makes no sense to ignore return of Sanitize[Col|Row]Caolán McNamara
Change-Id: I24ef940bcf4b2a7c5f40185f91ee234c844185f8
2014-12-09warning C4267: conversion from 'size_t' to 'int' (MSVC 64-bit)Stephan Bergmann
Change-Id: I2fa40ebe467a65b0d6023883a14c79ff4303bb2f
2014-12-09fdo#86871 (part) replace "..." in UI buttonsOlivier Hallot
Replace single ellipsis in buttons of sw/ Change-Id: I45737508d05d65ca7ed223672cfa5bc7bd66b5bc Reviewed-on: https://gerrit.libreoffice.org/13342 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-09fdo#86871 (part) replace "..." in UI buttonsOlivier Hallot
Replace single ellipsis in buttons of sd/ Change-Id: I51f97e40f13dbe869ac7399700e717af1a7a5aed Reviewed-on: https://gerrit.libreoffice.org/13340 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-09fdo#86871 (part) replace "..." in UI buttonsOlivier Hallot
Replace single ellipsis in buttons of svx/ Change-Id: Ie340c432ba7607c7586cf861b2de597d2e7ce977 Reviewed-on: https://gerrit.libreoffice.org/13341 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-09fdo#86871 (part) replace "..." in UI buttonsOlivier Hallot
Replace single ellipsis in buttons of sc/ Change-Id: Iace6689aba7d57c6d72074118521907bf67d6f26 Reviewed-on: https://gerrit.libreoffice.org/13339 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-09fdo#39468 translate German commentsMichael Weghorn
Change-Id: Ic91caa9268ea2be860acaa47ff45a4a5789a371c Reviewed-on: https://gerrit.libreoffice.org/13321 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-09xmlsecurity: HIG fixesAdolfo Jayme Barrientos
Change-Id: I1472a6b23d0dc3fa9047bf197e9330c06c82f544 Reviewed-on: https://gerrit.libreoffice.org/13328 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-09fdo#86647 add 'Table Boundaries' to the View menuYousuf Philips
Change-Id: I420d866d77e3c453d6ea4edd55739b1d1dfc68b1 Reviewed-on: https://gerrit.libreoffice.org/13333 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>