summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Collapse)Author
2014-02-25callcatcher: update unused codeCaolán McNamara
Change-Id: Ia8e6abffb85b92ee4538fb0aeaee4e4aa18f2772
2014-02-25editeng: harmonized types related to Tell()/Seek()Norbert Thiebaud
Change-Id: If0484da58011abae23ad19cbc3b9cf7e2e654b4c Reviewed-on: https://gerrit.libreoffice.org/8216 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-02-24Remove some temporaries around calls to SvNumberFormatter methodsMatteo Casalin
Change-Id: Ib03c97a52df120bac1ac9b2b9d2e52431ead1027
2014-02-23coverity#704625 Dereference after null checkCaolán McNamara
Change-Id: I21f5e684c3a7d42056e1a5b36e5d63343e5c85ae
2014-02-23Remove unneccessary commentsAlexander Wilms
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
2014-02-21editeng: sal_Bool->boolNoel Grandin
Change-Id: Ie2c8bf805461d61de2dfa2658160fd612959932c
2014-02-21editeng: sal_Bool->boolNoel Grandin
Change-Id: I1a4b8ff5ccecc2776d1f145f8763f3dab6afb38b
2014-02-21editeng: sal_Bool->boolNoel Grandin
Change-Id: I64cde75157fbdcda6ac92ca4064e6ab8197114c1
2014-02-21editeng: sal_Bool->boolNoel Grandin
Change-Id: Ia9b76985ea0b9c511208b8283c8487c89aa67b88
2014-02-21editeng: sal_Bool->boolNoel Grandin
Change-Id: I36cb765d87ddef1fba3447a3ea90e5285cbcd678
2014-02-21editeng: sal_Bool->boolNoel Grandin
Change-Id: I18717328ccd37649683b0d8cb57c85629cdcb4d9
2014-02-21editeng: sal_Bool->boolNoel Grandin
Change-Id: I92935238ff016dc441db72e3aadc28466fe84e68
2014-02-21editeng: sal_Bool->boolNoel Grandin
Change-Id: I1b215ef78bcade675a2f80def0d6d5afe0ff3d2c
2014-02-21editeng: sal_Bool->boolNoel Grandin
Change-Id: I5f0b49b7a51f32fe4974739d2610204adefc4faa
2014-02-21sal_Bool->boolNoel Grandin
Change-Id: I2849ab93619a0a8c9d28b3c43d370ee483820678
2014-02-21editeng: sal_Bool->boolNoel Grandin
Change-Id: Ib1113ebcfc523c8c97731debb2bf456a8c99d802
2014-02-21sal_Bool->boolNoel Grandin
Change-Id: I0c2297ffa00ee23160f65b2859043fcd4842098c
2014-02-21sal_Bool->boolNoel Grandin
Change-Id: I08470e3b7ba845104c5bada11fb5b2d160a8aaa0
2014-02-21sal_Bool->boolNoel Grandin
Change-Id: I65c60ae987263b96ac1a0d727f5c4e33431d7767
2014-02-21remove unused return value from methodNoel Grandin
Change-Id: If8ad6d01e92bb6df429acca03df0b40a4e2b7f1d
2014-02-21sal_Bool->boolNoel Grandin
Change-Id: If8d90d507e29caaf8ceb41deb9cb5eb54476773e
2014-02-21sal_Bool->boolNoel Grandin
Change-Id: I8623ebe2d46cb897d4dd0c0ec9c136d96af0186c
2014-02-21sal_Bool->boolNoel Grandin
Change-Id: I83a9267cc461c2921b5da04a1122539ba0ac7d2d
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
Added vcl/settings.hxx to all cxx files which require it. This helps to speed up compilation after changes to the settings. Conflicts: sc/source/ui/dbgui/pvlaydlg.cxx Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4 Reviewed-on: https://gerrit.libreoffice.org/7933 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-20svl: sal_Bool -> boolStephan Bergmann
Change-Id: Ic31455a1f5ffffa35d4fdde901dd70734207b6f4
2014-02-18coverity#984086 Uninitialized scalar fieldCaolán McNamara
Change-Id: Ifa94f76edbbede207abd1974c9add4fdf740eecf
2014-02-18Drop unnecessary #includeTakeshi Abe
Change-Id: Ib9ab63cdf21f54b1611de37c5538a300a1b39ba6
2014-02-13coverity#738003 Uncaught exceptionCaolán McNamara
Change-Id: Iddb64e592ae47dd5f22430778b8018fc8c9880c5
2014-02-13fdo#74141 :In <w:ind> Right margin gets added even if not present in orig doc.Tushar Bende
There was a problem that in style.xml and document.xml in <w:ind> tag "right" & "left" margin attributes gets added(w:right=0 & w:left=0),if these attributes are not set in original document. (In this case LO should not write these attributes in <w:ind>) eg. if original doc has implicit right and left indentation values set(In style.xml) and there is no explicit values provided for some para (In document.xml) still it used to write w:right=0 and w:left=0 in <w:ind> tag of document.xml which overrides an entry from style.xml. XML difference : - Original file: <w:ind w:left="567" /> - Roundtrip file Before Fix: <w:ind w:left="567" w:right="0" w:hanging="0"/> - Roundtrip file After Fix: <w:ind w:left="567" w:hanging="0"/> Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/7816 Change-Id: Ifa01bae24d48bb38d5e255356247c46a43beefcc
2014-02-13coverity#707769 Uninitialized pointer fieldCaolán McNamara
Change-Id: I449173ea1c4418cc2cc978862fe465e33e7b4338
2014-02-13coverity#737095 Uncaught exceptionCaolán McNamara
Change-Id: I65ca622983ced4645d97c3d7e0bcde94a46618c3
2014-02-13coverity#737093 Uncaught exceptionCaolán McNamara
Change-Id: I48bbdc7fe2c6ac60ba9630565c1844a2a24b7ad0
2014-02-13coverity#737091 Uncaught exceptionCaolán McNamara
Change-Id: I2d3df586f9579abcf42bd5a915d1e2e12017345d
2014-02-13coverity#737088 Uncaught exceptionCaolán McNamara
Change-Id: I88faa8bb4401e026ce28f8bf08fcc0514c04bdcf
2014-02-12more SvStream:operator>> conversionNoel Grandin
Convert the template based read_lenPrefixed methods to regular methods. Change-Id: Ifd0e93aca055e55a0575e4377ec2b8e266dfb019 Reviewed-on: https://gerrit.libreoffice.org/7895 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
First, I updated the clang rewriter to do the conversion. Then I lightly hand-tweaked the output for the few places where the rewriter messed up, mostly when dealing with calls on "this". Change-Id: I40a6a977959cd97415c678eafc8507de8aa3b1a9 Reviewed-on: https://gerrit.libreoffice.org/7879 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-02-12cid#705996 unintended sign extensionNoel Grandin
Change-Id: I07f357b069bd8ae31049f049163c0e20e7361f79
2014-02-12cid#982633 missing break in switchNoel Grandin
Change-Id: I20a5a0bd859b0df40a051dbb1894a9d8adfa521d
2014-02-12cid#982362 missing break in switchNoel Grandin
Change-Id: I132527f5e403721988ae8e1d60f181f3d3241810
2014-02-12sal_Bool->boolNoel Grandin
Change-Id: Ie477a46fae2b8c4deb55435f3769ba74037dd259
2014-02-10coverity#705995 Unintended sign extensionCaolán McNamara
Change-Id: I7f14257317c0c09737ad9aed78b39efff1062265
2014-02-10A little simpler.Kohei Yoshida
Change-Id: I684317003a7afee4154fe39098ced7ba27bdff2f
2014-02-10fdo#46707: Don't bother with synonyms for text with mixed script types.Kohei Yoshida
Change-Id: I7922905523406d05f864b10e1ecfd27f3fb5f9d6
2014-02-09coverity#1169806 Operands don't affect resultCaolán McNamara
Change-Id: I8c219ae3b1adcc615d75a61afba9414eb8acdc22
2014-02-09coverity#1169807 Operands don't affect resultCaolán McNamara
Change-Id: Ie96de8af75be60435f00593ca33d1dff2f42a02c
2014-02-09coverity#1169808 Operands don't affect resultCaolán McNamara
Change-Id: I95a3c09056a00a6839f25ecf54acc15e366cc360
2014-02-09coverity#1169827 Explicit null dereferencedCaolán McNamara
Change-Id: Iaca51f3795341c1c834772abba340501b3fc60a3
2014-02-09coverity#1169828 Explicit null dereferencedCaolán McNamara
Change-Id: Iad58bc1f5295bdaaff4ba17e70cb3aa4d5fc5aca
2014-02-09coverity#1169834 Mixing enum typesCaolán McNamara
Change-Id: Icd0735a60cb5986af85917e37efcfae591bfe3e1