Age | Commit message (Collapse) | Author |
|
Change-Id: I18764f58effcf46581e7456742df2267f41090f5
|
|
|
|
Change-Id: I137eada05aa74ab8f0a524f17f519e11c27fceb5
|
|
Change-Id: I9959b8e0a21252638a4f39f88bf5049ea905f4bb
Reviewed-on: https://gerrit.libreoffice.org/1231
Reviewed-by: Lennard Wasserthal <Wasserthal@nefkom.net>
Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com>
Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
|
|
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
|
|
If SfxPopup is always going to use
comphelper::getProcessServiceFactory, it doesn't need to store it
in a member field.
Change-Id: Id8806bcc4cc92e66e94d4a5c54c3413570963335
|
|
Required creating a new merged interface.
Change-Id: I12be54e7e4c0614a31a04715342aa244d1687c42
|
|
The service already existed, it just did not have an IDL file.
Change-Id: Ie059e8d81fdfb4c3a5eca274a2406f806ee77b5c
|
|
Change-Id: I0b7f773a7db47049d7df4138d07e7fc38c657a65
|
|
::ModuleUIConfigurationManagerSupplier
Change-Id: I06e8b3ef9b525da014a2bb7702587d360779aebc
|
|
Change-Id: Icab69ba138b28c3baed4352da86a1b3b0c0cc195
|
|
Change-Id: Ic523e4b0a662a68a1a222b7697fcdae56d69903c
|
|
Change-Id: I1c2a1cc2de4984cdcf1e5b8d0eafbd1471538e4a
|
|
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 e8fbe97900f13305b17015d9044993bde4adab36)
Change-Id: I3604825f654c523a37f47a9fc660647d8b3e7077
|
|
This reverts commit 307ac3f53d670a28e60471859aed03e4e13519d6.
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
|
|
Change-Id: Ia59aca8cc5c224af3bcecf79ee983afcacc80f76
|
|
Change-Id: I399dcc41484c8b86f13c80bc1e92af919c9aeaff
|
|
commit 16155fdc39c004dc924a3b6919eb7c86da23c119 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
|
|
Change-Id: I18d01542f009a5c6c1f688a8df04c14d3c8edc9e
|
|
Change-Id: I4b4a4f8aaf253e663bbeb4f061c6aa87411b730f
|
|
Change-Id: I144141ade5ff8c719e9eb21e3b904cbbdca14f00
|
|
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
|
|
Change-Id: I07d79291d161cf5c1ecc9db557d5025437ca2cc1
|
|
Change-Id: I8765f0939302bd7ed24de4539e682330f4f4d59b
|
|
Change-Id: If150261bae55cf91c8a344f34c79194ad29db903
|
|
Change-Id: I0e6dd24e2cd65a35886f75cde9197c5b957c6d57
|
|
Change-Id: Idfb0e16c4cc2581a46e26fe97948897dc4b11dc0
|
|
Change-Id: I46b89b10287ac755e2b727b46d6fdd19f44bcdd3
|
|
Change-Id: I91f8f552b1324b57ce75e96b858b7a3379decb20
|
|
Change-Id: I72803b26a79804cdc1b590a7fb4bc99ff831963e
|
|
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.
|
|
Change-Id: I2ec7baffaf5e88c7daf6040bdac8e173651b42f1
|
|
...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
|
|
Change-Id: I2bf601bae34285675e19551781d4fdaca88d3dc6
|
|
Change-Id: Ib229ff454769113d1e3798f8c8b2d6a2c8019efa
|
|
Change-Id: Id8c5f0a67b5906f78a1fd82f06c491f3276b827d
|
|
Change-Id: Ic8364075007f636c6319a94d895360188bbf66b2
|
|
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
|
|
Change-Id: I76a06834dcaf751359d0e4241e8f886d20530f1e
|
|
Change-Id: Iff29c1f0a795d920a071eadc64e6639ff7506fff
|
|
and rely that it won't replace the original on pre-existing key and use the
usual .second == true flag rather than lookup and then insert on
non-pre-existing key
Change-Id: Idba65bfb2efaa5812b965a8811ff425f0b0939d8
|
|
Change-Id: I40691cd6b1a0a6777e6469bf242fb41dac423587
|
|
|
|
Some writer VCL Windows appear to have thousands of children. Remove
an N^2 in handling them, and let VCL do the job instead. i#103611
continues to stay fixed for simpler code.
Change-Id: I63ddc0647f22c7e60feaaff6b795712c04693c05
|
|
Fixing the number problem that on Title on standard view.
*Remove duplicate code
Change-Id: Ib310be580766a3197e5481c4185f0261fece0906
Reviewed-on: https://gerrit.libreoffice.org/1305
Reviewed-by: Michael Meeks <michael.meeks@suse.com>
Tested-by: Michael Meeks <michael.meeks@suse.com>
|
|
This patch will fix the RTL layout on Help view
Change-Id: I1cba5691649a0494efb9db63b8292525ff0c3656
Reviewed-on: https://gerrit.libreoffice.org/1302
Reviewed-by: Michael Meeks <michael.meeks@suse.com>
Tested-by: Michael Meeks <michael.meeks@suse.com>
|
|
Change-Id: I9aa9eb12bc97281a1ff7d492ace446e70887908f
|
|
Change-Id: I5f382f2c0273bd1a175b97fb5fe755f13f1b8bba
|
|
Change-Id: I464d2541419baae499b3a16e7361c925b273381b
|
|
Change-Id: I7a4213b9d387b0c8d80b8dd3eb9631493e83af45
|