summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/atrfld.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-1/+0
2016-08-30Translate some German comments and messagesMaarten Bosmans1-1/+1
2016-05-11Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+1
2016-02-29loplugin:unuseddefaultparam in sw (part2)Noel Grandin1-6/+2
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10sw doc model xml dump: show comment textMiklos Vajna1-1/+16
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-35/+35
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-177/+177
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-03-25rename IsLastDepend HasOnlyOneListenerBjoern Michaelsen1-1/+1
2015-03-16Pipe legacy Modify calls through SwClientModifyBjoern Michaelsen1-1/+2
2014-11-24loplugin: cstylecastNoel Grandin1-15/+15
2014-10-27sw: assert SfxPoolItem::operator==Michael Stahl1-1/+1
2014-10-23sw: fix undefined casts of SwTxtInputFldMichael Stahl1-14/+11
2014-10-12convert SWFMTFLD_ #defines to an enumNoel Grandin1-2/+2
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-1/+0
2014-08-20SwWrtShell::StartInputFldDlg() can be called with RES_SETEXPFLD tooMichael Stahl1-0/+15
2014-08-20i#107771: sw: make SwXTextField a client of its format poolitemMichael Stahl1-4/+19
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-1/+1
2014-07-22Resolves: #i125296# correction of fix for issue #i125044#Oliver-Rainer Wittmann1-3/+6
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-3/+3
2014-07-15[loplugin:literaltoboolconversion]Michael Stahl1-1/+1
2014-07-14Resolves: #i125228# correct consideration of InputFields...Oliver-Rainer Wittmann1-0/+3
2014-06-24new compilerplugin returnbyrefNoel Grandin1-8/+8
2014-06-17Resolves: #i125086# correct implementation of css::text::XTextField...Oliver-Rainer Wittmann1-0/+34
2014-06-13125044: - use field's content cache on <SwTxtFld> construction onlyOliver-Rainer Wittmann1-3/+6
2014-04-30sw: sal_Bool->boolNoel Grandin1-2/+2
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante1-6/+0
2014-02-27Remove visual noise from swAlexander Wilms1-14/+0
2014-02-11Resolves: #i124179# trigger update User Fields...Oliver-Rainer Wittmann1-2/+22
2014-02-10coverity#1130377 Unchecked dynamic_castCaolán McNamara1-3/+2
2014-02-07coverity#1158074 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-01-23coverity#1158137 Unchecked dynamic_castCaolán McNamara1-1/+4
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara1-3/+3
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann1-1/+1
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann1-2/+57
2013-11-19Disambiguate std::max callStephan Bergmann1-1/+1
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann1-92/+192
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-1/+1
2013-11-01Related: #i33737# some minor refactoring in advanceOliver-Rainer Wittmann1-36/+38
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-4/+4
2013-09-10String to OUStringThomas Arnhold1-2/+2
2013-06-12include cleanupMatteo Casalin1-0/+1
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-07sal_Bool to boolTakeshi Abe1-3/+3