summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)AuthorFilesLines
2012-01-27SvxBorderTabPage: the minimal border width is 1 twipMichael Stahl1-1/+1
2012-01-27Replace SvtUndoOptions with (simplified) direct configuration access.Stephan Bergmann1-6/+9
Also, code in sw can be simplified under the premise that always /org.openoffice.Office.Common/Undo/Steps > 0.
2012-01-27Revert "Removed list and numbering paragraph styles and related option page"Cédric Bosdonnat2-1/+9
This reverts commits 359d0fbd03a68d9131e8fb25e7dac9f19ddf6dcb, 6a15a2898b7f822ddfba23553dd127e25af15fff and 21352f88caba9dee73d5a87c8e3724d17ac6b428. This change is not mature enought: needs more work
2012-01-26Replace SvtCacheOptions with (simplified) direct configuration access.Stephan Bergmann3-24/+55
2012-01-26Replace SvtInetOptions with (simplified) direct configuration access.Stephan Bergmann1-1/+0
2012-01-25Replace SourceViewConfig with (simplified) direct configuration access.Stephan Bergmann2-19/+30
2012-01-21Improve checking for emptinessThomas Arnhold2-4/+4
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann5-5/+5
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-20add missing semicolons. *blush*David Tardon1-2/+2
2012-01-20make these strings localizable again (fdo#44947)David Tardon1-57/+148
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-17fdo#44402: make keyboard navigation work again in Tools->OptionsAugust Sodora1-49/+0
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz13-26/+26
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz13-35/+24
2012-01-13remove some tools/string.hxxCaolán McNamara2-18/+8
2012-01-12move overlapped controlsIvan Timofeev1-1/+1
2012-01-11SvStringsISort->std::setAugust Sodora2-20/+9
2012-01-11SvStringsDtor->std::vectorAugust Sodora1-6/+5
2012-01-10SvStringsDtor->std::vectorAugust Sodora1-42/+28
2012-01-10Remove unnecessary forward declarationsAugust Sodora2-2/+0
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora12-33/+0
2012-01-10cui: remove unused macro for renamed libraryMichael Stahl1-1/+1
2012-01-10callcatcher: update listCaolán McNamara2-21/+0
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara2-7/+11
2012-01-10Removed unused DBG_WARNING{4, 5} macros, replaced DBG_WARNINGFILEMarcel Metz1-1/+1
2012-01-09bump LibreOffice copyright year to 2012Andras Timar1-2/+2
2012-01-09simplify CharClassCaolán McNamara1-2/+2
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-07yet another few strings to localizeAndras Timar2-5/+5
2012-01-07move overlapped controlsIvan Timofeev1-4/+4
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz7-7/+0
2012-01-06Removed unnecessary tools/ref.hxx includes.Marcel Metz4-4/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz3-3/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz5-5/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz2-2/+0
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-05add a comphelper::string::getTokenCountCaolán McNamara9-29/+40
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
2012-01-04Easyhack fdo#38831 remove SvStringsBrad Sowden2-42/+37
------ 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-02Clean non English strings in the codeLior Kaplan4-70/+0
we do translation differently.
2011-12-31"Insert" + "Rows" and "Insert" + "Columns" are not OK l10n-wiseAndras Timar2-4/+3
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ňák1-1/+1
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-22sw: Improved document comparison based on RSIDs.Tzvetelina Tzeneva2-0/+2
2011-12-21callcatcher: remove unused classesMatúš Kukan2-226/+0
2011-12-20Fix for fdo43460 Part XI getLength() to isEmpty()Olivier Hallot30-117/+117
Part XI Module cui
2011-12-20SelectHdl_Impl doesn't need to be an [IMPL|DECL]Link nowCaolán McNamara2-10/+10
2011-12-19String->OUStringAugust Sodora1-6/+9
2011-12-19Remove unnecessary includesAugust Sodora2-96/+65
2011-12-19Clean up treeopt select handler locking hackAugust Sodora2-41/+20
2011-12-19Simplify treeopt select handlerAugust Sodora4-417/+130
2011-12-19Automatically select an option page if a user clicks on a categoryAugust Sodora1-0/+56
2011-12-16nobody has ever translated this string, in fact it is not for localizationAndras Timar1-1/+1
2011-12-16add version suffix (beta1) to about dialogPetr Mladek1-1/+1
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-15Removed extra semicolonsJesse1-1/+1