summaryrefslogtreecommitdiff
path: root/sw/source/filter/html
AgeCommit message (Collapse)Author
2012-03-08Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin
In this case, we also convert from storing pointers to storing the items directly because SvxMacroTableDtor completely controls the lifecycle of the SvxMacro objects it contains. Also add an operator== to SvxMacroTableDtor and remove the out-of-line implementations of equals from two other places.
2012-03-08tidy up WW8FormulaControl, with knock on results elsewhereCaolán McNamara
2012-03-05Sprinkle more DISABLE_SCRIPTING ifdefsTor Lillqvist
2012-01-30refactor ConvertLineEndCaolán McNamara
2012-01-24Replaced String by rtl::OUStringTakeshi Abe
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-17Fix for fdo43460 Part XL getLength() to isEmpty()Olivier Hallot
Part XL Modules sw
2012-01-18removed dead macroTakeshi Abe
2012-01-13SvStringsDtor->std::vectorAugust Sodora
2012-01-13SvStringsDtor->std::vectorAugust Sodora
2012-01-13SvStringsDtor->std::vectorAugust Sodora
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora
2012-01-10MAC_WITHOUT_EXT never defined thesedaysCaolán McNamara
2012-01-09simplify CharClassCaolán McNamara
multiple variants of toUpper (etc) some that take a non-const OUString or String and modify it some that take a const OUString or String and return a new one some that take part of a const OUString or String and return a new one
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
2012-01-04Easyhack fdo#38831 remove SvStringsBrad Sowden
Remove SvStrings definition and obsolete #defines.
2011-12-22sw: Improved document comparison based on RSIDs.Tzvetelina Tzeneva
2011-12-15Removed extra semicolonsJesse
2011-12-12de-ICC this for maximum readabilityCaolán McNamara
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke
2011-11-27remove include of pch header from swNorbert Thiebaud
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon
2011-11-24sw: enable more debug code:Michael Stahl
Whole bunch of code is #if OSL_DEBUG_LEVEL > 1, reduce that to > 0 so more assertions are active when building --enable-debug or --enable-dbgutil.
2011-11-24sw: replace abuses of OSL_DEBUG_LEVEL with DBG_UTILMichael Stahl
OSL_DEBUG_LEVEL is set by make debug=t, which should never result in ABI incompatible objects.
2011-11-23Enable :first-letter CSS pseudo-class for all browsers in HTML exportHarri Pitkänen
Previously when drop caps were specified in a paragraph style (not as direct formatting) export to HTML was implemented with :first-letter pseudo-class for "LibreOffice Writer" and through styling individual characters for other browsers. Since all browsers used these days (even obsolete ones like IE 5.5) support :first-letter there seems to be no reason to maintain this difference. This patch unifies all export modes to use :first-letter in such cases.
2011-11-23add stripStart, can replace EraseTrailingCharsCaolán McNamara
2011-11-20Remove unnecessary includesAugust Sodora
2011-11-20cppcheck: Unused private function 'CSS1Parser::SetLineNr'August Sodora
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara
2011-11-17redundant if not-null checks on deleteIvan Timofeev
2011-11-08Removed some SvStringsSortDtorDaisuke Nishino
2011-11-03ByteString->rtl::OStringCaolán McNamara
2011-11-01eliminate SvUShorts typeDaniel Di Marco
2011-10-28ditch some ByteStringsCaolán McNamara
2011-10-28Export blinking text attribute to HTML in all HTML export modesHarri Pitkänen
Previously blinking was not exported in IE mode. IE still does not support blinking (neither does Chrome or Safari) but the extra tag does not make things any worse and allows importing the HTML back to LibreOffice without loss of formatting. Code is also simplified by removing conditionals for options that no longer need to be disabled.
2011-10-27ByteString->rtl::OStringCaolán McNamara
2011-10-06Remove code related to previously disabled HTML 3.2 exportHarri Pitkänen
2011-09-29ByteString->rtl::OStringCaolán McNamara
2011-09-28ByteString->rtl::OStringBufferCaolán McNamara
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-23deugly HTMLOutFuncs::ConvertStringToHTMLCaolán McNamara
2011-09-20ByteString->rtl::OStringBufferCaolán McNamara
2011-09-19ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-14ByteString->rtl::OStringBufferCaolán McNamara
2011-09-13ByteString->rtl::OStringBufferCaolán McNamara
2011-08-29merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara
2011-08-23Remove unecessary parameter to IDocumentStatistics::UpdateDocStatArnaud Versini
2011-08-19remove extra arg and methodCaolán McNamara