summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-20use rtl::Reference in OContainerListenerNoel Grandin
instead of manual acquire/release Change-Id: I83e6229029e662073e2e01e98f4846fb0a0ed643
2017-01-20use rtl::Reference in BibliographyLoaderNoel Grandin
instead of storing both a raw pointer and an uno::Reference Change-Id: Ic46c5cda34c1df818cbe1ffa4b2d44d1519b4d6f
2017-01-20use rtl::Reference in FormControlContainerNoel Grandin
instead of manual acquire/release Change-Id: Ie0fed7db217adea68aaa09cf9de699d488bf84dd
2017-01-20use rtl::Reference in TheModelRefNoel Grandin
instead of manual acquire/release Change-Id: I7a5ae0337fc8fa1465ac716050e7187aa1accb87
2017-01-20starmath: Avoid ad hoc LanguageTag and CharClass at tokenizationTakeshi Abe
Instead, keep them as SmParser's members. Change-Id: I8a2aad7ba8baaad9a761f42f62d51fc67cadec07 Reviewed-on: https://gerrit.libreoffice.org/32348 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
2017-01-19tdf#50916 Allow ScTable work on dynamic ScColContainerBartosz Kosiorek
Change-Id: Ic39361383a3c2e869e48bccb4c47fc6bca1cb4ce Reviewed-on: https://gerrit.libreoffice.org/33296 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
2017-01-19Dispose unused submenuMaxim Monastirsky
Open Writer, Insert > Form Control > Table Control, draw it, cancel the wizard. Now right click on the table header -> crash. (can't be tested with gtk/gtk3 vclplug, because GtkSalMenu holds reference to the menu). Probably this crashreport: http://crashreport.libreoffice.org/stats/crash_details/ 0bfabafd-3ba4-4c07-8479-399dea07c006 Change-Id: I6588b1e0b5ad4537a4eb98f6a343d0e92264329f
2017-01-19drop now unusd private:resource/.../image urlsCaolán McNamara
Change-Id: Ic456113b295c3b90316d2792b630c44892ac20a7
2017-01-19document magic number and note it was already converted to a bitmapexCaolán McNamara
Change-Id: I2d78463d52f5866418eac7293a63a42c6af8b990
2017-01-19use the precanned constant for thisCaolán McNamara
Change-Id: Iaa6283029f9de41e2506051c49dc18f876b28587
2017-01-19convert wizards from Image resources to BitmapEx resourcesCaolán McNamara
Change-Id: I19d509b2d54a87f8e00b50d0368ba02a9c40b4c5
2017-01-19Updated coreOlivier
Project: help ab01c44126432945c486bfc2acc2e3106c596c6d Insert %PRODUCTNAME where it must be. Change-Id: Ide87d1a8e17af36bce29f14baef97a3afcc5b0d7 Reviewed-on: https://gerrit.libreoffice.org/33327 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2017-01-19Preserve whitespace with tiled rendering.Jan Holesovsky
Online is often used for taking minutes, and during that, people don't have time to play with the formatting - so it is annoying when autocorrect goes in the way. Change-Id: Ia1794c46d3003198764f666951821f693d710653
2017-01-19Revert "use rtl::Reference in SwPostItField"Noel Grandin
This reverts commit f7ee0054cf9da35f210d9043a68339415aba2284. until I can figure out how to make that miserable idiot of a Visual Studio 2013 compiler happy. Change-Id: I9206df8cbba52bf8aab242a1376f4b6598d2b739 Reviewed-on: https://gerrit.libreoffice.org/33325 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-19New loplugin:dynexcspec: Add @throws documentationStephan Bergmann
See the mail thread starting at <https://lists.freedesktop.org/archives/libreoffice/2017-January/076665.html> "Dynamic Exception Specifications" for details. * The check for missing @throws documentation is not too specific, it just checks whether a function with dynamic exception specification has /any/ @throws clause, not necessarily exactly matching the exception types. (Many of the details in the existing dynamic exception specifications are probably not very useful, anyway.) * When adding @throws clauses, I bluntly copied the exception specifications except for dropping any mentions of std::exception (except in the rare cases where that was the only exception typed mentioned). * In many places it might have looked more natural to use trailing Doxygen comments of the ///< @throws ... kind, but Clang's getCommentForDecl unfortunately doesn't detect trailing comments on function decls. * Also, Clang's getCommentForDecl doesn't look into macros, so some trivial silly macros were expanded along the way to add comments where necessary. Change-Id: I1831d72df2d9c801d4b8dd7d708d9cefea039589
2017-01-19New loplugin:dynexcspec: Add @throws documentation, UnoControlsStephan Bergmann
Change-Id: Iedbef454a22b34df777e6c32fad95fed96f2fdce
2017-01-19New loplugin:dynexcspec: Add @throws documentation, accessibilityStephan Bergmann
Change-Id: I4857292372116bd8330403456d415476a5435f11
2017-01-19New loplugin:dynexcspec: Add @throws documentation, basegfxStephan Bergmann
Change-Id: I83cd12d9eb2d65ec5ff903b7536f28b2a0ae3c69
2017-01-19New loplugin:dynexcspec: Add @throws documentation, basctlStephan Bergmann
Change-Id: I34a1b868176f26c1bab841547b97bca56113e47e
2017-01-19New loplugin:dynexcspec: Add @throws documentation, basicStephan Bergmann
Change-Id: Ic3e265e05c69942c5c1c7d1b83f65f2cbe35ca1f
2017-01-19New loplugin:dynexcspec: Add @throws documentation, canvasStephan Bergmann
Change-Id: I70b52921291da551da7cc970e82f38b319f0ded8
2017-01-19New loplugin:dynexcspec: Add @throws documentation, chart2Stephan Bergmann
Change-Id: I9b558b713186c64054914ebfc4c122ff769b71a1
2017-01-19New loplugin:dynexcspec: Add @throws documentation, codemakerStephan Bergmann
Change-Id: I94a9f72fc81439fc97c884009447d353c6c6a517
2017-01-19New loplugin:dynexcspec: Add @throws documentation, comphelperStephan Bergmann
Change-Id: I115c5c34cf97858d9fdd96432cb57bde6d4537cb
2017-01-19New loplugin:dynexcspec: Add @throws documentation, connectivityStephan Bergmann
Change-Id: Id8711eaeac65efaa228b60d5786169016bfb61a3
2017-01-19New loplugin:dynexcspec: Add @throws documentation, cppuhelperStephan Bergmann
Change-Id: I20b40d0d465cfe130e03f7a8f8da6f4dab404848
2017-01-19New loplugin:dynexcspec: Add @throws documentation, cpputoolsStephan Bergmann
Change-Id: I7a9ac7cdc3d5e19dc63a4711a0ce2c23054367e1
2017-01-19New loplugin:dynexcspec: Add @throws documentation, cuiStephan Bergmann
Change-Id: Ib4db87e67f39504f49b795e12476edbea5166800
2017-01-19New loplugin:dynexcspec: Add @throws documentation, dbaccessStephan Bergmann
Change-Id: I117be0dca3cc5e204414613123422b4b0716d8ed
2017-01-19New loplugin:dynexcspec: Add @throws documentation, desktopStephan Bergmann
Change-Id: I1e97b929174ba23fdf21c405ec4129f0e56ed2f3
2017-01-19New loplugin:dynexcspec: Add @throws documentation, dtransStephan Bergmann
Change-Id: Id1249957a544e7ab43d0f331190db72871723f40
2017-01-19New loplugin:dynexcspec: Add @throws documentation, editengStephan Bergmann
Change-Id: I4d93bf348b7b6a91aa37f8ce79b0b52a1a7d41ee
2017-01-19New loplugin:dynexcspec: Add @throws documentation, embeddedobjStephan Bergmann
Change-Id: Icf9a507a2b1eec0ace22e727bdf7220bfe7096b8
2017-01-19New loplugin:dynexcspec: Add @throws documentation, eventattacherStephan Bergmann
Change-Id: I432f604c8b7a3b0e95f99b2982c302c2a94fd0fa
2017-01-19New loplugin:dynexcspec: Add @throws documentation, extensionsStephan Bergmann
Change-Id: Ia44f7b0a162d269bf38133575f986efd62eb6d52
2017-01-19New loplugin:dynexcspec: Add @throws documentation, filterStephan Bergmann
Change-Id: Id465279b54f775ae688d02798c7a67fc50829fc6
2017-01-19New loplugin:dynexcspec: Add @throws documentation, formsStephan Bergmann
Change-Id: Ib5e1f2ef4143ad1c75ec705624a547e47affbc79
2017-01-19New loplugin:dynexcspec: Add @throws documentation, fpickerStephan Bergmann
Change-Id: I067f6d5278681b35d3a3fea105e3bf383d3a96f8
2017-01-19New loplugin:dynexcspec: Add @throws documentation, frameworkStephan Bergmann
Change-Id: I19a4517449be3defe97fe0d78dd1a16b08b79247
2017-01-19New loplugin:dynexcspec: Add @throws documentation, helpcompilerStephan Bergmann
Change-Id: Id2ebe51d610ecd372ee215f3a38a979a322e6e10
2017-01-19New loplugin:dynexcspec: Add @throws documentation, hwpfilterStephan Bergmann
Change-Id: I03131a228843e6848c0b2d2468d160ca0cdaf508
2017-01-19New loplugin:dynexcspec: Add @throws documentation, idlcStephan Bergmann
Change-Id: I3c269d84906cc49d79d5f32f0dd3f15afd2f588e
2017-01-19New loplugin:dynexcspec: Add @throws documentation, i18npoolStephan Bergmann
Change-Id: Ie1304a081a8c26cb3204ca7fb3edfa7e2dfae386
2017-01-19New loplugin:dynexcspec: Add @throws documentation, i18nutilStephan Bergmann
Change-Id: I2688ebab7641db43aae5cbca94750fbecff936e1
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ioStephan Bergmann
Change-Id: I2d8b69454217bbbc9542cced8ce85269e3872662
2017-01-19New loplugin:dynexcspec: Add @throws documentation, lingucomponentStephan Bergmann
Change-Id: Iebd0a98c86803342ee54f30c848e7194a752335f
2017-01-19New loplugin:dynexcspec: Add @throws documentation, linguisticStephan Bergmann
Change-Id: Ib1aba8d944d46d4cfc74b473da006aff4e7a1c83
2017-01-19New loplugin:dynexcspec: Add @throws documentation, lotuswordproStephan Bergmann
Change-Id: Id54bb9f05a4354855a8e9fa5ecbffc8440e39c5d
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ooxStephan Bergmann
Change-Id: I83c6995e4f15d6a042e57bac4d71874124402547
2017-01-19New loplugin:dynexcspec: Add @throws documentation, packageStephan Bergmann
Change-Id: I5d30cc2483452ba140cdce341677e872bffce6d1