summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WaE: cast to pointer from integer of different sizeDavid Tardon2012-03-121-1/+2
* WaE: suggest parentheses around '&&' within '||'David Tardon2012-03-121-1/+1
* WaE: declaration of 'aName' shadows a member of 'this'David Tardon2012-03-121-3/+3
* WaE: suggest explicit braces to avoid ambiguous 'else'David Tardon2012-03-121-0/+2
* WaE: missing initializer for memberDavid Tardon2012-03-121-1/+3
* WaE: 'bLastCaseSensitive' defined but not usedDavid Tardon2012-03-121-4/+0
* WaE: declaration of 'pTop' shadows a previous localDavid Tardon2012-03-121-3/+3
* WaE: deprecated conversion from string constant to 'LPTSTR'David Tardon2012-03-121-1/+1
* WaE: 'exec' may be used uninitialized in this functionDavid Tardon2012-03-121-1/+1
* WaE: unknown conversion type character 'z' in formatDavid Tardon2012-03-121-1/+1
* WaE: declaration of 'hr' shadows a previous localDavid Tardon2012-03-121-3/+3
* WaE: deprecated conversion from string constant to 'char*'David Tardon2012-03-121-2/+4
* suppress "missing braces" error with -WerrorDavid Tardon2012-03-121-0/+4
* WaE: error: "DECLSPEC_SELECTANY" redefinedDavid Tardon2012-03-121-3/+0
* WaE: ignoring #pragma warningDavid Tardon2012-03-122-0/+4
* Object Catalog pane in Basic IDETomcsik Bence2012-03-1112-19/+103
* Add a virtual destrcutor to value to prevent memory leak in RTFValueArnaud Versini2012-03-111-0/+2
* remove accidental re-add of obsolete build_envNorbert Thiebaud2012-03-111-11/+0
* remove unused codePetr Vorel2012-03-112-6/+0
* Some cppcheck cleaningJulien Nabet2012-03-115-6/+6
* sal_Bool to bool in SAL_LOG if possibleLuboš Luňák2012-03-111-5/+17
* operator must be in template or argument namespaceLuboš Luňák2012-03-101-2/+5
* Correct some mistranslated commentsStefan Knorr (astron)2012-03-104-9/+9
* Translate German comments in core/cppuhelperTom Thorogood2012-03-101-2/+2
* Add more values that zoom shouldn't skipStefan Knorr (astron)2012-03-102-2/+19
* sdext: fix unit test for WindowsMatúš Kukan2012-03-102-2/+3
* no i prefix for lcms2.libMatúš Kukan2012-03-101-1/+2
* gbuild: remove some more realpathsMatúš Kukan2012-03-1018-50/+50
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-10191-367/+367
* extensions: export npsoplugin's symbolsMatúš Kukan2012-03-102-18/+46
* embedserv: convert to gbuildMatúš Kukan2012-03-1019-646/+207
* Fix Possible null pointer dereferenceJulien Nabet2012-03-101-2/+2
* Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2012-03-101-1/+1
* Fix : statement following break will never be executedJulien Nabet2012-03-101-2/+0
* clang has broken -fvisibility-inlines-hiddenLuboš Luňák2012-03-101-0/+29
* clang does not know -ggdb2Luboš Luňák2012-03-102-6/+20
* exported templates need to be marked as suchLuboš Luňák2012-03-1028-113/+113
* SAL_DLLPUBLIC_IMPORT with gcc should not be emptyLuboš Luňák2012-03-101-1/+1
* patch clucene to avoid narrowing conversionsLuboš Luňák2012-03-102-0/+26
* write unsigned char[] contents as numbers rather than string literalLuboš Luňák2012-03-101-1/+1
* mark static data that is const as constLuboš Luňák2012-03-103-17/+18
* take explicit number format before implicit number format, fdo#47084Markus Mohrhard2012-03-101-1/+1
* add two accidently removed return statementsMarkus Mohrhard2012-03-101-2/+2
* vector and rtl::Reference over manual ref-counting.Kohei Yoshida2012-03-092-32/+19
* These don't have to be virtual.Kohei Yoshida2012-03-091-2/+2
* Keep vector as vector.Kohei Yoshida2012-03-093-16/+17
* Store only one number format per field.Kohei Yoshida2012-03-092-13/+7
* Some header cleanup.Kohei Yoshida2012-03-094-8/+13
* Use std::vector instead of boost::ptr_vector for ScDPItemData.Kohei Yoshida2012-03-092-45/+51
* fix semantic error in layout calculationAndras Timar2012-03-091-29/+12