summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-04-10It's "its", not "it's"Tor Lillqvist10-13/+13
2014-04-10DownLoad -> Download.Jan Holesovsky4-4/+4
2014-04-10Off by one.Jan Holesovsky1-4/+4
2014-04-10callcatcher: update unused codeCaolán McNamara2-0/+4
2014-04-10fdo#77051: Preservation of Index field flag '\f'.YogeshBharate9-0/+76
2014-04-09tweak the height value in testDmlRectangleResize once again to pass on MacNorbert Thiebaud1-1/+1
2014-04-09fdo#69157 Apply object-in front selection on mouseUpLennard Wasserthal1-8/+11
2014-04-09Unit test for .doc export of full colour bordersLuke Deller2-0/+125
2014-04-09Fix and deduplicate the test code in SwStyleNameMapper::getHashTable.Chris Laplante2-142/+32
2014-04-09SwModelTestBase: use rtl::ByteSequenceMiklos Vajna1-8/+4
2014-04-09html export: Simplify & speed-up the test.Jan Holesovsky1-11/+9
2014-04-09fdo#76583 DOCX import: Floating table information is not preserved in RT file.umeshkadam2-3/+17
2014-04-08SwMultiTOXTabDialog: fortunately the bogus SetTemplatePath callMichael Stahl1-1/+0
2014-04-08liblo: Return early everywhere where we potentially export images.Tomaž Vajngerl2-11/+20
2014-04-08sw: initialize FieldResult::m_eTypeMichael Stahl2-12/+9
2014-04-08WaE: passing OUString by value, rather pass by referenceTor Lillqvist1-1/+1
2014-04-08WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-3/+3
2014-04-08sw html: Add missing textAndImage.docx document..Tomaž Vajngerl1-0/+0
2014-04-08coverity#738883 Uninitialized scalar fieldCaolán McNamara1-12/+38
2014-04-08coverity#738888 Uninitialized scalar fieldCaolán McNamara1-6/+14
2014-04-08sw html: HTML export test - option with or without "skipImages"Tomaž Vajngerl1-7/+56
2014-04-08sw test: add export test macro, remember test nameTomaž Vajngerl1-14/+66
2014-04-08html: rename IgnoreImages -> SkipImages, initialize to falseTomaž Vajngerl2-2/+3
2014-04-08html: "IgnoreImages" Option, which ignores images at exportTomaž Vajngerl3-1/+28
2014-04-08sw: SetupFilterOptions for any Writer derived filter (html, ascii)Tomaž Vajngerl2-3/+9
2014-04-08another workaround for C++'s lack of proper overloadingMichael Stahl1-1/+2
2014-04-08SwXFlatParagraph: use ::cppu::ImplInheritanceHelperMichael Stahl5-62/+22
2014-04-08fdo#69416: make footnote positions available to XProofreaderMichael Stahl6-10/+272
2014-04-08convert testModelToViewHelper to CPPUNIT_ASSERT_EQUALSMichael Stahl1-12/+18
2014-04-08rename misleading SwScanner::rConversionMapMichael Stahl2-4/+6
2014-04-08remove useless commentMichael Stahl1-1/+0
2014-04-08fdo76591:-Textbox property (order-> send behind text) is not preserved.Sourav2-0/+8
2014-04-08coverity#736070 Missing break in switchCaolán McNamara1-0/+1
2014-04-08coverity#736069 Missing break in switchCaolán McNamara1-0/+1
2014-04-08coverity#705015 Explicit null dereferencedCaolán McNamara1-2/+6
2014-04-08coverity#705012 Explicit null dereferencedCaolán McNamara1-0/+3
2014-04-08coverity#705007 Explicit null dereferencedCaolán McNamara1-49/+17
2014-04-08use TriState instead of sal_Bool as there's three possibilitiesCaolán McNamara5-19/+20
2014-04-07Ignore sprmTFCantSplit90 in .doc file per MS specLuke Deller1-22/+5
2014-04-07Rename .doc SPRM IDs to match current MS specsLuke Deller5-108/+116
2014-04-07sw html: revert license content changesTomaž Vajngerl1-3/+3
2014-04-07WaE: -Werror=uninitializedCaolán McNamara1-1/+1
2014-04-07untangle the bFmt == 2 hackCaolán McNamara3-3/+3
2014-04-07Related: fdo#51818 format statistical numbers with locale rulesCaolán McNamara2-18/+32
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-20/+20
2014-04-07Resolves: fdo#51818 format word count numbers with locale rulesCaolán McNamara1-11/+13
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann22-36/+14
2014-04-07cppcheck: "else if" condition matches previous conditionJulien Nabet1-1/+1
2014-04-07This IOS ifdef has no visible effect nowadaysTor Lillqvist1-4/+0
2014-04-07coverity#705035 Explicit null dereferencedCaolán McNamara1-1/+2