summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
2014-01-06cp#2013101510000026: fix file coruption caused by comments' doc exportZolnai Tamás1-7/+0
2014-01-03cp#2013101510000026: doc import of comments affecting more text nodesZolnai Tamás1-5/+44
2014-01-03cp#2013101510000026: doc export of commented text rangesZolnai Tamás4-7/+111
2014-01-03cp#2013101510000026: fix doc export of comments initialsZolnai Tamás2-23/+31
2014-01-03cp#2013101510000026: wrong highlight of commented text range imported from docZolnai Tamás1-4/+3
2013-12-30valgrind: invalid read on deleted SwPageFrmCaolán McNamara3-3/+13
2013-12-28fdo#65090 RTF filter: import RTF_CLMGF and RTF_CLMRGMiklos Vajna1-1/+1
2013-12-28Fix stepping to the next changeZolnai Tamás1-2/+2
2013-12-27use SfxSingleTabDialogBase here nowCaolán McNamara1-1/+1
2013-12-23fdo#67370: Hyphens are not visible in tagged PDFKhaled Hosny2-12/+11
2013-12-21fdo#71429: sw: fix crashes when changing header first sharingMichael Stahl1-0/+42
2013-12-21fdo#69065: sw: fix mirrored page style with first-pageMichael Stahl11-53/+134
2013-12-21fdo#70232: sw: brown paper-bag fix for header sharing mangling footersMichael Stahl1-1/+1
2013-12-18fdo#72452: ODF import/export: fix handling of style:page-numberMichael Stahl2-2/+6
2013-12-17fix caption dialogCaolán McNamara2-10/+6
2013-12-10Related: #i33737# correction: assure the selections does not...Oliver-Rainer Wittmann1-3/+2
2013-12-10fdo#70198: sw: don't truncate Time values on 32bit platformsMichael Stahl2-3/+5
2013-12-09fdo#72488: Broken text when showing visible spaceKhaled Hosny1-1/+7
2013-12-06sw: fix more cases of SwDrawTextInfo::GetText()/SetText() not restoringMichael Stahl1-21/+21
2013-12-06fdo#71714: sw: fix small capitals renderingMichael Stahl1-13/+16
2013-12-05fdo#71866: sw: un-break index updatesMichael Stahl1-1/+2
2013-12-05fdo#71892: sw: fix crash when pasting table in footnoteMichael Stahl1-13/+10
2013-12-05fdo#68724: sw: fix crash on Insert->File with Hybrid PDFMichael Stahl2-1/+23
2013-12-04Relater: rhbz#903281 NULL follow frames on drag/dropCaolán McNamara1-4/+10
2013-12-04SwRTFWriter: fix string conversionMiklos Vajna1-1/+1
2013-12-03Revert "sw: valgrind complains about uninitialized mbIsPrepareSelAll"Michael Stahl1-1/+0
2013-12-03SwAccessibleFrameBase::Modify(): avoid accessing deleted mpFrmMichael Stahl1-0/+2
2013-12-03sw: valgrind complains about uninitialized mbIsPrepareSelAllMichael Stahl1-0/+1
2013-12-02fdo#71749: sw: WW8: don't loop on tables in footnotesMichael Stahl1-1/+1
2013-11-26Mailmerge shows wrong number of emails to be sentRodolfo Ribeiro Gomes1-1/+1
2013-11-25Fixed for libreoffice crashes while opening file.PriyankaGaikwad1-1/+1
2013-11-21Resolves: fdo#67263 CRASH when deleting applied bulleted paragraph styleJulien Nabet1-1/+1
2013-11-20Clean up SwXTextDocument::createStephan Bergmann1-96/+85
2013-11-20Freeze layout / page format normalization.Jan-Marek Glogowski3-1/+28
2013-11-20Resolves: #i123578# adjust table layout algorithm to avoid layout loopsOliver-Rainer Wittmann2-47/+65
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin3-15/+15
2013-11-20avmedia: Implement "block untrusted referer links" featureStephan Bergmann4-12/+19
2013-11-20fdo#71740 AutoCorrection Border emphasis differencesLaurent Balland-Poirier1-9/+9
2013-11-20bnc#837302: Allow insertion of redlines with an empty author.Jan Holesovsky1-2/+1
2013-11-20Highlight fade in SwCommentRulerRodolfo Ribeiro Gomes2-13/+60
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin3-15/+15
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin2-12/+7
2013-11-20Remove now useless RTL code-comment on SwCommentRulerRodolfo Ribeiro Gomes1-4/+3
2013-11-20Writer : Fix fdo#71694 by clearing old anchor frame before setting newArnaud Versini1-1/+2
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin3-8/+8
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin3-3/+3
2013-11-20fdo#71645 remove footnote numbers in cross-referencesLászló Németh6-10/+13
2013-11-19Disambiguate std::max callStephan Bergmann1-1/+1
2013-11-19don't panic on clicking inside input fieldCaolán McNamara1-13/+19
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann121-1401/+2863