summaryrefslogtreecommitdiff
path: root/sd/source/filter/html/htmlex.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-08Copy and replace return values must be usedJulien Nabet1-2/+2
2013-09-08String->OUStringIvan Timofeev1-530/+470
2013-09-08StringToURL does nothingIvan Timofeev1-24/+17
2013-09-08String->OUStringIvan Timofeev1-117/+114
2013-09-08String to OUStringThomas Arnhold1-6/+4
2013-08-24String(SdResId(foo)) -> SD_RESSTR(foo)Ivan Timofeev1-2/+2
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-08-08Bin a couple of pointless macros only used onceTor Lillqvist1-1/+1
2013-07-29String(SdResId(x)) -> SD_RESSTR(x)Caolán McNamara1-9/+9
2013-07-10Mark as constTakeshi Abe1-1/+1
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud1-1/+1
2013-05-31Remove RTL_CONSTASCII_(U)STRINGPARAM (sd)Chr. Rossmanith1-42/+41
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-9/+9
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-14/+12