summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2013-03-25fdo#58071: .dot files sometimes rejected by writerCaolán McNamara1-0/+7
2013-03-18fdo#34800 Comments added to footer are placed at the right top of the page.Joren De Cuyper1-1/+27
2013-03-15fdo#62360: fix word breaking in Writer for spell checkingLászló Németh1-1/+4
2013-02-27Resolves: fdo#56031 RSID attr changes drop content change eventsCaolán McNamara2-4/+23
2013-02-25sw: fix RTF export of text frames anchored to empty paragraphsMiklos Vajna1-2/+9
2013-02-18apparently there's no ssize_t on windowsLuboš Luňák1-2/+2
2013-02-18fdo#60732: SwTxtNode: limit to less than STRING_LEN charsMichael Stahl3-15/+36
2013-02-14fdo#60668: filter out fieldmark chars from Index entries:Michael Stahl1-14/+31
2013-01-18sal_Bool to boolTakeshi Abe14-59/+61
2013-01-17fdo#52286 fix RTF export of sub/super script font heightMiklos Vajna4-1/+35
2013-01-17rhbz#818557: fix it differently: SwDocShell::_LoadStyles():Michael Stahl1-0/+9
2013-01-15fdo#40465 solve regression when zooming with cursor not visibleWinfried Donkers1-3/+4
2013-01-14Fix fdo#51121 OWA misbehaviour with uncompressed meta.xmlThorsten Behrens2-15/+6
2013-01-10fdo#58242: sw: fix more crashes when not on SwTxtNodeMichael Stahl3-6/+16
2013-01-09fdo#58242: getCrsrPropertyValue: fix crashes when PaM not on SwTxtNodeNoel Power1-9/+19
2013-01-08fdo#40465 fix to maintain correct focus whilst zoomingWinfried Donkers1-0/+3
2013-01-06rhbz#890080: crash in SwXTextDocument::getRendererCountMichael Stahl1-1/+4
2012-12-18fdo#58286: sw HTML export: fix missing end tags on FrmFmtsMichael Stahl1-1/+2
2012-12-18fix for fdo#57551: landscape/portrait sequence lost in FILESAVE as .docLuke Deller1-0/+4
2012-12-17fdo#52477 n#789482 DOCX: export track change data after w:hyperlinkMiklos Vajna2-6/+9
2012-12-14fdo#58142: fix frame selection in SwPageFrm::GetCrsrOfst:Michael Stahl1-6/+8
2012-12-14Resolves: fdo#32181 #i68503# don't emit pesky space unless in tagged pdf modeCaolán McNamara1-1/+3
2012-12-10fdo#57780: sw: lcl_ArrangeLowers: register drawing ...Michael Stahl1-2/+2
2012-12-07fdo#52182: Fixed click in frames located in header/footerCédric Bosdonnat12-41/+77
2012-12-07fdo#55289: fix crash in SwXShape::setPropertyValue:Michael Stahl2-1/+49
2012-12-07handle properly anchor transition at page->at paragraph->as characterLuboš Luňák1-10/+21
2012-12-07fix incorrect OSL_ENSURE -> SAL_WARN_IF conversion (condition not inverted)Luboš Luňák1-9/+9
2012-12-06fdo#56513 second header/footer lost saving as .docLuke Deller2-10/+3
2012-12-03Resolves: fdo#56549 crash in format->autocorrect->apply and edit changesCaolán McNamara2-5/+5
2012-11-27fix bug 53508Maxime de Roucy1-1/+9
2012-11-12Resolves: fdo#56554 hyphen in RTL date field split RTL processingCaolán McNamara1-2/+12
2012-11-12Related: fdo#56554 fix multi-script html field exportCaolán McNamara1-2/+3
2012-11-10fdo#51550 fix DOCX export dataloss on non-math/chart OLE exportMiklos Vajna2-21/+33
2012-11-09fdo#35427: repair Tools > Options > Writer > View - Show Scroll Slider optionsIvan Timofeev7-9/+69
2012-11-06Fix fdo#56603 by NULL pointer checking in SwDrawTextShell::ExecuteArnaud Versini1-2/+5
2012-10-29Resolves: fdo#35991 rowspan is of size sal_Int32, not size longCaolán McNamara1-1/+1
2012-10-26Resolves: fdo#50285 merging props unsafe with intermediate charstyle propCaolán McNamara1-2/+4
2012-10-26fdo#55939 fix RTF export of footnotesMiklos Vajna1-1/+4
2012-10-19fdo#46669 sw: RTF paste should not change page stylesMiklos Vajna1-1/+3
2012-10-19Fix fdo#47669: also check if we started the tag before ending itKorrawit Pruegsanusak1-1/+5
2012-10-18fdo#43210 Corrected page preview direction for RTL interfaceIssa Alkurtass1-6/+23
2012-10-15fdo#54094: Add a space in sw outline tooltipsCédric Bosdonnat1-1/+1
2012-10-12Resolves: fdo#48569 crash on export to .docx of inline anchored frameCaolán McNamara2-7/+11
2012-10-10add editeng::ConvertBorderWidthFromWord:Michael Stahl1-73/+3
2012-10-10fdo#54648: WW8 export: test that FlyFrm actually has layout frmMichael Stahl1-0/+4
2012-10-07rhbz#820283, fdo#55462: sw: better fix for DOCX table import crash:Michael Stahl1-27/+24
2012-10-02Resolves: fdo#54862 extra ++n causing merged cells to be skippedCaolán McNamara1-1/+0
2012-10-02fdo#53673 fix for layout problems with version 3.6 and upWinfried Donkers1-54/+23
2012-10-01fdo#31405 CommandType is a LONG, so use a sal_Int32 to retrieve itLionel Elie Mamane1-3/+3
2012-09-26rhbz#827695: sw: prevent crashes after incomplete print:Michael Stahl4-11/+27