summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoportenum.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-122/+122
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-3/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-14/+14
2015-11-09fix a set of race conditions in the writer uno wrappersBjoern Michaelsen1-1/+4
2015-09-17boost->stdCaolán McNamara1-5/+5
2015-09-11sw: indentation fixesMiklos Vajna1-1/+1
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin1-13/+13
2015-08-20loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-06improve the returnbyref lopluginNoel Grandin1-1/+1
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-10/+10
2015-06-09use new UnoCursorPointer in SwXTextPortionEnumerationBjoern Michaelsen1-22/+2
2015-06-09use UnoCursorPointer in ParagraphFrameEnumerationBjoern Michaelsen1-6/+6
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-26now rename the new CreateUnoCrsr2 to CreateUnoCrsr, as the old stuff is goneBjoern Michaelsen1-2/+2
2015-05-26remove SaneOwnership distinctionBjoern Michaelsen1-1/+0
2015-05-26new unocrsrs for SwXTextPortionEnumerationBjoern Michaelsen1-14/+21
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-59/+59
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-3/+3
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-11convert MarkType to enum classNoel Grandin1-1/+2
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara1-3/+3
2014-12-10sw UNO API: fix infinite loop when building portions of a bookmark rangeMiklos Vajna1-0/+5
2014-11-17suspicious cast from 'bool' to 'sal_Bool' [loplugin:salbool]Stephan Bergmann1-1/+1
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin1-1/+1
2014-10-31Add a SwTextBoxHelper::findTextBoxes() variant that takes an SwNodeMiklos Vajna1-1/+1
2014-10-30WaE: [loplugin:staticcall]Caolán McNamara1-1/+1
2014-10-30sw: use new bookmark API in lcl_FillBookmarkArray() for text nodesMiklos Vajna1-50/+81
2014-10-28SwXTextPortionEnumeration ctor: avoid dynamic_cast in the common caseMiklos Vajna1-2/+2
2014-10-23sw: fix undefined casts of SwTxtInputFldMichael Stahl1-1/+1
2014-10-01sw: std::auto_ptr -> std::unique_ptrStephan Bergmann1-14/+10
2014-09-05std::set::find() is faster than plain std::find()Miklos Vajna1-1/+1
2014-08-20i#107771: sw: implement thread-safe instance caching for SwXReferenceMarkMichael Stahl1-1/+1
2014-08-20i#107771: sw: make SwXReferenceMark a client of its format poolitemMichael Stahl1-2/+2
2014-08-20SwXDocumentIndexMark::CreateXDocumentIndexMark does not need SwTOXTypeMichael Stahl1-2/+1
2014-08-20fdo#72695: avoid double-free race condition for SwXDocumentIndexMarkMichael Stahl1-1/+1
2014-08-20fdo#72695: avoid double-free race condition for SwXTextFieldMichael Stahl1-5/+9
2014-08-20fdo#72695: avoid double-free race condition for SwXBookmark/SwXFieldmarkMichael Stahl1-6/+14
2014-08-15SwTextBoxHelper::findTextBoxes: return a set of const pointersMiklos Vajna1-2/+2
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-1/+2
2014-07-22sal_uInt16 to sal_Int32Matteo Casalin1-2/+2
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin1-2/+2
2014-06-25Let SwTextBoxHelper::findTextBoxes() return a setMiklos Vajna1-2/+2
2014-06-24new compilerplugin returnbyrefNoel Grandin1-9/+9
2014-06-01sal_uInt16 to size_tMatteo Casalin1-2/+2
2014-05-27SwXTextPortionEnumeration: do not expose inline anchored textboxesMiklos Vajna1-2/+12
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-2/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-14/+14
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-02-27Remove visual noise from swAlexander Wilms1-2/+0