summaryrefslogtreecommitdiff
path: root/fpicker/source/office
AgeCommit message (Expand)AuthorFilesLines
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin5-8/+8
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-14/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-9/+0
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-11-13xub_StrLen->sal_Int32Caolán McNamara1-2/+2
2013-11-13fdo#59542 smaller +/- buttons will not be truncated at the bottomAndras Timar1-2/+2
2013-10-21post String conversion cleanupThomas Arnhold1-1/+1
2013-10-20drop unnecessary tools/string includesCaolán McNamara3-3/+1
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza2-20/+4
2013-10-02-Werror,-Wunused-functionStephan Bergmann1-18/+0
2013-10-01convert fpicker module from String to OUStringNoel Grandin8-217/+214
2013-09-27Related: fdo#38838 remove UniString::SearchBackwardCaolán McNamara1-6/+6
2013-09-25drop worthless _VECTOR_/_MAP_ header guardsCaolán McNamara1-6/+0
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-8/+8
2013-09-22Related: fdo#38838 remove UniString::CompareIgnoreCaseToAsciiCaolán McNamara1-5/+5
2013-09-13String to OUStringThomas Arnhold3-13/+13
2013-09-08Related: fdo#38838 String::GetBufferAccess is now no moreCaolán McNamara1-5/+5
2013-08-22convert include/svtools/QueryFolderName.hxx from String to OUStringNoel Grandin1-4/+4
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-08-04Mark as const/staticTakeshi Abe1-1/+1
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara2-6/+6
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks4-12/+0
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-06-17cppcheck: fix uninitMemberVar in fpicker partJulien Nabet1-0/+2
2013-06-14Resolves: fdo#65569 dropdown list missing from built-in fpickerCaolán McNamara1-0/+3
2013-06-13cppcheck: fix m_pOwnInteraction not initializedJulien Nabet1-0/+1
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand1-1/+2
2013-06-05use uno::Reference#clear() method...Noel Grandin1-1/+1
2013-05-14Remove obsolete RestrictedPath env var supportStephan Bergmann3-59/+15
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-1/+1
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks4-84/+20
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-15fdo#60724 informations -> informationThomas Arnhold1-1/+1
2013-04-10fdo#62096: Replaced some OUString 'compareTo' with '=='Prashant Pandey1-2/+2
2013-03-25There are many ships in the port of Hamburg but "ownership" is not oneTor Lillqvist2-15/+15
2013-03-20Replace String with OUString (unotools)Chr. Rossmanith1-7/+7
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir1-3/+4
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim3-0/+6
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold2-9/+9
2013-02-25loplugin: unused variablesThomas Arnhold1-1/+0
2013-02-24loplugin: unused variablesThomas Arnhold1-1/+0
2013-02-22[Uu]sefull -> [Uu]sefulJulien Nabet1-1/+1
2013-02-22fix for fdo#61187Noel Grandin1-8/+17
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac1-2/+2
2013-02-05delete unused stringsJoren De Cuyper2-12/+0
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-2/+2
2013-01-09fdo#46808, use new method OConfigurationTreeRoot::createWithComponentContextNoel Grandin1-2/+2
2012-12-10rtl:: removal in fpickerRadu Ioan17-285/+284
2012-11-27fdo#46808: Missing adaptions to XFolderPicker2Stephan Bergmann2-25/+18
2012-11-21SvtURLBox derives from ComboBox not EditCaolán McNamara2-8/+3