Noel Grandin
327dde336e
editeng: sal_Bool->bool
...
Change-Id: Ib1113ebcfc523c8c97731debb2bf456a8c99d802
2014-02-21 12:19:21 +02:00
Noel Grandin
a1d5ff63db
sal_Bool->bool
...
Change-Id: I0c2297ffa00ee23160f65b2859043fcd4842098c
2014-02-21 12:19:21 +02:00
Noel Grandin
17a18aa676
sal_Bool->bool
...
Change-Id: I08470e3b7ba845104c5bada11fb5b2d160a8aaa0
2014-02-21 12:19:20 +02:00
Noel Grandin
634081d5de
sal_Bool->bool
...
Change-Id: I65c60ae987263b96ac1a0d727f5c4e33431d7767
2014-02-21 12:19:20 +02:00
Noel Grandin
d9fd1d5310
remove unused return value from method
...
Change-Id: If8ad6d01e92bb6df429acca03df0b40a4e2b7f1d
2014-02-21 12:19:20 +02:00
Noel Grandin
87612bfee4
sal_Bool->bool
...
Change-Id: If8d90d507e29caaf8ceb41deb9cb5eb54476773e
2014-02-21 12:19:20 +02:00
Noel Grandin
8be2cbc856
sal_Bool->bool
...
Change-Id: I8623ebe2d46cb897d4dd0c0ec9c136d96af0186c
2014-02-21 12:19:19 +02:00
Noel Grandin
4692d28e90
sal_Bool->bool
...
Change-Id: I83a9267cc461c2921b5da04a1122539ba0ac7d2d
2014-02-21 12:19:19 +02:00
Tobias Lippert
a18a1a4545
Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxx
...
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-20 16:22:17 +00:00
Stephan Bergmann
12f1faf7bf
svl: sal_Bool -> bool
...
Change-Id: Ic31455a1f5ffffa35d4fdde901dd70734207b6f4
2014-02-20 08:17:00 +01:00
Caolán McNamara
192623b391
coverity#984086 Uninitialized scalar field
...
Change-Id: Ifa94f76edbbede207abd1974c9add4fdf740eecf
2014-02-18 15:18:07 +00:00
Takeshi Abe
d548b250db
Drop unnecessary #include
...
Change-Id: Ib9ab63cdf21f54b1611de37c5538a300a1b39ba6
2014-02-18 13:24:11 +09:00
Caolán McNamara
811e6f6745
coverity#738003 Uncaught exception
...
Change-Id: Iddb64e592ae47dd5f22430778b8018fc8c9880c5
2014-02-13 21:04:53 +00:00
Tushar Bende
d9809c68f6
fdo#74141 :In <w:ind> Right margin gets added even if not present in orig doc.
...
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-13 17:43:47 +01:00
Caolán McNamara
1c71cef7f8
coverity#707769 Uninitialized pointer field
...
Change-Id: I449173ea1c4418cc2cc978862fe465e33e7b4338
2014-02-13 14:56:25 +00:00
Caolán McNamara
7842d207b5
coverity#737095 Uncaught exception
...
Change-Id: I65ca622983ced4645d97c3d7e0bcde94a46618c3
2014-02-13 14:56:19 +00:00
Caolán McNamara
e87cd3edfc
coverity#737093 Uncaught exception
...
Change-Id: I48bbdc7fe2c6ac60ba9630565c1844a2a24b7ad0
2014-02-13 14:56:19 +00:00
Caolán McNamara
f1e4bd297e
coverity#737091 Uncaught exception
...
Change-Id: I2d3df586f9579abcf42bd5a915d1e2e12017345d
2014-02-13 14:56:19 +00:00
Caolán McNamara
2eae2188a2
coverity#737088 Uncaught exception
...
Change-Id: I88faa8bb4401e026ce28f8bf08fcc0514c04bdcf
2014-02-13 14:56:19 +00:00
Noel Grandin
b2878af322
more SvStream:operator>> conversion
...
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-12 15:32:11 +00:00
Noel Grandin
15535e32dd
convert SvStream::operator>> methods to ReadXXX methods
...
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-12 15:31:40 +00:00
Noel Grandin
025a77f794
cid#705996 unintended sign extension
...
Change-Id: I07f357b069bd8ae31049f049163c0e20e7361f79
2014-02-12 15:10:48 +02:00
Noel Grandin
257c82d924
cid#982633 missing break in switch
...
Change-Id: I20a5a0bd859b0df40a051dbb1894a9d8adfa521d
2014-02-12 10:06:07 +02:00
Noel Grandin
c60e1800d6
cid#982362 missing break in switch
...
Change-Id: I132527f5e403721988ae8e1d60f181f3d3241810
2014-02-12 10:06:07 +02:00
Noel Grandin
a79f1097ee
sal_Bool->bool
...
Change-Id: Ie477a46fae2b8c4deb55435f3769ba74037dd259
2014-02-12 09:01:08 +02:00
Caolán McNamara
d46d063f7e
coverity#705995 Unintended sign extension
...
Change-Id: I7f14257317c0c09737ad9aed78b39efff1062265
2014-02-10 12:02:38 +00:00
Kohei Yoshida
5d4e4f3048
A little simpler.
...
Change-Id: I684317003a7afee4154fe39098ced7ba27bdff2f
2014-02-10 01:31:58 -05:00
Kohei Yoshida
49341001e7
fdo#46707: Don't bother with synonyms for text with mixed script types.
...
Change-Id: I7922905523406d05f864b10e1ecfd27f3fb5f9d6
2014-02-10 01:28:23 -05:00
Caolán McNamara
f2fb3c4647
coverity#1169806 Operands don't affect result
...
Change-Id: I8c219ae3b1adcc615d75a61afba9414eb8acdc22
2014-02-09 17:13:42 +00:00
Caolán McNamara
54cb92d141
coverity#1169807 Operands don't affect result
...
Change-Id: Ie96de8af75be60435f00593ca33d1dff2f42a02c
2014-02-09 17:13:42 +00:00
Caolán McNamara
24c5cac41f
coverity#1169808 Operands don't affect result
...
Change-Id: I95a3c09056a00a6839f25ecf54acc15e366cc360
2014-02-09 17:13:42 +00:00
Caolán McNamara
daf4fb951b
coverity#1169827 Explicit null dereferenced
...
Change-Id: Iaca51f3795341c1c834772abba340501b3fc60a3
2014-02-09 15:43:56 +00:00
Caolán McNamara
ecfeb72252
coverity#1169828 Explicit null dereferenced
...
Change-Id: Iad58bc1f5295bdaaff4ba17e70cb3aa4d5fc5aca
2014-02-09 15:41:54 +00:00
Caolán McNamara
3efa186565
coverity#1169834 Mixing enum types
...
Change-Id: Icd0735a60cb5986af85917e37efcfae591bfe3e1
2014-02-09 15:35:22 +00:00
Michael Stahl
ebd0d0056d
fdo#74363: fix auto correct of initial capitals on start of first para
...
The GetPrevPara() method apparently has to return 0 when there is no
previous paragraph.
(regression from ac85b6cff11d193f5f71d11b1f3cc1c474653f59)
Change-Id: I09a3e1d3a3adb33562e4e03c0755447047cbd433
2014-02-08 00:32:20 +01:00
Tor Lillqvist
c8a089d7df
WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'
...
Change-Id: I01d9123fcad19aa84a41eb990fb65954314a4802
2014-02-06 12:15:20 +02:00
Tomaž Vajngerl
0502a09431
Remove LookupTree as it is replaced with Trie.
...
Change-Id: I7611c5307e4d4e925dc3e54c6b3f2d1a47bd9080
2014-02-06 09:26:46 +01:00
Tomaž Vajngerl
569e5f023e
Add getAllElements (strings) for Trie.
...
Change-Id: I9603cc51545f72fdb0854f2d76e2326706329000
2014-02-06 09:26:46 +01:00
Norbert Thiebaud
3d11e86363
coverity#707768 Uninitialized scalar field
...
Change-Id: I47b507d4e256572f879bab72cf99f007bb2df771
2014-02-05 16:36:18 -06:00
Norbert Thiebaud
0f2a8ec5e0
coverity#707765 Uninitialized scalar field
...
Change-Id: I35194385cc2f5d02a93ade0e8ab40fb77eba7e6e
2014-02-05 16:36:16 -06:00
Norbert Thiebaud
bb688f72cc
coverity#707764 Uninitialized scalar field
...
Change-Id: Ibbd13e15b6aca33a8c9050dd0d9f210e64e85e3e
2014-02-05 16:36:16 -06:00
Norbert Thiebaud
5c5d31b04c
coverity#707761-62 Uninitialized scalar field
...
Change-Id: I9ebd8df6e510640e511a61332ab1d712b68c40ca
2014-02-05 16:36:16 -06:00
Norbert Thiebaud
5523ed4b35
coverity#707757 Uninitialized scalar field
...
Change-Id: I3956259474b100d0d14d500f9528b04125e0d169
2014-02-05 16:36:15 -06:00
Norbert Thiebaud
ffc7f28606
coverity#707756 Uninitialized scalar field
...
Change-Id: I9985284e852ddc3b29d75cdf0b8969c2a8cecb9a
2014-02-05 16:36:15 -06:00
Norbert Thiebaud
69afd67fe2
coverity#707754 Uninitialized scalar field
...
Change-Id: I4de0a0857ce87266c3f3c4993efc45b12539156c
2014-02-05 16:36:15 -06:00
Andrzej Hunt
d232561a74
Remove a now unneeded cast (xub_StrLen and tools/string.hxx removal).
...
Change-Id: Ic45b3c572483aa0292c227274565a1750dd51f17
Reviewed-on: https://gerrit.libreoffice.org/7854
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2014-02-05 20:54:34 +00:00
Kohei Yoshida
f504768a96
Get typed text inside cell (in Calc) to display again.
...
This also fixes non-displayed text box contents in Draw / Impress.
Change-Id: I49d022ea71df398a70d1dc65eeb122c9a6373b27
2014-02-05 14:35:13 -05:00
Noel Grandin
186b4ebc99
convert specialised SvStream::operator>> methods to ReadXXX methods
...
as preparation for converting the SvStream::operator>> methods on
primitive types
Change-Id: I62f134bced15c687d6e0d46924f56e8d1c3d95b9
Reviewed-on: https://gerrit.libreoffice.org/7798
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-02-04 22:50:39 +00:00
Julien Nabet
a40d3f3686
cppcheck: Clarify calculation precedence for '%' and '?'
...
Change-Id: Idf3c4f31f9abd974d623d4a1cf08eeb167e1ef25
2014-02-03 23:03:58 +01:00
Tor Lillqvist
c320f835c9
WaE: sal_Int32 format mismatches
...
(Do we really need this ancient debug code writing to a /tmp/debug.log
/ d:\debug.log ?)
Change-Id: I005b938e95d963bc3b6a2d0d1d11352623b7c2e1
2014-02-03 17:48:25 +01:00