Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-25 | Remove various commented out defines | Thomas Arnhold | |
Most of them in hrc files. Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f | |||
2012-06-19 | re-base on ALv2 code. | Michael Meeks | |
2012-06-15 | callcatcher: chainsaw out some unnecessary code | Caolán McNamara | |
Change-Id: I88de7a942fbc9e0c51a3261236f5203f037d2392 | |||
2012-04-20 | WaE: MSVC2008 C2220 unsafe mix of types in operation | Caolán McNamara | |
2012-03-23 | .hrc files don't need executable bits | Michael Stahl | |
2012-03-20 | remove ToDouble/ToFloat | Caolán McNamara | |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan 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-06 | Removed useless #ifdef guard | Takeshi Abe | |
2012-03-05 | Remove unused SbxMemoryStream | Tor Lillqvist | |
2012-03-05 | Remove unused code from basic | Elton Chung | |
2012-03-05 | Convert SbxFactory from SV_DECL_PTRARR_DEL to boost::ptr_vector | Noel Grandin | |
2012-02-13 | can use a reference for singleton | Caolán McNamara | |
2012-02-10 | add SbGlobal for shared static objects | Markus Mohrhard | |
2012-01-31 | Replaced String by rtl::OUString in SbiScanner | Takeshi Abe | |
2012-01-27 | SvDispatch class doesn't exist anymore | Caolán McNamara | |
2012-01-25 | Removed unused field and non-existent class | Takeshi Abe | |
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-20 | Remove useless macros | August Sodora | |
2012-01-20 | Replace BasicErrorManager with std::vector | August Sodora | |
2012-01-17 | Remove unused macros | August Sodora | |
2012-01-16 | Remove unused SttResMgr from basic | August Sodora | |
2012-01-16 | Remove unused function | August Sodora | |
2012-01-16 | Remove invalid friend declaration | August Sodora | |
2012-01-16 | String->OUString | August Sodora | |
2012-01-16 | Remove unused enum SbLanguageMode | August Sodora | |
2012-01-16 | Remove unused enum SbTextType | August Sodora | |
2012-01-16 | Remove unused struct SbTextPortion | August Sodora | |
2012-01-16 | Remove unnecessary using declaration | August Sodora | |
2012-01-15 | WaE: deleting object of abstract class type with non-virtual destructor | David Tardon | |
2012-01-14 | SV_DECL_PTRARR_DEL->boost::ptr_vector | August Sodora | |
2012-01-10 | callcatcher: update list | Caolán McNamara | |
2012-01-07 | Remove unused class SttResId | August Sodora | |
2012-01-06 | Removed unnecessary tools/link.hxx includes. | Marcel Metz | |
2011-12-13 | SbTextPortions, etc can completely go | Caolán McNamara | |
2011-12-13 | _BASIC_TEXTPORTIONS always defined | Caolán McNamara | |
2011-12-13 | callcatcher: remove newly unused code | Caolán McNamara | |
2011-12-09 | callcatcher: remove unused code post automation removal | Caolán McNamara | |
2011-12-08 | Removed basic/svtmsg.hrc | August Sodora | |
2011-12-08 | Removed basic/dispdefs.hxx | August Sodora | |
2011-12-08 | Removed basic/process.hxx | August Sodora | |
2011-12-08 | Remove basic/mybasic.hxx | August Sodora | |
2011-12-08 | Remove basic/basicrt.hxx | August Sodora | |
2011-12-07 | Remove testtool | August Sodora | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | rmove include of pch header in basic | Norbert Thiebaud | |
2011-11-25 | Fixed spelling: Spechial -> Special | mikew | |
2011-11-25 | Some German to English comment translations. | mikew | |
2011-11-22 | New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx. | Stephan Bergmann | |
* New SAL_INFO..., SAL_WARN... macros. * New SAL_STREAM supersedes OSL_FORMAT. * oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now). * TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site cleanup). * Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet addressed. * Some replacements tools String -> rtl::OUString. | |||
2011-11-15 | Put back a method needed by Windows and reformat a bit | Fridrich Štrba | |
2011-11-15 | FDO#39446 [EasyHack] Bloat Removal. Removing uncallable code with callcatcher | Julien Chaffraix | |
Removed most unused symbols in basic/. The remaining symbols (SdxDecimal) are Windows specific and thus should be double-checked on a Windows machine prior to removal. |