summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-12java: remove unused parametersNoel Grandin
Change-Id: If51df0579dad2496d88699e6c850976d7e89ca9b
2014-08-12java: remove unnecessary semi-colonsNoel Grandin
Change-Id: I2eab5efff06ced09459adb407dbf789b8042a948
2014-08-12java: remove unused methodsNoel Grandin
Change-Id: Ifd5de2d7cd1fa6ac34e45b17293c9f245a554a37
2014-08-12java: remove unused fieldsNoel Grandin
Change-Id: I8d9196067d397dbd2c649b6c99011c193a60424f
2014-08-12java: remove unused parametersNoel Grandin
Change-Id: Iefc29756fd02b6898803c8a7faecd55108e088eb
2014-08-12java: remove exceptions from throws clauses that are not actually thrownNoel Grandin
Change-Id: I9d0f9242c911d9dd05f2229da44a2e8305b3df6a
2014-08-12java: remove unused variablesNoel Grandin
Change-Id: I92400e4a6d794dae5198bf59b0e8ced0acbe348e
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
2014-08-12java: remove unused parametersNoel Grandin
Change-Id: I25b1976295b736fe3929c481bf9d2d81b523271d
2014-08-12git-ignore ure/source/unorcLionel Elie Mamane
Change-Id: If6526bfa6cbbb74c32325cf03e2845957fec7be6
2014-08-12mysqlcppconn: limit cmake to the role we left itLionel Elie Mamane
generate version_info.h Change-Id: I6ea57ef1403974d19a0dca1f76e40a6d68a9e44c
2014-08-12Add reference to 'DomainMapper' to some DOCX import classesAdam Co
The reason for adding 'DomainMapper' is to be able to check during import in these classes whether or not the import is in a 'styles.xml' file or not. Also added blank handling for new XML nodes. Reviewed on: https://gerrit.libreoffice.org/10870 Change-Id: Ib2acde736d96f30eda40ee327991dc6ae0ed7f25
2014-08-12let us use OpenGL types for OpenGL resourcesMarkus Mohrhard
Change-Id: I53dbbfb2f1d721bdbb076fa7cb45801659694a14
2014-08-12fix indentationMarkus Mohrhard
Change-Id: If4d3f4babf8539b5e411d0549e1c1b51c5659930
2014-08-12nobody is using the win implementation anymoreMarkus Mohrhard
Change-Id: I0cd39941353aab9bb5bad274aecc1550f583e9e5
2014-08-12add some error reporting to OSX OpenGL context codeMarkus Mohrhard
Change-Id: I09f9a60b596a0b12a5031bb3db406d8ab6af0b89
2014-08-12mysqlcppconn: when using internal boost, point cmake to itLionel Elie Mamane
Change-Id: Ibc6971599be3e4a4b6bd95fabd74c8cacaf350d6
2014-08-12\+ is a GNU sed extension - not available on MacOS XLionel Elie Mamane
also support a MySQL/MariaDB client lib link line without any "-L" Change-Id: I1c2bc13f35a33c0f62f0d23d0982d5977aafe2c3
2014-08-12mysqlcppconn: make mysqlcppconn_configure depend on one .o fileLionel Elie Mamane
so that the build directory at least exists Change-Id: Iaddeb59d60e81b0823ded73c85c2ffd19244d3c2
2014-08-11document this makeExternalNameStr()Eike Rathke
Change-Id: Ifb3c3ada7cc069d8a85717693265476aa95d9aae
2014-08-11externalReference and externalReferences are implemented nowEike Rathke
With 8c23a767d926d8d08213f5e2f8e81775c653cbd7 Change-Id: I9ee7a470bcbe42c5d5b4a871e609a0530cc024f8
2014-08-11fdo#81995: fix Outline numbering tab pageMichael Stahl
The "ParentNumbering" property is not a string. (regression from 97eb8a6e0eb830f37dcba64a51d725aab4c5ff53) Change-Id: Ib33e95847b388bb1126a63812e128c96a0c00730
2014-08-11fdo#38511 improve guess of output filter for --convert-toDavid Tardon
Change-Id: I0479fb29fcc85f47065b1ef497216982eeae4d12
2014-08-11nDont = SFX_FILTER_NOTINSTALLED looks more reasonableDavid Tardon
Change-Id: Ic23abcfe5cdec9c8f2442cf778b365ea42b8e553
2014-08-11write OOXML externalReferences, externalLinks, fdo#45286Eike Rathke
This for the first time writes external references (hopefully) correctly and adds the necessary relationship streams and the externalLink streams with sheetData. At least Excel 2013 loaded the result without complaining, so do we. Change-Id: I3d615490a60c5420ae13c0bfc6297642d86a07b9
2014-08-11First attempt at building NSS for iOS, tooTor Lillqvist
Let's hope that the various static archives that get built by the NSS build machinery contain what an iOS app that needs NSS services requires. I patch out the construction of any dylibs and executables in nss. We don't use any dylibs on iOS anyway, and of course don't need any NSS executables either. Change-Id: Ic977c6e3d6c4e953202e78f8e08c4e61f6c9cb1b
2014-08-11remove redundant anyName elementMiklos Vajna
Change-Id: Ib05a4dd232850bb00b66079df53e0679548324e1
2014-08-11no need to repeat the nameMiklos Vajna
Change-Id: I209e7b8018f22a8e6f21b268aeebf38972091c27
2014-08-11OSX: drop -malign-natural flag for non-clang compilersDouglas Mencken
Change-Id: I8956ccfd71032909c2f164a8f5b5f9586b6eb285 Reviewed-on: https://gerrit.libreoffice.org/10479 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-08-11Resolves: fdo#81795 open the font tab via More... languagesCaolán McNamara
a) FontDialog doesn't take a Language argument, so drop that b) Give FontDialog a Page argument and set it to "font" when called from the status bar More... menu entry Change-Id: Ibaf4d5e51d47794b8b0e3c3e06a6d8e00a7d2896
2014-08-11Add ure/source/unorcTor Lillqvist
Change-Id: I9439a00d2186696a4891e5eefad066d50917f9c7
2014-08-11unotools: DBG_ASSERT cleanupMichael Stahl
Change-Id: I2f2c2c9627e536011aef5f1643a84c1e8f7ea176
2014-08-11DOCX drawingML export: handle ContourPolyPolygon for drawinglayer shapesMiklos Vajna
Change-Id: I04438e4c32d001b989d3d3b8aec882ec57dc28b9
2014-08-11DOCX drawingML import: handle lack of ContourPolyPolygon shape propertyMiklos Vajna
Change-Id: I9dce645670f17115960b3648db24f769cd4a2635
2014-08-11DOCX drawingML import: handle SurroundContour shape propertyMiklos Vajna
Change-Id: I720a8309bdac002579cf133a9ae923ad2e800b63
2014-08-11writerfilter: remove ignored type elementsMiklos Vajna
Change-Id: I67734caea31e60f2c0e27d7b5477464d95c0d7f7
2014-08-11fdo#81933 do not select 1st slide unconditionallyDavid Tardon
This is a regression from commit ad0c4bf5790546242884da0c2ec281f2db9e14a0 . But I do not see why this code would be needed for that either. Change-Id: Ied3a5d25b2bec9542aa83c4d7fa36ed5313fc797
2014-08-11fdo#82151 finish fixupLionel Elie Mamane
Fix the UnoApi test, and give ORowSetDataColumn::getFastPropertyValue the reasonable behaviour. Change-Id: I68cc1221b6772e3036c78b8234b1d8b248d4d673
2014-08-11fixupLionel Elie Mamane
Change-Id: I35996d4337421317ae1c6da2a4647b231782d882
2014-08-11-Werror,-Wtautological-undefined-compareStephan Bergmann
("'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to true") Change-Id: Id3b886135f43b39a2fcf2bb197cf6a80d6532365
2014-08-11-Werror,-Wtautological-undefined-compareStephan Bergmann
("reference cannot be bound to dereferenced null pointer in well-defined C++ code; comparison may be assumed to always evaluate to true") Change-Id: I78498b6be6cf3f6f15a80187c9a24dfcdd91d3be
2014-08-11-Werror,-Wundefined-bool-conversionStephan Bergmann
Change-Id: I3efdef9a6581fcb1d5e8da7a86445d2f2401e9f9
2014-08-11-Werror,-Wundefined-bool-conversionStephan Bergmann
Change-Id: Icf4a55f7e76a723014a7b8b5f6b9350db7370dd9
2014-08-11-Werror,-Wundefined-bool-conversionStephan Bergmann
Change-Id: I81edff750eab6bbeef75fbd1a5fcca0f01379daa
2014-08-11-Werror,-Wundefined-bool-conversionStephan Bergmann
Change-Id: Id423cea0fa9ac926f47394c8a991a51438167386
2014-08-11-Werror,-Wtautological-undefined-compareStephan Bergmann
("reference cannot be bound to dereferenced null pointer in well-defined C++ code; comparison may be assumed to always evaluate to true") Change-Id: I41660cb5e9a14a5c0694259f0244c789ce3d4753
2014-08-11update mysqlc READMELionel Elie Mamane
Change-Id: I832c31d760d4cc0cb7fcb0c5dfef7b06010d7a3a
2014-08-11update mysqlcppconn to latest versionLionel Elie Mamane
Change-Id: I2e60d97b777727878daf811c2f3da697af69c484
2014-08-11Adapt compilerplugins to Clang trunk towards 3.6Stephan Bergmann
Change-Id: I0b7be1616a3e4206982f9f925de141ed9d53b96e
2014-08-11write directly files understood by YCMMarkus Mohrhard
Change-Id: I262050f625a0b3ff04a274c88b446d1c2b2aa19d Reviewed-on: https://gerrit.libreoffice.org/10821 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>