summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/txtedt.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-09-23with show changes on we can have negative offsetsCaolán McNamara1-2/+4
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-3/+3
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-1/+1
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-3/+4
2014-07-22Do not include txttypes.hxx unnecessarilyMatteo Casalin1-1/+0
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin1-1/+1
2014-07-22sal_uInt16 to more proper integer typesMatteo Casalin1-8/+7
2014-07-22Directly return the desired informationMatteo Casalin1-6/+6
2014-07-22return bool instead of sal_uInt16 (0 or 1)Matteo Casalin1-5/+5
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-1/+1
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand1-1/+7
2014-06-24new compilerplugin returnbyrefNoel Grandin1-4/+4
2014-06-19fdo#71558: Notify mispelled word to accessibilityJacobo Aragunde Pérez1-1/+7
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner1-1/+2
2014-04-30sw: sal_Bool->boolNoel Grandin1-9/+9
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante1-10/+6
2014-04-08SwXFlatParagraph: use ::cppu::ImplInheritanceHelperMichael Stahl1-2/+2
2014-04-08fdo#69416: make footnote positions available to XProofreaderMichael Stahl1-1/+1
2014-04-08rename misleading SwScanner::rConversionMapMichael Stahl1-3/+5
2014-04-03svl: sal_Bool->boolNoel Grandin1-2/+2
2014-03-28Related: fdo#73936 use ModelToViewHelper to expand SwTxtNodesCaolán McNamara1-4/+4
2014-03-28Related: fdo#73936 allow ModelToViewHelper to not expand footnotes..Caolán McNamara1-1/+1
2014-02-27Remove visual noise from swAlexander Wilms1-7/+5
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-3/+3
2014-02-16sal_Bool to bool and minor optimizationsMatteo Casalin1-6/+6
2014-01-28bool improvementsStephan Bergmann1-8/+8
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-2/+1
2014-01-17bool improvementsStephan Bergmann1-6/+6
2014-01-15Related: #i17171# identify places where -1 was cast to 0xFFFF in the pastCaolán McNamara1-1/+3
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara1-26/+26
2014-01-13SwTxtNode::RstTxtAttr(): remove special case "continue"Michael Stahl1-4/+0
2014-01-13SwTxtNode::RstTxtAttr(): translate german commentsMichael Stahl1-23/+18
2014-01-13SwTxtNode::RstTxtAttr() depends on some implementation details..Michael Stahl1-0/+15
2014-01-13fdo#72788: sw: fix infinite loop in SwTxtAttr::RstTxtAttrMichael Stahl1-1/+1
2014-01-13Renamed 'SwRedline' to 'SwRangeRedline'Adam Co1-1/+1
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-19Do not expose TXTNODE_MAX and cleanup related code/commentsMatteo Casalin1-4/+4
2013-12-15xub_StrLen/sal_uLong to sal_Int32 + minor optimizationsMatteo Casalin1-20/+21
2013-12-15xub_StrLen to sal_Int32 with minor optimizationsMatteo Casalin1-24/+20
2013-12-04convert SwInterHyphInfo from xub_StrLen->sal_Int32Noel Grandin1-1/+1
2013-12-02Move functions to right file, prefer sal_Int32 to sal_uInt32 as indexMatteo Casalin1-8/+6
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann1-7/+32
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-34/+22
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-3/+3
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-7/+7
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-3/+3
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin1-2/+2
2013-09-30Resolves: #i123389#: revert change made for #i121897#Oliver-Rainer Wittmann1-30/+45