summaryrefslogtreecommitdiff
path: root/sd/source/filter/html/htmlex.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-05loplugin:staticmethodsNoel Grandin1-7/+7
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-3/+3
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-3/+3
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-4/+4
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-4/+4
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-2/+2
2014-12-21fdo#39440 sd: reduce scope of local variablesMichael Weghorn1-4/+2
2014-12-18sd: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-12loplugin: cstylecastNoel Grandin1-22/+22
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-2/+0
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-7/+7
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann1-7/+7
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-3/+3
2014-07-04coverity#704007 Uncheck return valueNorbert Thiebaud1-1/+1
2014-06-26clang: Dead initializationCaolán McNamara1-1/+2
2014-06-25remove whitespacesMarkus Mohrhard1-70/+0
2014-06-10-Werror,-Wundefined-bool-conversionStephan Bergmann1-6/+3
2014-06-06sd html: Provide some minimal reasonable defaults.Jan Holesovsky1-0/+2
2014-06-06sd html: Implement export of metadata in the single document case.Jan Holesovsky1-6/+31
2014-04-29sd html: support export of tables for Draw documentsTomaž Vajngerl1-26/+35
2014-04-28sd html: Support export of any text objects (draw) and groupsTomaž Vajngerl1-5/+47
2014-04-24sd: sal_Bool->boolNoel Grandin1-12/+12
2014-04-14typo: attribut -> attributeThomas Arnhold1-1/+1
2014-04-13sd html export: reset progress bar in single document modeTomaž Vajngerl1-0/+1
2014-04-13sd html: export outline, code simplificationTomaž Vajngerl1-139/+81
2014-04-12sd html export: "single document" publish mode & support tablesTomaž Vajngerl1-16/+186
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-17sd: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-02-26Remove visual noise from sdAlexander Wilms1-143/+91
2014-02-23coverity#704735 Dereference after null checkCaolán McNamara1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2014-02-21editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-4/+4
2014-01-28bool improvementsStephan Bergmann1-3/+3
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-4/+4
2013-12-19convert OUString** in HtmlExport to std::vector<OUString>Noel Grandin1-95/+60
2013-10-23convert code to use OUString::endsWithNoel Grandin1-2/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-09-14String->OUStringIvan Timofeev1-1/+2