summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2012-05-18writer UI: Decrease the size of the border around the document.Jan Holesovsky1-1/+1
2012-05-17WaE: 'Impl' defined as a struct here but previously declared as a classTor Lillqvist1-1/+1
2012-05-17sw/qa/extras: add a README explaining how to add new testsMiklos Vajna1-0/+102
2012-05-17fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon36-54/+56
2012-05-15similar to fdo#45592 type for property UNO_NAME_SAVE_FILTER_DATA is wrongNoel Power1-1/+1
2012-05-15fix property type for printoptions fdo#45592Noel Power1-1/+1
2012-05-15convert GetUndoActionComment family to rtl::OUStringCaolán McNamara2-2/+2
2012-05-15fdo#49940 testcaseMiklos Vajna2-0/+15
2012-05-15n#760294 testcaseMiklos Vajna2-0/+17
2012-05-15Work around signed/unsigned warning (old GCC versions), and adapt loop typeStephan Bergmann1-5/+6
2012-05-15use real visibility of SwScrollbar againIvan Timofeev1-1/+1
2012-05-15SwTableAutoFmtTbl: try to fix MSVC tinderbox:Michael Stahl10-29/+82
2012-05-14sw: avoid over-using over-complicated SfxUndoManager::IsUndoEnabledMichael Meeks1-8/+5
2012-05-14sw: try to fix Mac tinderbox SwAuthorityFieldType:Michael Stahl3-10/+16
2012-05-14Fix memory leak from using std::vector for SwTableBoxesMichael Stahl2-2/+6
2012-05-14Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin32-432/+458
2012-05-14fix RenameHdl in previous commit:Michael Stahl1-7/+8
2012-05-14Convert SV_DECL_PTRARR_DEL(_SwTableAutoFmtTbl) to boost::ptr_vectorNoel Grandin6-49/+42
2012-05-14Convert SV_DECL_PTRARR(SwEvtLstnrArray) to std::vectorNoel Grandin4-17/+19
2012-05-14Convert SV_DECL_PTRARR(ActionContextArr) to std::dequeNoel Grandin2-7/+6
2012-05-14Convert SV_DECL_PTRARR_DEL(SwAuthDataArr) to boost::ptr_vectorNoel Grandin2-34/+26
2012-05-14Convert V_DECL_PTRARR_DEL(SortKeyArr) to boost::ptr_vectorNoel Grandin2-40/+15
2012-05-14Resolves: fdo#49897 add+use SwDoc::containsUpdatableFieldsCaolán McNamara3-5/+23
2012-05-14Initial ooxml export testMiklos Vajna4-0/+173
2012-05-14removed unused static rtl::OUStringTakeshi Abe1-2/+0
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara5-6/+6
2012-05-14Add helpful instructions nearby encrypted CVE files.Michael Meeks1-0/+7
2012-05-12Fix memory leak when using XMLPropertyHandler in sw xml filters.Arnaud Versini2-0/+4
2012-05-11fdo#44010: fix vertical text frame borders:Michael Stahl1-72/+87
2012-05-11fdo#45522 fix crash on RTF export of sub-tables during copy&pasteMiklos Vajna1-1/+1
2012-05-11RtfAttributeOutput::EndTableCell: fix integer underflowMiklos Vajna1-1/+2
2012-05-11fdo#45190 import of RTF_LI should reset inherited RTF_FIMiklos Vajna2-0/+32
2012-05-11Translate German commentsPhilipp Weissenbacher1-42/+41
2012-05-11Missed a comment and improved another onePhilipp Weissenbacher1-4/+4
2012-05-11Translate German commentsPhilipp Weissenbacher1-168/+154
2012-05-11fdo#49709 set updated values to the right entriesDavid Tardon1-5/+6
2012-05-11fdo#44174 RTF_TITLEPG when title page has no headerMiklos Vajna3-0/+23
2012-05-10i#119219 fix non-unicode RTF exportMiklos Vajna3-20/+6
2012-05-10fdo#49692 fix RTF export of empty paragraph numbering rulesMiklos Vajna1-3/+3
2012-05-10Resolves: fdo#37044 two different TransliterationChgData structsCaolán McNamara1-9/+12
2012-05-10ditch temporary unused StringsCaolán McNamara1-6/+0
2012-05-10fdo#49692 RTFValue::Clone(): copy m_bForceString as wellMiklos Vajna2-0/+42
2012-05-09fdo#49605: SwEditShell: fix handling of overlapping grammar errorsDaniel Naber1-1/+1
2012-05-09fdo#49271 rtftok: make sure we send char props if there are no runsMiklos Vajna2-0/+20
2012-05-09sw: move common methods of subsequent filter tests to a SwModelTestBaseMiklos Vajna5-139/+92
2012-05-09fdo#49683 implement RTF_KEYWORDSMiklos Vajna2-0/+20
2012-05-09Resolves: fdo#38071 improve multi-line form field text rangesCaolán McNamara2-2/+5
2012-05-09Removed unnecessary SvLibraryStephan Bergmann1-3/+4
2012-05-09AutoText: fix segfault when delete/rename action applied while group selected.Brad Sowden1-13/+11
2012-05-09rtftok test: clean up by introducing getStyles() helperMiklos Vajna1-18/+14