summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8
AgeCommit message (Expand)AuthorFilesLines
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-05fdo#67870 WW8 filter: import zoom typeJustin Luth2-2/+9
2014-12-02Resolves: fdo#36514 avoid empty style names in ww2 docsCaolán McNamara1-16/+11
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna2-2/+2
2014-11-18DOCX export: put either hints or the para attr set into the para marker propsMiklos Vajna2-2/+13
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-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin2-3/+3
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-4/+4
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini13-24/+24
2014-11-11callcatcher: dropping SwChapterNumRules binary Load/Store has knock-on effectCaolán McNamara1-1/+0
2014-11-11iwyu: remove unneeded includes in sc, sd, swRiccardo Magliocchetti1-1/+0
2014-11-10Resolves fdo#86008: fix a crash when open doc fileJulien Nabet1-1/+1
2014-11-09constLuboš Luňák1-1/+1
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
2014-11-07Swapping Graphic is a privilage of GraphicObject.Zolnai Tamás1-5/+0
2014-11-07Make GetTwipSize() call SwapIn() by itself in case of invalid sizeZolnai Tamás2-22/+4
2014-11-07Swap in graphic by SwGrfNode and not manuallyZolnai Tamás4-18/+2
2014-11-07MS export: don't need to manually swapout images after swapin themZolnai Tamás4-17/+2
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-3/+3
2014-11-04bnc#636128 DOC export: handle FFData.cchMiklos Vajna1-0/+10
2014-11-04bnc#636128 DOC import: handle FFData.cchMiklos Vajna2-3/+6
2014-11-02abi#9930 DocxAttributeOutput::AddToAttrList: avoid duplicated attributesMiklos Vajna1-1/+1
2014-11-02unused includes in RTF filter and related filesMiklos Vajna5-52/+0
2014-10-31Removed duplicated includesAndrea Gelmini5-7/+0
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2-3/+3
2014-10-30fdo#79602: sw: add new compatibiltiy flag PropLineSpacingShrinksFirstLineMichael Stahl1-0/+1
2014-10-30Unused DocxAttributeOutput::switchHeaderFooter()Miklos Vajna2-42/+0
2014-10-29tools: remove DBG_ERRORFILE and replace all callersMichael Stahl1-1/+1
2014-10-29sw: translate Netto to NetMichael Stahl3-15/+15
2014-10-29sw: convert last usage of switchHeaderFooter() to DocxTableExportContextMiklos Vajna1-2/+3
2014-10-28lastAnchorPos got renamed to mpLastAnchorPosCaolán McNamara1-1/+1
2014-10-28fix a big pile of the crash tester .doc import failuresCaolán McNamara1-2/+4
2014-10-28coverity#1242653 Untrusted loop boundCaolán McNamara1-2/+12
2014-10-28coverity#1242656 Untrusted loop boundCaolán McNamara1-7/+13
2014-10-28coverity#1242656 Untrusted loop boundCaolán McNamara1-1/+9
2014-10-28coverity#1242656 Untrusted loop boundCaolán McNamara1-1/+8
2014-10-28improve Sttb dumping for truncated caseCaolán McNamara1-0/+3
2014-10-28DocxTableExportContext: allow usage outside DocxAttributeOutputMiklos Vajna2-25/+29
2014-10-27WaE: -Werror=sign-compareCaolán McNamara1-1/+1