Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-21 | WaE: duplicateBranch | Thomas Arnhold | |
2012-02-21 | WaE: duplicateBranch | Thomas Arnhold | |
2012-02-21 | expand and remove css_ui macro | Thomas Arnhold | |
2012-02-20 | gb_JunitTest_JunitTest takes only one argument | Stephan Bergmann | |
2012-02-20 | WaE: unused variables | Caolán McNamara | |
2012-02-19 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | |
to equalsIgnoreAsciiCaseAscii("...") | |||
2012-02-18 | Revert "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-18 | offapi: remove obsolete XInplaceLayout | Thomas Arnhold | |
2012-02-18 | framework: remove unused timemeasure.hxx | Thomas Arnhold | |
2012-02-16 | Typo fix: com.sum -> com.sun | Tor Lillqvist | |
2012-02-16 | Use RTL_CONSTASCII_STRINGPARAM instead of bare number | Takeshi Abe | |
2012-02-15 | Various string function clean up | Stephan 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-13 | Fix typos in comments | Elton Chung | |
2012-02-10 | fdo#39491 remove nonexistent include paths | Matúš Kukan | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2012-02-10 | Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...) | Takeshi Abe | |
2012-02-10 | Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...") | Takeshi Abe | |
2012-02-08 | Added READMEs for modules which used to be in libs-core | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-05 | Fixed cppcheck messages about rethrowing copy of exception. | PKEuS | |
2012-02-05 | Some cppcheck cleaning | Julien Nabet | |
2012-02-02 | Some cppcheck cleaning | Julien Nabet | |
2012-02-01 | Some cppcheck cleaning | Julien Nabet | |
2012-02-01 | A few safe replacements of pathes->paths | Jesús Corrius | |
2012-01-30 | remove '#define OUSTRING ::rtl::OUString' | Ivan Timofeev | |
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann | |
2012-01-23 | add the "Send Feedback..." help menu item | Ivan Timofeev | |
2012-01-23 | can replace all PLACEHOLDER_PATH tokens | Caolán McNamara | |
2012-01-21 | Removed 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-17 | Replaced SAL_INFO with SAL_WARN were applicable. | Marcel Metz | |
2012-01-16 | Replaced DBG_ERRORFILE with SAL_INFO. | Marcel Metz | |
2012-01-16 | convert low hanging Strings to OUString | Caolán McNamara | |
2012-01-15 | The "Open..." button's more room problem solved fdo#33794 | Tomcsik 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-13 | noone uses ShareableMutex::getShareableOslMutex | Caolán McNamara | |
2012-01-11 | fix prefix of command line switches (-- instead of -) | Andras Timar | |
2012-01-10 | workaround internal compiler error with gcc 4.7 | David Tardon | |
2012-01-10 | simplify LocalFileHelper::ConvertURLToPhysicalName | Caolán McNamara | |
2012-01-09 | ENABLE_AUTODOC_FIX, WTF | Stephan Bergmann | |
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2012-01-06 | Removed unnecessary tools/link.hxx includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed 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 | |||
2012-01-04 | make these variables static | Matúš Kukan | |
2011-12-30 | Fix for fdo43460 Part XX getLength() to isEmpty() | Olivier Hallot | |
Part XX Module framework | |||
2011-12-21 | Remove HelpAgentWindow | August Sodora | |
2011-12-20 | pretty up exception message for display in StarBasic dialogs | Caolán McNamara | |
2011-12-20 | Link most libs and executables with gb_STDLIBS as presumably is intended | Tor Lillqvist | |
2011-12-18 | Always load res of LibO UI locale, not system deflocale fdo#43475 | Andras Timar | |