summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2014-03-26fix test doc againLuboš Luňák
Change-Id: Icd728e03ac605a05fc9a1f001e2becaf1536ce7d
2014-03-26fix test document nameLuboš Luňák
Change-Id: I029c77aac896cefacd685705881a3259affee921
2014-03-26test for ignoring negative cell margin valuesLuboš Luňák
Change-Id: I7e56762a7097dd7369f9d8d71b499888ee5c081d
2014-03-26Revert "rhbz#1075124: writerfilter: fix tables with negative left margin"Luboš Luňák
It appears that this was just a workaround that incidentally worked. Making the negative value even larger (in abs value) doesn't seem to make a difference for MSO, but LO fails again. A proper fix (better workaround?) will follow. This reverts commit 76aa23c59b4c81ea7b9d974a1a0a9e39c6bf8741.
2014-03-26cp#1000044 DOC import: fProtEnabled means document is not totally read-onlyMiklos Vajna
Reading the spec, it seems that we have two cases here: - if lKeyProtDoc is set and fProtEnabled is 1, then editing forms is allowed - if lKeyProtDoc is set, but fProtEnabled is 0, then the document is totally read-only So in the first case avoid the SetModifyPasswordHash() call to allow form field editing. Change-Id: Id0c48e8eb4bde75c5520a7b108fcfada51148faf
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
...where the latter contains SAL_OVERRIDE annotations Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
2014-03-26RTF import: handle Relative{Height,Width}{,Relation}Miklos Vajna
Change-Id: Ic3a578af9c0808b188a4d196b1c132c0b23f15f7
2014-03-26related fdo#74981: add a unittest for kicksBjoern Michaelsen
Change-Id: I817948d053640b04dab8aaee85e914757b83cfa1
2014-03-25Remove legacy DBG_PROFSART/STOP callsStephan Bergmann
...probably better done with callgrind, if still relevant at all. Change-Id: I2be614c953d41625f7e11ee7881c2f897ee703d0
2014-03-25coverity#982474 Unchecked dynamic_castCaolán McNamara
Change-Id: I67f495755502b034b8a09d8b6d61ede45f2d91e1
2014-03-25convert mail merge page to .uiCaolán McNamara
Change-Id: I13e23a2e5c19370b0a82c24bc96b532debf9c160
2014-03-25WaE: implicit conversion of literal of type 'sal_Bool' to 'bool' [loplugin]Tor Lillqvist
Change-Id: I5850e62b5d8dc25f58ac098fb7ec6a987e96c040
2014-03-25coverity#704376 Logically dead codeCaolán McNamara
Change-Id: I4ab6a73a0b24db2d07c33cd593b0898b87c90fd3
2014-03-25coverity#704953 Dereference after null checkCaolán McNamara
Change-Id: I134feebf45ff83a78b1b9e691a2731990b8e3f21
2014-03-25coverity#704949 Dereference after null checkCaolán McNamara
Change-Id: I25fbecbe3dd0c6a9f25b7641ac93842dba66abb7
2014-03-25coverity#704947 Dereference after null checkCaolán McNamara
Change-Id: Iff2a146e217bb6953525ee86ddc84d8c134ab8aa
2014-03-25coverity#704946 Dereference after null checkCaolán McNamara
Change-Id: I816b4305261e6a9971c7cbc838381982972652c2
2014-03-25coverity#704945 Dereference after null checkCaolán McNamara
Change-Id: I23606421cdae293d9021cafcc22c4a326c50d49b
2014-03-25coverity#704938 Dereference after null checkCaolán McNamara
Change-Id: I4108ee2cf86f0cf080a7590a0b2667071418673c
2014-03-25svtools: sal_Bool->boolNoel Grandin
Change-Id: I42a341b5805e0b2a7d619ba552700db35815afd5
2014-03-25svtools: sal_Bool->boolNoel Grandin
Change-Id: I90320997ed79be2556eafa4c35af6b968b378454
2014-03-25svtools: sal_Bool->boolNoel Grandin
Change-Id: Ifd3e643dbc6755839ad4af73ae141fd115ddb4f4
2014-03-25svtools/svtabbax.hxx: sal_Bool->boolNoel Grandin
Change-Id: I2441e15d2b32b897561cb404a925390299fea6d8
2014-03-25add parameter to supress dialogMathias Supp
With the new parameter you can now supress the dialog for document compare in writer. Change-Id: I984ee75552e5c006332331510df5d437b687903f
2014-03-25Remove stray fprintfMatteo Casalin
Change-Id: I9d85108b8c2659f1b167299840772f51f80b2e29
2014-03-25Use isEmpty and endsWithMatteo Casalin
The isEmpty could be redundant, since the first test for length in the old code seemed to be just a pre-condition for evaluating the expressions in the second one. Change-Id: I0d1838d5eb143196a0d7be0cbadf9f0a59cff71b
2014-03-24Do not compare the same OUString twiceMatteo Casalin
Change-Id: Id915a41e3cc50720d36955da9aa2c7efa6c9034c
2014-03-24OUString* to const OUString* as constructor argumentMatteo Casalin
Change-Id: I54e3b086c57b9b727ffdd5d3aa0c38c2c2ea2954
2014-03-24sal_uInt16 to sal_(u)Int32 + some constificationsMatteo Casalin
Change-Id: I60a552f14c4c4735f702581be18231e658cb30e7
2014-03-24Remove temporary OUString by bailing out earlyMatteo Casalin
Change-Id: I58e63b11c684d686e0e0830bb4e0e3b7fc9bbc32
2014-03-24Remove temporary OUStringsMatteo Casalin
Change-Id: I328eb08b719b5fdd51e1ca7c5c6fa3546ac90adb
2014-03-24sal_uInt16 to sal_Int32/int and remove some temporariesMatteo Casalin
Change-Id: I2ab4bb2f57c95d2d4b1029fd6e324ebbe0ff7148
2014-03-24sal_uInt16 to sal_Int32 and remove a temporary OUStringMatteo Casalin
Change-Id: Ia305ad3b1e04129e172f0f2fe3428f84e4654576
2014-03-24Constify and reduce scopeMatteo Casalin
Change-Id: If80b842a79d476e5e90eeedc4520fc952c8f8f2a
2014-03-24Remove some OUString concatenated appends and some temporariesMatteo Casalin
Change-Id: I9f92a57644239b11941236a1cee5302eca993a7b
2014-03-24Result of expression is unused, remove that codeMatteo Casalin
This code has been there at least since 2000-09-18, so removing it seems to be safer than adding the evaluated token to the sMsg OUString, as the surrounding code would suggest. Change-Id: Ie9b2446b80a7bf79efbf6963b3a5e40548d4154c
2014-03-24sal_uInt16 to sal_uLong and remove unneeded castMatteo Casalin
Change-Id: I45152c575720e0720139d8a6d973333b105e1fa5
2014-03-24sal_uInt16 to sal_Int32Matteo Casalin
Change-Id: I9d92d5866be5f579a2d645d9039f9fb939e6e61e
2014-03-24Group common expressionMatteo Casalin
Change-Id: Id286b57ccba1edb35490c374740a58128ce7f0c4
2014-03-24sal_uInt16 to sal_Int32 and removed some unneeded castsMatteo Casalin
Change-Id: I122af4ed8a2504242f527cf98b26c9e1599497ea
2014-03-24sal_uInt16 to long in NumberingPreview::Paint and its helpersMatteo Casalin
Change-Id: I52f3365a00f05bf1ff34f5a01cb0c0dbdf2fda11
2014-03-24sal_uInt16 to long and constify loop boundMatteo Casalin
Change-Id: Iad9498676994cd60521f251fd84dcc2b90b54e88
2014-03-24Improved integer type consistence + some optimizationsMatteo Casalin
Change-Id: I5e2a6ef9c3f744997e9e473e9431d590ba6f9d04
2014-03-24sal_uInt16 to sal_Int32, reduce scopes, constifyMatteo Casalin
Change-Id: Idc283b9e9ebb2e1745c4bad54a27db3e73712bbc
2014-03-24sal_uInt16 to size_t/longMatteo Casalin
Change-Id: I9284ef8c51f9639ad4f7c0c4b4f65019a4ca524b
2014-03-24sal_uInt16 to sal_Int32 and remove OUString temporariesMatteo Casalin
Change-Id: I476fb65a1e55db084bb12e61e6d3d9ccf3a41637
2014-03-24sal_uInt16 to size_t and optimizationsMatteo Casalin
Removed unneeded casts, adapted cycles, reduced scope... Change-Id: I1781a9d4c42bd6b85f16e9573d0bc2b201084646
2014-03-24Resolves: fdo#73466 overflow on addition to COMPLETE_STRINGCaolán McNamara
sw/source/core/text/itrcrsr.cxx:1632 SwTxtSizeInfo aSizeInf( GetInfo(), &rText, nCurrStart ) where nCurrStart is non 0 and the hidden 4th argument to SwTxtSizeInfo is COMPLETE_STRING in the past it was STRING_LEN unsigned 16bit 0xFFFF and so in GetMinLen in sw/source/core/text/inftxt.cxx adding x to it resulted in x-1 which at least is in bounds if selected by the std::min Change-Id: I78f176804b79fb3c991677adb016579eabcfd56f
2014-03-24convert mail merge prepare page to .uiCaolán McNamara
Change-Id: I7bfd0a5b3f5ce5d548bf711ffb82b85a126fec2b
2014-03-24connect tile device to DrawLayertsahi glik
Change-Id: I4a2a7683a218103fc25d9b55786a5e77e49570fc