summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-07fix library nameMatúš Kukan1-1/+1
2012-03-07use the new license header, this file has been written by meLuboš Luňák1-20/+20
2012-03-07export all row styles, fdo#44336Markus Mohrhard1-14/+3
2012-03-07there should be no need any more for this checkMarkus Mohrhard1-4/+0
2012-03-07some more auto_ptr -> scoped_ptr in chart2Markus Mohrhard7-10/+14
2012-03-07probable intentDavid Tardon1-1/+1
2012-03-07WaE: missing braces around initializerDavid Tardon1-1/+1
2012-03-07suppress compiler error when building with -WerrorDavid Tardon1-0/+4
2012-03-07WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-1/+1
2012-03-07WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-4/+4
2012-03-07WaE: redefined macroDavid Tardon1-7/+0
2012-03-07WaE: format '%u' expects argument of type 'unsigned int'David Tardon1-1/+1
2012-03-07WaE: declaration of '...' shadows a global declarationDavid Tardon1-3/+0
2012-03-07WaE: suggest parentheses around '&&' within '||'David Tardon1-2/+2
2012-03-07WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-1/+1
2012-03-07WaE: declaration of 'aTmpPath' shadows a previous localDavid Tardon1-5/+5
2012-03-07WaE: deprecated conversion from string constant to 'sal_Char*'David Tardon1-1/+1
2012-03-07WaE: declaration of 'n' shadows a previous localDavid Tardon1-3/+3
2012-03-07WaE: ordered comparison of pointer with integer zeroDavid Tardon1-2/+2
2012-03-07WaE: comparison between 'enum oslFileError' and 'enum osl::FileBase::RC'David Tardon1-2/+2
2012-03-07WaE: deprecated conversion from string constant to 'LPWSTR'David Tardon1-1/+1
2012-03-07WaE: function declared 'static' but never definedDavid Tardon1-7/+0
2012-03-07WaE: unused parameterDavid Tardon1-1/+1
2012-03-07WaE: suggest parentheses around '&&' within '||'David Tardon1-2/+2
2012-03-07WaE: deprecated conversion from string constant to 'TCHAR*'David Tardon1-1/+1
2012-03-07WaE: deleting 'PSID {aka void*}' is undefinedDavid Tardon1-1/+1
2012-03-07WaE: missing braces around initializerDavid Tardon1-1/+1
2012-03-07WaE: missing braces around initializerDavid Tardon1-1/+1
2012-03-07WaE: "NOMINMAX" redefinedDavid Tardon1-0/+2
2012-03-07remove useless include guardsDavid Tardon1-14/+4
2012-03-07WaE: ignoring #pragma warningDavid Tardon1-1/+1
2012-03-07callcatcher: update listCaolán McNamara4-54/+0
2012-03-07WaE: various higher debug level compile time warningsCaolán McNamara2-8/+8
2012-03-07attachmentid should be stable across mime-type changesCaolán McNamara1-1/+1
2012-03-07We just want to know if this ole object is already exported or notCaolán McNamara6-57/+8
2012-03-07remove various unused methods and source filesCaolán McNamara18-211/+0
2012-03-07These methods don't need to be implemented as LinksCaolán McNamara2-32/+25
2012-03-07Conditional jump or move depends on uninitialised valueCaolán McNamara2-2/+3
2012-03-07fdo#46926: fix UNO struct comparison in Python 2David Bolen1-3/+10
2012-03-07fdo#46859: adapt string type checks to work with both Python 2 and 3David Bolen1-4/+10
2012-03-07qadevOOo: _XPropertySet.java: fix unrealistic expectations:Michael Stahl1-0/+4
2012-03-07sw: tweak comment translationsMichael Stahl8-129/+124
2012-03-07Need the sfx library for sfx2::isValidNCName()Tor Lillqvist1-0/+1
2012-03-07Fix MSVC compilation error: can't assign a const char* to StringTor Lillqvist1-1/+1
2012-03-07convert SwWW8ImplReader::simpleAddTextToParagraph to SAL_INFO()Miklos Vajna1-3/+1
2012-03-07if build fail, show broken module nameKorrawit Pruegsanusak1-0/+1
2012-03-07use const_iteratorDavid Tardon1-3/+3
2012-03-07Use just one resource file for npsopluginTor Lillqvist1-1/+5
2012-03-07Pass parameters to cppunittester's lo_main()Tor Lillqvist1-4/+11
2012-03-07Add Xcode projectTor Lillqvist3-4/+275