summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-13java: remove dead methodsNoel Grandin230-8208/+407
2014-08-13We seem to need the tdoc UCP for savingTor Lillqvist1-0/+1
2014-08-13callcatcher: another round of ResId ctor removalsCaolán McNamara3-13/+1
2014-08-13valgrind + bff: don't add 0xffff oldcodeCaolán McNamara2-4/+7
2014-08-13textenc: disable failing tests on Windows for nowThomas Arnhold1-0/+10
2014-08-13warning C4706: assignment within conditional expressionThomas Arnhold1-1/+1
2014-08-13msvc: enable some warnings, as they are usefulThomas Arnhold1-14/+0
2014-08-13warning C4706: assignment within conditional expressionThomas Arnhold1-1/+4
2014-08-13warning C4706: assignment within conditional expressionThomas Arnhold1-3/+1
2014-08-13warning C4373: 'chart::ChartModel::setWindow': virtual function overrides...Thomas Arnhold1-1/+1
2014-08-13warning C4373: 'ScTableSheetsObj::importSheet': virtual function overrides...Thomas Arnhold1-1/+1
2014-08-13warning C4245: 'initializing' : conversion from 'int' to 'sal_uLong'...Thomas Arnhold1-4/+7
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold1-1/+0
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold1-1/+1
2014-08-13warning C4245: '=' : conversion from 'int' to 'sal_uInt32'...Thomas Arnhold1-1/+1
2014-08-13warning C4245: 'initializing' : conversion from 'int' to 'sal_uInt32'...Thomas Arnhold1-1/+1
2014-08-13warning C4245: '=' : conversion from 'char' to 'sal_Unicode'...Thomas Arnhold1-3/+3
2014-08-13warning C4245: 'return' : conversion from 'int' to 'sal_uInt16'...Thomas Arnhold1-1/+1
2014-08-13warning C4505: unreferenced local function has been removedThomas Arnhold1-11/+0
2014-08-13warning C4505: unreferenced local function has been removedThomas Arnhold1-23/+0
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold1-0/+4
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold1-0/+2
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold1-2/+0
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold4-9/+0
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold2-5/+3
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold1-1/+0
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold1-0/+4
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold1-1/+0
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold1-3/+0
2014-08-13warning C4242: 'initializing' : conversion from 'size_t' to 'const sal_uInt16'Thomas Arnhold1-2/+2
2014-08-13warning C4242: 'initializing' : conversion from 'size_t' to 'sal_uInt16'Thomas Arnhold1-1/+1
2014-08-13warning C4242: '=' : conversion from 'size_t' to 'sal_uInt16'Thomas Arnhold1-1/+1
2014-08-13warning C4471: 'DataTypeEnum' : a forward declaration of an unscoped...Thomas Arnhold1-1/+0
2014-08-13warning C4628: digraphs not supported with -Ze...Thomas Arnhold1-1/+1
2014-08-13warning C4365: '=' : conversion from 'int' to 'sal_uInt16', signed/unsigned m...Thomas Arnhold1-2/+2
2014-08-13warning C4365: 'argument' : conversion from 'sal_Int32' to 'sal_uInt32'Thomas Arnhold1-1/+1
2014-08-13warning C4296: '<' : expression is always falseThomas Arnhold1-2/+0
2014-08-13update_pchThomas Arnhold42-22/+105
2014-08-13fdo#81787 attrs are already XML-encoded by libodfgenosnola1-1/+102
2014-08-13fix makefileNoel Grandin1-1/+0
2014-08-13java: remove unused member classNoel Grandin1-26/+0
2014-08-13java: remove unused interfacesNoel Grandin7-103/+0
2014-08-13android: Add logic to change document parts from sidebarTomaž Vajngerl7-28/+76
2014-08-13Ignore exception when service ScannerManager is unavailableTomaž Vajngerl1-4/+13
2014-08-13reduce code duplication in LOK init.cxxTomaž Vajngerl1-20/+19
2014-08-13reduce code duplicationTomaž Vajngerl2-31/+51
2014-08-13java: remove unused enum valuesNoel Grandin3-50/+1
2014-08-13java: remove unused fieldsNoel Grandin103-426/+253
2014-08-13java: reduce scope, make some methods privateNoel Grandin233-721/+721
2014-08-13java: reduce scope, make member classes privateNoel Grandin64-86/+86