summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-17use unique_ptr for pImpl's in xmloff/Noel Grandin
Change-Id: Ib95118941938af83fed566a085837e17f092017a
2015-11-16Updated coreAndras Timar
Project: translations 7a70fe0c90384e2259a141073d2db4d6bf0038c5 Updated Slovenian translation Change-Id: Ie3fd52c15d78d44e7e46207a92d7d23bab492814
2015-11-16If SAL_WARN() does nothing, no point in CHECK_GL_ERROR() eitherTor Lillqvist
Earlier, CHECK_GL_ERROR() always called OpenGLHelper::checkGLError(). That function looks up the OpenGL error status using glGetError(), which might be a not so light-weight operation, and outputs error information using SAL_WARN(). In a production build where SAL_WARN() is a no-op anyway, that is fairly pointless. Change-Id: I2d044bff6128a8ac7739020f8e414d7d3615e8d5
2015-11-16slideshow: initial work on "honeycomb" transition (incomplete)Tomaž Vajngerl
Change-Id: I4a46f7f1ec289f96f9fd1b849317b7548ac29383
2015-11-16Use injected class nameStephan Bergmann
Change-Id: I22bf0f7024538ea7a6c2c328a6647d3aeb478141 Reviewed-on: https://gerrit.libreoffice.org/20000 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2015-11-16tdf#83300 DOCX import: 'TOC Heading' should not be 'keep with next' by defaultMiklos Vajna
On one hand, neither our binary DOC import, nor Word maps the "TOC Heading" style to something special, and that's how the DOCX import added that property to some paragraphs in the document, moving the as-char picture from the first to the second page. OTOH, the DOCX export filter has a lcl_guessQFormat() function that explicitly assumes that such a style name exists in Writer document models, so again it doesn't make sense to handle this style name with special care. Change-Id: I3af548930f9683695fc3ad56b486e013f107d61a
2015-11-16tdf#95824: Crash: when opening Function WizardJulien Nabet
Regression from http://cgit.freedesktop.org/libreoffice/core/commit/?id=ccde2360d5c29bb99008cfae5ab3675bee4ca46c Let's just initialize m_pDoc in ctor Change-Id: I4fe0f8eff5439b3150c90ac14343aaf8e0a4e43e Reviewed-on: https://gerrit.libreoffice.org/20004 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-11-16vcl: de-layer needless module fragmentation in gtk and gtk3.Michael Meeks
Change-Id: I299fa196e960f14e9480e2ac1047bcdcc95b1021
2015-11-16opengl: remove unused mbPixmap & glPix members.Michael Meeks
We use textures bound to FBO's for everything in recent times. Change-Id: I7c9068d75b3653a2ceff0056e2ade1f27955422f Reviewed-on: https://gerrit.libreoffice.org/19995 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2015-11-16Add comment to 'direct' parameter: un-related to double-buffering.Michael Meeks
Change-Id: I07002fd73fc004439aea75c5aca8ca3700ec1079 Reviewed-on: https://gerrit.libreoffice.org/19996 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2015-11-16Remove the ability to set tooltips in the toolbar xml filesSamuel Mehrbrodt
It was possible to set a tooltip for a certain toolbar entry. However, this hasn't been used since that tooltip needed to be repeated for each occurence of the same command. Instead, a TooltipLabel property has been introduced lately (see 9c2f197e8e945f584e718e889938c06fbf644897). This doesn't affect extensions (They have their own format to specify toolbars). Change-Id: I0f0fd05b310bb49dd5b4123e31d3e7fec997dd15
2015-11-16this is pure cairo, no xlib foo hereCaolán McNamara
Change-Id: I037f4a293c64071306b782a156162735a2658e23
2015-11-16build cairo on androidCaolán McNamara
Change-Id: Ie2f7662a4cc3955963517f265894b8f6a495ece8 Reviewed-on: https://gerrit.libreoffice.org/19991 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-11-16sw lok comments: fix sidebar width with custom zoomMiklos Vajna
Change-Id: I6772cce10d157421d983d6b93efb52bf8b95f5b8
2015-11-16Move functionality to retrieve command image to CommandInfoProviderSamuel Mehrbrodt
Change-Id: I79c22e0507c5eba8b5e28721de3279131aececc9
2015-11-16Move CommandInfoProvider to vcl and use it from thereSamuel Mehrbrodt
Change-Id: If7e3ef81cad8974bc54f359096e3ecc700fa62d6 Reviewed-on: https://gerrit.libreoffice.org/19984 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-11-16sc lok: use client zoom for ViewRowColumnHeadersAndrzej Hunt
Change-Id: I85000851f82ea7cdc4b536683adbc8570de9af7e
2015-11-16tdf#94008 Crash opening password protected file - CJK UITakeshi Abe
This fixes a buffer overflow writing over the end of pCaretXArray, which can happen e.g. when drawing mnemonics in the password dialog. Based on a similar calculation of nCurrIdx found in GenericSalLayout::GetCaretPositions(). Change-Id: I7d723cf8cfaeb66f340c7d9ea5b3bc728c6d6209 Reviewed-on: https://gerrit.libreoffice.org/19385 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-11-16-Werror,-Winconsistent-missing-overrideStephan Bergmann
Change-Id: I3bb2764b625d44f6e0cecbdde3363440faef63b5
2015-11-16rename-sw-abbreviations.sh: Add Crsr -> Cursor, Frm -> Frame and Stk -> Stack.Jan Holesovsky
The build works fine with these now, and produces no (new) warning. Change-Id: I3e5aad7baaec172ee4d2b50ea66876bdb7e9cac5
2015-11-16don't allow caito to add -flto to its own cflagsCaolán McNamara
Change-Id: I22c66755e8e5ede01cf3e5f21c910f759b55de7a
2015-11-16sw: prefix members of SwChartDataSequence.Jan Holesovsky
Change-Id: Ie0c91e739ee7a3bda55fd6dd45aa79c6b75675d1
2015-11-16prevent ForceArray propagation on the same token, tdf#95670 follow-upEike Rathke
This may happen if the last RPN token is put and the function has a ForceArray parameter but now again would be wrong if not all parameters are ForceArray. Change-Id: I890fb6b5b88337033cfcf2e8189371ee39461205
2015-11-16Bin some const char arrays used only onceTor Lillqvist
Change-Id: I08c4cc689016708f4c219f36492bf827111bbc30
2015-11-16unit test for tdf#95670Eike Rathke
Change-Id: I5874a7fea97311b0e69dbeae8923517a08b63c9a
2015-11-16Resolves: tdf#95670 propagate ForceArray per parameterEike Rathke
Regression of b5cd11b4b02a85a83db77ba9d8d1763f0cd88cb1 It was always wrong to propagate ForceArray already if a function had a ForceArray parameter *somewhere*, we need to do this per parameter instead. Change-Id: If188d45366279d9a7bf641edc7e4dd7095d6d035
2015-11-16desktop: stop --convert-to from creating some not requested ...Michael Stahl
... file format by default if the requested filter does not exist. Much better to write an error message and do nothing. Change-Id: Ie5404772e7aae5751126bd4c2784b58177804448
2015-11-16sc: add some assertions on ScAccessibleEditLineTextDataMichael Stahl
JunitTest_sc_unoapi crashed when accessing a disposed ScTextWnd from ~ScAccessibleEditLineTextData(), but the ScTextWnd::dispose() would also call ScAccessibleEditLineTextData::Dispose() and clear mpWindow, so it seems impossible to observe a disposed ScTextWnd in the dtor? Change-Id: If571ee61d9a29601acb1de552ec1b9cc36d0d51e
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin
Change-Id: Ie45e626aad55a8174a53b769a98601bf54dedf65 Reviewed-on: https://gerrit.libreoffice.org/19979 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-16sw: Rename to avoid conflict after Frm -> Frame rename.Jan Holesovsky
Change-Id: I4d02024fd80ad85c8c3ecd830dcc5c4b49ad2014
2015-11-16sw: Rename to avoid conflict after Frm -> Frame rename.Jan Holesovsky
Change-Id: I59147583c74e7211ac56d75468501f328122ba0f
2015-11-16sw: Rename to void conflict after Crsr -> Cursor rename.Jan Holesovsky
Change-Id: I850a207aebdf2a0f85f1ae75bb6b9a1532b3b4a6
2015-11-16sw: Rename to avoid conflict after Frm -> Frame rename.Jan Holesovsky
Change-Id: Iffb3681458aeee7b374d1836158e30b6fd488122
2015-11-16sw: Rename to avoid conflict after Crsr -> Cursor rename.Jan Holesovsky
Change-Id: Iee7124259cadc1db416e8aedc5b4e87f75ba9d21
2015-11-16upgrade png to 1.6.19Caolán McNamara
Change-Id: I3b89e005a0d61ec3b52be16e6a47561fd60887d0 Reviewed-on: https://gerrit.libreoffice.org/19981 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-11-16fix android buildCaolán McNamara
Change-Id: Ida1447bad7f81ebfcc0da1e8278a74c11a139afe
2015-11-16sw: Prefix a member in SwVirtFlyDrawObj.Jan Holesovsky
Change-Id: I5514bf16446fa4e4c498a6bc1df77e4f59565ee1
2015-11-16sw: prefix members of SwTextFrmBreak.Jan Holesovsky
Change-Id: Id1d6166ee8c1c3558746da1d7bb5ad2163a87845
2015-11-16sw: Prefix a member that may conflict after a rename.Jan Holesovsky
Change-Id: I083dfbb768df0ba2a6bd6a396cf33ab1e2e09f4b
2015-11-16sw: Kill unused member.Jan Holesovsky
Change-Id: I2c4de63330a18c4354293d0220e5320eda7d67e4
2015-11-16tdf#92754: Excel Chart content type is not exported properly.yogesh.bharate001
Problem Description : - Excel chart contenttype is not exported properly, it exported the .xls file as .bin file. - Due to this when we open the roundtrip file back in MS Office, the embedded excel chart is not open and gives ERROR. Solution : Added support for embedded .xls for docx file. Change-Id: I16e18ffa4f6c72526665ff9d34d6c6053278c2c5 Reviewed-on: https://gerrit.libreoffice.org/17066 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-11-16use cairo-compatible top-down direction virtual devices everywhereCaolán McNamara
that way we can use cairo to text render etc onto our basebmp-backed headless/gtk3 virtual devices Change-Id: I91002b610b72a4fe1d2094a57c5cb1b6b5d69cb1 Reviewed-on: https://gerrit.libreoffice.org/19957 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
Change-Id: Ia5e47261d1fc6fac2d046656c05a1c5eedb07e02 Reviewed-on: https://gerrit.libreoffice.org/19978 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-16Use comphelper::containerToSequenceMiklos Vajna
Change-Id: I76d25ef32a154d92f7ea9b9d0aa3af09908873d2
2015-11-16pch: CommandInfoProvider.hxx was renamed.Jan Holesovsky
Change-Id: I871ef2c50d393183dbca891efc1394455bf3acc6
2015-11-16Rename SetCursor -> CallSetCursor to avoid future name clash.Jan Holesovsky
Change-Id: I0e0e2351f1bcccee8157c00ab22c35dcf2007ec5
2015-11-16tdf#60906 Make color configuration consistentSedat Ak
Change-Id: I7b8291c53c5f482c9287a73ad626bf937a3cfcfb Reviewed-on: https://gerrit.libreoffice.org/19934 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-11-16Cleanup: Consolidate the different ways to get command labels/tooltipsSamuel Mehrbrodt
Change-Id: Ieab809a3122c9d592894b84ec2e68195a4e02dde
2015-11-16fix mysqlc buildNoel Grandin
after my commit 96c26b0d9d10fa9bac3695222980d7145f0342d7 "use initialiser for Sequence<OUString>" the mysqlc module is compiled as external code, so it cannot see the initialiser syntax constructor for Sequence Change-Id: I072e6271ec33637e28dd8225724296e90967329d
2015-11-16Updated coreAdolfo Jayme Barrientos
Project: help edbe20e99a83dee43ab75f584c391121bd65d829 tdf#88178 Update this button’s name in Help Change-Id: I68610dc125cf5a7b702060b460cc3ffb49816151