summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoport.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-47/+47
2015-11-19use comphelper::containerToSequenceNoel Grandin1-10/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-3/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-12/+12
2015-11-09yet another member of SwXTextPortion needs to be guarded in the dtorBjoern Michaelsen1-0/+5
2015-11-09fix a set of race conditions in the writer uno wrappersBjoern Michaelsen1-1/+4
2015-08-20loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-06improve the returnbyref lopluginNoel Grandin1-64/+31
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-09use UnoCursorPointer in SwXTextPortionBjoern Michaelsen1-16/+2
2015-06-09use ABC instead of Pimpl for SwXTextRangesBjoern Michaelsen1-5/+1
2015-05-26Remove SwClients before destruction in some uno wrapper classesBjoern Michaelsen1-1/+5
2015-05-26now rename the new CreateUnoCrsr2 to CreateUnoCrsr, as the old stuff is goneBjoern Michaelsen1-1/+1
2015-05-26remove SaneOwnership distinctionBjoern Michaelsen1-1/+0
2015-05-26new unocrsrs for SwXTextPortionBjoern Michaelsen1-11/+16
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-15/+15
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-50/+0
2014-12-10Use Any specializations for bool, instead of SetValueMatteo Casalin1-2/+2
2014-10-31coverity#707299 Uncaught exceptionCaolán McNamara1-60/+78
2014-10-01sw: std::auto_ptr -> std::unique_ptrStephan Bergmann1-8/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-06-10coverity#1213460 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin1-3/+3
2014-04-30sw: sal_Bool->boolNoel Grandin1-7/+7
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante1-4/+0
2014-03-28coverity#705507 Dereference null return valueCaolán McNamara1-1/+3
2014-02-27Remove visual noise from swAlexander Wilms1-1/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-30/+30
2014-01-15starting chopping out aEmptyOUStrCaolán McNamara1-1/+1
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann1-8/+17
2013-12-12Reduce unoprnms.hxx to a set of string literal macrosStephan Bergmann1-4/+4
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-1/+1
2013-10-25fdo#44736 - set and fetch multiple properties concurrently 2Matúš Kukan1-2/+4
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2013-03-20SwXTextPortion has 4 properties whose names start with "Ruby"Michael Stahl1-2/+2
2013-03-20TODO: Unclear whether comparisons against "Ruby" shall use == or startsWithStephan Bergmann1-2/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-5/+5
2013-02-03sw: replace SwEventListenerContainer in SwXTextPortionMichael Stahl1-14/+28
2013-01-16sw: start using cppu::supportsService in unocoreMiklos Vajna1-19/+2
2012-12-27sw: kill no longer needed C2S and C2U macrosMiklos Vajna1-9/+9
2012-12-14sal_Bool to boolTakeshi Abe1-1/+1
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-28Use memcmp insteadof rtl_compareMemory in swArnaud Versini1-1/+1
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-05-23removed unused temporary rtl::OUStringTakeshi Abe1-1/+0
2012-01-07catch exception by constant referenceTakeshi Abe1-3/+3
2012-01-05getPropertyMap can return a reference instead of a pointerCaolán McNamara1-8/+8