summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2011-04-05set ldflags on *BSD too just like linuxRobert Nagy
2011-04-05removed HID_STATUSBAR from helpid.hChristina Rossmanith
2011-04-05Removal of bogus comments in writer moduleANURAG JAIN
2011-04-04that's a completely pointless getGlobalMutex acquisitionCaolán McNamara
2011-04-04Removed never included hidfunc.hChristina Rossmanith
2011-04-04Rename one missing Default Formatting --> Clear Direct FormattingOctavio Alvarez
2011-04-01Cleanup of code commentsMartin Kepplinger
Correct and improve some issues about code comments that reviewers brought up. Thanks for reviewing! This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license.
2011-04-01WaE: struct vs classCaolán McNamara
2011-03-31Translate german code commentsMartin Kepplinger
Translate the remaining german code comments in writer/sw/source/ui/frmdlg to english. This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license.
2011-03-31Translate german code commentsMartin Kepplinger
Translate more german code comments to english. This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license.
2011-03-31Translate german commentsMartin Kepplinger
Translate more code comments in writer/sw/source/ui/frmdlg from german to english. This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license.
2011-03-31Translate german code commentsMartin Kepplinger
This translates all german code comments in writer/sw/source/ui/fmtui to english. This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license.
2011-03-30centralize caserotate and add to other shellsCaolán McNamara
2011-03-30WaE: overloaded virtualDavid Tardon
2011-03-30WaE: unused variableDavid Tardon
2011-03-29drop bogus executable flag from idl/build/src and config filesFrancisco Saito
2011-03-29drop bogus executable flag from odf filesFrancisco Saito
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-03-29Fixed the writer navigation toolbar after DEV300 mergeCédric Bosdonnat
2011-03-29Fix Windows build of swFridrich Štrba
2011-03-28Add missing com.sun.star.comp.Writer.DocxExport XML registrationCédric Bosdonnat
2011-03-28fdo#32413: Add an apply button to style edit dialog in WriterMiklos Vajna
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat
2011-03-27cleanup of unoapi testBjoern Michaelsen
2011-03-25Wholesale prewin.h/postwin.h removalFridrich Štrba
2011-03-25more sensible SdrObject::Clone() and SdrObject::operator=()Luboš Luňák
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 McNamara
2011-03-25fd#35662: disable sw.SwXPrintSettings::com::sun::star::text::PrintSettingsBjoern Michaelsen
2011-03-25fd#35661: disable sw.SwXViewSettings::com::sun::star::text::ViewSettingsBjoern Michaelsen
2011-03-25fd#35660: disable sw.DocumentSettings::com::sun::star::text::PrintSettingsBjoern Michaelsen
2011-03-25fd#35657: disable complex.writer.TextPortionEnumerationTest because it failsBjoern Michaelsen
2011-03-25set build depencencies against the new "translations" modulePetr Mladek
2011-03-24don't use legacy filter for word vba macro & Userform import, use oox insteadNoel Power
2011-03-24recover titlepage dialog post mergeCaolán McNamara
2011-03-23Right click and clic-drag on a text over background image is weird n#676858Cédric Bosdonnat
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 Holesovsky
Conflicts: sw/source/core/inc/frame.hxx sw/source/core/layout/wsfrm.cxx
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
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 Bosdonnat
2011-03-22fix build errorCaolán McNamara
2011-03-21write some lnNumType attributes only when non-defaultLuboš Luňák
2011-03-21implement lnNumType (bnc#593885)Luboš Luňák
2011-03-21FIX BUG 32559Dózsa Bálint
2011-03-21Translation of German comments.Christoph Herzog
2011-03-21Translate German comments.Christoph Herzog
2011-03-21Sprinkle some realpath goodness here, tooTor Lillqvist
(cherry picked from commit f60ac8bb5f2a22fa2826cf08589976cb4a259d74)
2011-03-20WaE: silence warningsThomas Arnhold
2011-03-20WaE: silence warningCaolán McNamara
2011-03-19i#12441: added ui for footnote separator color selectionCédric Bosdonnat
2011-03-19i#12441: Fixed line style in footnote format GUI and saved it to ODFCédric Bosdonnat
2011-03-19Added column separator style in ODFCédric Bosdonnat