Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-12-14 | shrinked useless constants/defines | Takeshi Abe | |
2011-12-13 | fdo#30714 Use different default key bindings for Hungarian locale | Miklos Vajna | |
Mimic Hungarian Excel's key bindings: * inserting current date is Ctrl-'.' * inserting current time is Ctrl-Shift-'.' | |||
2011-12-13 | Fix always-false condition of FullCommentURL | László Németh | |
2011-12-13 | fdo#39452: 'Back' is misleading, use 'Revert' instead | Lior Kaplan | |
2011-12-12 | catch by const reference | Caolán McNamara | |
2011-12-12 | Related: fdo#38832 Replace Table with std::map | Marcel Metz | |
2011-12-12 | now with an STL map we don't have to do our own mem allocation | Caolán McNamara | |
2011-12-12 | Related: fdo#38832 Replace Table with std::map | Marcel Metz | |
2011-12-09 | fixed fdo#37349 present Catalan (Valencian) as selectable UI language | Eike 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-08 | childs -> children | Michael T. Whiteley | |
2011-12-07 | Remove oooimprovement | August Sodora | |
2011-12-07 | Remove testtoolloader | August Sodora | |
2011-12-07 | Unused includes. | Stephan Bergmann | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-06 | normalize Red Hat, Inc. spellings, and bump to latest template | Caolán McNamara | |
2011-12-06 | Use configmgr directly in SvxAsianConfig. | Stephan Bergmann | |
2011-12-05 | add support for Gtk+ print dialog (#i106780#) | David Tardon | |
2011-12-03 | sfx2::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-03 | sfx2::FileDialogHelper ignores WB_3DLOOK, WB_STDMODAL | Michael Stahl | |
2011-12-03 | sfx2::FileDialogHelper: remove use of WB_OPEN | Michael Stahl | |
This can really be derived from the dialog type, don't duplicate it. | |||
2011-12-03 | remove unused #include sfx2/filedlghelper.hxx | Michael Stahl | |
2011-12-02 | Remove extra spaces from strings for translation | Lior Kaplan | |
2011-12-01 | get rid of class Date and Time default ctor with system time penalty | Eike Rathke | |
2011-12-01 | This data member is no longer used. Remove it. | Kohei Yoshida | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-29 | credits.html redirects to about-us/credits/, lets not depend on a rewrite ↵ | Lior Kaplan | |
rule in the website | |||
2011-11-28 | no space between number and percent or degree mark - consistency | Andras Timar | |