Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-25 | WaE: int and long confusion | Tor Lillqvist | |
2012-01-25 | fdo#43869 use the old rtf importer for paste | Miklos Vajna | |
2012-01-25 | optimized zoom to use more common intervals | Tim 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-24 | use read_lenPrefixed_uInt16s_ToOUString instead of hand-rolled loops | Caolán McNamara | |
2012-01-24 | all direct OUString readers are current little endian streams | Caolán McNamara | |
2012-01-24 | order 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-23 | Useless "if else" since we do the same in both cases | Julien Nabet | |
2012-01-24 | Replaced String by rtl::OUString | Takeshi Abe | |
2012-01-23 | add the "Send Feedback..." help menu item | Ivan Timofeev | |
2012-01-21 | SV_DECL_PTRARR_DEL->boost::ptr_vector | August Sodora | |
2012-01-21 | sw: tweak translation 60c8a970d | Michael Stahl | |
2012-01-21 | SwGlossaries: some cleanup | Michael Stahl | |
2012-01-21 | sw: rtf filters: use "sw.rtf" for logging | Michael Stahl | |
2012-01-21 | SwGlossaryGroupDlg: get rid of pointless empty() | Michael Stahl | |
2012-01-21 | SwGlossaryGroupDlg: String to OUString | Michael Stahl | |
2012-01-21 | SwGlossaryGroupDlg: fix memory leaks | Michael Stahl | |
2012-01-21 | Improve checking for emptiness | Thomas Arnhold | |
2012-01-21 | Improve checking for emptiness | Thomas Arnhold | |
2012-01-21 | Fix non-DBG_UTIL case. | Stephan Bergmann | |
2012-01-21 | Removed 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-21 | Fix Possible inefficient checking for 'aChrSetArr' emptiness | Julien Nabet | |
2012-01-21 | SV_DECL_PTRARR->std::vector | August Sodora | |
2012-01-20 | More on String to rtl::OUString changes. | Kohei Yoshida | |
2012-01-20 | sw: tweak translations | Michael Stahl | |
2012-01-20 | Translate German comments | Philipp Weissenbacher | |
2012-01-20 | Translate German comments to English | Philipp Weissenbacher | |
2012-01-20 | Translate German comments | Philipp Weissenbacher | |
2012-01-21 | It does not require SwAppletImpl but only a couple of subheaders | Takeshi Abe | |
2012-01-20 | sw: SwAddPrinterTabPage::SetFax: fix STL conversion | Michael Stahl | |
regression from 166053646aff23f93ad3704cde05b9bda20e171c | |||
2012-01-20 | Mempool size args are unused. | Stephan Bergmann | |
2012-01-19 | WaE: ongoing stream operator cleanup, persuade ints they are sal_Int32s | Michael Meeks | |
2012-01-19 | remove executable bit on source files | Luboš Luňák | |
2012-01-19 | remove 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-18 | remove unused code | Thomas Arnhold | |
2012-01-18 | bin some unused code | Thomas Arnhold | |
2012-01-19 | removed unused header | Takeshi Abe | |
2012-01-17 | sw: tweak translations of previous commit | Michael Stahl | |
2012-01-17 | Translate comments from German to English; sw/source/core/frmedt is complete. | Luc Castermans | |
2012-01-17 | sw: translate some comments | Michael Stahl | |
2012-01-17 | Fix for fdo43460 Part XL getLength() to isEmpty() | Olivier Hallot | |
Part XL Modules sw | |||
2012-01-18 | removed dead macro | Takeshi Abe | |
2012-01-16 | SV_DECL_PTRARR_DEL->std::vector | August Sodora | |
2012-01-16 | Add import of docvariable fields from word documents | Kenneth 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-17 | Use platform-independent ::rtl::math::round to fix msvc build | Korrawit Pruegsanusak | |
2012-01-16 | Try without xmlhelp on non-desktop OSes | Tor Lillqvist | |
2012-01-16 | Translate German comments to English | Luc Castermans | |
2012-01-16 | remove unneeded if | David Tardon | |
2012-01-15 | use SAL_N_ELEMENTS | David Tardon | |
2012-01-15 | WaE: deleting object of abstract class type with non-virtual destructor | David Tardon | |
2012-01-15 | these are not old component files anymore | Matúš Kukan | |