summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* java: remove unused parametersNoel Grandin2014-08-125-55/+14
| | | | Change-Id: I25b1976295b736fe3929c481bf9d2d81b523271d
* git-ignore ure/source/unorcLionel Elie Mamane2014-08-121-0/+1
| | | | Change-Id: If6526bfa6cbbb74c32325cf03e2845957fec7be6
* mysqlcppconn: limit cmake to the role we left itLionel Elie Mamane2014-08-122-0/+364
| | | | | | generate version_info.h Change-Id: I6ea57ef1403974d19a0dca1f76e40a6d68a9e44c
* Add reference to 'DomainMapper' to some DOCX import classesAdam Co2014-08-1212-10/+55
| | | | | | | | | | | | | 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
* let us use OpenGL types for OpenGL resourcesMarkus Mohrhard2014-08-121-4/+4
| | | | Change-Id: I53dbbfb2f1d721bdbb076fa7cb45801659694a14
* fix indentationMarkus Mohrhard2014-08-121-1/+1
| | | | Change-Id: If4d3f4babf8539b5e411d0549e1c1b51c5659930
* nobody is using the win implementation anymoreMarkus Mohrhard2014-08-124-3275/+0
| | | | Change-Id: I0cd39941353aab9bb5bad274aecc1550f583e9e5
* add some error reporting to OSX OpenGL context codeMarkus Mohrhard2014-08-121-2/+4
| | | | Change-Id: I09f9a60b596a0b12a5031bb3db406d8ab6af0b89
* mysqlcppconn: when using internal boost, point cmake to itLionel Elie Mamane2014-08-121-1/+5
| | | | Change-Id: Ibc6971599be3e4a4b6bd95fabd74c8cacaf350d6
* \+ is a GNU sed extension - not available on MacOS XLionel Elie Mamane2014-08-121-1/+1
| | | | | | also support a MySQL/MariaDB client lib link line without any "-L" Change-Id: I1c2bc13f35a33c0f62f0d23d0982d5977aafe2c3
* mysqlcppconn: make mysqlcppconn_configure depend on one .o fileLionel Elie Mamane2014-08-121-1/+1
| | | | | | so that the build directory at least exists Change-Id: Iaddeb59d60e81b0823ded73c85c2ffd19244d3c2
* document this makeExternalNameStr()Eike Rathke2014-08-111-1/+6
| | | | Change-Id: Ifb3c3ada7cc069d8a85717693265476aa95d9aae
* externalReference and externalReferences are implemented nowEike Rathke2014-08-111-2/+0
| | | | | | With 8c23a767d926d8d08213f5e2f8e81775c653cbd7 Change-Id: I9ee7a470bcbe42c5d5b4a871e609a0530cc024f8
* fdo#81995: fix Outline numbering tab pageMichael Stahl2014-08-111-1/+1
| | | | | | | | The "ParentNumbering" property is not a string. (regression from 97eb8a6e0eb830f37dcba64a51d725aab4c5ff53) Change-Id: Ib33e95847b388bb1126a63812e128c96a0c00730
* fdo#38511 improve guess of output filter for --convert-toDavid Tardon2014-08-111-1/+74
| | | | Change-Id: I0479fb29fcc85f47065b1ef497216982eeae4d12
* nDont = SFX_FILTER_NOTINSTALLED looks more reasonableDavid Tardon2014-08-111-2/+2
| | | | Change-Id: Ic23abcfe5cdec9c8f2442cf778b365ea42b8e553
* write OOXML externalReferences, externalLinks, fdo#45286Eike Rathke2014-08-118-43/+364
| | | | | | | | | 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
* First attempt at building NSS for iOS, tooTor Lillqvist2014-08-116-5/+117
| | | | | | | | | | 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
* remove redundant anyName elementMiklos Vajna2014-08-113-20/+4
| | | | Change-Id: Ib05a4dd232850bb00b66079df53e0679548324e1
* no need to repeat the nameMiklos Vajna2014-08-111-3/+3
| | | | Change-Id: I209e7b8018f22a8e6f21b268aeebf38972091c27
* OSX: drop -malign-natural flag for non-clang compilersDouglas Mencken2014-08-111-3/+1
| | | | | | | 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>
* Resolves: fdo#81795 open the font tab via More... languagesCaolán McNamara2014-08-113-2/+9
| | | | | | | | 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
* Add ure/source/unorcTor Lillqvist2014-08-111-0/+1
| | | | Change-Id: I9439a00d2186696a4891e5eefad066d50917f9c7
* unotools: DBG_ASSERT cleanupMichael Stahl2014-08-111-37/+22
| | | | Change-Id: I2f2c2c9627e536011aef5f1643a84c1e8f7ea176
* DOCX drawingML export: handle ContourPolyPolygon for drawinglayer shapesMiklos Vajna2014-08-113-1/+60
| | | | Change-Id: I04438e4c32d001b989d3d3b8aec882ec57dc28b9
* DOCX drawingML import: handle lack of ContourPolyPolygon shape propertyMiklos Vajna2014-08-111-0/+16
| | | | Change-Id: I9dce645670f17115960b3648db24f769cd4a2635
* DOCX drawingML import: handle SurroundContour shape propertyMiklos Vajna2014-08-111-0/+1
| | | | Change-Id: I720a8309bdac002579cf133a9ae923ad2e800b63
* writerfilter: remove ignored type elementsMiklos Vajna2014-08-111-2/+0
| | | | Change-Id: I67734caea31e60f2c0e27d7b5477464d95c0d7f7
* fdo#81933 do not select 1st slide unconditionallyDavid Tardon2014-08-111-5/+0
| | | | | | | | This is a regression from commit ad0c4bf5790546242884da0c2ec281f2db9e14a0 . But I do not see why this code would be needed for that either. Change-Id: Ied3a5d25b2bec9542aa83c4d7fa36ed5313fc797
* fdo#82151 finish fixupLionel Elie Mamane2014-08-114-37/+145
| | | | | | Fix the UnoApi test, and give ORowSetDataColumn::getFastPropertyValue the reasonable behaviour. Change-Id: I68cc1221b6772e3036c78b8234b1d8b248d4d673
* fixupLionel Elie Mamane2014-08-111-1/+1
| | | | Change-Id: I35996d4337421317ae1c6da2a4647b231782d882
* -Werror,-Wtautological-undefined-compareStephan Bergmann2014-08-111-3/+0
| | | | | | | ("'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to true") Change-Id: Id3b886135f43b39a2fcf2bb197cf6a80d6532365
* -Werror,-Wtautological-undefined-compareStephan Bergmann2014-08-111-1/+1
| | | | | | | ("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
* -Werror,-Wundefined-bool-conversionStephan Bergmann2014-08-113-5/+5
| | | | Change-Id: I3efdef9a6581fcb1d5e8da7a86445d2f2401e9f9
* -Werror,-Wundefined-bool-conversionStephan Bergmann2014-08-1122-40/+40
| | | | Change-Id: Icf4a55f7e76a723014a7b8b5f6b9350db7370dd9
* -Werror,-Wundefined-bool-conversionStephan Bergmann2014-08-114-9/+9
| | | | Change-Id: I81edff750eab6bbeef75fbd1a5fcca0f01379daa
* -Werror,-Wundefined-bool-conversionStephan Bergmann2014-08-111-1/+1
| | | | Change-Id: Id423cea0fa9ac926f47394c8a991a51438167386
* -Werror,-Wtautological-undefined-compareStephan Bergmann2014-08-113-36/+0
| | | | | | | ("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
* update mysqlc READMELionel Elie Mamane2014-08-111-26/+41
| | | | Change-Id: I832c31d760d4cc0cb7fcb0c5dfef7b06010d7a3a
* update mysqlcppconn to latest versionLionel Elie Mamane2014-08-114-14/+9
| | | | Change-Id: I2e60d97b777727878daf811c2f3da697af69c484
* Adapt compilerplugins to Clang trunk towards 3.6Stephan Bergmann2014-08-112-0/+12
| | | | Change-Id: I0b7be1616a3e4206982f9f925de141ed9d53b96e
* write directly files understood by YCMMarkus Mohrhard2014-08-111-1/+1
| | | | | | | 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>
* add a IDE generator for clang json database formatMarkus Mohrhard2014-08-112-1/+45
| | | | | | | | | | | This can be used for YouCompleteMe a vim plugin that allows auto-completition based on clang. This is much better than the normal static analyzer based auto-completition. Change-Id: I4872d2cb3b3a404af55eacf5c71d6a2715771ab6 Reviewed-on: https://gerrit.libreoffice.org/10820 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* add the cxx flags to the ide parserMarkus Mohrhard2014-08-111-11/+18
| | | | | | | Change-Id: Ied5f8ec9af69365e3375de26d325984c57327460 Reviewed-on: https://gerrit.libreoffice.org/10819 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* split isystem includes from normal includesMarkus Mohrhard2014-08-111-14/+19
| | | | | | | | | | | | All includes coming from isystem where wrong as the regex was not able to recognize that the isystem and following path belong together. Additionally stripping the first two characters resulted in broken paths in this case. Change-Id: Iaa8e484d1ddcd4c8744d1e37a006ebf915cdfc84 Reviewed-on: https://gerrit.libreoffice.org/10815 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* also move isystem parts to the includesMarkus Mohrhard2014-08-111-10/+10
| | | | | | | Change-Id: Ib88064744c7ae678d6c3dcce835a295de8fb274e Reviewed-on: https://gerrit.libreoffice.org/10814 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* Related: fdo#82259 stmary can render its own name, but unreadablyCaolán McNamara2014-08-111-0/+1
| | | | Change-Id: Iedff28d1290efb38eb68f83757a0787d52e28859
* switch internal mariadb client to version 2Lionel Elie Mamane2014-08-114-242803/+3
| | | | | | and reenable it: hopefully the worst bugs are fixed now Change-Id: I8033ef87d02ba6619e5f778b5255fa803ba63c5b
* Related: fdo#82259 add Armenian preview textCaolán McNamara2014-08-111-0/+12
| | | | Change-Id: I3698b5cbf8c39e618faaae1321eaa4442f1b2827
* Updated coreDavid Tardon2014-08-111-0/+0
| | | | | Project: help 12bab40167e179cb6e65f6ba76a3eb5b098d4216