- 13 Ara, 2012 40 kayıt (commit)
-
-
Tor Lillqvist yazdı
-
Caolán McNamara yazdı
Project: help ca261267f5f67d4932e0046e0358e8d0fb8b4d1b the .tree files are xml, so need xml comments not c++ ones
-
Bryan Quigley yazdı
Change-Id: Ifeeb85afbd2531be772e27e10c6283158f0dac09
-
Jack Leigh yazdı
Change-Id: Iabf4d1e4d02c81cab580c07b65bb17da1877c6b1 Reviewed-on: https://gerrit.libreoffice.org/1323Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Zolnai Tamás yazdı
Change-Id: I29fdd23da97f1102974a6b5821c224264a37efc3
-
Gokul yazdı
Change-Id: Ie6606684f28aeba84820b1832217a347c5e0502d
-
Gokul yazdı
Change-Id: I98296c4665230fb056be45b66c9e428305ba1eaf
-
Cédric Bosdonnat yazdı
Change-Id: I27195076b6a0a8f48c676d884d671fc9a746ce6b
-
Caolán McNamara yazdı
i.e. don't close and reopen, just stay open Change-Id: I11cdc492e3c4adfb75c9a0dfa52e5ba351914858
-
Caolán McNamara yazdı
Change-Id: I468cb3dd2664d7ab05b0c9bd3ffb8e652c7af066
-
Caolán McNamara yazdı
Change-Id: I147cea986b8152e54586a0296e446652bd695a18
-
Stephan Bergmann yazdı
... (and setting mbDowning to indicate an error returned from accept() is due to termination) instead of setting up an extra pipe connection to send an "InternalIPC::TerminateThread" message (which allegedly caused deadlocks, see <https://gerrit.libreoffice.org/#/c/1311/> "Change Idf933915: office ipc: use timeout pipe feature when connecting to self"). Change-Id: Id302ca13112fc409685e7665b38f1030704a0ccf
-
Stephan Bergmann yazdı
(Also, its destructor will close it when it goes out of scope.) Change-Id: Iaa9bebce3c0bda780f4c80c193ce619c2e6d5768
-
Cédric Bosdonnat yazdı
Change-Id: I6ef5aa87623a0d61942183b7eb888fc0f9cf6af0
-
Cédric Bosdonnat yazdı
Change-Id: I14d3c73b714b9cbfefad7adcb02efb790c8a1e5b
-
Cédric Bosdonnat yazdı
Change-Id: I43aa0655fb46729747829f7e6ef111efc8df90f7
-
Cédric Bosdonnat yazdı
Change-Id: I0d27edff4ba6c25fd9dc85c80ac5e3287fbd4207
-
Cédric Bosdonnat yazdı
This reverts commit 7bebd970852a34c8421b499d06d75444c08221bc.
-
Jack Leigh yazdı
Change-Id: I58dbb70faf22c5958b65e5192664b7d12d62f04c Reviewed-on: https://gerrit.libreoffice.org/1312Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Ricardo Montania yazdı
Change-Id: I170d132e9329dd58ed6dc9bbf4094c234d122592 Reviewed-on: https://gerrit.libreoffice.org/1309Reviewed-by:
Luboš Luňák <l.lunak@suse.cz> Tested-by:
Luboš Luňák <l.lunak@suse.cz>
-
Michael Meeks yazdı
Project: help df4d4db7408ed3fc135eded6787bad80853619fd re-base on ALv2 code. Includes:
-
Takeshi Abe yazdı
Change-Id: I56e3889774b13fc040f72d576b8ea530bf31f9a5
-
Eike Rathke yazdı
Various places use an empty locale or string to indicate different meanings and/or variants of "this is not a real locale but I didn't know what to use else" or abuse LANGUAGE_DONTKNOW in one or the other way. In preparation of changing that awkward situation now offer the ISO 639 codes for multiple languages [mul] and language undetermined [und], mapping to LANGUAGE_MULTIPLE and LANGUAGE_UNDETERMINED. Change-Id: I687de23ffc00a9a056f2837b024e0a62658e3df2
-
Luboš Luňák yazdı
And in fact make it an error with PCH, as there's it's very likely a PCH-specific problem. History refers to i76713 when introducing this, and that was something about .NET 2005, so this quite likely no longer applies.
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
Usage introduced in dde234b6 and MSVC wants an external symbol even if the function is inline, for some reason.
-
Noel Grandin yazdı
Since I'm hacking in this file anyhow, make the class definition a little prettier. Change-Id: Id47f1084fe103e85cf1dacc84a9e536774767e61
-
Noel Grandin yazdı
And make the whitespace layout a little cleaner. Change-Id: I12b042600f061e74825de92ce836ee34ebdfabdb
-
Stephan Bergmann yazdı
(WriterWindowState.xcs is in writer.xcd) Change-Id: I4e6d7cea64afae21cfb00ca9dc7873c5ce90d2bc
-
Until now, when a new soffice instance (S2) started and tried to connect to an existing soffice process (S1), S2 may have failed to boostrap due to race condition in communication over the shared pipe. S1 can be shutdown after S2 connected to it but _before_ S1 handled its arguments (code run after 'accept' method in OfficeIPCThread). This patch introduces a new message, sent by the main soffice after it has called accept if and only if it's not shutting down (see mbDowning member). The other soffice waits for this message before enabling going in PIPE_CONNECTED mode. If soffice fails to receive this message, pipe mode is left unchanged and after a quick pause, it will try again. Change-Id: I2e099a5804e1e8dd535cfd31ef454cffa44efa62 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
...so that regmerge fails for bad regfile arguments. Add -v to the regmerge calls in update-rdb.sh so that an error message is printed in case of failure. Change-Id: I6613b9756b4e5628772541580938f6c80fd9bc9e
-
Noel Grandin yazdı
Change-Id: I18764f58effcf46581e7456742df2267f41090f5
-
Muthu Subramanian yazdı
-
Noel Grandin yazdı
Change-Id: I137eada05aa74ab8f0a524f17f519e11c27fceb5
-
Rob Snelders yazdı
Change-Id: I9959b8e0a21252638a4f39f88bf5049ea905f4bb Reviewed-on: https://gerrit.libreoffice.org/1231Reviewed-by:
Lennard Wasserthal <Wasserthal@nefkom.net> Reviewed-by:
Kohei Yoshida <kohei.yoshida@gmail.com> Tested-by:
Kohei Yoshida <kohei.yoshida@gmail.com>
-
Noel Grandin yazdı
This service was never documented in an IDL file. All it did was provide a wrapper around some VCL module API. Now that we can link the VCL stuff into SD and SDEXT, just access the API directly. Change-Id: Ic0ba34c2bca797baa7319878d98cfe3a4ec59d4d
-
Noel Grandin yazdı
If SfxPopup is always going to use comphelper::getProcessServiceFactory, it doesn't need to store it in a member field. Change-Id: Id8806bcc4cc92e66e94d4a5c54c3413570963335
-