summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docredln.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-01-19if we change the keys we have to resort based on the new keysCaolán McNamara1-4/+22
2015-01-12More overflowing InvalidateWindows(SwRect(0, 0, MAX, MAX))Stephan Bergmann1-3/+3
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna1-10/+7
2014-11-14loplugin: cstylecastNoel Grandin1-9/+9
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-2/+0
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-3/+4
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-3/+4
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-3/+4
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-2605/+26
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-2/+2
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-29/+30
2014-07-13normalize commentsPhilipp Riemer1-23/+23
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand1-9/+11
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-5/+0
2014-06-05fdo#79535 :LO writer crash while Opening some document.Tushar Bende1-1/+2
2014-05-13remove dead code in SWNoel Grandin1-26/+0
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-4/+3
2014-04-30sw: sal_Bool->boolNoel Grandin1-50/+50
2014-04-28move function searching for a readline directly to SwRedlineTblLuboš Luňák1-33/+33
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-04-14typo: positon -> positionThomas Arnhold1-2/+2
2014-03-23Remove table-related redlines when table,row,cell removedAdam Co1-0/+178
2014-03-22missing SwExtraRedlineTbl dtorMiklos Vajna1-0/+5
2014-03-05remove unused code in SW moduleNoel Grandin1-13/+0
2014-02-28Related: #i123480# assure correct Undo/Redo with not shown tracked changesOliver-Rainer Wittmann1-6/+10
2014-02-27coverity#1187644 confused copy ctors, leaks, etc.Caolán McNamara1-27/+6
2014-02-27Remove visual noise from swAlexander Wilms1-5/+0
2014-02-12Add support for 'Table Cell Redlines' in SW coreAdam Co1-0/+64
2014-02-12Added some 'To-Do' notes regarding the new 'SwExtraRedlineTbl'Adam Co1-0/+28
2014-02-11Add support for 'Table Row Redlines' in SW coreAdam Co1-6/+57
2014-02-11Add derived class 'SwTableRowRedline' stubAdam Co1-0/+16
2014-02-11New redline object and table for non-ranged redlines called 'SwExtraRedline'Adam Co1-0/+87
2014-01-28bool improvementsStephan Bergmann1-29/+29
2014-01-17bool improvementsStephan Bergmann1-16/+16
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara1-5/+5
2014-01-13Renamed 'SwRedline' to 'SwRangeRedline'Adam Co1-108/+108
2013-12-12Add new 'SwRedlineExtraData_FormattingChanges' class for formatting changesAdam Co1-0/+60
2013-11-21longparas: these are really xub_StrLensCaolán McNamara1-10/+10
2013-11-20bnc#837302: Allow insertion of redlines with an empty author.Jan Holesovsky1-2/+1
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann1-1/+1
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-4/+4
2013-11-12bnc#830205: Stop-gap solution to avoid crash.Jan Holesovsky1-0/+2
2013-11-12Less confusing variable name.Jan Holesovsky1-4/+4
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-2/+2
2013-10-22Bin useless swmod commentsTor Lillqvist1-2/+2
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-7/+7
2013-10-15convert sw/inc/redline.hxx from String to OUStringNoel Grandin1-7/+7
2013-10-02fix format for code consistencyPhilipp Riemer1-1/+1