summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-03-12use SAL_N_ELEMENTSDavid Tardon1-1/+1
2012-03-12WaE: multi-character character constantDavid Tardon1-1/+1
2012-03-12suppress errors with -WerrorDavid Tardon1-1/+5
2012-03-12WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-1/+1
2012-03-12WaE: declaration of 'HWND__* hWnd' shadows a parameterDavid Tardon1-2/+2
2012-03-12WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-2/+2
2012-03-12WaE: format '%x' expects argument of type 'unsigned int'David Tardon1-2/+2
2012-03-12WaE: cast to pointer from integer of different sizeDavid Tardon1-3/+2
2012-03-12WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-1/+1
2012-03-12WaE: declaration shadows a previous localDavid Tardon1-20/+19
2012-03-12WaE: deprecated conversion from string constant to 'sal_Char*'David Tardon1-1/+1
2012-03-12WaE: unused variable 'nRC'David Tardon1-1/+1
2012-03-12WaE: declaration shadows a previous localDavid Tardon1-5/+5
2012-03-12WaE: 'nRet' may be used uninitialized in this functionDavid Tardon1-2/+2
2012-03-12WaE: 'nAcquire' may be used uninitialized in this functionDavid Tardon1-3/+2
Or, the joys of using setjmp/longjmp...
2012-03-12WaE: unused variable 'err'David Tardon1-1/+1
2012-03-12WaE: unused parameter 'pPrt'David Tardon1-0/+1
2012-03-12WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-3/+3
2012-03-12use SAL_N_ELEMENTSDavid Tardon1-2/+2
2012-03-12WaE: enumeral mismatch in conditional expressionDavid Tardon1-2/+2
2012-03-12WaE: passing NULL to non-pointer argumentDavid Tardon1-1/+1
2012-03-12WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-4/+4
2012-03-12WaE: narrowing conversion from 'long int' to 'BYTE'David Tardon1-1/+1
2012-03-12probable intent is the other way aroundDavid Tardon1-1/+1
2012-03-12WaE: missing braces around initializer for 'BYTE [8]'David Tardon1-16/+16
2012-03-12WaE: cast to pointer from integer of different sizeDavid Tardon1-1/+2
2012-03-12WaE: suggest parentheses around '&&' within '||'David Tardon1-1/+1
2012-03-12WaE: declaration of 'aName' shadows a member of 'this'David Tardon1-3/+3
2012-03-12WaE: suggest explicit braces to avoid ambiguous 'else'David Tardon1-0/+2
2012-03-12WaE: missing initializer for memberDavid Tardon1-1/+3
2012-03-12WaE: 'bLastCaseSensitive' defined but not usedDavid Tardon1-4/+0
2012-03-12WaE: declaration of 'pTop' shadows a previous localDavid Tardon1-3/+3
2012-03-12WaE: deprecated conversion from string constant to 'LPTSTR'David Tardon1-1/+1
2012-03-12WaE: 'exec' may be used uninitialized in this functionDavid Tardon1-1/+1
2012-03-12WaE: unknown conversion type character 'z' in formatDavid Tardon1-1/+1
2012-03-12WaE: declaration of 'hr' shadows a previous localDavid Tardon1-3/+3
2012-03-12WaE: deprecated conversion from string constant to 'char*'David Tardon1-2/+4
2012-03-12suppress "missing braces" error with -WerrorDavid Tardon1-0/+4
2012-03-12WaE: error: "DECLSPEC_SELECTANY" redefinedDavid Tardon1-3/+0
AFAICS this was only relevant for mingw32.
2012-03-12WaE: ignoring #pragma warningDavid Tardon2-0/+4
2012-03-11Object Catalog pane in Basic IDETomcsik Bence12-19/+103
Object Catalog was a floating window. It has been converted to a fixed pane on the right hand side of the editor window. While it is a BasicDockingWindow, at the moment it is not possible to undock, move, or resize it. Also, the Object Catalog toolbar button does not show the visibility status of the pane, ideally it should look pressed, when the Object Catalog pane is visible. Another missing feature is that the Object Catalog pane cannot be switched on together with the dialog editor.
2012-03-11Add a virtual destrcutor to value to prevent memory leak in RTFValueArnaud Versini1-0/+2
2012-03-11remove accidental re-add of obsolete build_envNorbert Thiebaud1-11/+0
2012-03-11remove unused codePetr Vorel2-6/+0
2012-03-11Some cppcheck cleaningJulien Nabet5-6/+6
2012-03-11sal_Bool to bool in SAL_LOG if possibleLuboš Luňák1-5/+17
otherwise clang warns about things like 1 && 1
2012-03-10operator must be in template or argument namespaceLuboš Luňák1-2/+5
clang has more strict (and probably more spec compliant) lookup
2012-03-10Correct some mistranslated commentsStefan Knorr (astron)4-9/+9
2012-03-10Translate German comments in core/cppuhelperTom Thorogood1-2/+2
2012-03-10Add more values that zoom shouldn't skipStefan Knorr (astron)2-2/+19