summaryrefslogtreecommitdiff
path: root/sw/source/filter/html
AgeCommit message (Expand)AuthorFilesLines
2011-12-15Removed extra semicolonsJesse2-2/+2
2011-12-12de-ICC this for maximum readabilityCaolán McNamara2-14/+0
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke2-3/+3
2011-11-27remove include of pch header from swNorbert Thiebaud25-50/+0
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon1-2/+2
2011-11-24sw: enable more debug code:Michael Stahl4-28/+18
2011-11-24sw: replace abuses of OSL_DEBUG_LEVEL with DBG_UTILMichael Stahl3-15/+17
2011-11-23Enable :first-letter CSS pseudo-class for all browsers in HTML exportHarri Pitkänen2-5/+3
2011-11-23add stripStart, can replace EraseTrailingCharsCaolán McNamara1-2/+2
2011-11-20Remove unnecessary includesAugust Sodora1-4/+0
2011-11-20cppcheck: Unused private function 'CSS1Parser::SetLineNr'August Sodora1-8/+0
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara5-14/+22
2011-11-17redundant if not-null checks on deleteIvan Timofeev1-4/+2
2011-11-08Removed some SvStringsSortDtorDaisuke Nishino7-32/+23
2011-11-03ByteString->rtl::OStringCaolán McNamara3-83/+77
2011-11-01eliminate SvUShorts typeDaniel Di Marco6-42/+40
2011-10-28ditch some ByteStringsCaolán McNamara1-3/+3
2011-10-28Export blinking text attribute to HTML in all HTML export modesHarri Pitkänen2-5/+4
2011-10-27ByteString->rtl::OStringCaolán McNamara5-34/+29
2011-10-06Remove code related to previously disabled HTML 3.2 exportHarri Pitkänen1-5/+2
2011-09-29ByteString->rtl::OStringCaolán McNamara2-3/+3
2011-09-28ByteString->rtl::OStringBufferCaolán McNamara3-32/+34
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann3-6/+3
2011-09-23deugly HTMLOutFuncs::ConvertStringToHTMLCaolán McNamara1-4/+3
2011-09-20ByteString->rtl::OStringBufferCaolán McNamara1-25/+23
2011-09-19ByteString->rtl::OString[Buffer]Caolán McNamara3-119/+134
2011-09-14ByteString->rtl::OStringBufferCaolán McNamara4-81/+89
2011-09-13ByteString->rtl::OStringBufferCaolán McNamara4-93/+101
2011-08-29merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara1-24/+11
2011-08-23Remove unecessary parameter to IDocumentStatistics::UpdateDocStatArnaud Versini1-2/+1
2011-08-19remove extra arg and methodCaolán McNamara1-1/+1
2011-08-11Some cppcheck cleaningJulien Nabet1-1/+1
2011-08-04[PATCH] Get rid of SvULongs in writerMaciej Rumianowski3-18/+17
2011-08-02ByteString::CreateFromInt32 -> rtl::OStringBuffer::appendCaolán McNamara6-223/+307
2011-08-02convert to rtl::OString[Buffer] and simplifyCaolán McNamara2-43/+69
2011-07-29Get rid of these non-printable charsThomas Arnhold14-109/+0
2011-07-27Kills those pesky non-printable chars.Kohei Yoshida2-13/+0
2011-07-27Let's not make these methods inline....Kohei Yoshida2-67/+63
2011-07-27Replace SV_*_PTRARR_SORT with boost::ptr_map.Kohei Yoshida4-76/+40
2011-07-26Replace SV_*_PTRARR with boost::ptr_vector.Kohei Yoshida4-33/+16
2011-07-22More adjustment inside SOLAR_JAVA. Hopefully this is it!Kohei Yoshida1-20/+20
2011-07-22More adjustment for the GetOptions return type change.Kohei Yoshida1-27/+27
2011-07-22Adjusted for HTMLParser::GetOptions() return type change.Kohei Yoshida10-515/+498
2011-07-06Replace SvULongs with std::vector in htmlplug.cxx. LGPLv3+/MPL.Nigel Hawkins1-3/+3
2011-07-02ByteString::CreateFromInt32 -> OString::valueOfCaolán McNamara2-84/+94
2011-06-29remove deprecated ByteString::CreateFromInt64Caolán McNamara2-27/+37
2011-06-20Support CSS text-transform property in HTML importHarri Pitkänen1-0/+35
2011-06-20Import and export character case transformations unconditionally to/from HTMLHarri Pitkänen2-5/+2
2011-06-14Support font effects "Capitals", "Lowercase" and "Title" in HTML exportHarri Pitkänen3-6/+25
2011-06-05Changed return type of GetHTMLColorChristina Rossmanith1-3/+3