summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlimp.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-08-31sw: Flat ODF import: set the InReading and InXMLImport flagsMichael Stahl1-0/+12
2015-08-06LinkUpdateMode is a global settingStephan Bergmann1-39/+41
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
2014-06-03Changed DocumentDeviceManager includes to IDocumentDeviceAccess.Valentin Kettner1-2/+2
2014-06-03Removed IDocumentDeviceAccess.hxx include in SwDoc.hxxValentin Kettner1-0/+1
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner1-1/+2
2014-06-03Made SwDoc::getDocumentDeviceAccess return a reference.Valentin Kettner1-1/+1
2014-06-03Started cleaning up of IDocumentDeviceAccess methods in SwDoc.Valentin Kettner1-1/+1
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-14/+14
2014-04-27OUString: remove temporaries and constifyMatteo Casalin1-95/+69
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-4/+1
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist1-4/+4
2014-04-07coverity#705004 Explicit null dereferencedCaolán McNamara1-10/+10
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-4/+4
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann1-4/+4
2014-03-22coverity#705005 Dereference after null checkCaolán McNamara1-1/+1
2014-02-27Remove visual noise from swAlexander Wilms1-4/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-3/+3
2014-02-25coverity#738306 Uncaught exceptionCaolán McNamara1-2/+4
2014-02-21Translate German comments and remove superfluous ones as well as visual noiseAlexander Wilms1-17/+0
2014-01-28bool improvementsStephan Bergmann1-10/+10
2014-01-09Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann1-30/+7
2014-01-05remove broken DBG_UNHANDLED_EXCEPTION macro crapBjoern Michaelsen1-2/+0
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin1-4/+2
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-2/+2