summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoobj2.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-78/+78
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-3/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-29/+29
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-18/+18
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-23/+23
2015-08-20loplugin: defaultparamsNoel Grandin1-5/+5
2015-07-15cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-07-08sw: remove boost::bind from fmtatr2.cxxMichael Stahl1-1/+0
2015-07-06improve the returnbyref lopluginNoel Grandin1-56/+48
2015-06-30sw: avoid layout recursion when loading documents with charts...Michael Stahl1-6/+34
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-2/+2
2015-06-09lplugin:redundantcastStephan Bergmann1-2/+2
2015-06-09another RAIIBjoern Michaelsen1-2/+1
2015-06-09refactor out frame collection with layoutBjoern Michaelsen1-29/+31
2015-06-09refactor SwXParaFrameEnumerationImpl ctorBjoern Michaelsen1-10/+6
2015-06-09make FillFrames a memberBjoern Michaelsen1-23/+20
2015-06-09make CreateNextObject a memberBjoern Michaelsen1-66/+59
2015-06-09simplify and inline trivial boilerplateBjoern Michaelsen1-40/+16
2015-06-09use ABC instead of Pimpl for SwXTextRangesBjoern Michaelsen1-44/+46
2015-06-09RAII for ParagraphFrameEnumerationBjoern Michaelsen1-8/+3
2015-06-09use UnoCursorPointer in ParagraphFrameEnumerationBjoern Michaelsen1-85/+45
2015-06-09inline trivial onelinersBjoern Michaelsen1-53/+16
2015-06-09use ABC instead of Pimpl for SwXTextRangesBjoern Michaelsen1-60/+48
2015-06-09use UnoCursorPointer in SwXTextRangesBjoern Michaelsen1-34/+4
2015-06-09use ABC instead of Pimpl for SwXParagraphEnumerationBjoern Michaelsen1-50/+48
2015-06-09use UnoCursorPointer in SwXParagraphEnumerationBjoern Michaelsen1-42/+8
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-7/+7
2015-05-26Remove SwClients before destruction in some uno wrapper classesBjoern Michaelsen1-0/+2
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-05-26now rename the new CreateUnoCrsr2 to CreateUnoCrsr, as the old stuff is goneBjoern Michaelsen1-6/+6
2015-05-26remove SaneOwnership distinctionBjoern Michaelsen1-4/+0
2015-05-26use new unocrsrs for SwXParaFrameEnumerationBjoern Michaelsen1-2/+15
2015-05-26use new unocrsrs for SwXTextRangesBjoern Michaelsen1-5/+17
2015-05-26use new unocrsrsBjoern Michaelsen1-6/+3
2015-05-26use new unocrsrs in SwXParagraphEnumerationBjoern Michaelsen1-12/+25
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-103/+103
2015-05-18tdf#89783: Allow more than 64k PageDescsKatarina Behrens1-2/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-04-25sw: replace SwPaM's so-called "copy constructor"Michael Stahl1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-16unocore: dont use 'shortcut' that is longer than the originalBjoern Michaelsen1-1/+1
2015-03-11convert MarkType to enum classNoel Grandin1-1/+1
2015-03-11convert SetAttrMode to enum classNoel Grandin1-1/+1
2014-12-05move use of IsMultiSelection()Bjoern Michaelsen1-1/+1
2014-12-05more const correctnessBjoern Michaelsen1-1/+1
2014-12-04use C++11 iterationBjoern Michaelsen1-8/+5
2014-12-04unnecessary castBjoern Michaelsen1-1/+1