summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
Mechanical removal of usage together with OUString ctor, done by compiler plugin. Change-Id: I554227f76df0dac620b1b46fca32516f78b462c5
2013-05-06Revert "ignore already seen locations in compiler plugins"Luboš Luňák
This does not always work well, e.g. when building a return value in a return statement from a temporary, there is CXXConstructExpr containing CXXTemporaryObjectExpr, which both share the same location. This reverts commit 1c0669af2f1f58e6431b5e489ac48a883e242ba7.
2013-05-06ignore already seen locations in compiler pluginsLuboš Luňák
Change-Id: Icba8dfa61aee7237af569b2414b1cf4ce93ca476
2013-05-06Fix handling range in removeText().Luboš Luňák
Turns out removeText( SourceRange ) treats it as a token range, so it's not always character-exact if used for removal of only several characters from a token (e.g. an identifier). Change-Id: I0223d52da90f9535d9ef1d48b0f56d69131536c8
2013-05-06Did not want to push this thing ;)Fridrich Štrba
Change-Id: I2dfaa895a3efefa6fee8d21575f148ef9bba03c3
2013-05-06Revert "fdo#46808, Convert SystemClipboardExt service to new style"Stephan Bergmann
This reverts commit 135d20caa4178c3a6d7682b547c5da6d58310f01. Conflicts: vcl/source/window/window.cxx There is no implementation of the SystemClipboardExt service, so Window::GetClipboard would now always fail with catching an Exception, instead of trying to create a SystemClipboard if SystemClipboardExt is unavailable. (I'll clean up the unused SystemClipboardExt in a follow-up commit.) Change-Id: Ic3c45b148057e174d3487aedb4176549cb28f3c0
2013-05-06fdo#63878 fix the zoom problem when the sheet are RTLFaisal M. Al-Otaibi
Change-Id: Ie451b7a84b5481e9209c5b6d6d439844de5082fd Reviewed-on: https://gerrit.libreoffice.org/3789 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-05-06SW : Fix crash by checking find resultArnaud Versini
Change-Id: I6caf18b110dd0a40f09e185c00cb238261457db3 Reviewed-on: https://gerrit.libreoffice.org/3783 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-05-06WRITER_DEBUG_MSG -> SAL_[INFO/WARN]Fridrich Štrba
Change-Id: I8bdcc273b50e35dbbb0e34183a465e370cc5b22c
2013-05-06fdo#60924: Move some more libs to autoinstallationMarcos Paulo de Souza
Change-Id: I7383da4390995ad9ea2d4fb494098dab6287609f Reviewed-on: https://gerrit.libreoffice.org/3758 Reviewed-by: Matúš Kukan <matus.kukan@gmail.com> Tested-by: Matúš Kukan <matus.kukan@gmail.com>
2013-05-06make sure the output dir existsDavid Tardon
Change-Id: I71fac6a4e8283d293a6bd50637ff3a1e6c2ad40d
2013-05-06bump product version to 4.1.0.0.alpha1+Petr Mladek
Change-Id: I131364a0c80626b82939b641012abdfd11e9fabe
2013-05-06Revert "Blind fix for MSVC"Stephan Bergmann
9041dac37f912a6f183be9f6b6558f1ef44280c0. The correct fix was f4227c822c7f5a4e1e1b3b4e096cb63cf710a3f1 "Blind fix for MSVC, take two." Change-Id: I6c319a0f7a1d3dbcffbd4be8ac02682e5fdd7802
2013-05-06gbuild: only add files to existing help packsDavid Tardon
Change-Id: Idea360fdd78f21f5f42500da938340bb1870f29f
2013-05-06fdo#42144 WW8 export: avoid writing pointless empty footersMiklos Vajna
Regression from 1348288905ffa75d3634eee4392ba4660d28cdb9 (mismerge, I guess), when header was enabled, actually empty footer was exported, even in case footer was disabled. Change-Id: Ied55dc2a9f0faef87689c07935a47db384d37e1a
2013-05-06Fix adaption to SAL_INFOStephan Bergmann
Change-Id: I12e32c0323e21946b795ca7f2af392930f55eed6
2013-05-06Hashtable -> HashMapStephan Bergmann
Change-Id: Ib5c49240e76ebe7fd9a651cd7c6d6041171fc541
2013-05-06Java cleanup, remove unnecessary @SuppressWarnings annotationsNoel Grandin
Change-Id: Ib5df091fc4a6233b526c44ae42dbdbacb0bef7c6
2013-05-06Java cleanup, close file handles when done with themNoel Grandin
Change-Id: I79e6e0b8f53ae6f232c34aa8e833853d2ec24cf0
2013-05-06Java cleanup, delete some dead codeNoel Grandin
Change-Id: I4423cc7ec49769e256f73d9b7fba7b78f84f932f
2013-05-06Java cleanup, convert Hashtable to HashMapNoel Grandin
Change-Id: If8a9c0c3a4b357fb9c0ff096f44ed1b44ebbcef4
2013-05-06Java cleanup, convert more Vector to ArrayListNoel Grandin
Change-Id: Icb807382eaf50f515f2c9dfada0c061414baed33
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin
Change-Id: I323a6625f93347e69f3114fc10cb04dc759a539f
2013-05-06remove some unnecessary castsNoel Grandin
Change-Id: I63b0ce257b40caa53aef337e953ce8d07862d292
2013-05-06use generics and convert from Vector to ArrayListNoel Grandin
Change-Id: Idcc7d0c386ff59ddee95667939969259cdf11d02
2013-05-06fix typoNoel Grandin
Change-Id: I228a93e2b701fa787fc6d7d721acaf1f6e010b89
2013-05-06fix typoNoel Grandin
Change-Id: I785c022c9f38eb54ba27fd76bb032f5fa7f34b63
2013-05-06fdo#51828 - UI: Sort: can use more than 3 criteria once only - additional fixAlbert Thuswaldner
Change-Id: I569766945d96eae74479e310d674c9420e9a2b4b Reviewed-on: https://gerrit.libreoffice.org/3772 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-05-06Convert EMFP_DEBUG to SAL_INFO, etc.Chris Sherlock
* Change to SAL_INFO instead of EMFP_DEBUG in emfplus.cxx * Use #ifdef OSL_DEBUG > 1 to conditionally compile in debugging routines * Remove some commented/conditionally compiled out code * Change logging area for SAL_WARN from cppcanvas to cppcanvas.emf Change-Id: I6db0021807634070cfa2fee0f07e32d235b3d2f3 Reviewed-on: https://gerrit.libreoffice.org/3782 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-05-06fdo#46808, Convert graphic::Primitive2DTools to new styleNoel Grandin
Change-Id: I9719b43dbf98cfca29638f54cc907e48c7ad28b7
2013-05-06fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin
Change-Id: I65a4399de203e02b8fc90c7d2e4c783d5c156de5
2013-05-06fdo#46808, Use service constructor for rendering::CanvasFactoryNoel Grandin
Change-Id: If6bebe0d2dfb30c3fffd0fb284cd766e3f315b49
2013-05-06fdo#46808, Convert SystemClipboardExt service to new styleNoel Grandin
Service already existed, just needed an IDL file Change-Id: Icde7c41e48b8c511976c2a65a87dca064546fa95
2013-05-06fdo#46808, Use service constructor for uri::ExternalUriReferenceTranslatorNoel Grandin
Change-Id: I723b1baf50b75f6aaea86a4784ee10a3d2196e83
2013-05-06configure: with --enable-headless disable opengl by defaultRiccardo Magliocchetti
Change-Id: Ia09d30c7ffe6b8597c6b23921feed07151aab04c
2013-05-06No need for conditionality has been turned on since 2004Tor Lillqvist
Change-Id: I0e1708f1102dab8e0424d12b50da25f726e8a5f6
2013-05-06xmlsecurity: drop no longer needed RTL_ASCII_USTRINGPARAM macroMiklos Vajna
Change-Id: Ia08688ef3c262ba4379213231032c73404ae748b
2013-05-06make Excel happyMarkus Mohrhard
Why the f*cking hell do we need file format specs if they are ignored and we just write into an implementers note what we want to see in the spec. And at least if there is an implementers note file make sure to mention all the cases and save me the reverse engineering time. Change-Id: I08c2c9963fc6f2780e49a89f988a758665e007fa
2013-05-06[harfbuzz] Support Unicode variation selectorsKhaled Hosny
Change-Id: I8c56f45505327857613c39b28da3ae7cc3ad201c
2013-05-06Revert "#i103131# in doubt treat unicode variation selectors as ↵Khaled Hosny
invisible(cherry picked from commit 179f88dfe5a1eb2ebd051d73b50f1e0af9c12fd9)" This reverts commit 6840ba613cc46ee65d58612ecabe748d539de9f5. We don't want this since we can now support variation selectors with HarfBuzz.
2013-05-06data label export does not work with bar chartsMarkus Mohrhard
Excel just removes the chart during import. Additionally we should work on only exporting the data label information for points that really contain data labels. Change-Id: I80aef8effe27c729feb69c25c319ca129dc961a5
2013-05-06remove unnecessary explicit namespacesMarkus Mohrhard
Change-Id: Idb6bf5704a3b569ae4ae19d35526f19528ab63a6
2013-05-06map full transparent solid fill to no fill, fdo#64224Markus Mohrhard
Change-Id: I9ec33b347647bfcd6c1411c4db7af51ca597dc8e
2013-05-06let us be explicit about default valuesMarkus Mohrhard
Different MSO versions behave differently in respect to the default values. 2007 is not compliant to OOXML and is what our export filter expects, 2010+ are compliant to OOXML and therefore our charts look awful. Change-Id: If301d878a1603ed9835884cfbb9ed9c902526ba0
2013-05-05follow up to commit 2e109641648bed508318d3b65a385f5b9e78edf7Philipp Riemer
Norbert cherry-picked the original patch [1] without changes. However some sentences in it where translated misleadingly. So here I am merging my remarks/corrections to it, plus some minor changes regarding whitespaces in front of punctuations. [1] see https://gerrit.libreoffice.org/3788 Change-Id: If5fa033c48b2bd16fc0b83195ba4d46f5051414b
2013-05-05Partially translate german comments in sw/source/filter/ww8/Joren De Cuyper
Please, only apply this patch if you are a native speaking German. I'm not a native speaker, so a double check is really necessary and appreciated. Thanks in advance! Change-Id: I9493d128e124d319391aa851ae364aefeb27c512 Reviewed-on: https://gerrit.libreoffice.org/3788 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-05-05coverity#1000604: Dereference after null checkJulien Nabet
Change-Id: Id9c3b7eb29c58c55c100db6da644b232ada550ee Reviewed-on: https://gerrit.libreoffice.org/3791 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-05-05moz: build fixAndras Timar
Change-Id: I85e573add83d46550822e55e691b61fc2729475a
2013-05-05[harfbuzz] Fix vertical text layoutKhaled Hosny
"Fixed" in the sense that it works exactly like the non-HarfBuzz case, but that is already a bit broken. Need to get rid if the little OpenType layout engine in ServerFont::ApplyGSUB() and use HarfBuzz's vertical text layout capabilities. Change-Id: I32abe385575bd5d1b66e573dfe2fc7f412d02254
2013-05-05moz: build fixAndras Timar
Change-Id: I1a8685ec5fff2e78aa9eb97ba9b331a1a2a99e74