summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Collapse)Author
2012-02-29Bin obviously bogus (Thanks, Clang!) but fortunately unused functionTor Lillqvist
2012-02-29Drop comparison with empty rtl::OUStringTakeshi Abe
2012-02-28lp#562027: fix logout with quickstarterBjoern Michaelsen
2012-02-28some fancy new SAL_LOG tracing for frameworkBjoern Michaelsen
2012-02-23Remove unused code as listed in unusedcode.easySantiago Martinez
2012-02-21WaE: duplicateBranchThomas Arnhold
2012-02-21WaE: duplicateBranchThomas Arnhold
2012-02-21WaE: duplicateBranchThomas Arnhold
2012-02-21expand and remove css_ui macroThomas Arnhold
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann
2012-02-20WaE: unused variablesCaolán McNamara
2012-02-19Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
to equalsIgnoreAsciiCaseAscii("...")
2012-02-18Revert "offapi: remove obsolete XInplaceLayout"Thomas Arnhold
This reverts commit 5ca858c01cb2e2aa93c8aca65fd271a900785e3f. This change implicates some more changes in layoutmanager.hxx see ::cppu::WeakImplHelper8. So keep it...
2012-02-18offapi: remove obsolete XInplaceLayoutThomas Arnhold
2012-02-18framework: remove unused timemeasure.hxxThomas Arnhold
2012-02-16Typo fix: com.sum -> com.sunTor Lillqvist
2012-02-16Use RTL_CONSTASCII_STRINGPARAM instead of bare numberTakeshi Abe
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-13Fix typos in commentsElton Chung
2012-02-10fdo#39491 remove nonexistent include pathsMatúš Kukan
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-02-05Fixed cppcheck messages about rethrowing copy of exception.PKEuS
2012-02-05Some cppcheck cleaningJulien Nabet
2012-02-02Some cppcheck cleaningJulien Nabet
2012-02-01Some cppcheck cleaningJulien Nabet
2012-02-01A few safe replacements of pathes->pathsJesús Corrius
2012-01-30remove '#define OUSTRING ::rtl::OUString'Ivan Timofeev
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann
2012-01-23add the "Send Feedback..." help menu itemIvan Timofeev
2012-01-23can replace all PLACEHOLDER_PATH tokensCaolán McNamara
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz
2012-01-16convert low hanging Strings to OUStringCaolán McNamara
2012-01-15The "Open..." button's more room problem solved fdo#33794Tomcsik Bence
By adding a int i_nExtraWidth parameter to the layoutButton function there will be enough space for the open button and its black triangle.
2012-01-13noone uses ShareableMutex::getShareableOslMutexCaolán McNamara
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar
2012-01-10workaround internal compiler error with gcc 4.7David Tardon
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara
2012-01-09ENABLE_AUTODOC_FIX, WTFStephan Bergmann
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2012-01-06Removed unnecessary tools/link.hxx includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed 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