summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlgrin.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-07Make SwGrfNode swapping methods privateZolnai Tamás1-10/+0
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann1-3/+3
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann1-3/+3
2014-09-26tools: change INetURLObject::getData to return std::unique_ptrMichael Stahl1-2/+1
2014-09-26AddressSanitizer: alloc-dealloc-mismatch (operator new vs free)Michael Stahl1-4/+4
2014-09-23Do not link html images only when pasting from clipboard (bnc#580834)Matúš Kukan1-1/+2
2014-09-18HTML import: fix importing of inlined images (related: fdo#50763)Matúš Kukan1-6/+15
2014-09-17bnc#580834: HTML import: Embed images if source URL is a local file.Matúš Kukan1-12/+7
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-08-20fix crashing on exit in static SvxBrushItem dtorCaolán McNamara1-1/+1
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-1/+1
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-06new method INetURLObject::getData() for data urlsChr. Rossmanith1-9/+11
2014-05-30coverity#1130413 Missing break in switchCaolán McNamara1-0/+1
2014-05-30coverity#1130414 Missing break in switchCaolán McNamara1-0/+1
2014-05-30coverity#1130415 Missing break in switchCaolán McNamara1-0/+1
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-53/+53
2014-04-01Bin pointless INET_HEX_ESCAPETor Lillqvist1-1/+1
2014-03-31coverity#1130409 Missing break in switchCaolán McNamara1-0/+4
2014-03-16sal_Bool to boolMatteo Casalin1-8/+8
2014-03-13coverity#705509 Dereference null return valueCaolán McNamara1-8/+11
2014-02-27Remove visual noise from swAlexander Wilms1-6/+0
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-14fdo#50763: handle inlined base64 imagesChr. Rossmanith1-1/+19
2014-02-11coverity#1130384 Missing break in switchCaolán McNamara1-0/+3
2014-01-28bool improvementsStephan Bergmann1-5/+5
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann1-9/+9
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-2/+2
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin1-2/+2
2013-10-18convert sw/source/filter/html/*.cxx from String to OUStringNoel Grandin1-23/+23
2013-10-15convert sw/source/filter/html/*.hxx from String to OUStringNoel Grandin1-8/+8
2013-09-27Related: fdo#38838 remove UniString::SearchBackwardCaolán McNamara1-4/+4
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-3/+3
2013-09-13String to OUStringThomas Arnhold1-10/+10
2013-09-11convert include/editeng/brushitem.hxx from String to OUStringNoel Grandin1-4/+4
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke1-1/+1
2013-08-15convert include/svtools/parhtml.hxx from String to OUStringNoel Grandin1-4/+5
2013-08-13Change String to OUString in SwHTMLParser classPalenik Mihály1-1/+1
2013-08-12Change String to OUString in some class and functions.Palenik Mihály1-1/+1
2013-08-06equalsIgnoreAsciiCaseAscii -> equalsIgnoreAsciiCaseLuboš Luňák1-4/+4
2013-08-06Change String to OUString in some class.Palenik Mihály1-8/+8
2013-08-05Change String class to OUString class in two files.Palenik Mihály1-6/+6
2013-07-30String to OUStringMatteo Casalin1-1/+1
2013-07-14Mark as constTakeshi Abe1-2/+2
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-1/+1
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1