summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2012-01-25WaE: int and long confusionTor Lillqvist
2012-01-25fdo#43869 use the old rtf importer for pasteMiklos Vajna
2012-01-25optimized zoom to use more common intervalsTim Hardeck
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 McNamara
2012-01-24all direct OUString readers are current little endian streamsCaolán McNamara
2012-01-24order database properties so that opening it in writer works (bnc#740032)Luboš Luňák
http://lists.freedesktop.org/archives/libreoffice/2012-January/024380.html
2012-01-23Useless "if else" since we do the same in both casesJulien Nabet
2012-01-24Replaced String by rtl::OUStringTakeshi Abe
2012-01-23add the "Send Feedback..." help menu itemIvan Timofeev
2012-01-21SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora
2012-01-21sw: tweak translation 60c8a970dMichael Stahl
2012-01-21SwGlossaries: some cleanupMichael Stahl
2012-01-21sw: rtf filters: use "sw.rtf" for loggingMichael Stahl
2012-01-21SwGlossaryGroupDlg: get rid of pointless empty()Michael Stahl
2012-01-21SwGlossaryGroupDlg: String to OUStringMichael Stahl
2012-01-21SwGlossaryGroupDlg: fix memory leaksMichael Stahl
2012-01-21Improve checking for emptinessThomas Arnhold
2012-01-21Improve checking for emptinessThomas Arnhold
2012-01-21Fix non-DBG_UTIL case.Stephan Bergmann
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
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 Nabet
2012-01-21SV_DECL_PTRARR->std::vectorAugust Sodora
2012-01-20More on String to rtl::OUString changes.Kohei Yoshida
2012-01-20sw: tweak translationsMichael Stahl
2012-01-20Translate German commentsPhilipp Weissenbacher
2012-01-20Translate German comments to EnglishPhilipp Weissenbacher
2012-01-20Translate German commentsPhilipp Weissenbacher
2012-01-21It does not require SwAppletImpl but only a couple of subheadersTakeshi Abe
2012-01-20sw: SwAddPrinterTabPage::SetFax: fix STL conversionMichael Stahl
regression from 166053646aff23f93ad3704cde05b9bda20e171c
2012-01-20Mempool size args are unused.Stephan Bergmann
2012-01-19WaE: ongoing stream operator cleanup, persuade ints they are sal_Int32sMichael Meeks
2012-01-19remove executable bit on source filesLuboš Luňák
2012-01-19remove pointless forward moving of a table (bnc#706138)Luboš Luňák
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 Arnhold
2012-01-18bin some unused codeThomas Arnhold
2012-01-19removed unused headerTakeshi Abe
2012-01-17sw: tweak translations of previous commitMichael Stahl
2012-01-17Translate comments from German to English; sw/source/core/frmedt is complete.Luc Castermans
2012-01-17sw: translate some commentsMichael Stahl
2012-01-17Fix for fdo43460 Part XL getLength() to isEmpty()Olivier Hallot
Part XL Modules sw
2012-01-18removed dead macroTakeshi Abe
2012-01-16SV_DECL_PTRARR_DEL->std::vectorAugust Sodora
2012-01-16Add import of docvariable fields from word documentsKenneth Aafløy
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 Pruegsanusak
2012-01-16Try without xmlhelp on non-desktop OSesTor Lillqvist
2012-01-16Translate German comments to EnglishLuc Castermans
2012-01-16remove unneeded ifDavid Tardon
2012-01-15use SAL_N_ELEMENTSDavid Tardon
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon
2012-01-15these are not old component files anymoreMatúš Kukan