summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
2013-10-22CLASSIO is deadTor Lillqvist15-89/+0
2013-10-22If they are unused drop them then!?Tor Lillqvist1-2/+0
2013-10-22DocxAttributeOutput: comment wanted to refer to boost::noneMiklos Vajna1-1/+1
2013-10-22rFollowDesc -> aFollowDesc, it's not a referenceMiklos Vajna1-2/+2
2013-10-22boost::optional default ctor uses boost::none alreadyMiklos Vajna3-3/+1
2013-10-22fdo#44689: fix for specific case of page restart-value 0Adam Co31-90/+198
2013-10-22Try to handle selection resizing in a more "correct" wayTor Lillqvist2-8/+46
2013-10-21remove unnecessary tools/string.hxx includesCaolán McNamara2-4/+4
2013-10-21remove uses of COMPARE_*Caolán McNamara5-13/+13
2013-10-21drop CharSet typedefCaolán McNamara10-33/+33
2013-10-21fix GetSelectedText use in OSL_DEBUG_LEVEL > 1Caolán McNamara1-1/+1
2013-10-21fdo#68849 add some header guardsThomas Arnhold1-0/+5
2013-10-20drop unnecessary tools/string includesCaolán McNamara24-32/+23
2013-10-20fdo#52622 - Reduce copy and paste codeJosé Guilherme Vanz1-19/+3
2013-10-19fix CID#1038503 uninitializCaolán McNamara1-1/+1
2013-10-19CID#1038503 uninitialized memberCaolán McNamara1-2/+4
2013-10-19CID1078820 has already been dereferenced on all paths leading to the checkCaolán McNamara1-1/+3
2013-10-19CID#1103655 logically dead code, we check for < 4 alreadyCaolán McNamara1-2/+0
2013-10-19CID#1103681 annotate as deliberate fallthroughCaolán McNamara1-1/+2
2013-10-19CID#736189 out of boundsCaolán McNamara1-1/+10
2013-10-19CID#736191 out of boundsCaolán McNamara1-1/+9
2013-10-18Hopefully fix Android buildTor Lillqvist1-1/+5
2013-10-18Work in progress: Text selection handling for iOSTor Lillqvist1-2/+43
2013-10-18convert std::unique_ptr to boost::scoped_ptrNoel Grandin2-2/+2
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin157-561/+556
2013-10-18convert sw/source/core/access/*.cxx from String to OUStringNoel Grandin3-6/+6
2013-10-18convert sw/source/core/crsr/*.cxx from String to OUStringNoel Grandin5-16/+16
2013-10-18convert sw/source/core/doc/*.cxx from String to OUStringNoel Grandin20-553/+540
2013-10-18convert sw/source/core/docnode/*.cxx from String to OUStringNoel Grandin5-7/+6
2013-10-18convert sw/source/core/edit/*.cxx from String to OUStringNoel Grandin9-120/+118
2013-10-18convert sw/source/core/fields/*.cxx from String to OUStringNoel Grandin4-12/+12
2013-10-18convert sw/source/core/text/*.cxx from String to OUStringNoel Grandin10-39/+39
2013-10-18convert sw/source/core/txtnode/*.cxx from String to OUStringNoel Grandin1-1/+1
2013-10-18convert sw/source/core/undo/*.cxx from String to OUStringNoel Grandin8-46/+46
2013-10-18convert sw/source/core/unocore/*.cxx from String to OUStringNoel Grandin14-194/+181
2013-10-18convert sw/source/core/view/*.cxx from String to OUStringNoel Grandin1-1/+1
2013-10-18convert String vectors to OUString vectors in SWNoel Grandin16-25/+24
2013-10-18convert sw/source/filter/html/*.cxx from String to OUStringNoel Grandin13-134/+130
2013-10-18convert sw/source/filter/ww1/*.cxx from String to OUStringNoel Grandin2-18/+18
2013-10-17mailmerge: fix salutation listAndras Timar2-17/+5
2013-10-17URI schemes must be matched case-insensitiveMatteo Casalin1-1/+1
2013-10-17Remove dead check for start of stringMatteo Casalin1-3/+1
2013-10-17fix thinkoAndras Timar1-1/+1
2013-10-17remove German text from resourceAndras Timar1-21/+0
2013-10-17MSWordStyles: initial DOCX export of list stylesMiklos Vajna5-12/+58
2013-10-17sw: bool -> enum for style type in AttributeOutputBaseMiklos Vajna7-12/+19
2013-10-17Related: fdo#38838 make String::CompareTo privateCaolán McNamara1-5/+4
2013-10-17Related: fdo#38838 remove String::SearchAndReplaceThomas Arnhold1-3/+2
2013-10-17Related: fdo#38838 remove String::CompareToAsciiCaolán McNamara2-5/+3
2013-10-16[API CHANGE]: PreView -> Preview, including .uno:PrintPagePreView.Jan Holesovsky33-238/+238