Age | Commit message (Collapse) | Author |
|
after my boost::ptr_vector->vector<unique_ptr> conversions
Change-Id: I1141e8ad614a650a274bf41bf3ebad9143c561c0
|
|
Change-Id: I5c374afcfa2760ebf21e461f38fe392692054dfe
|
|
Change-Id: Ia5c35cbd54045a79e896832adf2dbe68c5facf1f
|
|
Change-Id: I8bc458c2bcbcb72791ba93a6fe15c83e05d8fae1
|
|
Change-Id: I706b730ebbe6a7637a3f1a9cea80a1604f005a53
|
|
With commit ebf767eeb2a169ba533e1b2ffccf16f41d95df35, some previously
hidden bugs manifested themselves, this is one of them.
The margin size calculated incorrectly when border offset was from
page. The border is drawn from the margin inwards, so the margin
should be equal to OOXML w:space attribute, and border distance
should be OOXML page margin - border distance - border width.
Incorrect calculation gave negative margin, with IllegalArgumentException
thrown in SfxItemPropertySet::setPropertyValue.
Change-Id: Ifcf4a348e975df53410933aab3684d17f68b688c
Reviewed-on: https://gerrit.libreoffice.org/19586
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: I5773cdac91d56131f349f213dc21a20a7d3eca96
|
|
Lower level C++ make a throw, this cannot be passed
back in a C function.
Change-Id: I54ace0284d0291d54f53b8947e9f4ffc2e0a56ab
Reviewed-on: https://gerrit.libreoffice.org/19873
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Encapsulated throw from C++ to a return false in the "C" function
Change-Id: I2fc89b0dcf434395859300b3d3890247d1288295
Reviewed-on: https://gerrit.libreoffice.org/19872
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
blendBitmap24 assumes bitmap is 2 lines high for doing
interpolation. For bitmaps of height 1, really nothing to interpolate
there. Fix cornercase by 'blending' between the very same line instead.
Change-Id: I9b94000aa563e525d0bb2418346ad2c86af26df8
Reviewed-on: https://gerrit.libreoffice.org/19863
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: I801c9c93921719955431716c6e56e79eed529800
|
|
Change-Id: I374caad0258624e9794993a01ab39c60fbb65a1a
|
|
Change-Id: I9849dcd31dae2e5db9ce3178640d2bf605b78238
|
|
Change-Id: Ia45ad08339ab7e6b2532d85f7a271156f29d1947
|
|
Change-Id: I810708bbd337b325ed58927fcdd67f24f70f1252
|
|
Change-Id: If389e2dc6f5af07662e6ab8aa94e0e9ce8e30f5b
Reviewed-on: https://gerrit.libreoffice.org/19865
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
|
|
Change-Id: Ia1e3febd6a2f0c18c686a04ef5b98ee1ad2d8b88
|
|
Change-Id: I0cc3addefa436050259785ccf2ce540a84e9fcae
|
|
Change-Id: Ia9451b3f6180f97fda6ff16c65b5fbfcd17b75ec
|
|
Change-Id: Ib35759c4d9e6ebc8e211d57d53d923f15ac9845a
|
|
Change-Id: I8bfdb2c88b82dc9f1335d92589838cda4b1e7cf7
|
|
...to avoid silly errors like the one fixed with
37039fde1187c2e71bdde6e7fafd23c6ae8a871e "Missing comma."
Change-Id: Iab4d25f44fd8867ee1ef5e15c209ada5c6ebb0c8
Reviewed-on: https://gerrit.libreoffice.org/19871
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
- whenever SwClients are added or removed, the SolarMutex should be
locked
- locking the mutex there would be a performance killer
- thus only DBG_TESTSOLARMUTEX() and fixing the fallout on DBG_UTL
builds
Change-Id: I3b10b9a01c40fbe68d15ce6e9c5c74db34eb1eb6
Reviewed-on: https://gerrit.libreoffice.org/19856
|
|
Change-Id: Ia2497902771b78130b6263885bdb3362d1e6c76c
|
|
Change-Id: Ibcab688c042e32a81b936573503c4a9066244161
|
|
Change-Id: Idbe31956d8627ff51f90d2e4a52666d33143b8c0
|
|
... same as in other ar_* locale data.
Change-Id: If5bd17d710fc6a9b40aac87eb49a8615f59a7a31
|
|
Change-Id: Iefb671f4e7130523edde1d0495d36fb57aa7528c
|
|
Change-Id: Id4be326683f4be745284d0951768047d830570c1
|
|
Change-Id: Ie7573d79f74d601abd340d028080dcb50a78917a
|
|
Change-Id: I55eea19b0302053691eb76b7785276a89bcd136a
|
|
Change-Id: I791d9d6710462ba0a325228a890b941f6000ce13
|
|
Change-Id: I1d2671a0b355bd4dbb195d69af2c432c50df904e
|
|
Change-Id: I7ee876d52a0a04a162ee7acd0ec03e73557abe89
|
|
Change-Id: Ic1202dc49789d7f392fc7c0065e071e114687717
|
|
Change-Id: I6162cfaacf25db4d1261b67ba99e33c729be86cb
|
|
i.e. not only make sure that rPr is there, but also test the text
chunk has the right font colour ( it went off-by-one in regression
caused by the fix of tdf#90812 )
Change-Id: I3788a845393686ed621743e117b7eb439e38e0b3
|
|
This reverts commit dad32b63f852716af94cf995696b62b6e60724bd.
|
|
Change-Id: Ibb42bfbbf8c7a1796998c5390e7d933009b3ab89
|
|
This reverts commit 959ac511dbebeb3983da92052ced837b39b74ed9.
|
|
Added p15 namespace which is present in MSO 2013+ documents. It
adds a "prstTrans" element with a string "prst" attribute which
is a name of the transition to be performed.
This was added to support "fall" transition which translates to
"fallOver" preset transition.
Change-Id: I429bb106a12c1b99cce756502508e917720daef3
|
|
...found regression e31205f3ec1f941ab5a188bfde6329edf2acc55b
"EditUndoRemoveChars::GetStr must return a reference" and dubious code
0e23f7b0839df68d277186b4df54ba391ac3406a "Lets assume this doesn't want to
update m_pForcedPrefix->GetText() anyway" in addition to the apparent sillies
directly fixed in this commit.
Introduces HAVE_CXX11_REF_QUALIFIER.
Change-Id: I564e98254fd53c1dd9b34193d7057c59721ee24c
|
|
Change-Id: Ie27d727ab4606ffe3f47263251316f6faac7ca74
|
|
The line was like that ever since the code was introduced with
13d20309158340fca42c44e7a9a460ddbeee5126 "edit control for connection urls," and
Window::GetText() likely never in the past returned a reference to a string.
Change-Id: Ideb5c6a279ac25c2439187a9182f988696818012
|
|
Change-Id: I291db1dff5ab3ce40fda6f822a0e3ff1e6ef36c1
Reviewed-on: https://gerrit.libreoffice.org/19855
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I695ff721efd63b8ca0dd3c61ba5a4fef2c43cde6
Reviewed-on: https://gerrit.libreoffice.org/19854
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
...as ImpEditEngine::ImpRemoveChars (editeng/source/editeng/impedit2.cxx) calls
pCurUndo->GetStr() += aStr;
Regression introduced with d5e11f5ffb741aabe7e43be78ef764a1f3cafd8e "convert
editeng/source/editeng/editundo.hxx from String to OUString."
Change-Id: Iab3dd3b861bca715a90e89e3a63a6f298657367d
|
|
Change-Id: Id80f6d6be9f5cb15448ea00299b8e371ccd812ee
|
|
Change-Id: Ic1a44ef591e0d23bbd6574b232370b2888335ebf
|
|
Change-Id: I1929d105d46c373c40d1f53e7d933435118737d4
|