summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-05-28fix horizontal rule width in .doc documents (bnc#757118)Luboš Luňák1-0/+12
2012-05-24column break without columns seems to be a page break (bnc#750255)Luboš Luňák1-2/+4
2012-04-25rework GetDefaultTextEncoding etc -> getBestTextEncodingFromLocaleCaolán McNamara1-2/+7
2012-04-25msfilter::util: avoid code duplication by merging from sw and writerfilterMiklos Vajna1-25/+2
2012-04-16String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara1-3/+2
2012-04-02prevent a memory leakLuboš Luňák1-0/+3
2012-03-23removed duplicate includes in swTakeshi Abe1-1/+0
2012-03-20reduce UniStringsCaolán McNamara1-1/+1
2012-03-18Simplify these 2 conditionsJulien Nabet1-2/+2
2012-03-12use string literal OUString overloadsLuboš Luňák1-1/+1
2012-03-12this massive rigmarole is just to map a msword author id to a writer author idCaolán McNamara1-2/+0
2012-03-0864bit Truncated pointer used as an unique 32bit idCaolán McNamara1-1/+1
2012-03-08tidy up WW8FormulaControl, with knock on results elsewhereCaolán McNamara1-1/+1
2012-03-07convert SwWW8ImplReader::simpleAddTextToParagraph to SAL_INFO()Miklos Vajna1-3/+1
2012-03-05Sprinkle more DISABLE_SCRIPTING ifdefsTor Lillqvist1-1/+3
2012-03-05Related: rhbz#799630 survive unknown/broken nIdctHint valuesCaolán McNamara1-1/+4
2012-03-05remove RTL_CONSTASCII_USTRINGPARAM usageLuboš Luňák1-13/+10
2012-02-28replace AllocBuffer in ww8 filterCaolán McNamara1-7/+8
2012-02-27ditch archaic filter-tracer remnantsCaolán McNamara1-17/+0
2012-02-24-Werror=unused-parameterStephan Bergmann1-15/+0
2012-02-24Removed MSFilterTracer and all references to itSzabolcs Dezsi1-2/+1
2012-02-20remove now unused swunodef.hxxThomas Arnhold1-1/+0
2012-02-20expand and remove macro STAR_REFERENCEThomas Arnhold1-1/+1
2012-02-15sw: ww8: ~SwIndexReg assertion:Michael Stahl1-2/+1
2012-02-13sw: ww8: ~SwIndexReg assertion:Michael Stahl1-2/+1
2012-01-24all direct OUString readers are current little endian streamsCaolán McNamara1-2/+2
2012-01-17Fix for fdo43460 Part XL getLength() to isEmpty()Olivier Hallot1-4/+4
2012-01-18removed dead macroTakeshi Abe1-2/+0
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara1-2/+2
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-12-08Resolves: fdo#43337 optimize weak-char overridingCaolán McNamara1-10/+59
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-11-17redundant if not-null checks on deleteIvan Timofeev1-4/+2
2011-11-12n#707157: Word doesn't break the numberings and prefers hiding themCédric Bosdonnat1-0/+1
2011-11-02n#693238: fixed docx import of tabs set after the end marginCédric Bosdonnat1-0/+1
2011-10-20Resolves: fdo#41556 restore original CTL font after forcing fontCaolán McNamara1-0/+8
2011-09-06make sure we can detect if vba code was importedNoel Power1-1/+1
2011-09-05disentangle 16bit pascal-strings and zero terminated pstrings, etc.Caolán McNamara1-2/+2
2011-09-05disentangle WW8ReadPString to pascal-string and null terminated pstringCaolán McNamara1-1/+2
2011-09-05add a fairly efficient read_LEuInt16s_AsOUString, merge similar thingsCaolán McNamara1-9/+9
2011-09-05access oox vbaproject import directlyNoel Power1-44/+20
2011-08-31rename screwy operator++ to advanceCaolán McNamara1-1/+1
2011-08-31rename this odd operator++ to just 'advance'Caolán McNamara1-1/+1
2011-08-12SvtFilterOptions::Get can never be NULL, return ref and don't leakCaolán McNamara1-18/+14
2011-08-04replace ByteString::ConvertToUnicodeCaolán McNamara1-2/+1
2011-08-02bPgChpLevel is always false, so remove if (bPgChpLevel) branchesCaolán McNamara1-1/+1
2011-07-21check reads and seeksCaolán McNamara1-16/+19
2011-07-18check if strlen is even possibleCaolán McNamara1-23/+39