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