summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Collapse)Author
2013-10-22Try to handle selection resizing in a more "correct" wayTor Lillqvist
Faking mouse clicks is a stupid way to do it of course. Try to do it "right". For now just worked on moving the end handle, but once that works, similar code should be used for the start handle, too. Does not work yet. It is hard to extract out from SwEditWin::MouseButtonDown() exactly what all is relevant, and what isn't, for this use case. Change-Id: I76a226f787facbac645aaff8b4852d693bcf4ccb
2013-10-21remove unnecessary tools/string.hxx includesCaolán McNamara
Change-Id: I8ed341aeef90584dfc545a794f999e3adc08dd72
2013-10-21remove uses of COMPARE_*Caolán McNamara
Change-Id: Icdc36b4b24d2f399f481065df3200feb98025135
2013-10-21drop CharSet typedefCaolán McNamara
Change-Id: Ia160d7cbaa2ee71773483c3f91306f89cdad5947
2013-10-21fix GetSelectedText use in OSL_DEBUG_LEVEL > 1Caolán McNamara
Change-Id: I82ffba3befc4d2153c0f9015323bb5e6f1939fe8
2013-10-21fdo#68849 add some header guardsThomas Arnhold
Change-Id: I9d25a58f22095689eccc0ac444c163d1e9bee69f Reviewed-on: https://gerrit.libreoffice.org/6364 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-10-20drop unnecessary tools/string includesCaolán McNamara
Change-Id: I4278999b9b7d184c26036bbe9e3b98420f461e8c
2013-10-20fdo#52622 - Reduce copy and paste codeJosé Guilherme Vanz
This commit removes copy and paste code, creating a constructor for it Change-Id: I7a66cfda7fc7c11308d155a7a890352fdacfaacc Reviewed-on: https://gerrit.libreoffice.org/6356 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-10-19fix CID#1038503 uninitializCaolán McNamara
Change-Id: I7b85475d757695a0e3573627266b7756989f81a7
2013-10-19CID#1038503 uninitialized memberCaolán McNamara
Change-Id: I4ceb50cf957b70a43848bb78aeaddc7957d3ffd7
2013-10-19CID1078820 has already been dereferenced on all paths leading to the checkCaolán McNamara
Change-Id: I5210d67259d445f6e7f52f176cd67af82d687e37
2013-10-19CID#1103655 logically dead code, we check for < 4 alreadyCaolán McNamara
Change-Id: I9e917530528d6e48f418f2b8fa417290a40c2403
2013-10-19CID#1103681 annotate as deliberate fallthroughCaolán McNamara
Change-Id: I731ea6aca73a81420e3d23cdb504a6151112d9a5
2013-10-19CID#736189 out of boundsCaolán McNamara
Change-Id: Ieabdd6d551b2602ec08a2b2d9bc25037d73f4dd2
2013-10-19CID#736191 out of boundsCaolán McNamara
Change-Id: Iaed9abdeb82e2f039020e95314603ad9d20aa3e4
2013-10-18Hopefully fix Android buildTor Lillqvist
Change-Id: I85170f2d65dd17e0a04a261b0680f693e2917131
2013-10-18Work in progress: Text selection handling for iOSTor Lillqvist
Change-Id: I31c6bcb9a4b26653d439601f78d71fd94d938eeb
2013-10-18convert std::unique_ptr to boost::scoped_ptrNoel Grandin
I used this during my String->OUString conversion changes, but apparently it's a C++11ism Change-Id: Iff727a92d6d0c3e418275d2850ce70cbd2d2546a
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin
Change-Id: Iaaa3812412dc880eb9d08144219ebe428007884e
2013-10-18convert sw/source/core/access/*.cxx from String to OUStringNoel Grandin
Change-Id: I03c63fbfe40e1fd7b7e26ecc7f16d695a68cbe46
2013-10-18convert sw/source/core/crsr/*.cxx from String to OUStringNoel Grandin
Change-Id: I5fa7cc6ef54d0fed5752e422ab750f83a36d72ee
2013-10-18convert sw/source/core/doc/*.cxx from String to OUStringNoel Grandin
Change-Id: I08caf2c9b7b2368f715fd582c93d40d69de2c875
2013-10-18convert sw/source/core/docnode/*.cxx from String to OUStringNoel Grandin
Change-Id: I1c9e569b41f953510160cefee626ee7c9440c3c0
2013-10-18convert sw/source/core/edit/*.cxx from String to OUStringNoel Grandin
Change-Id: I7d79a1a5bdfbfbb58ca2b99dc544dc174c997fb4
2013-10-18convert sw/source/core/fields/*.cxx from String to OUStringNoel Grandin
Change-Id: I1e56b2bc0499aebf4e7e57ad7c6e6c84de6a3efe
2013-10-18convert sw/source/core/text/*.cxx from String to OUStringNoel Grandin
Change-Id: Ifda1e87fb14d075bb0b1708efc12404c9ebc255a
2013-10-18convert sw/source/core/txtnode/*.cxx from String to OUStringNoel Grandin
Change-Id: I959196c06025e35211ee23bac574ba63a83938b1
2013-10-18convert sw/source/core/undo/*.cxx from String to OUStringNoel Grandin
Change-Id: Ifbd63cd8184deec7f11d504d78d29c8f3ddd247c
2013-10-18convert sw/source/core/unocore/*.cxx from String to OUStringNoel Grandin
Change-Id: I4af097f36d47452dc992f8965f74dd707c2c08a9
2013-10-18convert sw/source/core/view/*.cxx from String to OUStringNoel Grandin
Change-Id: I714464715e54f20b327eed0748ab9fd82d0980bb
2013-10-18convert String vectors to OUString vectors in SWNoel Grandin
Change-Id: I431d805f2845830da0fa66f6521c5c7d6b5b10d5
2013-10-18convert sw/source/filter/html/*.cxx from String to OUStringNoel Grandin
Change-Id: I2ec64f459dca9389d709ba0cdf20a5c1ef34ad18
2013-10-18convert sw/source/filter/ww1/*.cxx from String to OUStringNoel Grandin
Change-Id: I5c7279d1f9b27480d317e05de769ca7302f781e3
2013-10-17mailmerge: fix salutation listAndras Timar
Previous state: there were two salutation lists, one for men, one for women. But they contained not only the salutation, but title, placeholder, and a punctuation merk. Therefore, when the user composed a Custom Salutation, and selected a pre-defined salutation, the result was something like for example "Dear Mr. 2, Mr. Lastname," instead of "Dear Mr. Lastname,". Current state: salutation list contains only salutations. There is no need for two lists, because the Custom Salutation is customizable separately for men and women and it is not necessary to choose from the list. Change-Id: Ibb4e195401f1d01d5e63c9085b99d7acf3ef1229
2013-10-17URI schemes must be matched case-insensitiveMatteo Casalin
Change-Id: I0ca761cdbf2509ab225101984484905c94e8b3a1
2013-10-17Remove dead check for start of stringMatteo Casalin
Change-Id: Ib8fcc3dc5d216d1cfae569f605a3f415f80770c4
2013-10-17fix thinkoAndras Timar
Change-Id: I766665e9b4cc83a78d718b194eb8dbb3fd5113aa
2013-10-17remove German text from resourceAndras Timar
Change-Id: I8a34d2a5d4ea5e8e7f2245b97e4b8b0577edcc17
2013-10-17MSWordStyles: initial DOCX export of list stylesMiklos Vajna
Change-Id: I96522b72de1e0322229105c24913ed011b28d170
2013-10-17sw: bool -> enum for style type in AttributeOutputBaseMiklos Vajna
For now just use what we have already: paragraph and character styles. But it enum should contain numbering styles as well in the future. Change-Id: Ifd2f918446537e04cb5ba2cd8df822c5a1f9099c
2013-10-17Related: fdo#38838 make String::CompareTo privateCaolán McNamara
Change-Id: Ibb17bb9e5df9fa9cf9abc4c05dc6ae8fa15b4058
2013-10-17Related: fdo#38838 remove String::SearchAndReplaceThomas Arnhold
Change-Id: I1cc52d0be360b05e722a18b3ca5d08b2b0b0842d
2013-10-17Related: fdo#38838 remove String::CompareToAsciiCaolán McNamara
Change-Id: Ie853747ec693bce34e5be3940c236be5e5544b00
2013-10-16[API CHANGE]: PreView -> Preview, including .uno:PrintPagePreView.Jan Holesovsky
Will be .uno:PrintPagePreview going forward. Change-Id: Ie5a35467917a54a60dab9eaacf0690c9df27e6f6
2013-10-16Prevw -> Preview.Jan Holesovsky
Change-Id: I93cd8e27d5f16fe62a1434e3667fc7cc06c62e08
2013-10-16Bin a line of dead codeTor Lillqvist
Change-Id: Iebbb7e5200977e9c89cbd213cb78613d3d0f3ba4
2013-10-16CID#736195 out of boundsCaolán McNamara
Change-Id: I9a644a52146eb33248762c65c71fbd9a187490b7
2013-10-16CID#982804 out of boundsCaolán McNamara
Change-Id: I134944d8c4a1312f65ff7c3df98d8828bfc96b15
2013-10-16CID#982805 out of boundsCaolán McNamara
Change-Id: I58b6a1738c2039e863f1446cbfa17d1138523694
2013-10-16Code changes & unit tests for fixing multicolumn section separator line issueYogeshBharate
Problem Description: In case of multicolumn sections, separator line was getting added during export to docx. Unit test cases added to verify the code changes. Change-Id: Id65ac4d3878eed298882c85082cec9575f914d83 Reviewed-on: https://gerrit.libreoffice.org/6211 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>