summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2011-06-05Translate german commentsMartin Kepplinger
Translate the remaining german code comments in writer/sw/source/ui/misc to english! This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license.
2011-06-05Translate german commentsMartin Kepplinger
Translate a part of german code comments in writer/sw/source/ui/misc to english! This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license.
2011-06-03Duplicate code: join ImportFrom and InsertFromChristina Rossmanith
2011-06-03Removed source/filter/ww8/typessw.hxx and #includeChristina Rossmanith
2011-06-03Replaced sal_Bool with boolChristina Rossmanith
2011-06-03__cdecl -> SAL_CALLChristina Rossmanith
2011-06-03Renamed SttNd to StartNdChristina Rossmanith
2011-06-03Translated commentsChristina Rossmanith
2011-06-03Cleaning SplitDocChristina Rossmanith
2011-06-02Resolves: rhbz#710004 band-aid for immediate crash in IsAlignPossibleCaolán McNamara
2011-06-01use uuid template here instead of hand-rolled onesCaolán McNamara
2011-06-01keep a copy of WW8_SepInfo object, not just a pointerLuboš Luňák
The pointer points inside an array, which may get resized (and thus reallocated), making the pointer dangling.
2011-06-01Made changes to fix sentence delete in bug 34786.jeffrey
Signed-off-by: Noel Power <noel.power@novell.com>
2011-05-31vcl::DeleteOnDeinit for static BitmapEx objectsLuboš Luňák
BitmapEx objects shouldn't last past VCL cleanup, as they access e.g. X connection, so normal static objects are destroyed while the connection is already gone.
2011-05-31Translated debug messages in SwCacheCédric Bosdonnat
2011-05-31Docx: Fixed order of exported properties in tblPrCédric Bosdonnat
2011-05-31Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/writerJan Holesovsky
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky
Conflicts: sw/inc/viewsh.hxx sw/source/core/layout/paintfrm.cxx sw/source/ui/index/cnttab.cxx sw/source/ui/ribbar/inputwin.cxx
2011-05-30Cross-References-Tab now displays the items correctly. fdo#34872Rob Snelders
2011-05-27Explicitly cast RES_FRMATR enum value to sal_uInt16.Kohei Yoshida
It fails to build on my machine otherwise.
2011-05-27Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/writerJan Holesovsky
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky
Conflicts: starmath/qa/cppunit/makefile.mk sw/source/core/layout/fly.cxx sw/source/core/layout/paintfrm.cxx sw/source/ui/inc/view.hxx sw/source/ui/shells/grfsh.cxx
2011-05-27Resolves: rhbz#707317 avoid crash in getRowSpanCaolán McNamara
2011-05-27Remove the only use of SvULongsSort and refactor a bit. LGPLv3+/MPL.Nigel Hawkins
2011-05-27Replace List for std::map<sal_uInt32,ByteString>.Rafael Dominguez
2011-05-26rework of fix for fdo#35826Noel Power
The problem stems from how and when we get notification ( via EndURL ) of the termination of the hyperlink. On investigation it seems that if we get EndURL before RunText then it's the previous text run that is enclosed in the hyperlink if we get endURL after Runtext then it's *this* run that needs to have a following hyperlink close.
2011-05-25Adjusted for SvBaseLink change.Kohei Yoshida
2011-05-25I hate these retarded sal_Int typesLuboš Luňák
2011-05-25write special footnote/endnote list (17.11.3/8)Luboš Luňák
2011-05-25write footnotePr/endnotePr both to settings.xml and sectPrLuboš Luňák
apparently neither msof2k7 nor LO can actually use the one written to settings.xml
2011-05-25Resolves: fdo#35937 temp ole docshell on dtor deletes SwDoc on 0 refcountCaolán McNamara
copy of ole objects creates a temp docshell, whose dtor on 0 ref count deletes the SwDoc handle. So add an acquire/release pair.
2011-05-25implement w:numStart (17.11.20)Luboš Luňák
2011-05-25implement w:numFmt (17.11.17/18)Luboš Luňák
2011-05-25msword: remove duplicated svx from gb_Library_add_linked_libsMiklos Vajna
2011-05-24fdo#36329: Fix crash reading some documents with fieldsCédric Bosdonnat
The problem came from the unsigned integer positions... Needed to prevent the end position to get -1/max value. Signed-off-by: Petr Mladek <pmladek@suse.cz> Signed-off-by: Tor Lillqvist <tlillqvist@novell.com> Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-05-24give more room to style listboxJean-Baptiste Faure
Signed-off-by: Andras Timar <atimar@suse.com> Signed-off-by: Petr Mladek <pmladek@suse.cz> Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
2011-05-24fdo#37387, reorganized columns dialog to show text direction correctlyCédric Bosdonnat
Signed-off-by: Andras Timar <atimar@suse.com> Signed-off-by: Petr Mladek <pmladek@suse.cz> Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
2011-05-24fdo#35660: revert a7c0b2ce51d0a412fbf8f7ba758c032606eb86bcBjoern Michaelsen
* disable sw.DocumentSettings::com::sun::star::text::PrintSettings * this test is instable, it sometimes succeeds, it sometimes fails * This reverts commit a7c0b2ce51d0a412fbf8f7ba758c032606eb86bc. Conflicts: sw/qa/unoapi/knownissues.xcl
2011-05-24Remove some extra #incude <tools/pstm.hxx>Joseph Powers
2011-05-24Remove SvLongsSort in envfmt.cxx and refactor a bit.Nigel Hawkins
2011-05-24Post-merge fixThorsten Behrens
2011-05-23keep this simpleCaolán McNamara
2011-05-23fdo#35662: reenable sw.SwXPrintSettings::com::sun::star::text::PrintSettingsBjoern Michaelsen
2011-05-23fdo#35661: fix sw.SwXViewSettings::com::sun::star::text::ViewSettingsBjoern Michaelsen
2011-05-23fdo#35660: reenable sw.DocumentSettings::com::sun::star::text::PrintSettingsBjoern Michaelsen
2011-05-22Replace List for std::vector<String>.Rafael Dominguez
2011-05-22Replace List with std::vector<String>.Rafael Dominguez
2011-05-22Replace List with std::vector<String>.Rafael Dominguez
2011-05-20compatibility option for old size of small caps (bnc#691473)Luboš Luňák
Version 3.2 had 66 as the small capitals size percentage, later changed to 80 (see e.g. http://openoffice.org/bugzilla/show_bug.cgi?id=1526). This however can destroy layout of old documents that rely on the old size. So for backwards compatibility the old value is used if either the .odt document has an option enabled or does not have the option at all (meaning it's an older .odt document). There's unfortunately a period when the new value was already in effect where this change can break those documents :-/. Signed-off-by: Cedric Bosdonnat <cedric.bosdonnat.ooo@free.fr> Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2011-05-20add this for better singleton behaviourCaolán McNamara