summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2013-05-23improve exporting of picture alignment to docxLuboš Luňák1-19/+97
2013-05-13bnc#816603, fdo#61594 SwWW8ImplReader::StartApo: don't always start a frameMiklos Vajna2-8/+30
2013-05-13bnc#816603 SwWW8ImplReader::ParseTabPos: make this non-staticMiklos Vajna2-2/+2
2013-05-13bnc#816603 sw: move WW8TabBandDesc to ww8par.hxxMiklos Vajna2-56/+56
2013-05-02make parent style for 'frame contents' be 'standard' rather than 'text'Luboš Luňák1-3/+1
2013-04-30bnc#816516: Implement easy access to the recent documents.Jan Holesovsky2-0/+5
2013-04-19bnc#802888, fdo#59928: backport two "mouse selection of fields" fixes from 4.0Miklos Vajna2-19/+49
2013-04-19there seems to be no ssize_t on windowsLuboš Luňák1-2/+2
2013-04-18bnc#796202, fdo#60732: SwTxtNode: limit to less than STRING_LEN charsMichael Stahl3-15/+36
2013-04-18bnc#796202 backport various word-count-related fixes from 4.0Miklos Vajna17-290/+360
2013-03-19bnc#802888 SwPageFrm: let macro fields have priority over background objectsMiklos Vajna4-1/+37
2013-03-15fdo#62360: fix word breaking in Writer for spell checkingLászló Németh1-1/+4
2013-03-07bnc#807777 fdo#52182: Fixed click in frames located in header/footerCédric Bosdonnat2-8/+12
2013-03-07bnc#807777 Header/Footer: fixed the selection of frames anchored to header/fo...Cédric Bosdonnat2-153/+188
2013-03-07bnc#807777 Header/Footer: fixed click on frames over the header/footer area.Cédric Bosdonnat3-35/+45
2013-03-06bnc#793998 SwTxtFormatter::FormatLine: fix missing repaintsMiklos Vajna1-0/+18
2013-03-05Merge branch 'distro/suse/suse-3.6' of ssh://logerrit/core into suse-3.6Petr Mladek21-21/+25
2013-03-04sw: fix RTF export of text frames anchored to empty paragraphsMiklos Vajna1-2/+9
2013-03-04fdo#60668: filter out fieldmark chars from Index entries:Michael Stahl1-14/+31
2013-03-04sal_Bool to boolTakeshi Abe14-59/+61
2013-03-04fdo#52286 fix RTF export of sub/super script font heightMiklos Vajna4-1/+35
2013-03-04rhbz#818557: fix it differently: SwDocShell::_LoadStyles():Michael Stahl1-0/+9
2013-03-04Merge tag 'libreoffice-3.6.5.2' into suse-3.6Petr Mladek23-64/+172
2013-03-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky21-21/+25
2013-02-26n#802888 SwEditWin: let fields have priority over header/footer flysMiklos Vajna1-2/+2
2013-02-25n#793998 SwTxtCursor::GetCharRect: respect TabOverMargin compat modeMiklos Vajna1-1/+3
2013-02-20n#779642: Fixed floating tables import in writerfilterCédric Bosdonnat1-1/+8
2013-02-05fdo#59426: Don't try to repair package during flat detection phase.suse-3.6-10Kohei Yoshida1-0/+7
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-08n#793998 sw: add TabOverMargin compat modeMiklos Vajna8-2/+38
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
2013-01-02n#793401, fdo#53175: Don't load the default values of the styles in writerfilterCédric Bosdonnat5-598/+623
2012-12-21fdo#58142: fix frame selection in SwPageFrm::GetCrsrOfst:Michael Stahl1-6/+8
2012-12-21fdo#57780: sw: lcl_ArrangeLowers: register drawing ...Michael Stahl1-2/+2
2012-12-21fdo#55289: fix crash in SwXShape::setPropertyValue:Michael Stahl2-1/+49
2012-12-21handle properly anchor transition at page->at paragraph->as characterLuboš Luňák1-10/+21
2012-12-21fix incorrect OSL_ENSURE -> SAL_WARN_IF conversion (condition not inverted)Luboš Luňák1-9/+9
2012-12-21Resolves: fdo#56549 crash in format->autocorrect->apply and edit changesCaolán McNamara2-5/+5
2012-12-21fix bug 53508Maxime de Roucy1-1/+9
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-17n#792778 DOCX import: parse group shapes in oox onlyMiklos Vajna2-22/+23
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-13fdo#52182: Fixed click in frames located in header/footerCédric Bosdonnat12-41/+77