summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par3.cxx
AgeCommit message (Expand)Author
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-14Code cleanup for i#120928 patchCédric Bosdonnat
2013-03-14Fix issue #i119405: Numbering text style changed after importing the *.docJian Hong Cheng
2013-03-13WaE: various warngs, e.g. unused argument, variables, orderingCaolán McNamara
2013-03-13Fix #i120928: Import Graphic Bullets of MS Word DocumentJian Hong Cheng
2013-03-05res. bug on numbered paragraph when .doc importMaxime de Roucy
2013-03-04remove trailing whitespacesThomas Arnhold
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
2012-12-28Some cppcheck cleaning in swJulien Nabet
2012-12-18SwMSConvertControls::InsertControl: typoMiklos Vajna
2012-12-18sw: kill C2U in filterMiklos Vajna
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-11-03sal_Bool to boolTakeshi Abe
2012-10-25sal_Bool to boolTakeshi Abe
2012-10-14sw: fix new clang warnings in ww8 filtersMiklos Vajna
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara
2012-06-12misuse of null-terminating requiring string ctorCaolán McNamara
2012-04-21clarify DelNumRule commentCaolán McNamara
2012-04-21Use boost::ptr_vector in WW8ListManager instead of SV_DECL_PTRARR_DELArnaud Versini
2012-04-06reduce overzealous namingLuboš Luňák
2012-03-28remove RTL_CONSTASCII_(U)STRINGPARAM usageLuboš Luňák
2012-03-08tidy up WW8FormulaControl, with knock on results elsewhereCaolán McNamara
2012-03-07Fix MSVC compilation error: can't assign a const char* to StringTor Lillqvist
2012-03-05remove RTL_CONSTASCII_USTRINGPARAM usageLuboš Luňák
2012-03-01WaE: use of logical '||' with constant operandTor Lillqvist
2012-02-28we don't want \'longs\' hereCaolán McNamara
2012-02-27ditch archaic filter-tracer remnantsCaolán McNamara
2012-01-24all direct OUString readers are current little endian streamsCaolán McNamara
2011-11-27remove include of pch header from swNorbert Thiebaud
2011-11-02n#715115: WW8 numbering levels: use the WW6 indent if legacy flag is setCédric Bosdonnat
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power
2011-09-05disentangle WW8Read_xstz variantsCaolán McNamara
2011-09-05disentangle 16bit pascal-strings and zero terminated pstrings, etc.Caolán McNamara
2011-09-04Fix combobox import bugAndor Ertsey
2011-08-31rename screwy operator++ to advanceCaolán McNamara
2011-08-12SvtFilterOptions::Get can never be NULL, return ref and don't leakCaolán McNamara
2011-07-28Fix fdo#36868 - doc import list numbering errorTroy Rollo
2011-07-20use SprmIterator here too instead of hand-rolled loopCaolán McNamara
2011-07-08check font and list lengthsCaolán McNamara
2011-07-07init some variables against short readsCaolán McNamara
2011-07-06Fixed core dump and invalid memory access for some edge casesmarc-andre@atc.tcs.com
2011-07-05check seeks for list positionsCaolán McNamara
2011-06-21switch to using a vector for styles, and add many range checksMarc-André Laverdière
2011-06-20Resolves: #i105349# protect against missing insertion positionCaolán McNamara
2011-06-20merge these sprm finders and do it rightCaolán McNamara
2011-06-07Revert "fix date format export, N is not a recognised format code"Noel Power
2011-06-07fix date format export, N is not a recognised format codeNoel Power
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky