Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-28 | replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmaster | Michael Stahl | 2419 | -998074/+20 | |
2011-08-06 | We convert 0x0B's to <w:br/>'s later in RunText().FINAL_MASTERmaster-backup | Jan Holesovsky | 1 | -1/+0 | |
2011-08-06 | Add a comment based on the Caolan's explanation. | Jan Holesovsky | 1 | -0/+2 | |
2011-08-06 | Fix field values in export to docx | Troy Rollo | 1 | -2/+4 | |
Prior to this patch, fields were being exported to docx file with the field value being the name of the field. This patch changes it to export the field value as the field value. | |||||
2011-08-05 | convert deprecated ConvertToUnicode to rtl::OUString | Caolán McNamara | 1 | -11/+11 | |
2011-08-05 | definition and use inside same debug level | Caolán McNamara | 2 | -2/+2 | |
2011-08-05 | Emacs modeline compatible with vim's one | Takeshi Abe | 2 | -0/+2 | |
2011-08-04 | [PATCH] Get rid of SvULongs in writer | Maciej Rumianowski | 7 | -95/+80 | |
Replace SvULongs with std::vector. In SwHTMLWriter simultaneously replace aOutlineMarks with boost::ptr_vector. | |||||
2011-08-04 | state *what* format is problematic in the OSL_FAIL | Caolán McNamara | 1 | -1/+4 | |
2011-08-04 | replace ByteString::ConvertToUnicode | Caolán McNamara | 4 | -11/+14 | |
2011-08-04 | callcatcher: remove unused methods | Caolán McNamara | 2 | -23/+0 | |
2011-08-03 | SwFilterBase::ReadUnicode is dubious, luckily unused | Caolán McNamara | 1 | -11/+0 | |
2011-08-03 | ByteString::ConvertToUnicode->rtl::OUString ctor | Caolán McNamara | 1 | -2/+7 | |
2011-08-03 | Related: #i38880# crash in new field code | Caolán McNamara | 1 | -2/+5 | |
2011-08-02 | MSWordExportBase::ExportDocument: check if we have a DocShell | Miklos Vajna | 1 | -1/+1 | |
This fixes a crash during RTF export invoked by copy&paste, as the called constructor would unconditionally dereference the DocShell's pointer since commit 183c9723dce0296baa0a38220199a1aa0e9f52ca. | |||||
2011-08-02 | catch by const reference | Caolán McNamara | 1 | -4/+4 | |
2011-08-02 | bPgChpLevel is always false, so remove if (bPgChpLevel) branches | Caolán McNamara | 3 | -27/+1 | |
2011-08-02 | ByteString::CreateFromInt32 -> rtl::OStringBuffer::append | Caolán McNamara | 6 | -223/+307 | |
2011-08-02 | convert to rtl::OString[Buffer] and simplify | Caolán McNamara | 2 | -43/+69 | |
2011-08-02 | ImportRTF: use the new uno filter in experimental mode | Miklos Vajna | 1 | -0/+39 | |
2011-08-02 | SwCache: fix build with dbglevel=2 | Miklos Vajna | 1 | -1/+2 | |
2011-08-01 | Partially revert "Removed dead code" | Miklos Vajna | 2 | -0/+107 | |
This partially reverts commit 1e2c9be36ba9f94a27b3aa73c87ceb3d52e100dc, CellInfo::toString and WW8TableCellGrid::toString is still needed with dbglevel>1. | |||||
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | 22 | -5/+39 | |
2011-07-29 | Related: fdo#34184 don't claim that all errors are due to invalid address | Caolán McNamara | 1 | -1/+1 | |
2011-07-29 | findbar: Add seporator between the Prev/Next and Serch & Replace | Jan Holesovsky | 4 | -4/+8 | |
2011-07-29 | Get rid of these non-printable chars | Thomas Arnhold | 35 | -148/+0 | |
2011-07-29 | Removed dead code | Marc-Andre Laverdiere | 2 | -149/+0 | |
2011-07-29 | Fixed invalid array dereference | Marc-Andre Laverdiere | 1 | -14/+15 | |
2011-07-29 | Fixes for segfault on an edge case + translations | Marc-Andre Laverdiere | 1 | -16/+14 | |
Fixed segfault due to reading an invalid pointer returned by GetStyle Translated some of the comments Added some proofing against similar bugs from GetStyle that may happen in other edge cases Fixed compile warning | |||||
2011-07-29 | Fixed valgrind error | Marc-Andre Laverdiere | 1 | -6/+7 | |
Complained about switching on an unitialized value | |||||
2011-07-29 | Fixed invalid array bounds read in ww8scan.cxx | Marc-Andre Laverdiere | 1 | -1/+2 | |
2011-07-29 | Fixed invalid pointer dereference | Marc-Andre Laverdiere | 1 | -3/+3 | |
2011-07-28 | Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/writer | Jan Holesovsky | 4 | -32/+37 | |
2011-07-28 | Merge commit 'libreoffice-3.4.2.3' | Jan Holesovsky | 4 | -34/+47 | |
Conflicts: sw/qa/core/data/ww8/pass/CVE-2008-4841-1.doc sw/source/core/docnode/ndcopy.cxx sw/source/filter/ww8/ww8par.cxx sw/source/filter/ww8/ww8par.hxx sw/source/filter/ww8/ww8scan.cxx sw/source/filter/ww8/ww8scan.hxx | |||||
2011-07-28 | Fix fdo#36868 - doc import list numbering error | Troy Rollo | 1 | -0/+2 | |
This patch appears to be fix fdo#36868. The problem is that the paragraph style was never being assigned an outline list level. The saved file did not have an sprmPOutLvl for that paragraph (although it did have one for the level 0 style), just an sprmPIlvl and an sprmPIlfo. Therefore there was no call to SwWW8ImplReader::Read_POutLvl to set nOutlineLevel. | |||||
2011-07-28 | Resolves: fdo#35439 survive missing libdba gracefully with errorbox | Caolán McNamara | 1 | -14/+22 | |
2011-07-28 | Resolves: fdo#37693 it really is a LineBorder not a LineBorder2 | Caolán McNamara | 1 | -13/+8 | |
2011-07-28 | use DrawUndoGuard to turn off undo for draw layer for duration of its scope | Caolán McNamara | 1 | -5/+5 | |
2011-07-27 | ByteString->rtl::OStringBuffer | Caolán McNamara | 2 | -33/+62 | |
2011-07-27 | don't use an invalidated iterator | Luboš Luňák | 1 | -3/+4 | |
2011-07-27 | Resolves: fdo#36631 don't crash on undo of ole2 insert | Caolán McNamara | 1 | -0/+5 | |
2011-07-27 | catch by const reference | Caolán McNamara | 9 | -38/+40 | |
2011-07-27 | Related: fdo#35404 treat failed column same as non-existing column | Caolán McNamara | 1 | -6/+12 | |
2011-07-27 | ByteString::CreateFromInt32->rtl::OStringBuffer::append | Caolán McNamara | 1 | -8/+8 | |
2011-07-27 | Kills those pesky non-printable chars. | Kohei Yoshida | 2 | -13/+0 | |
2011-07-27 | Let's not make these methods inline.... | Kohei Yoshida | 2 | -67/+63 | |
2011-07-27 | Replace SV_*_PTRARR_SORT with boost::ptr_map. | Kohei Yoshida | 4 | -76/+40 | |
2011-07-26 | Replace SV_*_PTRARR with boost::ptr_vector. | Kohei Yoshida | 4 | -33/+16 | |
2011-07-27 | findbar: Show the "Search and Replace" button in the FindBar by default. | Jan Holesovsky | 4 | -4/+4 | |
2011-07-26 | Revert "fix for bnc#693477 ensure table alignment is preserved" | Noel Power | 1 | -2/+1 | |
This reverts commit 95351a519bec2833f5d936c20e3916a4e283b0f6. <sigh> after testing on another machine I think this is indeed font related, there is I think a genuine issue with the tablewidth and column width getting truncated with the 'FULL' setting but... it appears this isn't the fix for this bug. |