summaryrefslogtreecommitdiffstats
path: root/cui
Commit message (Collapse)AuthorAgeFilesLines
* SvStringsDtor->std::vectorAugust Sodora2012-01-101-42/+28
|
* Remove unnecessary forward declarationsAugust Sodora2012-01-102-2/+0
|
* Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora2012-01-1012-33/+0
|
* cui: remove unused macro for renamed libraryMichael Stahl2012-01-101-1/+1
|
* callcatcher: update listCaolán McNamara2012-01-102-21/+0
|
* simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara2012-01-102-7/+11
|
* Removed unused DBG_WARNING{4, 5} macros, replaced DBG_WARNINGFILEMarcel Metz2012-01-101-1/+1
|
* bump LibreOffice copyright year to 2012Andras Timar2012-01-091-2/+2
|
* simplify CharClassCaolán McNamara2012-01-091-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
* yet another few strings to localizeAndras Timar2012-01-072-5/+5
|
* move overlapped controlsIvan Timofeev2012-01-071-4/+4
|
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-067-7/+0
|
* Removed unnecessary tools/ref.hxx includes.Marcel Metz2012-01-064-4/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-053-3/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-055-5/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-052-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
* add a comphelper::string::getTokenCountCaolán McNamara2012-01-059-29/+40
| | | | | | suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
* Easyhack fdo#38831 remove SvStringsBrad Sowden2012-01-042-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)
* Clean non English strings in the codeLior Kaplan2012-01-024-70/+0
| | | | we do translation differently.
* "Insert" + "Rows" and "Insert" + "Columns" are not OK l10n-wiseAndras Timar2011-12-312-4/+3
| | | | | never compose strings from two separate parts see http://listarchives.libreoffice.org/global/l10n/msg03714.html
* "*.*" is not "all files" (bnc#738021)Luboš Luňák2011-12-221-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 (*.*)").
* sw: Improved document comparison based on RSIDs.Tzvetelina Tzeneva2011-12-222-0/+2
|
* callcatcher: remove unused classesMatúš Kukan2011-12-212-226/+0
|
* Fix for fdo43460 Part XI getLength() to isEmpty()Olivier Hallot2011-12-2030-117/+117
| | | | | | Part XI Module cui
* SelectHdl_Impl doesn't need to be an [IMPL|DECL]Link nowCaolán McNamara2011-12-202-10/+10
|
* String->OUStringAugust Sodora2011-12-191-6/+9
|
* Remove unnecessary includesAugust Sodora2011-12-192-96/+65
|
* Clean up treeopt select handler locking hackAugust Sodora2011-12-192-41/+20
|
* Simplify treeopt select handlerAugust Sodora2011-12-194-417/+130
|
* Automatically select an option page if a user clicks on a categoryAugust Sodora2011-12-191-0/+56
|
* nobody has ever translated this string, in fact it is not for localizationAndras Timar2011-12-161-1/+1
|
* add version suffix (beta1) to about dialogPetr Mladek2011-12-161-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
* Removed extra semicolonsJesse2011-12-151-1/+1
|
* shrinked useless constants/definesTakeshi Abe2011-12-141-18/+0
|
* fdo#30714 Use different default key bindings for Hungarian localeMiklos Vajna2011-12-131-0/+5
| | | | | | | Mimic Hungarian Excel's key bindings: * inserting current date is Ctrl-'.' * inserting current time is Ctrl-Shift-'.'
* Fix always-false condition of FullCommentURLLászló Németh2011-12-131-1/+1
|
* fdo#39452: 'Back' is misleading, use 'Revert' insteadLior Kaplan2011-12-131-1/+1
|
* catch by const referenceCaolán McNamara2011-12-121-3/+3
|
* Related: fdo#38832 Replace Table with std::mapMarcel Metz2011-12-121-37/+36
|
* now with an STL map we don't have to do our own mem allocationCaolán McNamara2011-12-122-15/+9
|
* Related: fdo#38832 Replace Table with std::mapMarcel Metz2011-12-122-10/+14
|
* fixed fdo#37349 present Catalan (Valencian) as selectable UI languageEike Rathke2011-12-091-2/+2
| | | | | | | | | Catalan (Valencian) has no ISO 639 code assigned and the UI localization uses the ca-XV hack where XV is of the reserved ISO 3166 user-assigned range. This should not escape to document content therefor internally a replacement to ca-ES is done for all locale attribution. For the UI localization to be distinguishable under Tools->Options->LanguageSettings->UserInterface this needed a special handling to allow Catalan (Valencian) again.
* childs -> childrenMichael T. Whiteley2011-12-087-22/+22
|
* Remove oooimprovementAugust Sodora2011-12-0710-814/+0
|
* Remove testtoolloaderAugust Sodora2011-12-072-6/+0
|
* Unused includes.Stephan Bergmann2011-12-071-1/+0
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-063-15/+12
|
* Use configmgr directly in SvxAsianConfig.Stephan Bergmann2011-12-061-4/+2
|
* add support for Gtk+ print dialog (#i106780#)David Tardon2011-12-051-1/+1
|