summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-14tdf#93814: Added support for caching shader program binaries.private/mcecchetti/gl-program-binaryMarco Cecchetti
Change-Id: I21c844b47282f6b3eec443933a86421a074e24df
2015-09-14gbuild: add a comment why C4589 is disabledMichael Stahl
Change-Id: I25f03d64b44c4bf8c913d0be77f1f4919355998a
2015-09-14add English Botswana [en-BW] locale data, tdf#94207Eike Rathke
Change-Id: I01a235c020e4e94290a551f404db8850cc9a5089
2015-09-14add English (Botswana) [en-BW] 0x9809 to language list, tdf#94207 preparationEike Rathke
Change-Id: I6730352c830fdbbc293830f3567d61096e8d0b6f
2015-09-14Don't read out-of-range ContentTypeId from configurationStephan Bergmann
officecfg/registry/schema/org/openoffice/Office/Writer.xcs specifies -1 as default for /org.openoffice.Office/Writer/Navigator/RootType, which now triggers the assert in o3tl::enumarray::operator[] during JunitTest_toolkit_unoapi_1. Regression introduced with cb45d0d4272da54f90cb2b03d2cdbe1a4eebc75c "convert CONTENT_TYPE to scoped enum." (A better fix might be to replace ContentTypeId::UNKNOWN with -1; to be followed-up upon.) Change-Id: Id12c775cee8936ef2fd411da25558acabb5fa0c9
2015-09-14silence bogus warningCaolán McNamara
Change-Id: Ib8f4bcebfbd1f25f426a5d7954c3a55248c3c315
2015-09-14convert Link<> to typedNoel Grandin
Change-Id: I1c501671d72edd5b998e80c7fa1e91dbeb507af8
2015-09-14ImplCallEventListeners and FireVclEvent can take referencesNoel Grandin
Change-Id: Ibfb5ae40edd0db1f6b99bd5178d4d871ede37d7d
2015-09-14list->vectorNoel Grandin
since we are copying these before iterating over them, we don't need the iterator guarantees of std::list Change-Id: I9cb2048e1527f37104c3077e69b5f3b827f08c7b
2015-09-14create_tree.sh: Generate g-i filesPranav Kant
Change-Id: I1749b5b02018cfe6f85a13aed8de4b31a09788e3 Reviewed-on: https://gerrit.libreoffice.org/18494 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-09-14sw: prefix members of SwTransferableMiklos Vajna
Change-Id: I2011bc44a4afbf41ecaadbbb4fa82b7dac130e27
2015-09-14tdf#92586 xmloff: fix import of stretched background imageMiklos Vajna
The bug document has: <style:page-layout-properties ... style:repeat="no-repeat"> <style:background-image ... style:repeat="stretch"/> </style:page-layout-properties> When a stretched background image is set on a page style using the Writer UI, then these two style:repeat attributes always match, but not in the bugdoc. The later used to have priority, till commit 7d9bb549d498d6beed2c4050c402d09643febdfa (Related: #i124638# Second step of DrawingLayer FillAttributes..., 2014-06-02). Fix the problem by extending XMLBackgroundImageContext::EndElement(): if we know that the <style:page-layout-properties> sets the FillBitmapMode property, then don't blindly set BackGraphicLocation, but try to overwrite the exiting FillBitmapMode one. Change-Id: I64ab4363b20cc95003d35acd63ea421472b1c071
2015-09-14loplugin:unreffunStephan Bergmann
Change-Id: Ic355d203ea24af8bd13b09c004434f2e15ee3175
2015-09-14loplugin:implicitboolconversionStephan Bergmann
Change-Id: Ib9f2b44c16e43841d560ac18ff82efd54888b9d7
2015-09-14clang-analyzer-deadcode.DeadStoresStephan Bergmann
...ever since the code block's inception with 8037c7164c747ea240b563af39a11f4f6bf037ef "#119860# fix bent connector's type lost when save .ppt file" Change-Id: I6afa201a83c588cc8b280a99cb75c2267b962efc
2015-09-14clang-analyzer-deadcode.DeadStoresStephan Bergmann
The if block had been disabled ever since c7c85ab76a60be56ebc51657aa30fa84eb2ddf84 "INTEGRATION: CWS pbfinal01," but that has probably become irrelevant at least since b80e865d369b4d94f29ac6dcc27379d3c6e72ada "Convert find & replace dialog to .ui" introduced SvxSearchDialog::ShowOptionalControls_Impl (called a few lines above the original if block), which (using a slightly different logic to determine bDrawApp) shows/hides m_pRegExpBtn and m_pLayoutBtn anyway. Change-Id: Iaf2c1d8ef1b4e3155d7c4109f15be86d738ba074
2015-09-14xmlscript: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
with the variadic variants. Change-Id: Ic05094dea12c0aa66dc97a7e403a3abec9e25785 Reviewed-on: https://gerrit.libreoffice.org/18556 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-14xmlsecurity: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
with the variadic variants. Change-Id: Ie8f972330f6bc88e205290dcbe666895b7bad43f Reviewed-on: https://gerrit.libreoffice.org/18557 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-14convert EDIT_MODE to scoped enumNoel Grandin
Change-Id: I04efbfa9abc1975cec72c8a1119868d0a97142a2 Reviewed-on: https://gerrit.libreoffice.org/18537 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-14convert CONTENT_TYPE to scoped enumNoel Grandin
Change-Id: I84b6d595f3997207385355f2bb3a9b64e6c9977b Reviewed-on: https://gerrit.libreoffice.org/18536 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-14convert RegionMode to scoped enumNoel Grandin
Change-Id: I07041ce4d6571ac384390443293543368f11b7d6 Reviewed-on: https://gerrit.libreoffice.org/18535 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-14now we can also open the vba project in the MS vba editorMarkus Mohrhard
If I use another GUID I can't open the project. Change-Id: Idfd642daaa0e6fb9f3b9bcfc6e1ba467c035bf05
2015-09-14move a little bit closer to the export from MSOMarkus Mohrhard
Change-Id: I378d96f65fbeb2c529eae6a9c90ef7c0ecccc97d
2015-09-14fix the vba document module code exportMarkus Mohrhard
After some debugging it seems that MSO gets totally confused if these entries are missing. I need to look into MS-VBAL to make them more generic but at least that allows me to execute the macro in the exported files. Change-Id: I9648647323f87b2765c96950f470193f1a60bb9e
2015-09-14introduce a special vba export debug modeMarkus Mohrhard
In that mode we can write back existing files as part of the vba stream. That allows us to create files that contain to some part out of existing VBA streams. So we have streams that we know are correct and streams that are new from us. Change-Id: I1be04207f887146d9824f97d17866fda440f93a7
2015-09-14don't use VBA_EXPORT_DEBUG in masterMarkus Mohrhard
Change-Id: I89ae01c34f6a7faf62b97cf28220f7700a7241b7
2015-09-14Refactor graphite integration and update graphiteMartin Hosken
Change-Id: I09db7262c2a6180a078620ba086dd7a4c132bd82 Reviewed-on: https://gerrit.libreoffice.org/18459 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: László Németh <nemeth@numbertext.org> Reviewed-by: Martin Hosken <martin_hosken@sil.org>
2015-09-13cppcheck: noExplicitConstructorCaolán McNamara
Change-Id: I39194062ba68c4cb1ccc9b93c629f005ccd02497
2015-09-13Revert overly aggressive removal of include statementsStephan Bergmann
...from 4758ab313de3cb2c8cb9ea5792425a808e94b7df "Removed useless includes in basctl/source/basicide/ tree" Change-Id: I754b964baf4c8a48f6ca79d6a214bab1f3325b6d
2015-09-13Use move semanticsStephan Bergmann
Change-Id: I9ba8265044d0f83afe44b6965b78cc733cace653
2015-09-13cppcheck: unreadVariableCaolán McNamara
Change-Id: Ia611c9a1119af65688031d16ff322f1bde43297b
2015-09-13cppcheck: redundantPointerOpCaolán McNamara
Change-Id: Ifb32fc03b686aeb0835422764178e54650b183f5
2015-09-13Updated coreOlivier Hallot
Project: help 3dae2c53ec52973dc63cd5dc5c26726f9c89a445 tdf#80586: Help page for Option - Personalization. Change-Id: Iece1113f2df27522fa6460d7447ac4d7c4802019 Reviewed-on: https://gerrit.libreoffice.org/18534 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-13Updated coreOlivier Hallot
Project: help dad7181e3a620b129ac0c0e9842c55730c41b170 tdf#80589 Add help page for Expert Configuration Change-Id: I07b23a13c77ffd028998d0583ab7d66615d060ae Reviewed-on: https://gerrit.libreoffice.org/18375 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-13boost->stdCaolán McNamara
Change-Id: I9b4f884c6313a53fea543ea6f93175205351ad14 Reviewed-on: https://gerrit.libreoffice.org/18517 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-13libfreehand: FHTransform defined as a struct but declared as a classDavid Ostrovsky
MSVC 14.0 is failing to link with unresolved external symbol, because of struct/class mismatch: [1]. * [1] http://paste.openstack.org/show/447780 Change-Id: I67093550d89b323914ae42014d55e89a38adec8c Reviewed-on: https://gerrit.libreoffice.org/18528 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Ostrovsky <david@ostrovsky.org>
2015-09-13Updated coreAdolfo Jayme Barrientos
Project: help e898a3bb4d3fc992a2b3acfde48fec72014ff37e Copyedit this “Need Help” filler a little Change-Id: I886f187a03f3ffb30cc3b1d86eb5afc0197d1a94
2015-09-13Fix precedence errorMatteo Casalin
Change-Id: I2720279f1e03e5a84da455cfd9074de157907e0b
2015-09-13tdf#39468 - Translate German comments.Ryan McCoskrie
Change-Id: Id1554b6ce3bee9596542863a77aadfe5fb7e3c94 Reviewed-on: https://gerrit.libreoffice.org/18526 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-09-13Fix typoMatteo Casalin
Change-Id: I81e897153281a70756ffd442f9384751c025c016
2015-09-13Avoid getTokenCount in CustomAnimationPreset::getProperties/hasPropertyMatteo Casalin
Change-Id: Ic5b9c152ef2faf8333ad797232e26b817668e965
2015-09-13Avoid getTokenCount in ScViewFunc::SetPrintRangesMatteo Casalin
Change-Id: I1eba76ba0fdfc79de7e8f78f9bb5b0e932d343f4
2015-09-13Avoid getTokenCount in ScRangeList::ParseMatteo Casalin
Change-Id: I2c9628e5064ea03c878d6e45118755596a060d5a
2015-09-13Avoid getTokenCountMatteo Casalin
in SvxMultiPathDialog::SetPath and SvxPathSelectDialog::SetPath Change-Id: I4d360caacf438949ccd9a90c4fec14a7e7d1c009
2015-09-13Simplify SvtFileDialog::appendDefaultExtensionMatteo Casalin
Change-Id: I7d2d2aff6e26b66e73b6ccefdecf095c867d4f7d
2015-09-13cppcheck: Mismatching allocation and deallocationJulien Nabet
+ Typo: excecptionTypeSizeArray->exceptionTypeSizeArray Change-Id: I6fac3bea1eba094e87717d20a08ec7cf6151e2df
2015-09-13Also get rid of :: prefix for cssTor Lillqvist
Change-Id: Ie767abc36047ba614b3ac39991b3290bc19859b1
2015-09-13replace boost::ptr_container with std::container<std::unique_ptr>Derrick Rocha
Change-Id: I8fd1121577c6443f9100b181402083d1b7c30b6b Reviewed-on: https://gerrit.libreoffice.org/18525 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-13replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha
Change-Id: Id9419f23dde4d93dde78398207dcf5c38e87f450 Reviewed-on: https://gerrit.libreoffice.org/18046 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-13editeng: com::sun::star->cssNoel Grandin
Change-Id: Ied65d2de394ce54cb2c35abb152cf58ac3139395 Reviewed-on: https://gerrit.libreoffice.org/18503 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>