summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docfmt.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-01-07fdo#75757 remove inheritance to std::vectorMichaël Lefèvre1-19/+8
2014-12-25sal_uInt16 to size_tMatteo Casalin1-6/+6
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
2014-11-19move docfunc to own headerBjoern Michaelsen1-0/+1
2014-11-16sal_True/sal_False to true/false in calls to getWordBoundaryMatteo Casalin1-1/+1
2014-11-16int + sal_True/sal_False ==> bool, and reduce scope of a static variableMatteo Casalin1-4/+4
2014-11-14loplugin: cstylecastNoel Grandin1-36/+35
2014-09-24fdo#78611 Don't create automatic rules on resetJan-Marek Glogowski1-5/+13
2014-09-17Fix Windows build - the same thing in Writer.Jan Holesovsky1-9/+16
2014-09-17SFX_ITEM_SET to SfxItemState::SETTomaž Vajngerl1-1/+1
2014-09-17Make it easier to add new color attributes to GetDocColorsKrisztian Pinter1-3/+3
2014-09-17Get more color attributes for document colors in WriterKrisztian Pinter1-6/+11
2014-09-17Add writer document font colors to color palettesKrisztian Pinter1-0/+38
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-10/+10
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-21/+22
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-5/+5
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-1/+1
2014-08-05SwDoc::CopyPageDesc(): probably sending Modify for first too cannot hurtMichael Stahl1-0/+6
2014-08-05fdo#69282: sw: fix updating of page styles via SwDocShell::_LoadStyles()Michael Stahl1-0/+16
2014-07-24frames are SFX_STYLE_FAMILY_FRAME not SFX_STYLE_FAMILY_PARACaolán McNamara1-1/+1
2014-07-24enable undoing frame style creationCaolán McNamara1-7/+7
2014-07-24Families in SwDoc::RenameFmt the wrong way aroundCaolán McNamara1-2/+2
2014-07-24Related: fdo#81641 implement undo of Conditional Text style creationCaolán McNamara1-2/+16
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-718/+12
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand1-3/+15
2014-06-27Related: #i78498# Do not keep OutlineLevel attribute at paragraph...Oliver-Rainer Wittmann1-53/+41
2014-06-25pagedesc: It's better when MakePageDesc returns a pointer.Jan Holesovsky1-3/+2
2014-06-24new compilerplugin returnbyrefNoel Grandin1-2/+2
2014-05-06dflt -> defaultThomas Arnhold1-5/+5
2014-04-30sw: sal_Bool->boolNoel Grandin1-12/+12
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-14/+0
2014-03-17Fix fdo#75936 set limit for decreasing indentabdulmajeed ahmed1-1/+2
2014-02-27Remove visual noise from swAlexander Wilms1-1/+0
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-2/+3
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-12/+12
2014-02-17cid#705915 dereference before null checkNoel Grandin1-1/+1
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara1-1/+1
2014-01-13Renamed 'SwRedline' to 'SwRangeRedline'Adam Co1-6/+6
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann1-3/+5
2013-12-20fdo#69065: sw: fix mirrored page style with first-pageMichael Stahl1-4/+16
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann1-15/+25
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-14/+13
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-4/+4
2013-10-22Bin useless swmod commentsTor Lillqvist1-3/+3
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin1-2/+2
2013-10-18convert sw/source/core/doc/*.cxx from String to OUStringNoel Grandin1-4/+4
2013-10-15convert sw/inc/doc.hxx from String to OUStringNoel Grandin1-12/+12