summaryrefslogtreecommitdiff
path: root/sw/source/core/fields
AgeCommit message (Expand)AuthorFilesLines
2014-10-23sw: fix undefined casts of SwTxtInputFldMichael Stahl1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin2-8/+8
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-1/+1
2014-09-16-Werror,-Wsometimes-uninitializedStephan Bergmann1-3/+3
2014-09-16fdo#70346 MM: add mail merge data to condition dictJan-Marek Glogowski1-30/+51
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-3/+3
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-19Refactored SwDoc::GetEditShell .Valentin Kettner1-4/+4
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner6-14/+20
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner2-3/+5
2014-08-12Refactored IDocumentStatistics our of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner8-19/+27
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-1/+1
2014-08-01fdo#81341 : DOCX: EditTime is not geting preserved after RTPallavi Jadhav1-1/+3
2014-07-26sal_uInt16 to size_t/bool in SwInputFieldListMatteo Casalin1-12/+12
2014-07-15Refactored IDocumentLinksAdministration out of SwDoc.Valentin Kettner1-7/+8
2014-07-14Resolves: #i125228# correct consideration of InputFields...Oliver-Rainer Wittmann1-8/+17
2014-07-13fdo#39468: Translate German comments in sw/source/core/Philipp Riemer3-12/+11
2014-07-11fdo#76279 Invalid Citation on RoundTripSourav2-0/+28
2014-06-24new compilerplugin returnbyrefNoel Grandin4-10/+10
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-28/+0
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-11Revert "Change sw::mark::IMark::GetOtherMarkPos return type from refMichael Stahl1-1/+1
2014-06-10Change sw::mark::IMark::GetOtherMarkPos return type from ref to pointerStephan Bergmann1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-8/+0
2014-06-06fdo#76281: Fix wrong square brackets in exported citationsJacobo Aragunde Pérez1-1/+1
2014-06-03Split out IDocumentDrawModelAccess from SwDoc.Valentin Kettner1-3/+4
2014-06-03Removed IDocumentSettingAccess.hxx include in SwDoc.hxxValentin Kettner1-0/+1
2014-06-02coverity#704885 Unchecked dynamic_castCaolán McNamara1-2/+4
2014-05-27fdo#78332: sw: fix separators in SwDDEFieldType::PutValue()Michael Stahl1-1/+2
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante3-26/+0
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet2-4/+4
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-2/+2
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6Julien Nabet1-1/+1
2014-05-07fdo#75519: fix chapter cross referencesMichael Stahl1-31/+0
2014-05-02Rename SwDBMgr -> SwDBManager.Jan Holesovsky2-5/+5
2014-04-30sw: sal_Bool->boolNoel Grandin16-88/+88
2014-04-22There is nothing "new" with SwNewDBMgr any moreTor Lillqvist2-5/+5
2014-04-22More hacking on --disable-database-connectivityTor Lillqvist1-2/+8
2014-04-22There is nothing "new" with SwNewDBMgr any moreTor Lillqvist2-5/+5
2014-04-17fdo#77342: sw: fix copy/paste of footnote cross referencesMichael Stahl1-38/+34
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann3-40/+3
2014-04-14typo: noone -> no oneThomas Arnhold1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-4/+4
2014-03-17sw: prefer passing OUString by referenceNoel Grandin4-8/+12
2014-03-16sal_Bool to bool + make a local function staticMatteo Casalin1-5/+5
2014-03-16sal_Bool to boolMatteo Casalin3-8/+8