- 13 Ara, 2012 26 kayıt (commit)
-
-
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
-
Noel Grandin yazdı
Required creating a new merged interface. Change-Id: I12be54e7e4c0614a31a04715342aa244d1687c42
-
Noel Grandin yazdı
The service already existed, it just did not have an IDL file. Change-Id: Ie059e8d81fdfb4c3a5eca274a2406f806ee77b5c
-
Noel Grandin yazdı
Change-Id: I0b7f773a7db47049d7df4138d07e7fc38c657a65
-
Noel Grandin yazdı
::ModuleUIConfigurationManagerSupplier Change-Id: I06e8b3ef9b525da014a2bb7702587d360779aebc
-
Noel Grandin yazdı
Change-Id: Icab69ba138b28c3baed4352da86a1b3b0c0cc195
-
Noel Grandin yazdı
Change-Id: Ic523e4b0a662a68a1a222b7697fcdae56d69903c
-
Michael Stahl yazdı
Change-Id: I1c2a1cc2de4984cdcf1e5b8d0eafbd1471538e4a
-
Michael Stahl yazdı
The function does not handle the case where a paragraph was hit but no background frame was hit properly, which may or may not (depending on the platform) cause it to return a position of a frame when that is undesirable, such as when called from SwWrtShell::UnSelectFrm(). When UnselectFrm() leaves a frame selected pasting multiple pictures leads to a crash. (regression from e8fbe979) Change-Id: I3604825f654c523a37f47a9fc660647d8b3e7077
-
- 12 Ara, 2012 14 kayıt (commit)
-
-
Kohei Yoshida yazdı
This reverts commit 307ac3f5. That change causes nasty side-effect of leaving behind borders and buttons that should've been removed when pivot table's geometry changes. Change-Id: I46fa84c128e755516fc699810c53c869188c6452
-
Luboš Luňák yazdı
Change-Id: Ia59aca8cc5c224af3bcecf79ee983afcacc80f76
-
Michael Meeks yazdı
Change-Id: I399dcc41484c8b86f13c80bc1e92af919c9aeaff
-
Eike Rathke yazdı
commit 16155fdc introduced a bottleneck in area broadcasts with the change from http://svn.apache.org/viewvc?view=revision&revision=1297916 That for each broadcast copied all areas in the affected slot(s) before broadcasting, just in case that during Notify() an area would be removed from the same slot invalidating the iterator, and attempted to find the area again in the original set. For documents with lots of areas in a slot and/or lots of slots that would be a major performance penalty. Reworked such that to-be-erased area entries are marked and remembered instead and cleaned up after iteration. Change-Id: Ia485941746f435f8410d2084868263e84f25ffcb
-
Cédric Bosdonnat yazdı
Change-Id: I18d01542f009a5c6c1f688a8df04c14d3c8edc9e
-
Cédric Bosdonnat yazdı
Change-Id: I4b4a4f8aaf253e663bbeb4f061c6aa87411b730f
-
Cédric Bosdonnat yazdı
Change-Id: I144141ade5ff8c719e9eb21e3b904cbbdca14f00
-
Kohei Yoshida yazdı
Change-Id: Ic7547e48f6b00409ed9fe5bf7c3e6921529c9598 SERVICE: /UCR/com/sun/star/sheet/DataPilotSource published in 1 but unpublished in 2 SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceDimension published in 1 but unpublished in 2 SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceDimensions published in 1 but unpublished in 2 SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceHierarchies published in 1 but unpublished in 2 SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceHierarchy published in 1 but unpublished in 2 SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceLevel published in 1 but unpublished in 2 SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceLevels published in 1 but unpublished in 2 SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceMember published in 1 but unpublished in 2 SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceMembers published in 1 but unpublished in 2 INTERFACE: /UCR/com/sun/star/sheet/XDataPilotMemberResults published in 1 but unpublished in 2 INTERFACE: /UCR/com/sun/star/sheet/XDataPilotResults published in 1 but unpublished in 2 INTERFACE: /UCR/com/sun/star/sheet/XDimensionsSupplier published in 1 but unpublished in 2 INTERFACE: /UCR/com/sun/star/sheet/XHierarchiesSupplier published in 1 but unpublished in 2 INTERFACE: /UCR/com/sun/star/sheet/XLevelsSupplier published in 1 but unpublished in 2 INTERFACE: /UCR/com/sun/star/sheet/XMembersSupplier published in 1 but unpublished in 2
-
Stephan Bergmann yazdı
Change-Id: I07d79291d161cf5c1ecc9db557d5025437ca2cc1
-
Stephan Bergmann yazdı
Change-Id: I8765f0939302bd7ed24de4539e682330f4f4d59b
-
Lionel Elie Mamane yazdı
Change-Id: If150261bae55cf91c8a344f34c79194ad29db903
-
Lionel Elie Mamane yazdı
Change-Id: I0e6dd24e2cd65a35886f75cde9197c5b957c6d57
-
Lionel Elie Mamane yazdı
Change-Id: Idfb0e16c4cc2581a46e26fe97948897dc4b11dc0
-
Lionel Elie Mamane yazdı
Change-Id: I46b89b10287ac755e2b727b46d6fdd19f44bcdd3
-