summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unotext.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-19/+19
2015-11-16sw: Rename to void conflict after Crsr -> Cursor rename.Jan Holesovsky1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-36/+36
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-08-20loplugin: defaultparamsNoel Grandin1-3/+3
2015-07-06improve the returnbyref lopluginNoel Grandin1-16/+16
2015-06-27coverity#1308477 Uncaught exceptionCaolán McNamara1-2/+2
2015-06-09use ABC instead of Pimpl for SwXParagraphEnumerationBjoern Michaelsen1-3/+2
2015-05-26now rename the new CreateUnoCrsr2 to CreateUnoCrsr, as the old stuff is goneBjoern Michaelsen1-2/+2
2015-05-26new unocrsrs for SwXTextCursorBjoern Michaelsen1-2/+2
2015-05-26use new unocrsrs in SwXParagraphEnumerationBjoern Michaelsen1-10/+4
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-145/+145
2015-05-15avoid crashing on load of fdo54724-1.rtfCaolán McNamara1-6/+11
2015-05-14tdf#85424: sw: fix ~SwIndexReg assert in SwXText::insertControlCharacter()Michael Stahl1-9/+10
2015-05-12sw: remove unused pFirstPaM variable in SwXText::convertToTable()Michael Stahl1-9/+1
2015-05-12sw: remove redundant parameter of SwXText::Impl::ConvertCell()Michael Stahl1-5/+4
2015-05-12sw: assert other postcondition of SwXText::Impl::ConvertCell()Michael Stahl1-0/+1
2015-05-12sw: remove the rLastPaM parameter for SwXText::Impl::ConvertCell()Michael Stahl1-20/+5
2015-05-12sw: fix assert on loading fdo48559-1.rtfMichael Stahl1-2/+24
2015-05-06sw: fix crash due to redlines on tables on ooo121112-2.docxMichael Stahl1-0/+7
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-08tdf#88812 sw: speed up SwDoc::MakeFlyAndMove()Miklos Vajna1-1/+1
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-3/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-3/+3
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose1-2/+2
2015-03-11fix windows buildNoel Grandin1-1/+1
2015-03-11convert SwMoveFlags and SwInsertFlags from enum to enum classNoel Grandin1-6/+4
2015-03-11convert SetAttrMode to enum classNoel Grandin1-1/+1
2015-02-03tdf#88811 SwXText::convertToTextFrame: handle shapes anchored to usMiklos Vajna1-3/+10
2015-01-30coverity#1267672 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-11-09constLuboš Luňák1-1/+1
2014-10-23coverity#1019337 Dereference after null checkCaolán McNamara1-1/+5
2014-10-01sw: std::auto_ptr -> std::unique_ptrStephan Bergmann1-20/+9
2014-09-05coverity#1233486 Unchecked dynamic_castCaolán McNamara1-9/+9
2014-09-04coverity#707311 Uncaught exceptionCaolán McNamara1-1/+1
2014-09-04coverity#983958 Uncaught exceptionCaolán McNamara1-1/+3
2014-08-20fdo#72695: avoid double-free race condition for SwXParagraphMichael Stahl1-1/+1
2014-08-20i#105557: thread-safe caching of SwXTextTable instancesMichael Stahl1-5/+7
2014-08-20make SwXFrame derived constructors privateMichael Stahl1-2/+3
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-1/+1
2014-08-12Resolves: fdo#81046 don't crash on compilers that enforce exception specsCaolán McNamara1-5/+13
2014-07-18SwXText::insertTextContentWithProperties: call EndUndo on exceptionMichael Stahl1-2/+6
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-28/+28
2014-07-13remove code that was commented out more than three years agoPhilipp Riemer1-5/+3
2014-07-13fdo#39468: Translate German comments in sw/source/core/Philipp Riemer1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-21/+20
2014-05-24coverity#983959 Uncaught exceptionCaolán McNamara1-1/+2
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-1/+1
2014-05-10Avoid temporary OUStringsMatteo Casalin1-3/+3