summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2013-01-06sal_Bool to boolTakeshi Abe
Change-Id: I5a29ca056af443643bfef823d0a064c5d834d24f
2013-01-06bSetReturn was always trueTakeshi Abe
Change-Id: I94cea45c0e9d2890160a97d1ef198ae3f4f140d4
2013-01-06!= instead of < for comparison with end iteratorJulien Nabet
Change-Id: I6b1d524a7771678758c5cd8d0ef46cb03aba7655
2013-01-05sal_Bool to boolTakeshi Abe
Change-Id: If855e5fafb8f1291d69d5e50fdaa9ef165071293
2013-01-04rhbz#890080: crash in SwXTextDocument::getRendererCountMichael Stahl
No idea how to reproduce it; pSwView is checked before use except here. (possibly regression from 2f9f480b22f2fff59d9c48b4b46706c3d5223e66) Change-Id: Ia7667e879a6944e084a45c06133efc1ac2d8b3c0
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky
Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
2013-01-04adapt RtfSdrExport and oox::vml::VMLExport to filter changesMiklos Vajna
2013-01-04sw: forgot to adapt thisMiklos Vajna
2013-01-04n#793262 testcaseMiklos Vajna
2013-01-04sw: Add -> Add to dictionary in olmenu as wellMiklos Vajna
As done for editeng in d39f1fb508128c23c39c24e04b20a2f56c03cb5e
2013-01-04sal_Bool to boolTakeshi Abe
Change-Id: I6c04aea3a0bba0308206bb3c9d8435606b7a4d81
2013-01-04Drop undefined declarationsTakeshi Abe
Change-Id: Ib0940004ba6873fda5d3821521ab2f1127acc3f0
2013-01-04Drop unused variableTakeshi Abe
Change-Id: I7224b6a52ffa292c94ea44e779ee92d2524c0bb2
2013-01-02sw: fix loplugin warningsMiklos Vajna
Change-Id: I090a51c112c960b8cc9b208bc7378a5aa3754552
2013-01-01remove use of #pragma optimizeLuboš Luňák
All these are years old, guessing from some comments as old as Windows 9x support. These workarounds do not seem to be needed now. Change-Id: If67baa5cdefcec33b28696c764b1ed96143b7ccd
2013-01-01Added bulletsandnumbering .uiGokul
Change-Id: I224baa5e62454afd998d1cb35144b1594d54d759 Reviewed-on: https://gerrit.libreoffice.org/1352 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-01-01move xmlsecurity .ui stuff to right place and adapt code to use itCaolán McNamara
Change-Id: If1f3dbbbef07004ec02a65563524c6c17dc16c00
2012-12-30fdo#54612 don't crash on RTF_DPPTX before RTF_DPPOLYCOUNTMiklos Vajna
Change-Id: I35bf580df157dee429d9dca193945ea95616d678
2012-12-29Added Digital signature widgets .uiGokul
Change-Id: Ide3a4f97ff229edc6c1cab8f62a66b43c33439d1 Reviewed-on: https://gerrit.libreoffice.org/1351 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-12-29callcatcher: update unused code listCaolán McNamara
Change-Id: I47467b53705f8059a829126a598e29a1105df13c
2012-12-29move spelling .ui to cui and clean up a littleCaolán McNamara
Change-Id: Ia8abf9bf62e08239327a5f755373e6675136239c
2012-12-29follow logical consequences of a minimum icu version of 4.6Caolán McNamara
since commit f20ed8959bc0a984177377a734d34f767653625b Change-Id: I4f2fc5d9eb7a581b9ed707a3c3f96be817141846
2012-12-29sw_swdoc_test needs more servicesDavid Tardon
Change-Id: Ia548732840d0fb15ee567629045ab430855cf849
2012-12-29Remove unused structTakeshi Abe
Change-Id: Ia789733d2010c7e2c6e687ba07ba3e282945406d
2012-12-29sal_Bool to boolTakeshi Abe
Change-Id: I68cbf5f58eb5e8d1595d4c2a0e5656a154df3b0e
2012-12-28Some cppcheck cleaning in swJulien Nabet
Change-Id: I3dd51a8ddd0c01c453331934869413d5999a826f
2012-12-28fix the sw_swdoc_test crashLuboš Luňák
Keeping a reference to an expired temporary is a rather bad idea. Change-Id: I4d93d644b7db957ea49bcf1127647b7e5427f469
2012-12-28fdo#45183 fix RTF import of tables with different row widthsMiklos Vajna
2012-12-27convert icu to gbuild and add to tail_buildPeter Foley
Change-Id: Id7d8bc05b1393cc2bae4a531c8a47f62df24b1d6 Reviewed-on: https://gerrit.libreoffice.org/1488 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-12-27Get rid of duplicated and apparently unused historical leftoversTor Lillqvist
Change-Id: I3ce6d7c9cfba9f1391e9cb26df2573ea969d2f94
2012-12-27More MSC -> _MSC_VER, sorryTor Lillqvist
Change-Id: Ie5070d514c1f4dd9f9708253eb44134baec6524a
2012-12-27Sigh, my git grep regexps missed some casesTor Lillqvist
Change-Id: I085f14f40fb83cba171b35b14cf7c0d99091fc00
2012-12-27Check for __GNUC__ instead of GCC in sourcesTor Lillqvist
We still have checks for $(COM) being GCC or MSC in makefiles, of course. But there is no reason to pass -D$(COM) to compilations. Checking the built-in compiler-specific macros __GNUC__, _MSC_VER (etc) is the right thing to do. Change-Id: Ia961a29ba74e2c4977e5300a92318f38104c6592
2012-12-27Check for _MSC_VER instead of MSC in sourcesTor Lillqvist
Change-Id: Ibaf2501e6b655913963a53c1cd63668f1c4cccb2
2012-12-27sw: kill no longer needed C2S and C2U macrosMiklos Vajna
2012-12-27Remove deserted variablesTakeshi Abe
Change-Id: Ied7eef51ad46e79f8e3d55f8bdcf38d15fa68c09
2012-12-27sal_Bool to boolTakeshi Abe
Change-Id: I788473f88d78cd3818dfed20112fa36cea81de0d
2012-12-26ignore #include inside #ifLubos Lunak
2012-12-26translate remaining German comments in sw/incPhilipp Riemer
Change-Id: I76b03fd1fe374562fc7714361d08bc683ca8cb01
2012-12-26Drop unused variableTakeshi Abe
Change-Id: Iccfc052323f61f8b5416c7e4c68df3c7aeeb3b1c
2012-12-26Nuke unreachable codeTakeshi Abe
Change-Id: Id6db5aafda2f240225e6655ca7d5f594b072be31
2012-12-26sal_Bool to boolTakeshi Abe
Change-Id: I42b4d27101f663a75aa8fc1c13e5ec3f03c8a2da
2012-12-25Fix for rtfexport subsequenttestLeMoyne Castle
was re-using previous data buffer in later write to file fixes crash in subsequenttest should correct some image garbling in rtfs Change-Id: I922d04b621a85997611f537fe1f1ca9460676056 Reviewed-on: https://gerrit.libreoffice.org/1464 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-12-25Remove useless declarationTakeshi Abe
Change-Id: Ia42f2b93b8f34a3339cb8fd84468d4347a7bbb08
2012-12-25sal_Bool to boolTakeshi Abe
Change-Id: Ibbf9e257fff19ab6305bd401a1746e6d0bcb47fd
2012-12-24fdo#57678 fix import of RTF_PARD between RTF_CELL and RTF_ROWMiklos Vajna
2012-12-23fdo#58076 fix import of RTF page margins vs partial section propsMiklos Vajna
The problem was that \sbknone (being a section property) triggered creating a section, but the document doesn't have multiple sections. Make sure we don't send section properties as long as no \sect control words present.
2012-12-23remove unused variables [-Werror,-Wunused-private-field]Matúš Kukan
Change-Id: I3cb08dd52c5a34be6585ac9fc0c4b6bb04b6ae8c
2012-12-23Fix that actually compiles, at least with V2012Tor Lillqvist
Change-Id: I04a29decfeec5e05b50070904189bbeccaf25910
2012-12-23Try to fix "cannot convert from 'const char *' to 'rtl::OUString'"Tor Lillqvist
Change-Id: I0950c45af8505e0801431eb711108ea43f88c242