summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoobj.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-97/+97
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-3/+1
2015-11-14coverity#1339307 Uncaught exceptionCaolán McNamara1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-42/+42
2015-10-27sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin1-11/+11
2015-10-07loplugin:mergeclassesNoel Grandin1-1/+1
2015-09-09tdf#92036: sw: fix idle spelling loopMichael Stahl1-1/+1
2015-08-20loplugin: defaultparamsNoel Grandin1-5/+5
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+2
2015-07-02some other coverity thingsCaolán McNamara1-1/+1
2015-06-28coverity#1308534 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-28coverity#1308530 Uncaught exceptionCaolán McNamara1-1/+2
2015-06-28coverity#1308491 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-28coverity#1308490 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-27coverity#1308471 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-27coverity#1308467 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-09use UnoCursorPointer in SwXTextCursorBjoern Michaelsen1-68/+19
2015-06-09use ABC instead of Pimpl for SwXTextRangesBjoern Michaelsen1-9/+2
2015-06-09use ABC instead of Pimpl for SwXParagraphEnumerationBjoern Michaelsen1-1/+1
2015-05-26now rename the new CreateUnoCrsr2 to CreateUnoCrsr, as the old stuff is goneBjoern Michaelsen1-3/+3
2015-05-26remove SaneOwnership distinctionBjoern Michaelsen1-1/+0
2015-05-26new unocrsrs for SwXTextCursorBjoern Michaelsen1-35/+36
2015-05-26use new unocrsrs in SwXParagraphEnumerationBjoern Michaelsen1-7/+2
2015-05-26use new unocrsrsBjoern Michaelsen1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-76/+76
2015-05-03sal_uInt16 to size_typeMatteo Casalin1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-3/+2
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-7/+7
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-4/+4
2015-03-11convert SetAttrMode to enum classNoel Grandin1-2/+2
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-2/+2
2014-12-10Use Any specializations for bool, instead of SetValueMatteo Casalin1-1/+1
2014-11-26loplugin: cstylecastNoel Grandin1-1/+1
2014-11-10coverity#1000853 Uncaught exceptionCaolán McNamara1-1/+12
2014-10-28coverity#704052 Unchecked return valueCaolán McNamara1-1/+1
2014-10-01sw: std::auto_ptr -> std::unique_ptrStephan Bergmann1-20/+8
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-3/+3
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-1/+1
2014-07-13remove code that was commented out more than three years agoPhilipp Riemer1-4/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-9/+7
2014-06-01Avoid temporary OUStringsMatteo Casalin1-22/+15
2014-06-01sal_uInt16 to more proper types + some constMatteo Casalin1-3/+3
2014-05-27cid#707295 Uncaught exceptionNoel Grandin1-1/+1
2014-05-27cid#707296 and cid#738184 Uncaught exceptionNoel Grandin1-1/+1
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante1-1/+0
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6Julien Nabet1-1/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-74/+74