summaryrefslogtreecommitdiff
path: root/sw/source/filter
AgeCommit message (Expand)AuthorFilesLines
2012-07-04refactor handling of double border widths:Michael Stahl6-14/+17
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl13-145/+156
2012-07-04rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl13-30/+34
2012-06-27fdo#48335 RTF export: avoid fake page breaks on page style changesMiklos Vajna3-2/+10
2012-06-27fdo#48335 don't export zoom factor when zoom type is not percentMiklos Vajna1-1/+1
2012-06-27fdo#48335 RTF export: don't try to end not started runsMiklos Vajna2-2/+7
2012-06-22fdo#50831 fix RTF export of direct run formatting for empty paragraphsMiklos Vajna8-13/+21
2012-06-15n#325936 fix ww8 export of fly frames with transparent background in headersMiklos Vajna1-5/+14
2012-06-15n#325936 fix ww8 export of not-in-background anchored images in headerMiklos Vajna1-1/+28
2012-06-12fdo#43249: WW8: fix double border import:Michael Stahl1-0/+4
2012-06-05Unify ODF extended vs. ODF1.2 handlingThorsten Behrens1-1/+1
2012-06-01targeted string re-workNorbert Thiebaud3-79/+79
2012-05-31targetted SAL_N_ELEMENTS revert.Michael Meeks6-14/+13
2012-05-31targetted minor cppcheck reversionMichael Meeks1-2/+2
2012-05-30stray ;Caolán McNamara1-1/+1
2012-05-28fix horizontal rule width in .doc documents (bnc#757118)Luboš Luňák2-9/+33
2012-05-29removed dead codeTakeshi Abe2-40/+0
2012-05-28OSL_LITTLEENDIAN->OSL_LITENDIANCaolán McNamara1-1/+1
2012-05-25SwFlySaveArr: Apple GCC complains about constructorsMichael Stahl1-2/+4
2012-05-25Convert V_DECL_PTRARR_DEL(SwFlySaveArr) to std::vectorNoel Grandin3-28/+37
2012-05-25Convert SV_DECL_PTRARR_DEL(SwNumRuleTbl) to std::vectorNoel Grandin5-29/+31
2012-05-25Convert SV_DECL_PTRARR_SORT_VISIBILITY(SwPosFlyFrms) to std::setNoel Grandin2-11/+9
2012-05-24column break without columns seems to be a page break (bnc#750255)Luboš Luňák1-2/+4
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann3-4/+4
2012-05-23write out the same data to pic:cNvPr like to wp:docPrLuboš Luňák1-13/+11
2012-05-23removed unused temporary rtl::OUStringTakeshi Abe2-3/+0
2012-05-14Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin11-65/+66
2012-05-12Fix memory leak when using XMLPropertyHandler in sw xml filters.Arnaud Versini2-0/+4
2012-05-11fdo#45522 fix crash on RTF export of sub-tables during copy&pasteMiklos Vajna1-1/+1
2012-05-11RtfAttributeOutput::EndTableCell: fix integer underflowMiklos Vajna1-1/+2
2012-05-11fdo#44174 RTF_TITLEPG when title page has no headerMiklos Vajna1-0/+1
2012-05-10i#119219 fix non-unicode RTF exportMiklos Vajna3-20/+6
2012-05-10fdo#49692 fix RTF export of empty paragraph numbering rulesMiklos Vajna1-3/+3
2012-05-09Resolves: fdo#38071 improve multi-line form field text rangesCaolán McNamara1-1/+2
2012-05-09Removed unnecessary SvLibraryStephan Bergmann1-3/+4
2012-05-09also convert assertions in previous commitMichael Stahl1-4/+4
2012-05-09Convert SV_DECL_PTRARR(_HTMLEndLst) to std::vectorNoel Grandin1-27/+26
2012-05-09Convert SV_DECL_PTRARR(SwHTMLTxtFtns) to std::vectorNoel Grandin2-11/+8
2012-05-09Convert SV_DECL_PTRARR_SORT_DEL(SwHTMLFmtInfos) to boost::ptr_setNoel Grandin3-74/+72
2012-05-09fix debug code in previous 3 commitsMichael Stahl1-13/+11
2012-05-09Convert SV_DECL_PTRARR_DEL(HTMLTableCells) boost::ptr_vectorNoel Grandin1-12/+9
2012-05-09Convert SV_DECL_PTRARR_DEL(HTMLTableRows) to boost::ptr_vectorNoel Grandin1-39/+37
2012-05-09Convert SV_DECL_PTRARR_DEL(HTMLTableColumns) to boost::ptr_vectorNoel Grandin1-23/+21
2012-05-09Convert SV_DECL_PTRARR(SdrObjects) to std::vectorNoel Grandin1-3/+3
2012-05-09also convert assertions in previous commitMichael Stahl3-27/+26
2012-05-09fix std::deque::deque(size_t) in previous commitMichael Stahl1-1/+1
2012-05-09Convert SV_DECL_PTRARR(_HTMLAttrs) to std::dequeNoel Grandin7-107/+125
2012-05-09Convert SV_DECL_PTRARR(_HTMLAttrContexts) to std::vectorNoel Grandin8-35/+34
2012-05-09Convert SV_DECL_PTRARR_DEL(ImageMaps) to boost::ptr_vectorNoel Grandin3-7/+4
2012-05-09Convert SV_DECL_PTRARR(SwHTMLFrmFmts) to std::vectorNoel Grandin3-6/+5