summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2011-08-08Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins
2011-08-08add SwPostItField::GetDateTime()Luboš Luňák
2011-08-08fix crash and fix rtl logicLuboš Luňák
2011-08-08runtime ConvertToUnicode->compile time unicode constantsCaolán McNamara
2011-08-08Print current page in the Print dialog, fdo#34697.Ta Duc Tung
2011-08-06[PATCH] do not use clone in path for test in swNorbert Thiebaud
2011-08-06We convert 0x0B's to <w:br/>'s later in RunText().Jan Holesovsky
2011-08-06Add a comment based on the Caolan's explanation.Jan Holesovsky
2011-08-06Fix field values in export to docxTroy Rollo
2011-08-05convert deprecated ConvertToUnicode to rtl::OUStringCaolán McNamara
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe
2011-08-04[PATCH] Get rid of SvULongs in writerMaciej Rumianowski
2011-08-04state *what* format is problematic in the OSL_FAILCaolán McNamara
2011-08-04replace ByteString::ConvertToUnicodeCaolán McNamara
2011-08-04callcatcher: remove unused methodsCaolán McNamara
2011-08-03SwFilterBase::ReadUnicode is dubious, luckily unusedCaolán McNamara
2011-08-03ByteString::ConvertToUnicode->rtl::OUString ctorCaolán McNamara
2011-08-03Related: #i38880# crash in new field codeCaolán McNamara
2011-08-02MSWordExportBase::ExportDocument: check if we have a DocShellMiklos Vajna
2011-08-02catch by const referenceCaolán McNamara
2011-08-02bPgChpLevel is always false, so remove if (bPgChpLevel) branchesCaolán McNamara
2011-08-02ByteString::CreateFromInt32 -> rtl::OStringBuffer::appendCaolán McNamara
2011-08-02convert to rtl::OString[Buffer] and simplifyCaolán McNamara
2011-08-02ImportRTF: use the new uno filter in experimental modeMiklos Vajna
2011-08-02SwCache: fix build with dbglevel=2Miklos Vajna
2011-08-01Partially revert "Removed dead code"Miklos Vajna
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-29Related: fdo#34184 don't claim that all errors are due to invalid addressCaolán McNamara
2011-07-29findbar: Add seporator between the Prev/Next and Serch & ReplaceJan Holesovsky
2011-07-29Get rid of these non-printable charsThomas Arnhold
2011-07-29Removed dead codeMarc-Andre Laverdiere
2011-07-29Fixed invalid array dereferenceMarc-Andre Laverdiere
2011-07-29Fixes for segfault on an edge case + translationsMarc-Andre Laverdiere
2011-07-29Fixed valgrind errorMarc-Andre Laverdiere
2011-07-29Fixed invalid array bounds read in ww8scan.cxxMarc-Andre Laverdiere
2011-07-29Fixed invalid pointer dereferenceMarc-Andre Laverdiere
2011-07-28Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/writerJan Holesovsky
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky
2011-07-28Fix fdo#36868 - doc import list numbering errorTroy Rollo
2011-07-28Resolves: fdo#35439 survive missing libdba gracefully with errorboxCaolán McNamara
2011-07-28Resolves: fdo#37693 it really is a LineBorder not a LineBorder2Caolán McNamara
2011-07-28use DrawUndoGuard to turn off undo for draw layer for duration of its scopeCaolán McNamara
2011-07-27ByteString->rtl::OStringBufferCaolán McNamara
2011-07-27don't use an invalidated iteratorLuboš Luňák
2011-07-27Resolves: fdo#36631 don't crash on undo of ole2 insertCaolán McNamara
2011-07-27catch by const referenceCaolán McNamara
2011-07-27Related: fdo#35404 treat failed column same as non-existing columnCaolán McNamara
2011-07-27ByteString::CreateFromInt32->rtl::OStringBuffer::appendCaolán McNamara
2011-07-27Kills those pesky non-printable chars.Kohei Yoshida
2011-07-27Let's not make these methods inline....Kohei Yoshida