summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par6.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-10-10add editeng::ConvertBorderWidthFromWord:Michael Stahl1-73/+3
2012-08-02sw: fix some warningsMichael Stahl1-1/+1
2012-07-04refactor handling of double border widths:Michael Stahl1-2/+4
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-19/+19
2012-07-04rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl1-1/+1
2012-05-31targetted SAL_N_ELEMENTS revert.Michael Meeks1-4/+4
2012-05-07introduce msfilter::util::BGRToRGB to avoid copy&pasteMiklos Vajna1-14/+3
2012-04-25Convert SV_DECL_PTRARR_DEL(SwColumns) to boost::ptr_vectorNoel Grandin1-1/+1
2012-04-02split out ContextualSpacingCaolán McNamara1-5/+14
2012-04-02SwWW8ImplReader::Read_UL: make this a bit less hard to readMiklos Vajna1-1/+1
2012-04-02ww8: sprmPFContextualSpacing is a Bool8 valueMiklos Vajna1-1/+1
2012-03-13ww8: implement sprmPFContextualSpacingMiklos Vajna1-7/+4
2012-03-08Resolves: fdo#40686 dyaLinePitch only valid between [1-31680]Caolán McNamara1-6/+9
2012-02-27ditch archaic filter-tracer remnantsCaolán McNamara1-20/+11
2012-02-13Fix typos in commentsElton Chung1-1/+1
2012-01-14Some cppcheck cleaningJulien Nabet1-1/+1
2012-01-10Use SAL_N_ELEMENTSThomas Arnhold1-2/+2
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-11-24sw: enable more debug code:Michael Stahl1-11/+3
2011-08-31rename screwy operator++ to advanceCaolán McNamara1-1/+1
2011-08-15bnc#693477 improve column/table width when table width > pagewidthNoel Power1-1/+8
2011-08-03ByteString::ConvertToUnicode->rtl::OUString ctorCaolán McNamara1-2/+7
2011-08-03Related: #i38880# crash in new field codeCaolán McNamara1-2/+5
2011-07-29Fixed invalid array dereferenceMarc-Andre Laverdiere1-14/+15
2011-07-26Revert "fix for bnc#693477 ensure table alignment is preserved"Noel Power1-2/+1
2011-07-21check reads and seeksCaolán McNamara1-3/+5
2011-07-18horrifically hard to find bug, deleted paras referenced by uncommitted propsCaolán McNamara1-1/+6
2011-07-15fix for bnc#693477 ensure table alignment is preservedNoel Power1-1/+2
2011-07-08Fixed a segmentation fault in some edge casesmarc-andre@atc.tcs.com1-2/+5
2011-07-04Related: #i115768# use cached data values instead of pointer to sprm cacheCaolán McNamara1-14/+8
2011-06-27rename bLocked to bOpen to be meaningfulCaolán McNamara1-1/+1
2011-06-27std::deque -> boost::ptr_dequeCaolán McNamara1-7/+7
2011-06-27refactor MakeRegion so we can avoid dubious copy ctorCaolán McNamara1-3/+3
2011-06-27refactor part of SwFltStackEntry into SwFltPositionCaolán McNamara1-1/+1
2011-06-27make this more readableCaolán McNamara1-2/+2
2011-06-21switch to using a vector for styles, and add many range checksMarc-André Laverdière1-38/+38
2011-05-19avoid de-referencing null pointers and string length problemMichael Meeks1-1/+1
2011-04-22left arrow comments removed // <--Júlio Hoffimann1-5/+0
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat1-19/+19
2011-03-19Fixes for WW8 filter related to new bordersCédric Bosdonnat1-27/+13
2011-03-19Fixed the WW8 filters to use new borders widthsCédric Bosdonnat1-91/+28
2011-03-19Borders: first attempt to fix the ww8 borders import with the new typesCédric Bosdonnat1-18/+2
2011-03-14Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks1-233/+233
2011-02-24Related: fdo#33549 remove bogus CorrectResIdForCharsetCaolán McNamara1-19/+0
2011-02-180x486e is sprmCRgLid1_80 not sprmCRgLid1Caolán McNamara1-5/+8
2011-02-180x486d is sprmCRgLid0_80 not sprmCRgLid0Caolán McNamara1-2/+2
2011-02-03fdo#33561: properly cast the byte in signed shortCédric Bosdonnat1-1/+1
2011-02-02WaE: throw out some warningsCaolán McNamara1-21/+0
2011-01-31Remove comments; sw/source/filtershirahara1-65/+38
2011-01-18Remove duplicated includes and defines. Identified with "cat $i | grep '^#inc...Thomas Arnhold1-1/+0