- 13 Ara, 2012 15 kayıt (commit)
-
-
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 25 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
-
Lionel Elie Mamane yazdı
Change-Id: I91f8f552b1324b57ce75e96b858b7a3379decb20
-
Lionel Elie Mamane yazdı
Change-Id: I72803b26a79804cdc1b590a7fb4bc99ff831963e
-
Tor Lillqvist yazdı
Don't know why others who have built with VS 2012 don't have this problem (?), but otherwise I get: Project "Q:\ooo\git\master\workdir\wntmsci14\UnpackedTarball\cdr\build\win32\libcdr.vcxproj" on node 1 (default targets). C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\Microsoft.Cpp.Win32.Targets(518,5): error MSB8008: Specified platform toolset (v110) is not installed or invalid. Please make sure that a supported PlatformToolset value is selected. [Q:\ooo\git\master\workdir\wntmsci14\UnpackedTarball\cdr\build\win32\libcdr.vcxproj] Done Building Project "Q:\ooo\git\master\workdir\wntmsci14\UnpackedTarball\cdr\build\win32\libcdr.vcxproj" (default targets) -- FAILED.
-
Cédric Bosdonnat yazdı
Change-Id: I2ec7baffaf5e88c7daf6040bdac8e173651b42f1
-
Stephan Bergmann yazdı
...where all but the variants for Android and --enable-headless already did so (and curiously the DestroySalInstance variants for Android and --enable-headless already contained code to release the solar mutex). See the thread at <http://lists.freedesktop.org/archives/libreoffice/2012-December/042535.html> "--headless broken with --enable-headless" for further details. Change-Id: I01be2e237e203a151ea8b1f3adfbcb3e63247cd7
-
Caolán McNamara yazdı
Change-Id: I2bf601bae34285675e19551781d4fdaca88d3dc6
-
Takeshi Abe yazdı
Change-Id: Ib229ff454769113d1e3798f8c8b2d6a2c8019efa
-
Takeshi Abe yazdı
Change-Id: Id8c5f0a67b5906f78a1fd82f06c491f3276b827d
-
Fridrich Štrba yazdı
Change-Id: Ic8364075007f636c6319a94d895360188bbf66b2
-
Caolán McNamara yazdı
The magic WB_TABSTOP bit is the one that allows a widget to be accepted as a candidate for getting focus when pressing tab Change-Id: I7d964bae6b84184ccbc4652d66cf3d2637566405
-
Caolán McNamara yazdı
Change-Id: I76a06834dcaf751359d0e4241e8f886d20530f1e
-