summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-10fix buildNoel Grandin
after my boost::ptr_vector->vector<unique_ptr> conversions Change-Id: I1141e8ad614a650a274bf41bf3ebad9143c561c0
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin
Change-Id: I5c374afcfa2760ebf21e461f38fe392692054dfe
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin
Change-Id: Ia5c35cbd54045a79e896832adf2dbe68c5facf1f
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin
Change-Id: I8bc458c2bcbcb72791ba93a6fe15c83e05d8fae1
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin
Change-Id: I706b730ebbe6a7637a3f1a9cea80a1604f005a53
2015-11-10tdf#95071: fix spacing calculations for border with page offsetMike Kaganski
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>
2015-11-10-Werror,-Wtautological-undefined-compareStephan Bergmann
Change-Id: I5773cdac91d56131f349f213dc21a20a7d3eca96
2015-11-10cid#1338241 removed throw from C function.jan iversen
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>
2015-11-10cid#1338242 cid#1338241 removed throw from extern "C" functionjan iversen
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>
2015-11-10tdf#95481 catch out-of-range access in vcl bitmapArmin Le Grand
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>
2015-11-10sw: prefix members of SwNavigationPIMiklos Vajna
Change-Id: I801c9c93921719955431716c6e56e79eed529800
2015-11-10sw: prefix members of SwStyleNameMapperMiklos Vajna
Change-Id: I374caad0258624e9794993a01ab39c60fbb65a1a
2015-11-10sw: prefix members of SwBoxAutoFormatMiklos Vajna
Change-Id: I9849dcd31dae2e5db9ce3178640d2bf605b78238
2015-11-10sw: prefix members of SwContentTreeMiklos Vajna
Change-Id: Ia45ad08339ab7e6b2532d85f7a271156f29d1947
2015-11-10tdf#92648 unit test for DOCX import regression (textbox shrinking)László Németh
Change-Id: I810708bbd337b325ed58927fcdd67f24f70f1252
2015-11-09Remove misleading 'make build' line from gbuild helpThorsten Behrens
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>
2015-11-09yet another member of SwXTextPortion needs to be guarded in the dtorBjoern Michaelsen
Change-Id: Ia1e3febd6a2f0c18c686a04ef5b98ee1ad2d8b88
2015-11-09sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
Change-Id: I0cc3addefa436050259785ccf2ce540a84e9fcae
2015-11-09another missing SolarMutex in Writer UNOBjoern Michaelsen
Change-Id: Ia9451b3f6180f97fda6ff16c65b5fbfcd17b75ec
2015-11-09also fix SwXFlatParagraphIteratorBjoern Michaelsen
Change-Id: Ib35759c4d9e6ebc8e211d57d53d923f15ac9845a
2015-11-09loplugin:redundantcastStephan Bergmann
Change-Id: I8bfdb2c88b82dc9f1335d92589838cda4b1e7cf7
2015-11-09Clean up Sequence constructionStephan Bergmann
...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>
2015-11-09fix a set of race conditions in the writer uno wrappersBjoern Michaelsen
- 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
2015-11-09Missing commaStephan Bergmann
Change-Id: Ia2497902771b78130b6263885bdb3362d1e6c76c
2015-11-09loplugin:passstuffbyrefStephan Bergmann
Change-Id: Ibcab688c042e32a81b936573503c4a9066244161
2015-11-09add [ar-{BH,IQ,JO,LY,MA,QA,SY,YE}] to locale data libs, tdf#95485Eike Rathke
Change-Id: Idbe31956d8627ff51f90d2e4a52666d33143b8c0
2015-11-09add U+200F RIGHT-TO-LEFT MARK to currency symbol, tdf#95485 follow-upEike Rathke
... same as in other ar_* locale data. Change-Id: If5bd17d710fc6a9b40aac87eb49a8615f59a7a31
2015-11-09correct order of currency symbol and LangID in replaceTo, tdf#95485 follow-upEike Rathke
Change-Id: Iefb671f4e7130523edde1d0495d36fb57aa7528c
2015-11-09strip leading zero from LangID in currency format, tdf#95485 follow-upEike Rathke
Change-Id: Id4be326683f4be745284d0951768047d830570c1
2015-11-09remove erroneous extra </DefaultName> closing tag, tdf#95485 follow-upEike Rathke
Change-Id: Ie7573d79f74d601abd340d028080dcb50a78917a
2015-11-09add [ar-{BH,IQ,JO,LY,MA,QA,SY,YE}] locale data, tdf#95485Ghasan
Change-Id: I55eea19b0302053691eb76b7785276a89bcd136a
2015-11-09do not force-disable ccache for jenkins-ubsan buildNorbert Thiebaud
Change-Id: I791d9d6710462ba0a325228a890b941f6000ce13
2015-11-09starmath: replace boost::ptr_deque with std::deque<std::unique_ptr>Michael Stahl
Change-Id: I1d2671a0b355bd4dbb195d69af2c432c50df904e
2015-11-09sc: add missing includes to prevloc.hxxMichael Stahl
Change-Id: I7ee876d52a0a04a162ee7acd0ec03e73557abe89
2015-11-09sc: replace boost::ptr_list with std::list<std::unique_ptr>Michael Stahl
Change-Id: Ic1202dc49789d7f392fc7c0065e071e114687717
2015-11-09sc: replace boost::ptr_list with std::list<std::unique_ptr>Michael Stahl
Change-Id: I6162cfaacf25db4d1261b67ba99e33c729be86cb
2015-11-09Related tdf#92296, tdf#90812: Make this test more strictKatarina Behrens
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
2015-11-09Revert "Revert "fix tdf#94818 while retaining the tdf#90504 fix""Andras Timar
This reverts commit dad32b63f852716af94cf995696b62b6e60724bd.
2015-11-09translated German warningsAndras Timar
Change-Id: Ibb42bfbbf8c7a1796998c5390e7d933009b3ab89
2015-11-09Revert "fix tdf#94818 while retaining the tdf#90504 fix"Andras Timar
This reverts commit 959ac511dbebeb3983da92052ced837b39b74ed9.
2015-11-09pptx: "fall" transition, which needed p15 namespaceTomaž Vajngerl
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
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann
...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
2015-11-09Resolves: tdf#92311 raise auto correct entry limit to unsigned short maxCaolán McNamara
Change-Id: Ie27d727ab4606ffe3f47263251316f6faac7ca74
2015-11-09Lets assume this doesn't want to update m_pForcedPrefix->GetText() anywayStephan Bergmann
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
2015-11-09java: add some @Override annotationsNoel Grandin
Change-Id: I291db1dff5ab3ce40fda6f822a0e3ff1e6ef36c1 Reviewed-on: https://gerrit.libreoffice.org/19855 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-09com::sun::star->css in tools/ and ucb/Noel Grandin
Change-Id: I695ff721efd63b8ca0dd3c61ba5a4fef2c43cde6 Reviewed-on: https://gerrit.libreoffice.org/19854 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-09EditUndoRemoveChars::GetStr must return a referenceStephan Bergmann
...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
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
Change-Id: Id80f6d6be9f5cb15448ea00299b8e371ccd812ee
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
Change-Id: Ic1a44ef591e0d23bbd6574b232370b2888335ebf
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
Change-Id: I1929d105d46c373c40d1f53e7d933435118737d4