summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/swhtml.cxx
AgeCommit message (Expand)Author
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-09constLuboš Luňák
2014-10-02coverity#735532 'Constant' variable guards dead codeCaolán McNamara
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-19Refactored SwDoc::GetEditShell .Valentin Kettner
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentStatistics our of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner
2014-07-15Refactored IDocumentLinksAdministration out of SwDoc.Valentin Kettner
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-05coverity#1103692 Missing break in switch, assuming its intentionalCaolán McNamara
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard
2014-06-03Changed DocumentDeviceManager includes to IDocumentDeviceAccess.Valentin Kettner
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-26coverity#1213138 Missing break in switchCaolán McNamara
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-10coverity#1103682 Missing break in switchCaolán McNamara
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-27editeng: sal_Bool->boolNoel Grandin
2014-02-26Fix a crashtest + default value + fix a wrong copy pasteJulien Nabet
2014-02-23coverity#704988 Dereference after null checkCaolán McNamara
2014-02-21editeng: sal_Bool->boolNoel Grandin
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann
2014-01-17bool improvementsStephan Bergmann
2014-01-17Translate German ("kein break") comments to English ("no break").Sven Wehner
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-11-01Related: #i33737# some minor refactoring in advanceOliver-Rainer Wittmann
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin
2013-10-18convert sw/source/filter/html/*.cxx from String to OUStringNoel Grandin
2013-10-15convert sw/source/filter/html/*.hxx from String to OUStringNoel Grandin