- 18 Ara, 2014 17 kayıt (commit)
-
-
Stephan Bergmann yazdı
This reverts commit 146bd125, Clang's r224465 does not look really useful the way it is, so work around that directly in Clang for now.
-
Tor Lillqvist yazdı
A certain 3rd party uses processEventsToIdle() from XToolkitExperimental, and their code is not C++, so it should be OK to change the ABI of XToolkitExperimental, says mmeeks. Change-Id: I4ba641ad98c17ae42a2ae2eff389fd3354618597
-
Tomaž Vajngerl yazdı
Change-Id: I424e81b849d7e0ec5c61eddcc70279e3559885d1
-
Miklos Vajna yazdı
Change-Id: I8dc3a0ed7bfce62b0d20c6bff143d77c0f26963f
-
Markus Mohrhard yazdı
Change-Id: I931a4b618f35188e4e0cca07305ff15bbbacc20a
-
Stephan Bergmann yazdı
Change-Id: I3ee32c5bd379bb851f8f255faa93d96227dcff84
-
Yousuf Philips yazdı
Change-Id: Ie1a4fc49521c5e08f80a3265ec6f24463b944cde Reviewed-on: https://gerrit.libreoffice.org/13507Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com>
-
Julien Nabet yazdı
Change-Id: I74c6e8633ee5ac477d2f7ac8ee468204076bc886 Reviewed-on: https://gerrit.libreoffice.org/13488Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Michael Weghorn yazdı
This addresses some cppcheck warnings. Change-Id: Ib16e4ecc0e0c43b2c1fb527eb0668a960ae9756e Reviewed-on: https://gerrit.libreoffice.org/13513Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Michael Weghorn yazdı
If the outer if-block is entered, 'aIsCollection' is returned, no matter whether the inner if-block is entered or not. Change-Id: Ief33e6fe6e29d1dfe287095424dac92e7f7d06b0 Reviewed-on: https://gerrit.libreoffice.org/13512Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Michael Weghorn yazdı
Change-Id: Ibcd2199db171c531018301631d76ec56924da23a Reviewed-on: https://gerrit.libreoffice.org/13511Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Michael Weghorn yazdı
This addresses some cppcheck warnings. Change-Id: I7e85aca5a86f993a9906525edffbd44a179dc245 Reviewed-on: https://gerrit.libreoffice.org/13510Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Lionel Elie Mamane yazdı
Change-Id: If082f723383da72eac75ca660203aea2a33a7526
-
Lionel Elie Mamane yazdı
Change-Id: I7e6851ce3f24ef3c5051eb7431b6aa1df845836d
-
Lionel Elie Mamane yazdı
Change-Id: I3a429d0a6f771f6bfde2331ddc8544c92d8147f7
-
Bjoern Michaelsen yazdı
rather uglyish unittest, but still worth it as cutting nothing needing to have sideeffects is really kind of non-obvious and prone to return Change-Id: I02bbfb05f019874d873670cdae060ac3183f5ca6
-
Bjoern Michaelsen yazdı
Change-Id: I2ae917b43b18b14dce01121902a678d45ad520fe
-
- 17 Ara, 2014 23 kayıt (commit)
-
-
Mark Williams yazdı
Because VS Express has no native 64Bit compiler but a 64 Bit cross- compiler. The path resolution to detect binaries and libraries was not suitable for the cross compiler. The added resolution is only effective if no native compiler was found. Change-Id: I8066cb04f94eb4bfd0c57b35e5e39883c51ee046 Reviewed-on: https://gerrit.libreoffice.org/13515Reviewed-by:
David Ostrovsky <david@ostrovsky.org> Tested-by:
David Ostrovsky <david@ostrovsky.org>
-
Kohei Yoshida yazdı
Change-Id: I4dbc69ca2618c37184ffdc217493e3880e149617
-
Markus Mohrhard yazdı
Change-Id: I0211c9c7dcc24ce40fe7c573f35ac13c02e742c1
-
Markus Mohrhard yazdı
Change-Id: Ifdfcbd9d3d62d2a55e3e050d4723700f8436e57a
-
Markus Mohrhard yazdı
Change-Id: I46e2de444d38f1f93eb68ffd50b7a283d05d1738
-
Joel yazdı
Changed behavior of right click context crop image from bringing up dialog for crop (uno:GrafAttrCrop) to the interactive crop (uno:Crop) Change-Id: I98d01c39ad5baa894bb687e8adb3dced478d855c Reviewed-on: https://gerrit.libreoffice.org/13472Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com>
-
Miklos Vajna yazdı
Change-Id: I81746860198864bb5917a6c1e898b742b65d77e1
-
Miklos Vajna yazdı
There is still some duplication, as the file type -> resource mapping is there two times. Change-Id: I50cd58f1cc62e872fb925556dd151f6392eeeb87
-
Stephan Bergmann yazdı
Change-Id: I09049db51668176b90dabe2c82d525b2fab60299
-
Stephan Bergmann yazdı
...for cases where ? "a" : "bb" does not work, as well as to work around the MSVC bug for cases like ? "a" : "b". Change-Id: Id404716047aca5cc81440f291616d92365379b8f
-
Stephan Bergmann yazdı
...to use single ASCII character literals "more directly" in the OUString API (instead of having to go via an intermediary OUString ctor call). Especially useful for character literals that are defined as const variables or via macros ("direct" uses of character literals in the OUString API can often simply be replaced with single-character string literals, for improved readability). (The functions overloaded for OUStringLiteral1 are those that are actually used by the existing LO code; more could potentially be added. The asymmetry in the operator ==/!= parameter types is by design, though---writing code like 'x' == s is an abomination that shall not be abetted.) Change-Id: Ic5264714be7439eed56b5dfca6ccaee277306f1f
-
Stephan Bergmann yazdı
Non-ASCII characters (like Unicode "é", represented as two bytes \xC3 \xA9 in the UTF-8--encoded source file, and presumably passed trhough unchanged by compilers into the resulting string literal object) in the OUString "literal" ctor trigger a SAL_WARN_IF in rtl_uString_newFromLiteral, but are copied "verbatim" into the resulting OUString, which will thus contain UTF-16 code units \x00C3 \x00A9 (if char is unsigned) resp. \xFFC3 \xFFA9 (if char is signed). That assertXPathContent shall indeed match such an odd OUString value looks suspiciously like a bug elsewhere, papered over by a broken test. To be investigated. Change-Id: I07c995ad0e17235c214d7630fb34e8ef35d5ad30
-
Michael Stahl yazdı
Change-Id: I63f3954546e656d37ed6e22efd75b16df9fbcbac
-
Michael Stahl yazdı
Change-Id: I844c00639307c14140ba7e8a1b919e3f2ecdc114
-
Caolán McNamara yazdı
Change-Id: Ib8f0f86a30342ca455a92c9add5b2836fa40f8f4
-
Caolán McNamara yazdı
Change-Id: Iadc7b4d970e8c3b7f719ed6aab49986a1186cccb
-
Caolán McNamara yazdı
Change-Id: I63e97e91792fcf2bf8758a1444bb29e3c1ccd541
-
Caolán McNamara yazdı
Change-Id: I841b9b3f74a9822fe8c477a280bbe2f4904ed64c
-
Caolán McNamara yazdı
start docked, move to undocked start undocked, move to dock, back to undocked start undocked, with and without size saved in settings and restored Change-Id: I0bfdceb11aabdf9fdb855b97433b2af0532e4d03
-
Caolán McNamara yazdı
Change-Id: I3efcac58f7a6629ae2615e29ea564e583414479c
-
Caolán McNamara yazdı
Change-Id: I2633173bb21da554f55b244d6d2947567c933c2a
-
Caolán McNamara yazdı
Change-Id: Iffdc04464bd70ca70684f28e6d6e23a054bfc8a7
-
Caolán McNamara yazdı
Change-Id: I176a79bce85fa81310a53fcfecc6e0bc63f0ae18
-