summaryrefslogtreecommitdiff
path: root/tools/source/fsys/urlobj.cxx
AgeCommit message (Expand)Author
2013-12-17Unnecessary use of OUString constructor inside OUStringBuffer constructorNoel Grandin
2013-12-12remove unnecessary castsNoel Grandin
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-09-30Introduce ASCII case conversion and use more/rtl/character.hxx.Arnaud Versini
2013-08-31Some OSL_WARN -> SAL_WARN_IFStephan Bergmann
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-26fdo#33605: Handle http etc. URLs with no path but fragmentStephan Bergmann
2013-06-18fdo#43460 tools: use isEmpty()Jelle van der Waa
2013-05-02Show only filename in "Recent Files" listSamuel Mehrbrodt
2013-04-10Introduce characters utilities in rtl/character.hxxArnaud Versini
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-16Remove RTL_CONSTASCII_(U)STRINGPARAM in toolsChr. Rossmanith
2013-02-22[Uu]sefull -> [Uu]sefulJulien Nabet
2013-01-26Remove redundant braces around for loopsStephan Bergmann
2012-12-05Fix commentTor Lillqvist
2012-12-05Bye bye ODMATor Lillqvist
2012-10-31CMIS urls: remove +atom in the internal URLS as the binding is guessedCédric Bosdonnat
2012-10-29fdo#56366: INetURLObject::decode: do not clip utf-32 to 16-bitIvan Timofeev
2012-08-18re-indent falsely formatted code in tools/sourcePhilipp Riemer
2012-08-18removed commented out code in tools/sourcePhilipp Riemer
2012-08-18removed ascii-art and blank lines in tools/sourcePhilipp Riemer
2012-07-11re-base on ALv2 code. Includes:Michael Meeks
2012-06-29Remove some more include guardsThomas Arnhold
2012-06-04CMIS UCP: changed URLs to have hierarchical pathCédric Bosdonnat
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-01-16Fix for fdo43460 Part XXXIX getLength() to isEmpty()Olivier Hallot
2012-01-16Clang -Wdangling-else.Stephan Bergmann
2011-12-15Removed extra semicolonsJesse
2011-12-01Remove uses of charAtAugust Sodora
2011-11-27remove include of pch header from toolsNorbert Thiebaud
2011-10-01Cmis: Fixed the installation of the new UCP provider and libcmisCédric Bosdonnat
2011-10-01Added cmis+atom:// scheme to the tools urlobj.Cédric Bosdonnat
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-08-24callcatcher: remove various unused methodsCaolán McNamara
2011-08-11callcatcher: unused codeCaolán McNamara
2011-07-12callcatcher: remove unused INetURLObject::makePortCanonicThomas Arnhold
2011-07-12callcatcher: remove unused INetURLObject::makeAuthCanonicThomas Arnhold
2011-07-12callcatcher: remove unused INetURLObject::getIMAPUIDThomas Arnhold
2011-07-12callcatcher: remove unused INetURLObject::getFTPTypeThomas Arnhold
2011-07-12callcatcher: remove unused INetURLObject::encodeHostPortThomas Arnhold
2011-07-12callcatcher: remove unused INetURLObject::HasMsgIdThomas Arnhold
2011-07-12callcatcher: remove unused INetURLObject::CutNameThomas Arnhold
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky
2011-05-20fdo#36615: Fixed the prefix recognition in URLs... that list is sorted.Cédric Bosdonnat
2011-05-19Added some important comment about a list that needs to be sortedCédric Bosdonnat
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-11Move DBG_ERROR to OSL_FAIL (multiline)Thomas Arnhold