Age | Commit message (Collapse) | Author |
|
Change-Id: Ied81ede9aaf045866596adc40d357cbbddb3d704
|
|
Change-Id: I42479fb10878a0a1c2071f7b35ae375061781d40
|
|
Change-Id: Ice4963da8a856b1d2ada13e5b699157a0217e06c
|
|
of which there are several.
There are some issues here I am unsure of
- the SW and SC and CHART2 modules essentially ignore the enum values and assign their own ids
Perhaps I should change them to use the common values and create new enum values where necessary?
- the sc/qa/ and sq/qa/ and starmath/qa/ code was doing some dodgy stuff. I translated the code to pass down the stuff
numeric values to the underlying code, but perhaps further fixing is necessary?
Change-Id: Ic06d723e404481e3f1bca67c43b70321b764d923
|
|
...to match what is recorded in the .component files
Change-Id: Ie548cd37872d3b8540222201afaac73040e65c8f
|
|
Change-Id: Ib2038a43b0d49a525199329a2c79d5779f5322fa
Reviewed-on: https://gerrit.libreoffice.org/14471
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
These are pretty silly anyway, but apparently it complains even about
integer variables which make this rather a waste of time.
Change-Id: I15e847d33d5decd2adcab04e4f1567d3997d28a2
|
|
~SvtAppFilterOptions_Impl() demonstrates that this is a bad idea, by not
invoking its subclasses' ImplCommit() but its own.
Change-Id: Ic675e9cd3be1494c740a4f289be3bdbf0d1a122b
|
|
Rename the virtual function, and add a new non-virtual Commit() to do
that.
Change-Id: I09421df781ba965d6ff638b46cd8214fb3a00022
|
|
Change-Id: Iee31413c1ded4fbda8227e88d09a1f917f18ca5d
|
|
Change-Id: Ibd4364f7d30f098df49537c6a6a01915bfa31b8d
|
|
Change-Id: I71632990601bfc21ae2e6ba5c640f1dd3e6c1ee5
|
|
Change-Id: I4c479f0581e5fde7c3c2c21dcb2a88a2039e09ba
|
|
Change-Id: I425005534b9b73c3450112fd9a30035985cc38e1
|
|
Part of code
1299 ImplHeadItemList::iterator it = mpItemList->begin();
1300 ::std::advance( it, nPos );
1301 ImplHeadItem* pItem = *it;
1302 mpItemList->erase( it );
1303 if ( nNewPos < nPos ) <-- case move to left
1304 nPos = nNewPos;
1305 it = mpItemList->begin();
1306 ::std::advance( it, nPos );
1307 mpItemList->insert( it, pItem );
So in move to right case, we erase and insert pItem at the same place
We just have to use nNewPos in all cases
regression from bd24a310be1459510b760b812838cb87923853c5
Also add back "ImplUpdate" call erroneously removed in merge
commit 67d2af6fac2d9bad52a6b1f6e0cbd1229eb88a42
(there is an ImplUpdate call in each parent of that merge commit)
Change-Id: I100b0c6874b366f777c5d38470fcee7a9a7326df
Reviewed-on: https://gerrit.libreoffice.org/14777
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
|
|
Change-Id: Id3852abe9bc7bbe774331a7d691abd2a79ff59b4
|
|
Change-Id: I12290bed7e4f298ab90393b8de6e2b6e7061e53f
|
|
Change-Id: I8a280c54d81c7da74c9ab03ff3fc788e373ca4e4
|
|
Change-Id: Id4ef36d6c80ad62306bdbaa7094c2cb0b8ff77da
|
|
Change-Id: I213722cc98490430378014290cb09cca9e469bbb
|
|
Change-Id: I3aacb177d209db74ffadf5284550cdd4972554de
|
|
Change-Id: I9d7d1e16c34eac75652a1275b6e4ac3f7973cb56
|
|
Change-Id: Id9b16fc4168febd217a2d263a158daca85fdea38
|
|
Change-Id: I8a7528366156b288dc422b09cff0d5a32cde3c91
|
|
Change-Id: Id1c5a498ff5c25eefe2573e695f66d8922213f92
|
|
Change-Id: I88469e8d6afb3fcefdaf285a56b7acd576bc8520
|
|
Change-Id: Ibe6ff1164382474ff120078bacf28344bc1b1985
|
|
If user presses MOD1 (ctrl) key, the next / previous will act
as last / first button. This support removes the need for last /
first button.
Change-Id: I53c9cf0b4963ed4f4c99eb47c21e643e1c6f9110
|
|
Change-Id: I31066defc8d3c645b2cd809f1e445178c95fc50e
|
|
Change-Id: Ic77f322cce00885896343ce21e35db4e286aafda
|
|
Change-Id: I8295b106352d449a3163ea56113a59525ac3eaf4
|
|
Change-Id: Id4c5ac26ac33ba87407127586fb1961b9fb24967
|
|
Change-Id: I8c73d95d92dc4a30dd6a71260817ab4fc3096f27
|
|
Change-Id: Ib7ed62599b9e088c4a91a39c3181f3a13e641d70
|
|
Change-Id: Ic03fb2ee6470eac6034be13908dd9ec92cf175b6
|
|
.. in favour of just using the underlying constants from
css::util::NumberFormat
Change-Id: I0c6b128b66c91b268f5ae300f9c17c7792df5e99
|
|
Change-Id: I2362c2c7a1c637b02eeebcae8ee1e3c0fc2b2422
|
|
Change-Id: If050113552ce331252b3046830a5583c66729531
|
|
Change-Id: Ib8cf14fb6e5a53b954e9d5751f79b908cb3c87aa
|
|
Change-Id: I625a59a632c53c77f593268b14e60ab265e5a821
|
|
* ImplFillSwappedGraphicObject method is part of
the old caching mechanism which interferes with
the newer one, so remove this method.
* Use Graphic size directly becuase in some case
it does not match with the GraphicObject's
size.
* Assertions to avoid underflow of mnUsedSize
Change-Id: I3381f49ca05e3e5d565848c8af24c78e7b9ac3af
|
|
Change-Id: I396e8e04df40efb1559995e78761e1954ba7bc6f
|
|
Change-Id: I412137e7e7b9b2b87f401bc140a9499d1fc012c6
|
|
Change-Id: I08e99a019fd2ec16e2c995035e4bcc09678ef92b
|
|
Change-Id: I9219619b538b6530a89f5932ac51eb3b62eb396a
|
|
CVE-2014-3575 was about updating linked objects, there is no security
issue with embedded objects so always allow updating the preview image
for them.
(regression from d005acae3aa315921f2c331612131626c470bd22)
Change-Id: I6e4d013ddf4fbe08c5968c680bbe143dd0473a4b
|
|
Change-Id: Ic2ed4b935ecf1d63065bc5147e62d510e73bd5c5
|
|
mnUsedSize was never decreased causing the cache to pretending to be full,
which caused lots of needless work (image loading, id creation (which are
basically a crc of all bytes of an image, ...))
Change-Id: I1e0a6a07631435346c3509822fae43a067d33303
Reviewed-on: https://gerrit.libreoffice.org/14389
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Zolnai Tamás <zolnaitamas2000@gmail.com>
Tested-by: Zolnai Tamás <zolnaitamas2000@gmail.com>
|
|
Change-Id: Ia503ee8012ca9a2a6128c657961176968073f37f
|
|
Regression from:
6419c745e5e9802da264250d5e131fb9a3b6e4de
Revert it and use IsEmpty() instead of operator!().
Change-Id: Icc4f5dbba848a1d4ef807e598f0aa3b940459c82
|