summaryrefslogtreecommitdiffstats
path: root/sw
Commit message (Expand)AuthorAgeFilesLines
* similar to fdo#45592 type for property UNO_NAME_SAVE_FILTER_DATA is wrongNoel Power2012-05-151-1/+1
* fix property type for printoptions fdo#45592Noel Power2012-05-151-1/+1
* convert GetUndoActionComment family to rtl::OUStringCaolán McNamara2012-05-152-2/+2
* fdo#49940 testcaseMiklos Vajna2012-05-152-0/+15
* n#760294 testcaseMiklos Vajna2012-05-152-0/+17
* Work around signed/unsigned warning (old GCC versions), and adapt loop typeStephan Bergmann2012-05-151-5/+6
* use real visibility of SwScrollbar againIvan Timofeev2012-05-151-1/+1
* SwTableAutoFmtTbl: try to fix MSVC tinderbox:Michael Stahl2012-05-1510-29/+82
* sw: avoid over-using over-complicated SfxUndoManager::IsUndoEnabledMichael Meeks2012-05-141-8/+5
* sw: try to fix Mac tinderbox SwAuthorityFieldType:Michael Stahl2012-05-143-10/+16
* Fix memory leak from using std::vector for SwTableBoxesMichael Stahl2012-05-142-2/+6
* Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin2012-05-1432-432/+458
* fix RenameHdl in previous commit:Michael Stahl2012-05-141-7/+8
* Convert SV_DECL_PTRARR_DEL(_SwTableAutoFmtTbl) to boost::ptr_vectorNoel Grandin2012-05-146-49/+42
* Convert SV_DECL_PTRARR(SwEvtLstnrArray) to std::vectorNoel Grandin2012-05-144-17/+19
* Convert SV_DECL_PTRARR(ActionContextArr) to std::dequeNoel Grandin2012-05-142-7/+6
* Convert SV_DECL_PTRARR_DEL(SwAuthDataArr) to boost::ptr_vectorNoel Grandin2012-05-142-34/+26
* Convert V_DECL_PTRARR_DEL(SortKeyArr) to boost::ptr_vectorNoel Grandin2012-05-142-40/+15
* Resolves: fdo#49897 add+use SwDoc::containsUpdatableFieldsCaolán McNamara2012-05-143-5/+23
* Initial ooxml export testMiklos Vajna2012-05-144-0/+173
* removed unused static rtl::OUStringTakeshi Abe2012-05-141-2/+0
* convert GetComment family to rtl::OUStringCaolán McNamara2012-05-145-6/+6
* Add helpful instructions nearby encrypted CVE files.Michael Meeks2012-05-141-0/+7
* Fix memory leak when using XMLPropertyHandler in sw xml filters.Arnaud Versini2012-05-122-0/+4
* fdo#44010: fix vertical text frame borders:Michael Stahl2012-05-111-72/+87
* fdo#45522 fix crash on RTF export of sub-tables during copy&pasteMiklos Vajna2012-05-111-1/+1
* RtfAttributeOutput::EndTableCell: fix integer underflowMiklos Vajna2012-05-111-1/+2
* fdo#45190 import of RTF_LI should reset inherited RTF_FIMiklos Vajna2012-05-112-0/+32
* Translate German commentsPhilipp Weissenbacher2012-05-111-42/+41
* Missed a comment and improved another onePhilipp Weissenbacher2012-05-111-4/+4
* Translate German commentsPhilipp Weissenbacher2012-05-111-168/+154
* fdo#49709 set updated values to the right entriesDavid Tardon2012-05-111-5/+6
* fdo#44174 RTF_TITLEPG when title page has no headerMiklos Vajna2012-05-113-0/+23
* i#119219 fix non-unicode RTF exportMiklos Vajna2012-05-103-20/+6
* fdo#49692 fix RTF export of empty paragraph numbering rulesMiklos Vajna2012-05-101-3/+3
* Resolves: fdo#37044 two different TransliterationChgData structsCaolán McNamara2012-05-101-9/+12
* ditch temporary unused StringsCaolán McNamara2012-05-101-6/+0
* fdo#49692 RTFValue::Clone(): copy m_bForceString as wellMiklos Vajna2012-05-102-0/+42
* fdo#49605: SwEditShell: fix handling of overlapping grammar errorsDaniel Naber2012-05-091-1/+1
* fdo#49271 rtftok: make sure we send char props if there are no runsMiklos Vajna2012-05-092-0/+20
* sw: move common methods of subsequent filter tests to a SwModelTestBaseMiklos Vajna2012-05-095-139/+92
* fdo#49683 implement RTF_KEYWORDSMiklos Vajna2012-05-092-0/+20
* Resolves: fdo#38071 improve multi-line form field text rangesCaolán McNamara2012-05-092-2/+5
* Removed unnecessary SvLibraryStephan Bergmann2012-05-091-3/+4
* AutoText: fix segfault when delete/rename action applied while group selected.Brad Sowden2012-05-091-13/+11
* rtftok test: clean up by introducing getStyles() helperMiklos Vajna2012-05-091-18/+14
* fdo#49501 RTF_MARGL/R/T/B should also set the current marginMiklos Vajna2012-05-092-0/+31
* n#757651 testcaseMiklos Vajna2012-05-093-0/+31
* Convert SV_DECL_PTRARR_DEL(_RefIdsMaps) to boost::ptr_vectorNoel Grandin2012-05-091-6/+5
* fix std::vector::vector(size_t) in previous commitMichael Stahl2012-05-091-2/+2