summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2012-01-07move overlapped controlsIvan Timofeev
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2012-01-06Removed unnecessary tools/ref.hxx includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed 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-05add a comphelper::string::getTokenCountCaolán McNamara
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 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-02Clean non English strings in the codeLior Kaplan
we do translation differently.
2011-12-31"Insert" + "Rows" and "Insert" + "Columns" are not OK l10n-wiseAndras 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-22sw: Improved document comparison based on RSIDs.Tzvetelina Tzeneva
2011-12-21callcatcher: remove unused classesMatúš Kukan
2011-12-20Fix for fdo43460 Part XI getLength() to isEmpty()Olivier Hallot
Part XI Module cui
2011-12-20SelectHdl_Impl doesn't need to be an [IMPL|DECL]Link nowCaolán McNamara
2011-12-19String->OUStringAugust Sodora
2011-12-19Remove unnecessary includesAugust Sodora
2011-12-19Clean up treeopt select handler locking hackAugust Sodora
2011-12-19Simplify treeopt select handlerAugust Sodora
2011-12-19Automatically select an option page if a user clicks on a categoryAugust Sodora
2011-12-16nobody has ever translated this string, in fact it is not for localizationAndras Timar
2011-12-16add version suffix (beta1) to about dialogPetr 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-15Removed extra semicolonsJesse
2011-12-14shrinked useless constants/definesTakeshi Abe
2011-12-13fdo#30714 Use different default key bindings for Hungarian localeMiklos Vajna
Mimic Hungarian Excel's key bindings: * inserting current date is Ctrl-'.' * inserting current time is Ctrl-Shift-'.'
2011-12-13Fix always-false condition of FullCommentURLLászló Németh
2011-12-13fdo#39452: 'Back' is misleading, use 'Revert' insteadLior Kaplan
2011-12-12catch by const referenceCaolán McNamara
2011-12-12Related: fdo#38832 Replace Table with std::mapMarcel Metz
2011-12-12now with an STL map we don't have to do our own mem allocationCaolán McNamara
2011-12-12Related: fdo#38832 Replace Table with std::mapMarcel Metz
2011-12-09fixed fdo#37349 present Catalan (Valencian) as selectable UI languageEike Rathke
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.
2011-12-08childs -> childrenMichael T. Whiteley
2011-12-07Remove oooimprovementAugust Sodora
2011-12-07Remove testtoolloaderAugust Sodora
2011-12-07Unused includes.Stephan Bergmann
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-12-06Use configmgr directly in SvxAsianConfig.Stephan Bergmann
2011-12-05add support for Gtk+ print dialog (#i106780#)David Tardon
2011-12-03sfx2::FileDialogHelper: refactor construction:Michael Stahl
There are currently 2 different ways to specify what kind of file dialog should be created: the nDialogType and nFlags ctor parameters. Simplify that by using the nDialogType for the API specified variety, and the nFlags only for options that cannot be specified by the API. This allows to get rid of 3 constructors, and the following constants: WB_OPEN, WB_SAVEAS, WB_PASSWORD, SFXWB_PASSWORD, SFXWB_SHOWSTYLES
2011-12-03sfx2::FileDialogHelper ignores WB_3DLOOK, WB_STDMODALMichael Stahl
2011-12-03sfx2::FileDialogHelper: remove use of WB_OPENMichael Stahl
This can really be derived from the dialog type, don't duplicate it.
2011-12-03remove unused #include sfx2/filedlghelper.hxxMichael Stahl
2011-12-02Remove extra spaces from strings for translationLior Kaplan
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke
2011-12-01This data member is no longer used. Remove it.Kohei Yoshida
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-29credits.html redirects to about-us/credits/, lets not depend on a rewrite ↵Lior Kaplan
rule in the website
2011-11-28no space between number and percent or degree mark - consistencyAndras Timar