summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/doctxm.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-14loplugin: cstylecastNoel Grandin1-13/+13
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-09do not bother with nice unique names during mailmergeLuboš Luňák1-0/+11
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-4/+5
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-10/+11
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-3/+4
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-2/+3
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-1/+2
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin1-4/+4
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-1/+1
2014-06-27Related: #i78498# Do not keep OutlineLevel attribute at paragraph...Oliver-Rainer Wittmann1-1/+3
2014-06-24new compilerplugin returnbyrefNoel Grandin1-8/+8
2014-06-06TOX: Extract generation of tab stop attributes to its own class.Tobias Lippert1-2/+12
2014-06-05Extract TOX text generation to its own source fileTobias Lippert1-350/+12
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner1-1/+2
2014-05-27coverity#704873 Unchecked dynamic_castMiklos Vajna1-1/+2
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante1-2/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-12/+12
2014-04-17coverity#1202788 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-03-30coverity#1194905 Explicit null dereferencedCaolán McNamara1-2/+3
2014-03-30coverity#1194904 Explicit null dereferencedCaolán McNamara1-0/+2
2014-03-29typo: approriate -> appropriateThomas Arnhold1-1/+1
2014-03-19coverity#704872 Dereference after null checkCaolán McNamara1-2/+2
2014-03-17sw: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-03-16sal_Bool to boolMatteo Casalin1-2/+2
2014-03-14fdo#74775: Preseved Citation after round trip.Rohit Deshmukh1-1/+3
2014-02-27Remove visual noise from swAlexander Wilms1-1/+1
2014-02-26fdo#75133: Preseved bibliography after round trip.Rohit Deshmukh1-1/+5
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-17bool improvementsStephan Bergmann1-6/+6
2014-01-15starting chopping out aEmptyOUStrCaolán McNamara1-3/+3
2014-01-09Resolves: #i123988# assure that hyperlink attribute...Oliver-Rainer Wittmann1-14/+6
2013-12-05fdo#71866: sw: un-break index updatesMichael Stahl1-1/+2
2013-12-04convert xub_StrLen->sal_Int32 in doctxm.cxxNoel Grandin1-9/+9
2013-11-25Fixed for libreoffice crashes while opening file.PriyankaGaikwad1-1/+1
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann1-2/+2
2013-11-14longparas: safe STRING_NOTFOUND -> -1Caolán McNamara1-3/+3
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-4/+4
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-3/+3
2013-11-01Related: #i33737# some minor refactoring in advanceOliver-Rainer Wittmann1-1/+1
2013-10-23Resolves: #i119963#, #i120877# import and export actual TOC contentOliver-Rainer Wittmann1-0/+7
2013-10-22Bin useless swmod commentsTor Lillqvist1-2/+2
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin1-3/+3
2013-10-18convert sw/source/core/doc/*.cxx from String to OUStringNoel Grandin1-49/+49
2013-10-15convert sw/inc/doc.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-15convert sw/inc/editsh.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-15convert sw/source/core/inc/d*.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-14Related: fdo#38838 remove UniString::AppendAsciiCaolán McNamara1-10/+10
2013-10-09CID#736516 memleaks on early exitCaolán McNamara1-12/+11