summaryrefslogtreecommitdiff
path: root/sw/source/filter
AgeCommit message (Expand)AuthorFilesLines
2015-01-23valgrind invalid read after delete in rhbz499052-1.htmlCaolán McNamara3-3/+10
2015-01-23fdo#68963 recognize __RefHeading__ bookmarks as TOCJustin Luth2-10/+17
2015-01-22Resolves: fdo#87601 specific html doc hangs on loadCaolán McNamara1-1/+1
2015-01-21Resolves: fdo#84943 make fodt non crashy like odt for formulas inside shapesCaolán McNamara1-7/+11
2015-01-19fdo#84714 ODT export: write <loext:table> inside <draw:custom-shape>Miklos Vajna1-14/+24
2015-01-19fdo#84714 ODT import: read <loext:table> inside <draw:custom-shape>Miklos Vajna1-1/+3
2015-01-19WaE: replace '+' between string literals with juxtapositionTor Lillqvist1-3/+3
2015-01-14sw: fdo#88005: fix check in SwWW8ImplReader::StopApo()Michael Stahl1-2/+1
2015-01-13asan: heap-buffer-overflow on ooo8726-1.docCaolán McNamara1-5/+6
2015-01-09asan: global-buffer-overflow on ooo12093-1.docCaolán McNamara1-3/+4
2015-01-07coverity#1261760 Resource leak in objectCaolán McNamara1-0/+1
2015-01-07WW8 filter: export zoom typeJustin Luth1-3/+13
2015-01-07-Werror,-Wconstant-conversionStephan Bergmann2-2/+2
2015-01-05asan: cast is totally wrong hereCaolán McNamara1-2/+3
2015-01-05i#93570 DOC import: handle commented text ranges via RES_FLTR_ANNOTATIONMARKMiklos Vajna5-156/+17
2015-01-05i#93570 DOC import: tokenize PlcfAtnBkf and PlcfAtnBklMiklos Vajna2-4/+176
2015-01-05i#93570 sw: add RES_FLTR_ANNOTATIONMARKMiklos Vajna2-3/+13
2015-01-05fdo#67870 WW8 filter: import zoom typeJustin Luth2-2/+9
2015-01-05valgrind: uninitialized readCaolán McNamara1-0/+1
2014-12-16fdo#86857: sw: fix HTML export of page style background colorMichael Stahl1-1/+5
2014-12-16HTML export: optional CSS2 dot leaders in the Table of ContentsLászló Németh6-2/+104
2014-12-02Resolves: fdo#36514 avoid empty style names in ww2 docsCaolán McNamara1-16/+11
2014-12-02fdo#68684 export more numbering types correctly into HTMLAndras Timar1-4/+14
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna2-2/+2
2014-11-19move docfunc to own headerBjoern Michaelsen2-0/+2
2014-11-18DOCX export: put either hints or the para attr set into the para marker propsMiklos Vajna2-2/+13
2014-11-17OSL_ENSURE->assert where guaranteed deref followsCaolán McNamara1-4/+3
2014-11-17coverity#1242523 we just need a copy hereCaolán McNamara1-2/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-17Add rtl::OUString::toUtf8()Miklos Vajna2-3/+3
2014-11-16Remove now useless setTextEmbeddedGraphicURL()Zolnai Tamás2-27/+0
2014-11-16sal_Bool/sal_uInt16 to boolMatteo Casalin2-8/+8
2014-11-16Misused sal_True/sal_False to integerMatteo Casalin1-1/+1
2014-11-16sw: convert 'a ? sal_False : b' to '!a && b'Matteo Casalin1-1/+1
2014-11-16sw: convert 'a ? b : sal_False' to 'a && b'Matteo Casalin1-1/+1
2014-11-16int + sal_True/sal_False ==> bool, and reduce scope of a static variableMatteo Casalin2-7/+5
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin1-1/+1
2014-11-16makeAny(sal_True/sal_False) to makeAny(true/false) in swMatteo Casalin1-1/+1
2014-11-16SetStrmStgPtr can return bool instead of sal_True/sal_False in an intMatteo Casalin3-9/+9
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin8-9/+8
2014-11-16Remove sal_True/sal_False from code and comments in sw includesMatteo Casalin4-6/+6
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava6-9/+10
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini16-28/+28
2014-11-11callcatcher: dropping SwChapterNumRules binary Load/Store has knock-on effectCaolán McNamara2-2/+0
2014-11-11iwyu: remove unneeded includes in sc, sd, swRiccardo Magliocchetti2-2/+0
2014-11-10Resolves fdo#86008: fix a crash when open doc fileJulien Nabet1-1/+1
2014-11-09constLuboš Luňák3-3/+3
2014-11-09fix constness of SwFmtsBase::GetFmt()Luboš Luňák1-0/+1
2014-11-07Correct number format mapping for CJK numbered lists in rtf/doc/docx filters.Mark Hung5-27/+242