summaryrefslogtreecommitdiff
path: root/sw/source/core/fields/expfld.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-06-04Resolves: tdf#91637 avoid -1 string indexCaolán McNamara1-2/+5
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-125/+125
2015-05-03Reduce scope, use more proper types and check downcastMatteo Casalin1-3/+5
2015-05-03Scan sorted array for a gap only if there could be oneMatteo Casalin1-3/+7
2015-05-03Reduce checks in loopMatteo Casalin1-5/+3
2015-05-03Avoid possible downcasts and rely on implicit type conversionsMatteo Casalin1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-5/+5
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen1-2/+2
2015-03-24Revert "Revert "make ClientIteratorBase only know about WriterListener""Bjoern Michaelsen1-1/+1
2015-03-23Revert "make ClientIteratorBase only know about WriterListener"Stephan Bergmann1-1/+1
2015-03-20make ClientIteratorBase only know about WriterListenerBjoern Michaelsen1-1/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-01-22::rtl::OUString->OUStringCaolán McNamara1-1/+1
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-2/+8
2014-12-10Use Any specializations for bool, instead of SetValueMatteo Casalin1-16/+4
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
2014-11-19loplugin: cstylecastNoel Grandin1-21/+21
2014-09-06Use size_t consistently, constify, reduce scopeMatteo Casalin1-5/+6
2014-08-20SwWrtShell::StartInputFldDlg() can be called with RES_SETEXPFLD tooMichael Stahl1-0/+6
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-5/+6
2014-07-13fdo#39468: Translate German comments in sw/source/core/Philipp Riemer1-4/+4
2014-06-24new compilerplugin returnbyrefNoel Grandin1-2/+2
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-8/+0
2014-04-30sw: sal_Bool->boolNoel Grandin1-9/+9
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-1/+3
2014-03-17sw: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-02-27Remove visual noise from swAlexander Wilms1-11/+2
2014-02-11Resolves: #i124179# trigger update User Fields...Oliver-Rainer Wittmann1-1/+31
2014-02-10Translated some German commentsAlexander Wilms1-1/+1
2014-01-28bool improvementsStephan Bergmann1-2/+2
2013-12-02xub_StrLen/unsigned to sal_Int32Matteo Casalin1-2/+2
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann1-166/+235
2013-11-14longparas: change GetExpandTxt to sal_Int32Caolán McNamara1-1/+1
2013-11-13longparas: these USHRT_MAX are really STRING_LENCaolán McNamara1-1/+1
2013-11-01Related: #i33737# some minor refactoring in advanceOliver-Rainer Wittmann1-6/+6
2013-07-16String to OUStringMatteo Casalin1-131/+141
2013-07-14Mark as constTakeshi Abe1-1/+1
2013-06-10cleanup of existing code in sw/source/core/fieldsPhilipp Riemer1-8/+8
2013-06-10fdo#62475 - remove visual noise in sw/source/core/fieldsPhilipp Riemer1-8/+1
2013-06-10fdo#39468: Translate German comments in sw/source/core/fieldsPhilipp Riemer1-74/+34
2013-04-19sw: missing prefix for global pBreakItMiklos Vajna1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-15/+14
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir1-2/+2
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke1-1/+2
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-1/+1
2012-11-17sal_Bool to boolTakeshi Abe1-1/+1
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-2/+2