Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-27 | SvxBorderTabPage: the minimal border width is 1 twip | Michael Stahl | |
2012-01-27 | Replace SvtUndoOptions with (simplified) direct configuration access. | Stephan Bergmann | |
Also, code in sw can be simplified under the premise that always /org.openoffice.Office.Common/Undo/Steps > 0. | |||
2012-01-27 | Revert "Removed list and numbering paragraph styles and related option page" | Cédric Bosdonnat | |
This reverts commits 359d0fbd03a68d9131e8fb25e7dac9f19ddf6dcb, 6a15a2898b7f822ddfba23553dd127e25af15fff and 21352f88caba9dee73d5a87c8e3724d17ac6b428. This change is not mature enought: needs more work | |||
2012-01-26 | Replace SvtCacheOptions with (simplified) direct configuration access. | Stephan Bergmann | |
2012-01-26 | Replace SvtInetOptions with (simplified) direct configuration access. | Stephan Bergmann | |
2012-01-25 | Replace SourceViewConfig with (simplified) direct configuration access. | Stephan Bergmann | |
2012-01-21 | Improve checking for emptiness | Thomas Arnhold | |
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-20 | add missing semicolons. *blush* | David Tardon | |
2012-01-20 | make these strings localizable again (fdo#44947) | David Tardon | |
Our translation tools read the src files literally, line by line, only reacting on specific patterns (e.g., 'Text [en-US] = "...";'). Therefore use of macros like this cannot work. | |||
2012-01-17 | fdo#44402: make keyboard navigation work again in Tools->Options | August Sodora | |
2012-01-17 | Replaced SAL_INFO with SAL_WARN were applicable. | Marcel Metz | |
2012-01-16 | Replaced DBG_ERRORFILE with SAL_INFO. | Marcel Metz | |
2012-01-13 | remove some tools/string.hxx | Caolán McNamara | |
2012-01-12 | move overlapped controls | Ivan Timofeev | |
2012-01-11 | SvStringsISort->std::set | August Sodora | |
2012-01-11 | SvStringsDtor->std::vector | August Sodora | |
2012-01-10 | SvStringsDtor->std::vector | August Sodora | |
2012-01-10 | Remove unnecessary forward declarations | August Sodora | |
2012-01-10 | Remove _SVSTDARR_STRINGSISORTDTOR | August Sodora | |
2012-01-10 | cui: remove unused macro for renamed library | Michael Stahl | |
2012-01-10 | callcatcher: update list | Caolán McNamara | |
2012-01-10 | simplify LocalFileHelper::ConvertURLToPhysicalName | Caolán McNamara | |
2012-01-10 | Removed unused DBG_WARNING{4, 5} macros, replaced DBG_WARNINGFILE | Marcel Metz | |
2012-01-09 | bump LibreOffice copyright year to 2012 | Andras Timar | |
2012-01-09 | simplify CharClass | Caolán McNamara | |
multiple variants of toUpper (etc) some that take a non-const OUString or String and modify it some that take a const OUString or String and return a new one some that take part of a const OUString or String and return a new one | |||
2012-01-07 | yet another few strings to localize | Andras Timar | |
2012-01-07 | move overlapped controls | Ivan Timofeev | |
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2012-01-06 | Removed unnecessary tools/ref.hxx includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz | |||
2012-01-05 | add a comphelper::string::getTokenCount | Caolán McNamara | |
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test | |||
2012-01-04 | Easyhack fdo#38831 remove SvStrings | Brad Sowden | |
------ With the for loop below Insert(x,nPos) was previously applied but nPos is initialised to the end of vector and is always incremented in every loop iteration i.e. Insert(x,nPos) is effectively a push_back(x). Agree? In "short SvxNumberFormatShell::FillEListWithUserCurrencys(....)" Also get rid of SvxDelStrgs (variant of SvStrings) | |||
2012-01-02 | Clean non English strings in the code | Lior Kaplan | |
we do translation differently. | |||
2011-12-31 | "Insert" + "Rows" and "Insert" + "Columns" are not OK l10n-wise | Andras Timar | |
never compose strings from two separate parts see http://listarchives.libreoffice.org/global/l10n/msg03714.html | |||
2011-12-22 | "*.*" is not "all files" (bnc#738021) | Luboš Luňák | |
Not on any Unix, at least. I have no idea how deep entrenched is this mistake all over the code, so I'll play safe and just fix the KDE4 fpicker (GNOME/KDE3 seem to handle it fine), but at least in the UI show just "All files" instead of "All files (*.*)"). | |||
2011-12-22 | sw: Improved document comparison based on RSIDs. | Tzvetelina Tzeneva | |
2011-12-21 | callcatcher: remove unused classes | Matúš Kukan | |
2011-12-20 | Fix for fdo43460 Part XI getLength() to isEmpty() | Olivier Hallot | |
Part XI Module cui | |||
2011-12-20 | SelectHdl_Impl doesn't need to be an [IMPL|DECL]Link now | Caolán McNamara | |
2011-12-19 | String->OUString | August Sodora | |
2011-12-19 | Remove unnecessary includes | August Sodora | |
2011-12-19 | Clean up treeopt select handler locking hack | August Sodora | |
2011-12-19 | Simplify treeopt select handler | August Sodora | |
2011-12-19 | Automatically select an option page if a user clicks on a category | August Sodora | |
2011-12-16 | nobody has ever translated this string, in fact it is not for localization | Andras Timar | |
2011-12-16 | add version suffix (beta1) to about dialog | Petr Mladek | |
configurable at build time via ABOUTBOXPRODUCTVERSIONSUFFIX in instsetoo_native/util/openoffice.lst configurable at runtime via registry/data/org/openoffice/Setup.xcu and ooSetupVersionAboutBoxSuffix property | |||
2011-12-15 | Removed extra semicolons | Jesse | |