summaryrefslogtreecommitdiffstats
path: root/sw/source/filter/html/swhtml.cxx
Commit message (Expand)AuthorAgeFilesLines
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-10/+10
* -Wunused-macrosStephan Bergmann2013-03-271-1/+0
* let LibreOffice find html.stwAndras Timar2013-03-171-12/+10
* fdo#38838: Converting String/UniString to OUStringelixir2013-03-111-2/+2
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-031-2/+2
* sw: get rid of no longer needed TOOLS_CONSTASCII_STRINGPARAM defineMiklos Vajna2013-02-271-11/+7
* fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac2013-02-221-2/+2
* sw: let SwTxtNode::GetTxt() return OUStringMichael Stahl2013-02-181-5/+5
* Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida2013-02-121-5/+5
* sal_Bool to boolTakeshi Abe2012-12-201-1/+1
* remove rather pointless uses of aEmptyStrCaolán McNamara2012-12-171-1/+1
* re-base on ALv2 code. Includes:Michael Meeks2012-11-301-23/+14
* convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl2012-11-221-1/+1
* sal_Bool to boolTakeshi Abe2012-10-301-1/+1
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-121-3/+3
* idxexample.odt and html.stw cleanup (fdo#49101, fdo#49098)Istvan Turi2012-08-161-36/+119
* SwPostItField: add aName memberMiklos Vajna2012-07-201-1/+1
* SwPostItField: added aInitials memberMiklos Vajna2012-07-161-1/+1
* some UniString->rtl::OUStringCaolán McNamara2012-07-091-7/+7
* replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl2012-07-041-2/+2
* probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara2012-06-281-4/+2
* Cleanup SwDoc::GetPageDesc(sal_uInt16) const-ness issuesNoel Grandin2012-06-251-2/+1
* rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl2012-06-251-2/+4
* Remove empty or non-called methodsThomas Arnhold2012-06-221-1/+0
* reduce scope and replace some String::CreateFromAsciiCaolán McNamara2012-06-211-14/+15
* Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin2012-06-201-4/+4
* remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2012-06-111-3/+2
* also convert assertions in previous commitMichael Stahl2012-05-091-16/+16
* fix std::deque::deque(size_t) in previous commitMichael Stahl2012-05-091-1/+1
* Convert SV_DECL_PTRARR(_HTMLAttrs) to std::dequeNoel Grandin2012-05-091-68/+84
* Convert SV_DECL_PTRARR(_HTMLAttrContexts) to std::vectorNoel Grandin2012-05-091-8/+8
* Convert SV_DECL_PTRARR_DEL(ImageMaps) to boost::ptr_vectorNoel Grandin2012-05-091-1/+1
* Convert SV_DECL_PTRARR(SwHTMLFrmFmts) to std::vectorNoel Grandin2012-05-091-2/+2
* refactor ConvertLineEndCaolán McNamara2012-01-301-1/+1
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-211-1/+1
* Fix for fdo43460 Part XL getLength() to isEmpty()Olivier Hallot2012-01-171-5/+5
* removed dead macroTakeshi Abe2012-01-181-2/+0
* MAC_WITHOUT_EXT never defined thesedaysCaolán McNamara2012-01-101-4/+0
* Easyhack fdo#38831 remove SvStringsBrad Sowden2012-01-041-2/+0
* get rid of class Date and Time default ctor with system time penaltyEike Rathke2011-12-011-1/+1
* remove include of pch header from swNorbert Thiebaud2011-11-271-2/+0
* gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon2011-11-251-2/+2
* sw: enable more debug code:Michael Stahl2011-11-241-8/+8
* sw: replace abuses of OSL_DEBUG_LEVEL with DBG_UTILMichael Stahl2011-11-241-11/+11
* remove [Byte]String::EraseAllCharsCaolán McNamara2011-11-191-6/+11
* eliminate SvUShorts typeDaniel Di Marco2011-11-011-12/+12
* Remove unecessary parameter to IDocumentStatistics::UpdateDocStatArnaud Versini2011-08-231-2/+1
* Get rid of these non-printable charsThomas Arnhold2011-07-291-12/+0
* Adjusted for HTMLParser::GetOptions() return type change.Kohei Yoshida2011-07-221-147/+145
* return by ref instead of pointerCaolán McNamara2011-05-201-10/+10