summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par2.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-10-02Resolves: fdo#54862 extra ++n causing merged cells to be skippedCaolán McNamara1-1/+0
2012-05-14Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin1-6/+6
2012-05-05Resolves: fdo#49342 crash merging cells, revert conversion to std::mapCaolán McNamara1-9/+8
2012-03-21Further clean up of previous patchStephan Bergmann1-24/+18
2012-03-21Use ptr_vector instead of SV_DECL_PTRARR_DEL for WW8MergeGroupsArnaud Versini1-34/+25
2012-02-27ditch archaic filter-tracer remnantsCaolán McNamara1-3/+1
2012-02-24-Werror=unused-parameterStephan Bergmann1-15/+1
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-1/+1
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-1/+1
2011-12-21needs more work firstCaolán McNamara1-1/+1
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-1/+1
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-11-24sw: enable more debug code:Michael Stahl1-8/+6
2011-11-23SwSelBoxes: svarray -> std::mapDaisuke Nishino1-8/+10
2011-11-17redundant if not-null checks on deleteIvan Timofeev1-3/+2
2011-09-05add a fairly efficient read_LEuInt16s_AsOUString, merge similar thingsCaolán McNamara1-1/+1
2011-09-02add a way to better construct an OString of len X from a SvStreamCaolán McNamara1-3/+3
2011-07-29Fixes for segfault on an edge case + translationsMarc-Andre Laverdiere1-16/+14
2011-07-25enforce inside boundsCaolán McNamara1-2/+9
2011-07-21check reads and seeksCaolán McNamara1-4/+2
2011-07-11check that seeks succeed, sanity check count of styles against recorded lengthCaolán McNamara1-10/+8
2011-07-11callcatcher: unused lcl_PamContainsFlyCaolán McNamara1-39/+0
2011-07-04stray debugging codeCaolán McNamara1-2/+0
2011-07-04Related: #i86988# make abo levels saferCaolán McNamara1-0/+2
2011-07-04Related: #i115768# use cached data values instead of pointer to sprm cacheCaolán McNamara1-2/+4
2011-07-02Related: fdo#37057 use standard sprm iteratorCaolán McNamara1-4/+4
2011-06-21switch to using a vector for styles, and add many range checksMarc-André Laverdière1-30/+39
2011-06-20merge these sprm finders and do it rightCaolán McNamara1-15/+1
2011-06-08restore CVE fix. unit tests ruleCaolán McNamara1-1/+1
2011-04-22left arrow comments removed // <--Júlio Hoffimann1-12/+0
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat1-2/+2
2011-03-19Fixes for WW8 filter related to new bordersCédric Bosdonnat1-2/+2
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-166/+166
2011-03-14Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks1-166/+166
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-04make this more robustCaolán McNamara1-1/+1
2011-03-04handle 0 width tables gracefullyCaolán McNamara1-33/+36
2011-02-13Remove whitespaces from includesThomas Arnhold1-2/+2
2011-02-07removetooltypes01: Rebase to DEV300m99Carsten Driesner1-1/+1
2011-01-31Remove comments; sw/source/filtershirahara1-64/+38
2011-01-18Remove duplicated includes and defines. Identified with "cat $i | grep '^#inc...Thomas Arnhold1-1/+0
2011-01-17Remove #newlistlevelattrs# comments.Thomas Arnhold1-2/+0
2011-01-17removetooltypes01: #i112600# Remove tools types from swCarsten Driesner1-167/+167
2010-12-15undoapi: SwNodes: remove obsolete operator[](SwNodeIndex&)Michael Stahl1-1/+1
2010-12-14tidy this up, and don't bail out on mislength recordsCaolán McNamara1-1/+1
2010-11-25Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky1-48/+48
2010-11-25Removed DBG_UTIL from swCédric Bosdonnat1-48/+48
2010-11-23remove dead commentsKayo Hamid1-64/+3
2010-11-11Resolves: #i25247#, #i25561#, #i48064#, #i92341# CTL/Other Default FontCaolán McNamara1-15/+4
2010-11-10#i115495# fix type promotion problemCaolán McNamara1-1/+4