summaryrefslogtreecommitdiffstats
path: root/basic/inc
Commit message (Collapse)AuthorAgeFilesLines
* WaE: MSVC2008 C2220 unsafe mix of types in operationCaolán McNamara2012-04-201-3/+3
|
* .hrc files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* remove ToDouble/ToFloatCaolán McNamara2012-03-203-3/+0
|
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-142-0/+6
| | | | | | | | | | | | | | ...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.
* Removed useless #ifdef guardTakeshi Abe2012-03-061-5/+1
|
* Remove unused SbxMemoryStreamTor Lillqvist2012-03-051-53/+0
|
* Remove unused code from basicElton Chung2012-03-051-16/+0
|
* Convert SbxFactory from SV_DECL_PTRARR_DEL to boost::ptr_vectorNoel Grandin2012-03-051-1/+2
|
* can use a reference for singletonCaolán McNamara2012-02-131-2/+1
|
* add SbGlobal for shared static objectsMarkus Mohrhard2012-02-101-0/+45
|
* Replaced String by rtl::OUString in SbiScannerTakeshi Abe2012-01-311-2/+2
|
* SvDispatch class doesn't exist anymoreCaolán McNamara2012-01-272-4/+0
|
* Removed unused field and non-existent classTakeshi Abe2012-01-251-4/+0
|
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-211-1/+1
| | | | | | | | | 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.
* Remove useless macrosAugust Sodora2012-01-201-7/+0
|
* Replace BasicErrorManager with std::vectorAugust Sodora2012-01-201-8/+5
|
* Remove unused macrosAugust Sodora2012-01-171-14/+0
|
* Remove unused SttResMgr from basicAugust Sodora2012-01-161-2/+0
|
* Remove unused functionAugust Sodora2012-01-161-2/+0
|
* Remove invalid friend declarationAugust Sodora2012-01-161-1/+0
|
* String->OUStringAugust Sodora2012-01-161-2/+1
|
* Remove unused enum SbLanguageModeAugust Sodora2012-01-162-15/+0
|
* Remove unused enum SbTextTypeAugust Sodora2012-01-161-12/+0
|
* Remove unused struct SbTextPortionAugust Sodora2012-01-161-7/+0
|
* Remove unnecessary using declarationAugust Sodora2012-01-161-2/+0
|
* WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon2012-01-151-0/+1
|
* SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora2012-01-141-3/+3
|
* callcatcher: update listCaolán McNamara2012-01-101-15/+0
|
* Remove unused class SttResIdAugust Sodora2012-01-071-6/+0
|
* Removed unnecessary tools/link.hxx includes.Marcel Metz2012-01-061-0/+1
|
* SbTextPortions, etc can completely goCaolán McNamara2011-12-131-42/+0
|
* _BASIC_TEXTPORTIONS always definedCaolán McNamara2011-12-132-8/+0
|
* callcatcher: remove newly unused codeCaolán McNamara2011-12-131-1/+0
|
* callcatcher: remove unused code post automation removalCaolán McNamara2011-12-094-9/+0
|
* Removed basic/svtmsg.hrcAugust Sodora2011-12-081-115/+0
|
* Removed basic/dispdefs.hxxAugust Sodora2011-12-081-40/+0
|
* Removed basic/process.hxxAugust Sodora2011-12-081-70/+0
|
* Remove basic/mybasic.hxxAugust Sodora2011-12-081-104/+0
|
* Remove basic/basicrt.hxxAugust Sodora2011-12-081-82/+0
|
* Remove testtoolAugust Sodora2011-12-075-431/+0
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-314/+0
|
* rmove include of pch header in basicNorbert Thiebaud2011-11-272-2/+0
|
* Fixed spelling: Spechial -> Specialmikew2011-11-251-1/+1
|
* Some German to English comment translations.mikew2011-11-251-1/+1
|
* New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann2011-11-221-1/+2
| | | | | | | | | | | * 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.
* Put back a method needed by Windows and reformat a bitFridrich Štrba2011-11-151-0/+1
|
* FDO#39446 [EasyHack] Bloat Removal. Removing uncallable code with callcatcherJulien Chaffraix2011-11-153-26/+0
| | | | | | 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.
* StaticIsEnabledBroadcasting can only be trueCaolán McNamara2011-11-061-2/+0
|
* callcatcher: update and remove some more unused methodsCaolán McNamara2011-11-061-1/+0
|
* WaE: inconsistent dll linkageTor Lillqvist2011-10-061-4/+4
| | | | | basicrt goes into the static app library, so DLL import/export decorations meaningless.