summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)AuthorFilesLines
2012-01-26Deleting a null pointer is safeTakeshi Abe3-10/+4
2012-01-25Replace SourceViewConfig with (simplified) direct configuration access.Stephan Bergmann2-25/+82
2012-01-25WaE: int and long confusionTor Lillqvist1-2/+2
2012-01-25fdo#43869 use the old rtf importer for pasteMiklos Vajna1-0/+6
2012-01-25optimized zoom to use more common intervalsTim Hardeck1-4/+3
Round zoom values beginning with 50 to a multiple of 5, with 100 to one of 10, with 500 to one of 50 and with 1000 to one of 100. The step 100 is enforced to have one fixed point.
2012-01-24use read_lenPrefixed_uInt16s_ToOUString instead of hand-rolled loopsCaolán McNamara2-8/+5
2012-01-24all direct OUString readers are current little endian streamsCaolán McNamara5-23/+23
2012-01-24order database properties so that opening it in writer works (bnc#740032)Luboš Luňák2-1/+35
http://lists.freedesktop.org/archives/libreoffice/2012-January/024380.html
2012-01-23Useless "if else" since we do the same in both casesJulien Nabet1-4/+1
2012-01-24Replaced String by rtl::OUStringTakeshi Abe2-50/+49
2012-01-23add the "Send Feedback..." help menu itemIvan Timofeev6-6/+12
2012-01-21SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora1-14/+12
2012-01-21sw: tweak translation 60c8a970dMichael Stahl4-85/+76
2012-01-21SwGlossaries: some cleanupMichael Stahl8-84/+76
2012-01-21sw: rtf filters: use "sw.rtf" for loggingMichael Stahl5-200/+200
2012-01-21SwGlossaryGroupDlg: get rid of pointless empty()Michael Stahl1-87/+66
2012-01-21SwGlossaryGroupDlg: String to OUStringMichael Stahl2-21/+27
2012-01-21SwGlossaryGroupDlg: fix memory leaksMichael Stahl2-64/+44
2012-01-21Improve checking for emptinessThomas Arnhold2-3/+3
2012-01-21Improve checking for emptinessThomas Arnhold1-1/+1
2012-01-21Fix non-DBG_UTIL case.Stephan Bergmann1-1/+1
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann119-234/+230
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-21Fix Possible inefficient checking for 'aChrSetArr' emptinessJulien Nabet1-1/+1
2012-01-21SV_DECL_PTRARR->std::vectorAugust Sodora1-11/+7
2012-01-20More on String to rtl::OUString changes.Kohei Yoshida1-1/+1
2012-01-20sw: tweak translationsMichael Stahl4-25/+24
2012-01-20Translate German commentsPhilipp Weissenbacher2-94/+89
2012-01-20Translate German comments to EnglishPhilipp Weissenbacher3-181/+163
2012-01-20Translate German commentsPhilipp Weissenbacher1-183/+181
2012-01-21It does not require SwAppletImpl but only a couple of subheadersTakeshi Abe1-1/+2
2012-01-20sw: SwAddPrinterTabPage::SetFax: fix STL conversionMichael Stahl1-1/+3
regression from 166053646aff23f93ad3704cde05b9bda20e171c
2012-01-20Mempool size args are unused.Stephan Bergmann4-37/+37
2012-01-19WaE: ongoing stream operator cleanup, persuade ints they are sal_Int32sMichael Meeks1-1/+1
2012-01-19remove executable bit on source filesLuboš Luňák9-0/+0
2012-01-19remove pointless forward moving of a table (bnc#706138)Luboš Luňák1-5/+0
This appears to be broken. Why should a table where all rows want to be kept together be moved one page forward just because there is something before it on the page where it is? It either fits its curent page, in which case it's wrong, or it does not fit, in which case it may not fit the following page either and something else needs to take care of it anyway.
2012-01-18remove unused codeThomas Arnhold7-107/+0
2012-01-18bin some unused codeThomas Arnhold5-93/+1
2012-01-19removed unused headerTakeshi Abe3-46/+0
2012-01-17sw: tweak translations of previous commitMichael Stahl1-20/+20
2012-01-17Translate comments from German to English; sw/source/core/frmedt is complete.Luc Castermans3-120/+113
2012-01-17sw: translate some commentsMichael Stahl2-44/+42
2012-01-17Fix for fdo43460 Part XL getLength() to isEmpty()Olivier Hallot111-328/+328
Part XL Modules sw
2012-01-18removed dead macroTakeshi Abe10-40/+0
2012-01-16SV_DECL_PTRARR_DEL->std::vectorAugust Sodora1-45/+28
2012-01-16Add import of docvariable fields from word documentsKenneth Aafløy1-2/+29
Hi, Attached is a patch that adds support for importing docvariable fields from microsoft word documents. The variables themselves are already converted correctly, so this patch only ties the field to the existing custom document information. Please consider this patch for inclusion. I declare that this and my further patches are under LGPLv3+ / MPL license. With Regards, Kenneth Aafløy
2012-01-17Use platform-independent ::rtl::math::round to fix msvc buildKorrawit Pruegsanusak1-2/+3
2012-01-16Try without xmlhelp on non-desktop OSesTor Lillqvist1-1/+1
2012-01-16Translate German comments to EnglishLuc Castermans6-430/+416
2012-01-16remove unneeded ifDavid Tardon1-2/+1
2012-01-15use SAL_N_ELEMENTSDavid Tardon1-3/+3