summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlimp.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-5/+5
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin1-5/+5
2016-09-07loplugin:constantparam in swNoel Grandin1-1/+1
2016-08-18convert SvXMLEmbeddedObjectHelperMode to scoped enumNoel Grandin1-1/+1
2016-08-17convert SvXMLGraphicHelperMode to scoped enumNoel Grandin1-1/+1
2016-06-27loplugin:singlevalfields in sw(part2)Noel Grandin1-2/+1
2016-06-10Clean up uses of Any::getValue() in swStephan Bergmann1-9/+16
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-9/+9
2016-05-04use Any constructor instead of temporariesNoel Grandin1-3/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-2/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-17Manage m_pSttNdIdx via unique_ptrStephan Bergmann1-4/+2
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-29/+29
2015-11-12sw: prefix members of SwXMLImportMiklos Vajna1-68/+68
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-8/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-33/+33
2015-11-09formatting improvements in sw/Noel Grandin1-8/+8
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-23/+23
2015-11-04loplugin:stringconstantNoel Grandin1-8/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-08-26sw: Flat ODF import: set the InReading and InXMLImport flagsMichael Stahl1-0/+12
2015-08-21loplugin: defaultparamsNoel Grandin1-6/+6
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-06-23LinkUpdateMode is a global settingStephan Bergmann1-39/+41
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-46/+46
2015-05-06sw: add SwDBData::sEmbeddedNameMiklos Vajna1-0/+5
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-10tdf#86578: sw: fix rendering of legacy documents with fly achored at flyMichael Stahl1-0/+7
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-3/+3
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-1/+1
2015-03-05V801: Decreased performanceCaolán McNamara1-2/+2
2015-02-25sw: convert import & export components to constructor usageChris Sherlock1-114/+44
2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin1-15/+15
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+3
2014-12-10Use Any specializations for bool, instead of SetValueMatteo Casalin1-8/+2
2014-12-02loplugin: cstylecastNoel Grandin1-2/+2
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin1-1/+1
2014-10-30fdo#79602: sw: add new compatibiltiy flag PropLineSpacingShrinksFirstLineMichael Stahl1-0/+10
2014-10-24Some OSL_ENSURE -> assertStephan Bergmann1-2/+6
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-1/+2
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-2/+2
2014-07-03use assert when followed by derefCaolán McNamara1-2/+2
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin1-1/+1
2014-07-01Related: #i124638# Corrected relationship between DrawModel and...Armin Le Grand1-2/+2
2014-06-19coverity#705037 Unchecked dynamic_castCaolán McNamara1-0/+1
2014-06-03Split out IDocumentDrawModelAccess from SwDoc.Valentin Kettner1-3/+4