summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Collapse)AuthorFilesLines
2014-02-07sal_Bool -> boolStephan Bergmann1-2/+2
Change-Id: Ia4309b93518bc9625d02a728edc57606d6b715fb
2014-02-07coverity#708838 unused pointer valueNoel Grandin1-2/+1
Change-Id: I5130f74f9c236b906282f79bde82f2f946b7781a
2014-02-07coverity#708848 unused pointer valueNoel Grandin1-2/+1
Change-Id: Ia57203dc63c7b0c26c51b13f7323d5c1c218c267
2014-02-07coverity#708849 unused pointer valueNoel Grandin1-2/+1
Change-Id: I3d800ca26412537a69bbe0835f518558e37dead6
2014-02-07coverity#708854 unused pointer valueNoel Grandin1-5/+5
Change-Id: Ide16dee52116d3f437a564b93fad7464382c7213
2014-02-07coverity#708856 unused pointer valueNoel Grandin1-1/+1
Change-Id: I9f093e10d222b500079c5b38ea673e9d014b6870
2014-02-07coverity#708872 unused pointer valueNoel Grandin1-1/+1
Change-Id: I8f8598051b1dcb97050831787c7ea9ea3ae85143
2014-02-07coverity#708873 unused pointer valueNoel Grandin1-2/+2
Change-Id: Ib3039e4bbe355a3136730a6dbf9bf516be2c3f62
2014-02-07-Werror,-WshadowStephan Bergmann1-12/+12
Change-Id: I503ee7c2d53507e878fbbccf562f44908c203c49
2014-02-07IS_ENDE -> IS_ENDThomas Arnhold1-4/+4
2014-02-07remove germanism: bEnde -> bEndThomas Arnhold2-17/+17
2014-02-07remove germanism: pAktTxt -> pCurTxtThomas Arnhold1-99/+99
2014-02-07Resolves: #i123922# Refactored D&D and insert picture from file...Armin Le Grand8-63/+328
in all apps for all object types to work the same (cherry picked from commit 080a23dfb836bac49d9496fa1460b9dda9138f65) Conflicts: sc/source/ui/drawfunc/fuins1.cxx sc/source/ui/inc/drawview.hxx sc/source/ui/inc/viewfunc.hxx sc/source/ui/view/drawview.cxx sc/source/ui/view/viewfun3.cxx sc/source/ui/view/viewfun7.cxx sd/source/ui/func/fuinsert.cxx sd/source/ui/view/sdview4.cxx sw/source/core/frmedt/fecopy.cxx sw/source/ui/dochdl/swdtflvr.cxx sw/source/ui/inc/view.hxx sw/source/ui/inc/wrtsh.hxx sw/source/ui/shells/drawsh.cxx sw/source/ui/uiview/view2.cxx sw/source/ui/wrtsh/wrtsh1.cxx Change-Id: I7f77d8c0812278ad434fe1c503a03d9747ea0b00
2014-02-07coverity#1158077 Unchecked dynamic_castCaolán McNamara1-0/+2
Change-Id: I4aae47d34dc3ab25cdd20816d411d5e09375b49d
2014-02-07coverity#1158075 Dereference after null checkCaolán McNamara1-2/+2
Change-Id: I0143ec3dd07d4a56f9ce71ab877593c0b23a05c3
2014-02-07coverity#1158167 Missing break in switchCaolán McNamara1-0/+1
Change-Id: I33f19229ebaa96aa7dffb3348dbe382fb813561f
2014-02-07coverity#1158074 Unchecked dynamic_castCaolán McNamara1-1/+1
Change-Id: I29e9a98a862b2d6b5263606111c7be75e2160261
2014-02-07coverity#1158062 Unchecked dynamic_castCaolán McNamara1-1/+1
Change-Id: Ife7eae1cbf17c4fae4b147be2b93c1b02bdcab1e
2014-02-07coverity#1158059 Unchecked dynamic_castCaolán McNamara1-1/+1
Change-Id: Ia7b3ed28c1120d542c1d1dbe4fd05b2663b688d1
2014-02-074 related coverity issues, unused pointer valueNoel Grandin1-4/+4
coverity#708881, coverity#708882, coverity#708883, coverity#708884 Change-Id: I8ddcb2f7b2b70dc92b8d0d5f66bf944edc57157e
2014-02-076 related coverity issues, unused pointer valueNoel Grandin1-6/+6
coverity#708890,coverity#708886,coverity#708888, coverity#708887,coverity#708885,coverity#708889 Change-Id: I4aeedea2d73614f4af935c58776605f49824374d
2014-02-07coverity#984422 unused pointer valueNoel Grandin1-4/+3
Change-Id: I2200462b2a963820e2ca66094ded653f5597abff
2014-02-07fdo#72563 : PAGEREF field tag not preserved during RoundtripTushar Bende2-2/+48
There was a problem that in case of TOC,PAGEREF field tag was not preserved inside <hyperlink> during Roundtrip. Reason found, there was no code support to handle PAGEREF in export. Added code support in export code to handle PAGEREF. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/7605 Change-Id: I1785360684d8772b71c3f45fdd2c654f94777067
2014-02-07fix debug=2 buildCaolán McNamara1-13/+0
Change-Id: I9b5b2efc3b8fc3164264775b608348baa72d31b1
2014-02-07fdo#74474: sw: fix Label wizard document creation harderMichael Stahl2-3/+2
The function ReplacePoint() was changed to return a value but not all call sites were adapted. (regression from 263153842741d7ce21cc0bf1c5296a55a1138024) Change-Id: I33efd9ce61611e025dfc76047187826aa0f8dd84
2014-02-07fdo#74474: sw: fix Label wizard document creationMichael Stahl1-3/+4
Infinite loop in InsertLabEnvText() due to wrong handling of starting '<'. (regression from fa469b2e00d83459faebe4c1fcb3ea1aac5fb20d) Change-Id: I1d7ab1b276756bddd87890bb39d3e817330bc6dd
2014-02-06typo fixes in commentsAndras Timar1-1/+1
Change-Id: Idd49478d59cd062118fbf8e99d1c8bc5250013fc
2014-02-06Typo: formating -> formattingJulien Nabet9-11/+11
Change-Id: If4aba89909a3ef049a756182c37d8a5d6812ae70
2014-02-06sw: hardwired NS_sprm::LN_CCvMiklos Vajna3-4/+4
Change-Id: Ibbffd00b146369be75c462f9eea243e3582f14e6
2014-02-06fix debug=2Caolán McNamara1-2/+2
Change-Id: I6e334b200c801c7c2e5d5970302e3a1a7c2894a3
2014-02-06Typo: atribute(s) -> attribute(s)Julien Nabet2-2/+2
Change-Id: I5434402e372c4567b2c3f96f5c175618ba3e5cfb
2014-02-06DOCX export: write wp14:sizeRelH and wp14:sizeRelV for Writer TextFramesMiklos Vajna1-0/+23
Change-Id: I16ee2682b6fa8c7b194e442d6dbe1437e7743c60
2014-02-06DOCX export: register wp14 namespaceMiklos Vajna1-0/+1
Change-Id: I4ce857bd2e48372da4ed7252a2849ad37c73b6b9
2014-02-06DOC export: fix nested commentsMiklos Vajna3-19/+37
For one, replace m_nLastRangeStartPos with a map, so that we can keep track of the start positions when multiple comments are open at the same time. For another, sort PlcfAtnBkl and PlcfAtnBkf by position as Word requires it; with non-nested comments such explicit sorting wasn't necessary. This also required building two maps, so that we can know what PlcfAtnBkl index to reference in PlcfandRef, and what PlcfAtnBkf index to reference in PlcfAtnBkl after sorting. Change-Id: I2d7096b0c68a6b327efc4b5593ac96cdd297b3bd
2014-02-06coverity#1130477 Uninitialized pointer fieldCaolán McNamara1-5/+6
Change-Id: I9f79064a90fda56194c70f545219310db7e4aed5
2014-02-06Fix for Footer is missing if fisrt page different header/footer is setRohit Deshmukh1-1/+1
Reviewed on: https://gerrit.libreoffice.org/7589 Change-Id: I2a2f2abc0dcf5542b7b950f9a232d7155a055fdd
2014-02-06SwDoc::ConvertFieldsToText(): don't insert empty stringsMichael Stahl1-1/+2
Prevents an assert on accessing sText[0] in InsertString(). Change-Id: I1828694a4c1e46f8b48cf3571ec2bf4dd615bf2c
2014-02-06coverity#704878 Dereference after null checkCaolán McNamara1-1/+1
Change-Id: Idb9ab6347c1195c3c0d797274427dd887a5abe9e
2014-02-06coverity#704879 Dereference after null checkCaolán McNamara1-2/+2
Change-Id: Id71bc28be456c4883aacd29b560e9ff7d566ff84
2014-02-06coverity#704880 Dereference after null checkCaolán McNamara1-0/+1
Change-Id: Id4541f939731875a14e076779da475f274a76bd7
2014-02-06coverity#704882 Dereference after null checkCaolán McNamara1-1/+1
Change-Id: I262c4d2efab8d3bfbb5edbe4208555cb446caf5c
2014-02-06coverity#704883 Dereference after null checkCaolán McNamara1-1/+1
Change-Id: Ib5abe9a16fa4879d769f5ee229bc1b02f32fd62e
2014-02-06coverity#704892 Dereference after null checkCaolán McNamara1-1/+1
Change-Id: If79129131df575c3ea42d50402d49b24744d5331
2014-02-06Introduce com.sun.star.util.thePathSettings singleton.Matúš Kukan1-3/+3
To replace single-instance com.sun.star.util.PathSettings service, incorrectly converted in 89b0017b22889af6a8afe28b94c06e7095dc8c6f Keeping util::PathSettings::create in sc/source/ui/vba/vbaapplication.cxx because for some reason util::thePathSettings::get does not work in sc_macros_test while testing sc/qa/extras/testdocuments/Ranges.xls. Change-Id: I75b68ae56ac5b58f72416070dba100ab3ab70fe8
2014-02-06Resolves: fdo#74499 crash on writing .docxCaolán McNamara1-5/+8
Change-Id: If2d46e26ec6ffead1e283479c516131a2b66f50d
2014-02-06fdo#68071 NPC characters now use a fixed color.Tomaž Vajngerl6-13/+73
The color for non-printing characters (enable with CTRL+F10) has now been changed to a fixed color. Change-Id: I93dfc69fa4be1c1f1373f25434c8f4afa71355d3
2014-02-05coverity#707765 Uninitialized scalar fieldNorbert Thiebaud1-16/+1
Change-Id: I35194385cc2f5d02a93ade0e8ab40fb77eba7e6e
2014-02-05Translate German commentsPhilipp Weissenbacher3-95/+85
Remove some left over German comments with their translation underneath. Also, correct some Denglish and typos. Change-Id: I3c321dd1030695ca4443447a852e81dec9383aed Reviewed-on: https://gerrit.libreoffice.org/7885 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-05GetSearchDialog() returns SvxSearchDialog; and use it in more places too.Matúš Kukan4-34/+11
2014-02-05MSG_SEARCH_FOO unusedMatúš Kukan1-2/+0
Change-Id: I61ed39e3fc6ba1a6fe024693683f32a6a7ca88f1