summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docfld.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-16/+16
2015-10-02sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-3/+3
2015-09-08tdf#91523 sw: fix navigation to index markOliver Specht1-1/+3
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-230/+230
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-02-21Avoid unnecessary OUString copiesMatteo Casalin1-18/+11
2015-02-21Reduce scope of some variablesMatteo Casalin1-10/+11
2015-02-21Use more proper integer types and range-for loopsMatteo Casalin1-32/+31
2015-01-16fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-1/+1
2014-11-25loplugin: cstylecastNoel Grandin1-2/+2
2014-11-23dead assign (clang)Bjoern Michaelsen1-1/+0
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna1-2/+1
2014-11-14loplugin: cstylecastNoel Grandin1-37/+37
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-2/+3
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-1561/+6
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-2/+2
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin1-2/+4
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-3/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-5/+5
2014-06-13125044: - use field's content cache on <SwTxtFld> construction onlyOliver-Rainer Wittmann1-1/+1
2014-05-02Rename SwDBMgr -> SwDBManager.Jan Holesovsky1-15/+15
2014-04-30sw: sal_Bool->boolNoel Grandin1-21/+21
2014-04-30Use a real assert() hereTor Lillqvist1-1/+1
2014-04-30Can't use ifdefs here, the mpFldTypes array must have fixed contentsTor Lillqvist1-2/+0
2014-04-29Revert "More --disable-database-connectivity work"Tor Lillqvist1-60/+16
2014-04-28More --disable-database-connectivity workTor Lillqvist1-16/+60
2014-04-22More hacking on --disable-database-connectivityTor Lillqvist1-1/+6
2014-04-22There is nothing "new" with SwNewDBMgr any moreTor Lillqvist1-12/+12
2014-04-22More hacking on --disable-database-connectivityTor Lillqvist1-3/+78
2014-04-22There is nothing "new" with SwNewDBMgr any moreTor Lillqvist1-6/+6
2014-03-16sal_Bool to boolMatteo Casalin1-2/+2
2014-03-15fdo#57950: Replace some chained appends in swAlexandre Vicenzi1-5/+1
2014-03-11"overflow" is one wordTor Lillqvist1-2/+2
2014-02-27Remove visual noise from swAlexander Wilms1-1/+0
2014-02-18callcatcher: update unused code listsCaolán McNamara1-6/+0
2014-01-31coverity#984154 : Uninitialized scalar fieldNorbert Thiebaud1-2/+7
2014-01-28bool improvementsStephan Bergmann1-14/+14
2014-01-17bool improvementsStephan Bergmann1-1/+1
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara1-2/+2
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara1-2/+2
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann1-6/+6
2013-12-10fdo#70198: sw: don't truncate Time values on 32bit platformsMichael Stahl1-1/+2
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann1-6/+16
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-2/+2
2013-11-01Related: #i33737# some minor refactoring in advanceOliver-Rainer Wittmann1-34/+32
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-2/+2
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin1-1/+1