summaryrefslogtreecommitdiff
path: root/uui/source
AgeCommit message (Expand)AuthorFilesLines
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin2-2/+2
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin3-4/+4
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-3/+2
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-3/+3
2013-10-28windows: warning 4355 is disabled globally in com_MSC_defs.mkThomas Arnhold1-4/+0
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist3-10/+10
2013-10-20drop unnecessary tools/string includesCaolán McNamara2-2/+1
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza3-20/+6
2013-10-01convert UUI module from String to OUStringNoel Grandin20-100/+105
2013-09-26typo fixes in commentsAndras Timar1-2/+2
2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara2-2/+2
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann1-2/+3
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist1-1/+7
2013-07-25Fix configuration access path for "URL" group memberStephan Bergmann1-2/+3
2013-07-24fdo#46037: no more comphelper/configurationhelper.hxx in uuiJulien Nabet1-8/+3
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-3/+2
2013-07-05Resolves: #i55152# the listbox in the filter selection dialog should be sortedHerbert Dürr1-1/+1
2013-06-30XubString->OUStringCaolán McNamara4-7/+7
2013-06-29remove OUString wrap for string literalsThomas Arnhold7-12/+12
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-05-01convert message box return types to an enumCaolán McNamara2-10/+10
2013-04-27some eco-activismThomas Arnhold4-8/+4
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-4/+4
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák28-234/+233
2013-04-01remove boilerplate commentsThomas Arnhold1-2/+0
2013-03-30remove local css definitionsThomas Arnhold5-23/+15
2013-03-29replace PathDialog to xFolderPicker, remmove obsoleted PathDialog classAndras Timar1-29/+22
2013-03-20Replace String with OUString (unotools)Chr. Rossmanith1-1/+1
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim24-0/+58
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King1-2/+2
2013-03-01raise warning when saving macro laden doc as a macro-free format bnc#791777Noel Power3-3/+21
2013-02-25remove some trivial duplicatesThomas Arnhold1-1/+0
2013-02-25loplugin: improve indentationThomas Arnhold1-3/+3
2013-02-22s/the the/the/Tor Lillqvist2-2/+2
2013-02-15move set master password dialog to uui and adapt codeCaolán McNamara5-308/+19
2013-02-06remove obsolete hidother.src filesAndras Timar1-4/+0
2013-01-28fdo#46808, make MacOS tinderbox happyNoel Grandin1-2/+2
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin1-2/+1
2013-01-28fdo#46808, Adapt setup::UpdateCheckConfig UNO services to new styleNoel Grandin1-18/+10
2013-01-27Some cppcheck cleaningJulien Nabet1-6/+7
2013-01-27move entermasterpassword.ui to right place and adapt codeCaolán McNamara5-129/+10
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith3-3/+3
2013-01-09fdo#46808, use new method OConfigurationTreeRoot::createWithComponentContextNoel Grandin13-79/+77
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-3/+2
2012-12-12WaE: warn_unused_resultTor Lillqvist1-2/+2