Age | Commit message (Collapse) | Author |
|
like all the other rotation-setting spinboxes elsewhere do
Change-Id: I9df819abbafecb975bf9db698d0da99de851f5a7
|
|
Change-Id: I4393b59d7d3a285160d6090847d9a16676f41f4d
Reviewed-on: https://gerrit.libreoffice.org/11677
Reviewed-by: David Ostrovsky <david@ostrovsky.org>
Tested-by: David Ostrovsky <david@ostrovsky.org>
|
|
Modify exception test in Any_Test.
Replace assertTrue with AsserSame & AssertNotSame for equality operator
in UnoRuntime_Test.
$ make JunitTest_ridljar_uno
Change-Id: I42a8380e7c4aed79af976165224c2af25c50fbce
Reviewed-on: https://gerrit.libreoffice.org/11673
Reviewed-by: David Ostrovsky <david@ostrovsky.org>
Tested-by: David Ostrovsky <david@ostrovsky.org>
|
|
from SfxVerbSlotArr_Impl.
Change-Id: I84582f10095638a0fef82aa46f721d57a8b27c27
Reviewed-on: https://gerrit.libreoffice.org/11662
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I9a39f6eaa3555e32a64f6c2c479685d98c4087f8
Reviewed-on: https://gerrit.libreoffice.org/11670
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
... to what its .src-based equivalent had before fbb1f977
Change-Id: I7db16afe06fca160d798bc1eeac43d6b90c1e1ad
Reviewed-on: https://gerrit.libreoffice.org/11667
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ifb6a7bb3867bba293fd256c87998528a90053507
Reviewed-on: https://gerrit.libreoffice.org/11678
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I03975d1ce8eaceceb4d5c263eb11c1521bcd57eb
|
|
Change-Id: I340b43b7afc4c5c4d6dc8e4ed182279240306540
|
|
Change-Id: Ia99ae45e66984ac0d88b6e9b6ca4514cd68f9634
|
|
Change-Id: I2c6576f8142a8fe3808a156f2047fe425f769cd9
|
|
$ make JunitTest_juh
Change-Id: Ie6ed5070db01d8c183ddaae1852117667eae02f3
Reviewed-on: https://gerrit.libreoffice.org/11668
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: Icaf39aaedab9663353268ee56063f2ed0ebbe57d
|
|
Change-Id: I1cb23d8a1e6568046348377e1852dbadff37f9cc
|
|
Project: help 2dd0975408b8fbae59c9f924d8e013f48d23da52
update name of label in Hyperlink dialog
Change-Id: I715fccf17272c7f905945eb5357da1854c5c9811
Reviewed-on: https://gerrit.libreoffice.org/11655
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ia59e0c79ec7f2066891b78657559f41eaeb80a09
|
|
vs2012 express does not have atl so one need to
--disable-atl and --disable-activex
but then the packaging still try to include a few _x64.dll
that are not built.
Change-Id: I88ca5b9d23febd5a714fb48321dde5424cafceb6
|
|
com/sun/star/beans/PropertyAttribute.hdl's OPTIONAL had a clash with some of
the Windows headers.
Change-Id: I26a4fdcd1a1d53596b82ebdaf609e0a0e9309697
|
|
I know the old GNOME HIG mentions extra spacing for queries, but
I’ve never understood why -- not even GNOME itself respects that rule.
It just looks inconsistent and wastes space.
Change-Id: I181f800957f69b0943369791e460c7273b6b08f6
Reviewed-on: https://gerrit.libreoffice.org/11658
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
|
|
Change-Id: I2034f862b5e15ffaa2ba370ae0249628677c587d
|
|
Change-Id: I389a3db5ca23718035413cbd0252f62eb8c870c3
|
|
Change-Id: I720bf1be02b9b4decf5373d49de136b0e57c61c9
Reviewed-on: https://gerrit.libreoffice.org/11657
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
|
|
Change-Id: I2492274d5114a26ce802343a3bb9078d0556588b
Reviewed-on: https://gerrit.libreoffice.org/11656
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
|
|
Change-Id: I514cc4354950119caa4c16d0ccb6b9d18290dee3
Reviewed-on: https://gerrit.libreoffice.org/11659
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
|
|
Change-Id: Ie5f0057ef391a6b5caee50c254e317689b810a2f
|
|
Change-Id: I4ddbd134ba15a48c0c529a11bcb1cd1f71f3a51a
|
|
To avoid that missing std::shared_ptr support disables collada support
silently. I guess this caused the prolems with the linux packages.
In 4.3.1 packages it causes crash because there disabled
collada support was not handled very well (UI part of dae/kmz
support was not disabled, so user can insert a file, but the
converter libraries are missing)
In 4.3.2 packages collada support is also disabled, but in this case
the option to insert dae/kmz file is not available either.
Change-Id: Ic74e935ab639c348f1c55dc206d5fffa439d240d
|
|
Change-Id: I979d721d2e6617a1214b70138660d657eb1e46b1
|
|
Try to preserve the existing spin-lock insanity as-is.
Change-Id: Ic98aa33d2e56536856892fcf61de672952101ae1
|
|
Motivated by ScCompiler::IsMacro() which has an error return that does
not release the SolarMutex.
Change-Id: I064219bb3c0d68839a133101491d5f8828a26c7a
|
|
Change-Id: Ic338221ced6133771af8f46ae4a257e043a1709f
|
|
Change-Id: I0b8d1b29ab3219bc75de6c087e410523c18dbeef
|
|
Change-Id: Ia3958b174e7190171cbd006550e47677a1ba0966
|
|
Change-Id: I5ab5e4a0ba9cdf3f3115c4913b4cf04e7f062755
|
|
Initial implementation which needs a lots of polish. Sometimes
the app crashes (for yet unknown reasons). Sometimes a gap
between tiles is visible probably because of rounding errors.
Tile handling and releasing after zoom is quite naive for now
(just clearing all the tiles) which needs to be improved to be
more seamless.
Other changes: The responsibility of LOKitThread to handle tiles
was moved to MultiTileLayer. TileProvider now takes into account
the current zoom level when requesting tile rerendering.
Change-Id: Ic188c03bfadf3a3dd2f79b04f07668eb63b705fb
|
|
Change-Id: I7750322000230448d6283107daace3d9bb5da61d
|
|
Change-Id: I1ebfcf48f1d9a44836b4d9bf90c04c3be27cb365
|
|
Change-Id: I8a8b4b16811660290c881f82b3cf9b910d054215
|
|
Change-Id: I47ebbac21f48854eb737dd7e8119bd863a5d7ed9
|
|
With this, each rotation = 0 / 90 / 180 / 270 and flip = none /
horizontal / vertical / horizontal+vertical combination (16 cases) are
imported perfectly.
Also adjust a few testcases -- now that in many cases we only set the
position in oox, some rounding errors went away.
Change-Id: I5567a7d6964775f2caf10a0e539f3eb84d10461e
|
|
Change-Id: I16cacb90150aef3aa2ad4607e05298f0bc47c1ae
|
|
it is complicated enough that we should implement that logic only once
Change-Id: I0cc5ffb871223b27df825f21612e3c8f6f2febb3
|
|
Change-Id: I35d3cc04eb9bbc8b4446bc501ba35e058c1aa34a
|
|
Change-Id: Ic4c8637500c13d097f5b26222d7d4005f2251d1a
|
|
Life-cycle becomes a lot more obvious this way.
Change-Id: I1ca99607f609a2223011c40447ad1cd9ca5ccaa5
|
|
Change-Id: Ic7253575859766f18869159e4a8dd6b3d715850d
|
|
affected: thesaurus usage in a Hungarian document
test case: press Ctrl+F7 on the word "művészegyéniség"
Change-Id: I024568e81265c4ce3e05f718bf9147229416ab73
|
|
Sadly we need to hold the solar mutex for rich text import, cue
massive lock contention on sheets packed with rich text cells;
hopefully not a common case.
Change-Id: I6a094a070b11c8b572fd8687be96110c4905e78d
|
|
Change-Id: I500e70e64c478210bc6da0c13894995a0984c018
|
|
Change-Id: Ib810a512f5a88af88901c53025cdf132f95b2ddc
|