summaryrefslogtreecommitdiff
path: root/tools/source
AgeCommit message (Collapse)Author
2012-03-26callcatcher: shiny unused method reduction from to-stl conversionsCaolán McNamara
2012-03-20remove ToDouble/ToFloatCaolán McNamara
2012-03-20GetStringRes inline doesn't have a purpose anymoreCaolán McNamara
2012-03-20make ResId->OUString the primary routeCaolán McNamara
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2012-03-12WaE: suggest parentheses around '&&' within '||'David Tardon
2012-03-12WaE: declaration of 'aName' shadows a member of 'this'David Tardon
2012-03-12WaE: suggest explicit braces to avoid ambiguous 'else'David Tardon
2012-03-12WaE: missing initializer for memberDavid Tardon
2012-03-12WaE: 'bLastCaseSensitive' defined but not usedDavid Tardon
2012-03-12WaE: declaration of 'pTop' shadows a previous localDavid Tardon
2012-03-09Let osl::FileStatus getters assert programming errorsStephan Bergmann
...instead of arbitrarily returning certain values when the requested information is not available. This reveals a problem in strmunx.cxx that is apparently a regression introduced with 4a086fca7b0a77c20bc9f1c97507966e2861f3da "fix SvStream to not require a custom open or lstat method."
2012-03-08Convert tools/table.hxx to std::mapNoel Grandin
Convert usage of tools/table.hxx to std::map in aPTable field of SvPersistStream class.
2012-03-02fdo#46501: Cleanup SimpleResMgrSzabolcs Dezsi
2012-03-01callcatcher: update listCaolán McNamara
2012-03-01now restore and use reduced UnlockFile and UnlockRange implsCaolán McNamara
because its super ugly to have unbalanced lock/unlocks and with the removal of STAR_ENABLE_FILE_LOCKING we can call those methods and now get unchanged behaviour
2012-03-01STAR_ENABLE_FILE_LOCKING was a secretCaolán McNamara
2012-02-29callcatcher: update listCaolán McNamara
2012-02-28convert some low hanging fruitCaolán McNamara
2012-02-28callcatcher: remove newly unused methods and update listCaolán McNamara
2012-02-27Removed dead codeMarc-André Laverdière-Papineau
Deleted: SvFileStream::UnlockFile()
2012-02-27Removed unused codeSzabolcs Dezsi
2012-02-27merge GetString variantsCaolán McNamara
2012-02-27drop UniString::CreateFromInt64Caolán McNamara
2012-02-27ByteString is no moreCaolán McNamara
2012-02-27ByteString->rtl::OStringCaolán McNamara
2012-02-23lock in ByteString gainsCaolán McNamara
2012-02-21WaE: Same expression on both sides of '||'Thomas Arnhold
2012-02-21fdo#44993: Remove obsolete FSysRedirectorElton Chung
2012-02-20unusedcode.easy: some cleaningThomas Arnhold
2012-02-19ByteString->rtl::OStringCaolán McNamara
2012-02-17WaE: unused parameterDavid Tardon
2012-02-16Fix a bug found with cclangJulien Nabet
Null pointer passed as an argument to a 'nonnull'
2012-02-16callcatcher: update unused code listCaolán McNamara
2012-02-15Various string function clean upStephan Bergmann
Added: * rtl::OString::matchL * rtl::OString::endsWith * rtl::OString::endsWithL * rtl::OString::indexOfL * rtl::OString::replaceFirst * rtl::OString::replaceAll * rtl::OString::getToken * rtl::OUString::endsWith * rtl::OUString::replaceFirst * rtl::OUString::replaceFirstAsciiL * rtl::OUString::replaceFirstAsciiLAsciiL * rtl::OUString::replaceAll * rtl::OUString::replaceAllAsciiL * rtl::OUString::replaceAllAsciiLAsciiL * rtl::OUString::getToken plus underlying C functions where necessary Deprecated: * comphelper::string::remove * comphelper::string::getToken Removed: * comphelper::string::searchAndReplaceAsciiL * comphelper::string::searchAndReplaceAllAsciiWithAscii * comphelper::string::searchAndReplaceAsciiI * comphelper::string::replace * comphelper::string::matchL * comphelper::string::matchIgnoreAsciiCaseL * comphelper::string::indexOfL Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM -> RTL_CONSTASCII_STRINGPARAM.
2012-02-15lock in those ByteString gains so there's no back-slidingCaolán McNamara
2012-02-13ResMgr::TestStack more robustLionel Elie Mamane
2012-02-13unusedcode.easy: Removed unused codeAlexander Bergmann
2012-02-13callcatcher: regenerate listCaolán McNamara
2012-02-07tools: fsys: Delete unused FileStat::FileStat()Greg Kroah-Hartman
2012-02-07tools: fsys: Delete unused FileStat::FileStat(const void *)Greg Kroah-Hartman
2012-02-07tools: fsys: Delete unused DirEntry::GetDevice()Greg Kroah-Hartman
2012-02-01A few safe replacements of pathes->pathsJesús Corrius
2012-01-30fdo#44981 - remove obsolete SWAPLONG macrosNoel Grandin
2012-01-30refactor ConvertLineEndCaolán McNamara
2012-01-27SvGlobalName::GetctorName is now redundantCaolán McNamara
2012-01-25refresh unused code listCaolán McNamara
2012-01-25move ugly WriteLines out of SvStream to beside sole userCaolán McNamara
2012-01-24use write_uInt16s_FromOUString patternCaolán McNamara
2012-01-24all direct OUString readers are current little endian streamsCaolán McNamara