summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-03-26fd#35693: disable hangin subsequenttests (complex and unoapi tests)Bjoern Michaelsen1-1/+2
- chart2/qa/unoapi - configmgr/qa/unoapi - dbaccess/qa/unoapi - forms/qa/complex/forms - linguistic/qa/unoapi - qadevOOo/qa/unoapi - sd/qa/unoapi - starmath/qa/unoapi - ucb/qa/complex/ucb - ucb/qa/unoapi - unotools/qa/complex/tempfile
2011-03-25Wholesale prewin.h/postwin.h removalFridrich Štrba3-9/+0
2011-03-25more sensible SdrObject::Clone() and SdrObject::operator=()Luboš Luňák2-5/+6
Virtual operator=() is IMO pointless, and especially in a class hierarchy like SdrObject it's pretty unlikely one could reasonably assign any SdrObject-based object to any other one. Moreover, it was actually only used in Clone(), which was almost never reimplemented, so the more sensible choice is to have non-virtual operator= and virtual Clone() always being reimplemented and using that. This commit also fixes various smaller or bigger, er, interesting details in the various operator= implementations.
2011-03-25these can go post types changeCaolán McNamara3-15/+0
2011-03-25fd#35662: disable sw.SwXPrintSettings::com::sun::star::text::PrintSettingsBjoern Michaelsen1-0/+3
2011-03-25fd#35661: disable sw.SwXViewSettings::com::sun::star::text::ViewSettingsBjoern Michaelsen1-0/+3
2011-03-25fd#35660: disable sw.DocumentSettings::com::sun::star::text::PrintSettingsBjoern Michaelsen1-0/+3
2011-03-25fd#35657: disable complex.writer.TextPortionEnumerationTest because it failsBjoern Michaelsen1-6/+7
2011-03-25disable on windows for the whileFridrich Štrba1-1/+1
2011-03-25set build depencencies against the new "translations" modulePetr Mladek2-2/+2
2011-03-24cppcheck: fix crash detected by test.Caolán McNamara1-1/+1
Might be better to not append a space if the text is blank, in which case adapt the regression tests. Either way don't reference before the start of the string
2011-03-24don't use legacy filter for word vba macro & Userform import, use oox insteadNoel Power6-34/+116
2011-03-24remove virtual from operator=Luboš Luňák1-1/+1
Completely pointless, no inherited class overrides it, in fact nothing even seems to use it, and it generates a warning with -Woverloaded-virtual.
2011-03-24don't hide overloaded virtual methodsLuboš Luňák1-0/+4
2011-03-24recover titlepage dialog post mergeCaolán McNamara3-8/+5
2011-03-24windows uses BRAND_BASE_DIR instead of OOO_BASE_DIRCaolán McNamara1-1/+2
2011-03-23Right click and clic-drag on a text over background image is weird n#676858Cédric Bosdonnat1-46/+46
When there an image is wrapped as background under some text, the right click select the image and the click and drag doesn't do anything. This is fixed by matching the position with the fly frames after the text.
2011-03-23Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/writerJan Holesovsky6-4/+19
Conflicts: sw/source/core/inc/frame.hxx sw/source/core/layout/wsfrm.cxx
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky373-4742/+5079
Conflicts: sw/inc/calbck.hxx sw/inc/crsrsh.hxx sw/inc/dcontact.hxx sw/inc/doc.hxx sw/inc/docufld.hxx sw/inc/editsh.hxx sw/inc/expfld.hxx sw/inc/fchrfmt.hxx sw/inc/fmtcol.hxx sw/inc/fmthdft.hxx sw/inc/fmtpdsc.hxx sw/inc/format.hxx sw/inc/frmfmt.hxx sw/inc/ndhints.hxx sw/inc/ndtxt.hxx sw/inc/node.hxx sw/inc/numrule.hxx sw/inc/paratr.hxx sw/inc/swtable.hxx sw/inc/unocrsr.hxx sw/inc/unofield.hxx sw/inc/unoframe.hxx sw/inc/unoport.hxx sw/inc/unostyle.hxx sw/inc/usrfld.hxx sw/inc/viewopt.hxx sw/inc/viewsh.hxx sw/source/core/access/accframebase.cxx sw/source/core/access/accmap.cxx sw/source/core/access/accnotextframe.cxx sw/source/core/access/accpara.cxx sw/source/core/access/accpara.hxx sw/source/core/attr/calbck.cxx sw/source/core/crsr/callnk.cxx sw/source/core/crsr/crsrsh.cxx sw/source/core/doc/acmplwrd.cxx sw/source/core/doc/doc.cxx sw/source/core/doc/docdesc.cxx sw/source/core/doc/docdraw.cxx sw/source/core/doc/docfly.cxx sw/source/core/doc/docfmt.cxx sw/source/core/doc/doclay.cxx sw/source/core/doc/docnew.cxx sw/source/core/doc/docnum.cxx sw/source/core/doc/doctxm.cxx sw/source/core/doc/fmtcol.cxx sw/source/core/doc/htmltbl.cxx sw/source/core/doc/number.cxx sw/source/core/docnode/ndsect.cxx sw/source/core/docnode/ndtbl.cxx sw/source/core/docnode/node.cxx sw/source/core/docnode/node2lay.cxx sw/source/core/docnode/section.cxx sw/source/core/docnode/swbaslnk.cxx sw/source/core/draw/dcontact.cxx sw/source/core/draw/dview.cxx sw/source/core/edit/autofmt.cxx sw/source/core/edit/editsh.cxx sw/source/core/edit/edlingu.cxx sw/source/core/fields/authfld.cxx sw/source/core/fields/dbfld.cxx sw/source/core/fields/docufld.cxx sw/source/core/fields/expfld.cxx sw/source/core/fields/reffld.cxx sw/source/core/fields/tblcalc.cxx sw/source/core/frmedt/fefly1.cxx sw/source/core/frmedt/feshview.cxx sw/source/core/frmedt/tblsel.cxx sw/source/core/inc/flyfrm.hxx sw/source/core/inc/prevwpage.hxx sw/source/core/inc/rolbck.hxx sw/source/core/inc/txtfrm.hxx sw/source/core/layout/atrfrm.cxx sw/source/core/layout/findfrm.cxx sw/source/core/layout/flowfrm.cxx sw/source/core/layout/fly.cxx sw/source/core/layout/flycnt.cxx sw/source/core/layout/flylay.cxx sw/source/core/layout/frmtool.cxx sw/source/core/layout/hffrm.cxx sw/source/core/layout/pagechg.cxx sw/source/core/layout/pagedesc.cxx sw/source/core/layout/paintfrm.cxx sw/source/core/layout/sectfrm.cxx sw/source/core/layout/ssfrm.cxx sw/source/core/layout/tabfrm.cxx sw/source/core/layout/wsfrm.cxx sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx sw/source/core/table/swtable.cxx sw/source/core/text/EnhancedPDFExportHelper.cxx sw/source/core/text/inftxt.cxx sw/source/core/text/porfld.cxx sw/source/core/text/txtdrop.cxx sw/source/core/text/txtfly.cxx sw/source/core/text/txtfrm.cxx sw/source/core/text/txtio.cxx sw/source/core/text/txttab.cxx sw/source/core/tox/tox.cxx sw/source/core/txtnode/atrflyin.cxx sw/source/core/txtnode/fmtatr2.cxx sw/source/core/txtnode/ndtxt.cxx sw/source/core/undo/SwUndoPageDesc.cxx sw/source/core/undo/undraw.cxx sw/source/core/unocore/unochart.cxx sw/source/core/unocore/unocoll.cxx sw/source/core/unocore/unodraw.cxx sw/source/core/unocore/unofield.cxx sw/source/core/unocore/unoframe.cxx sw/source/core/unocore/unoftn.cxx sw/source/core/unocore/unoidx.cxx sw/source/core/unocore/unoobj2.cxx sw/source/core/unocore/unoparagraph.cxx sw/source/core/unocore/unoport.cxx sw/source/core/unocore/unoportenum.cxx sw/source/core/unocore/unoredline.cxx sw/source/core/unocore/unoredlines.cxx sw/source/core/unocore/unorefmk.cxx sw/source/core/unocore/unosect.cxx sw/source/core/unocore/unosett.cxx sw/source/core/unocore/unostyle.cxx sw/source/core/unocore/unotbl.cxx sw/source/core/unocore/unotext.cxx sw/source/core/view/viewimp.cxx sw/source/core/view/viewpg.cxx sw/source/core/view/viewsh.cxx sw/source/core/view/vnew.cxx sw/source/core/view/vprint.cxx sw/source/filter/ww8/rtfexport.cxx sw/source/filter/ww8/rtfexport.hxx sw/source/filter/ww8/wrtw8nds.cxx sw/source/filter/ww8/wrtww8gr.cxx sw/source/filter/xml/XMLRedlineImportHelper.cxx sw/source/ui/app/apphdl.cxx sw/source/ui/app/docsh.cxx sw/source/ui/app/docsh2.cxx sw/source/ui/app/swmodul1.cxx sw/source/ui/config/viewopt.cxx sw/source/ui/fldui/fldpage.cxx sw/source/ui/uiview/srcview.cxx sw/source/ui/uiview/view.cxx sw/source/ui/uno/unotxdoc.cxx sw/source/ui/vba/wordvbahelper.cxx sw/source/ui/wrtsh/wrtsh1.cxx
2011-03-23fdo#35584, i#115557: Fixed crash when a control is anchored to a fly frameCédric Bosdonnat4-1/+15
2011-03-22enable this test post passive componentsCaolán McNamara1-1/+1
2011-03-22fix build errorCaolán McNamara1-2/+2
2011-03-21this should work in theory to use the new component registration stuffCaolán McNamara2-20/+8
2011-03-21order pImpl before aGraphic because aGraphic deferences pImpl in ctorCaolán McNamara2-3/+4
2011-03-21write some lnNumType attributes only when non-defaultLuboš Luňák1-6/+9
2011-03-21implement lnNumType (bnc#593885)Luboš Luňák1-3/+8
2011-03-21FIX BUG 32559Dózsa Bálint3-1/+37
2011-03-21Translation of German comments.Christoph Herzog2-28/+28
2011-03-21Translate German comments.Christoph Herzog1-244/+242
2011-03-21Sprinkle some realpath goodness here, tooTor Lillqvist6-53/+53
(cherry picked from commit f60ac8bb5f2a22fa2826cf08589976cb4a259d74)
2011-03-20WaE: silence warningsThomas Arnhold1-4/+4
2011-03-20WaE: silence warningCaolán McNamara1-1/+1
2011-03-19i#12441: added ui for footnote separator color selectionCédric Bosdonnat4-4/+80
2011-03-19i#12441: Fixed line style in footnote format GUI and saved it to ODFCédric Bosdonnat12-64/+130
2011-03-19Added column separator style in ODFCédric Bosdonnat7-2/+41
2011-03-19Fixed the NONE border line style API valueCédric Bosdonnat1-1/+1
2011-03-19Shift all table border lines in sw to avoid hacky clipping of the bordersCédric Bosdonnat1-4/+6
2011-03-19ODT import filter fixed for the new bordersCédric Bosdonnat1-5/+5
2011-03-19Docx export filter: fixed wrong embossed/engraved valuesCédric Bosdonnat1-60/+68
2011-03-19Fixed HTML filters to work with new bordersCédric Bosdonnat2-36/+70
2011-03-19Fixed RTF import/export of new border linesCédric Bosdonnat1-93/+66
2011-03-19Merged borders of paragraphs were having anglesCédric Bosdonnat1-0/+5
2011-03-19Fixes for ODT filter related to new bordersCédric Bosdonnat2-34/+7
2011-03-19Fixes for WW8 filter related to new bordersCédric Bosdonnat6-169/+71
2011-03-19Docx export of the new bordersCédric Bosdonnat1-28/+44
2011-03-19Few fixes for RTF export and import of bordersCédric Bosdonnat1-37/+57
2011-03-19Embossed and engraved to fit ODF specsCédric Bosdonnat1-2/+2
2011-03-19ODF export of new border typesCédric Bosdonnat3-53/+98
2011-03-19Getting total width directly using SvxBorderLineCédric Bosdonnat1-1/+1
2011-03-19Switching the order of the SetLinesWidth argumentsCédric Bosdonnat2-3/+3