summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-20Some more cppumaker "css" clean-upStephan Bergmann
...hopefully, all generated headers that use css (indirectly) include sal/types.h Change-Id: Iaa40fa014d54b57b395eafda8b4f35ca395d55b0
2013-10-20fdo#70285 cleanup generated C++ codeNoel Grandin
Change-Id: Ic43628de53c5139ef43bb48723fb1e0788af1cd1 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-20Related: fdo#38838 remove operator=(const sal_Unicode*)Caolán McNamara
Change-Id: Id14482d3088a81b012acf5183a595e7d41e860fc
2013-10-20Fix breakpoint support for XcodeRoi Illouz
Change-Id: Ifd80d9128fdd37f91377ccb48e91db273a5b1770 Reviewed-on: https://gerrit.libreoffice.org/6358 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-20fdo#52622 - Reduce copy and paste codeJosé Guilherme Vanz
This commit removes copy and paste code, creating a constructor for it Change-Id: I7a66cfda7fc7c11308d155a7a890352fdacfaacc Reviewed-on: https://gerrit.libreoffice.org/6356 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-10-20L10n of SWF export options dialogLaurent Balland-Poirier
Change-Id: I91d29a81389e36ddf34d56760cea588c0a7c12f6 Reviewed-on: https://gerrit.libreoffice.org/6324 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-10-20Updated coreStanislav Horacek
Project: help b84ad6a5bf1076093ef74da9f8a53ed870629818 fdo#70632 remove incorrect notes for logical functions Change-Id: Ifaa57c0f284aaa7162554ab84249559db042b28e Reviewed-on: https://gerrit.libreoffice.org/6357 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-10-20drop some tools/string includesCaolán McNamara
Change-Id: I83698b10c0c4fef1929d62be809ac7d77e9a3502
2013-10-20Related: fdo#38838 remove String::Assign(const sal_Unicode*)Caolán McNamara
Change-Id: I0dfa34732acfd20e71fa3876466552338332610b
2013-10-20fix save several file on by reseting the xstorable on closePtyl Dragon
Change-Id: I329d43e06b0c81cebda0464ebb0fff41714020a3 Reviewed-on: https://gerrit.libreoffice.org/6355 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-20fdo#68657 bool->string conversion to 1/0, not "true"/"falseLionel Elie Mamane
This matches what OO.org / older versions of LibreOffice did, and which was inadvertently changed in 2bd856e6 Reviewed-on: https://gerrit.libreoffice.org/6275 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de> Conflicts: connectivity/source/commontools/FValue.cxx Change-Id: I1d45ea975a096c599a996caafc41e4aa06d35fcd
2013-10-20Extend test to cover changed toString() conversion for bool typesDavid Ostrovsky
Change-Id: I8becffd0c2f12c17495872a99192c7679380d05f
2013-10-19fdo#70496 revert to using libmysqlclientLionel Elie Mamane
Change-Id: I5b98b5e7840e4f1c6005aee0c1f43ef814ecf77b
2013-10-19update libmariadb to bzr revision 101Lionel Elie Mamane
Change-Id: I98b7442aa9843f206549ad7c5a2ae141b70b1542
2013-10-19Make copy and pasting non-ascii text from editengine work againCaolán McNamara
regression since 80df5277585d69be5c3d5f32184db94831113f95 Change-Id: Ifcd8f97fdeb078be1884cfbd7175ab15ac30b23d
2013-10-19approxEqual with 0.0 always is false. Do a normal non-equality check.Kohei Yoshida
Plus approxEqual is slightly slower. Change-Id: I16e7db6b06b3c0eceb8b8a1b7afd29660ff1da6a
2013-10-19fix CID#1038503 uninitializCaolán McNamara
Change-Id: I7b85475d757695a0e3573627266b7756989f81a7
2013-10-19fix CID#1103762Caolán McNamara
Change-Id: I4bf0458bfdba2f53c685bba40d561a8211a28e66
2013-10-19CID#1038307 Negative loop boundCaolán McNamara
fix of coverity#1038307 Negative loop bound d9ac156b2d651c1305135938a1e828144aa5742b wasn't complete, it assigned possible -1 int32 to unsigned value before comparison, so -1 not detected. Change-Id: I6c2805acae8e776902d74c641e01c036193ce3d8
2013-10-19CID#1038502 uninitialized memberCaolán McNamara
Change-Id: Ie69689748e6e38e3d269855a4c72e78d7979119b
2013-10-19CID#1038503 uninitialized memberCaolán McNamara
Change-Id: I4ceb50cf957b70a43848bb78aeaddc7957d3ffd7
2013-10-19CID1078820 has already been dereferenced on all paths leading to the checkCaolán McNamara
Change-Id: I5210d67259d445f6e7f52f176cd67af82d687e37
2013-10-19CID#1103655 logically dead code, we check for < 4 alreadyCaolán McNamara
Change-Id: I9e917530528d6e48f418f2b8fa417290a40c2403
2013-10-19CID#1103675 use normal assert, as it's toast anywayCaolán McNamara
Change-Id: I065ce5f80f0c54443aca9378a653a9f25175feee
2013-10-19CID#1103676 use normal assert, as it's toast anywayCaolán McNamara
Change-Id: I47340d71b5f3af9c06556965f240fb084440ea27
2013-10-19CID#1103681 annotate as deliberate fallthroughCaolán McNamara
Change-Id: I731ea6aca73a81420e3d23cdb504a6151112d9a5
2013-10-19CID#1103755 unint membersCaolán McNamara
Change-Id: Ic6961e3f18aed2f271f80c69d17a5c34a0c9fa8e
2013-10-19CID#1103761 uninit memberCaolán McNamara
Change-Id: I4212adb9c0cb8e1693df8725801188bc2154fffe
2013-10-19CID#1103762 uninit memberCaolán McNamara
Change-Id: Ie46df319bed04ad64275e2385b8e3abc0d41295d
2013-10-19CID#703918 ensure buffer is null terminatedCaolán McNamara
Change-Id: If7937abf1ea51578187269a48af58bdede569ed6
2013-10-19SetS only used once with constant valuesCaolán McNamara
Change-Id: I2223c22da5bee6d9f9741c96eafe4d65e15dcb55
2013-10-19CID#736189 out of boundsCaolán McNamara
Change-Id: Ieabdd6d551b2602ec08a2b2d9bc25037d73f4dd2
2013-10-19CID#736191 out of boundsCaolán McNamara
Change-Id: Iaed9abdeb82e2f039020e95314603ad9d20aa3e4
2013-10-19Related: fdo#38838 remove String::SearchCaolán McNamara
Change-Id: I92a50bc5f7b0cddcf2066cdac50439a3d5f1708b
2013-10-19Construct and initialize result matrix in one step.Kohei Yoshida
It's faster this way, than first constructing it then populating it in two separate steps. Change-Id: I61d30ed33a63dcf4c89b18d80ae4c3217cc43015
2013-10-19Generate boolean comparison result array in one step.Kohei Yoshida
This is faster than doing it in two steps as was previously done. Change-Id: I1417e9c6add9d20ee8d68f0c1c91c7d24a0f79b3
2013-10-19Do the two matrix comparisons both in CompareMat().Kohei Yoshida
Change-Id: I1b4dab3f57dd7df556aa13fdd44a2d3ba2b01bd7
2013-10-19Require mdds 0.9.1 in configure script.Kohei Yoshida
Change-Id: Ib475ce5381c74218221ff86ff837705abd03b0ef
2013-10-19older gtks don't have gtk_widget_get_windowCaolán McNamara
Change-Id: I700f45c680fb0154aecd37b54d8de9fe4ee9d238
2013-10-19Related: fdo#38838 remove String::ReplaceCaolán McNamara
Change-Id: Ia6602809a65db0a7dcfef80cc474aab67d520980
2013-10-19avmedia/vlc: fixing a hang when trying to get a frameMinh Ngo
Change-Id: I1fb35d0c62e77448d23eeb11f9de0ab72892336a
2013-10-19avmedia/vlc: setting a correct video/audio trackMinh Ngo
Change-Id: I935e64f9df74193aba17d00cfe7f37ad3f4f9077
2013-10-19fix path after move to externalDavid Tardon
Change-Id: I37a424a5611ea516e9158f22f7d8eec6b90fa42a
2013-10-19added save to ios app and removed keyboard on openPtyl Dragon
Change-Id: Ibfa9373cc82d7e2022190e158f94eb323a57f241 Reviewed-on: https://gerrit.libreoffice.org/6351 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-19Need also a definition of the maComp static member variableTor Lillqvist
Otherwise Clang complains (on all platforms): "variable '<anonymous namespace>::CompareMatrixElemFunc<<anonymous>::ElemGreaterZero>::maComp' has internal linkage but is not defined". I guess this link-time error reported by one tinderbox that uses gcc is also related: "relocation R_X86_64_PC32 against undefined symbol `_ZN12_GLOBAL__N_121CompareMatrixElemFuncINS_13ElemEqualZeroEE6maCompE´ can not be used when making a shared object; recompile with -fPIC". (That mangled name stands for "(anonymous namespace):: CompareMatrixElemFunc<(anonymous namespace)::ElemEqualZero>::maComp".) Change-Id: I05a341a55e5f57864a476b5d1614b0e73bc9f017
2013-10-19fileacc is not a separate component any moreTor Lillqvist
Change-Id: I59eac660accfc362766bc3744655e2ba2d66ddd6
2013-10-19these are in external nowDavid Tardon
Change-Id: I3d84a202ae0058a8fe8a810f7e7de2522393f417
2013-10-19fdo#70393: move moz to a subdir of externalKhaled Hosny
Change-Id: I9e9b47a3b8fc298b0a371ef609f342a8366b0039 Reviewed-on: https://gerrit.libreoffice.org/6345 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-19fdo#70393: move more_fonts to a subdir of externalKhaled Hosny
Change-Id: I82d3c4e7ad274e906d55fe883242bd9014ebe2e9 Reviewed-on: https://gerrit.libreoffice.org/6344 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-19fdo#70393: move mdds to a subdir of externalKhaled Hosny
Change-Id: Idfb327f7217e459ab0328f8692e1f73aef248d32 Reviewed-on: https://gerrit.libreoffice.org/6343 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>