summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-08-28Reduce nesting / style in thumbnail creation routinesTomaž Vajngerl1-45/+38
Change-Id: I733b677f4d4c7dfdf6fef531b43e1de36131f55d
2014-08-28fix variable nameDavid Tardon1-1/+1
Change-Id: I170f0390f8f510591d444f44c20434b15077e687
2014-08-28Remove pointless WriterFilter::initialize()Miklos Vajna3-44/+9
Change-Id: I2341f9665835b4591d0e7c26f32a0fa120b6e7b9
2014-08-28Updated coreLionel Elie Mamane1-0/+0
Project: translations 1a15415c3fe875ee4193fbdbcbd0ebde3b13b482
2014-08-28Adapt compilerplugins to Clang trunk towards 3.6Stephan Bergmann1-1/+7
Change-Id: Id1ce6c59f705f9c42855995e0ad590c6a3646613
2014-08-28bidi, the gift that keeps on givingCaolán McNamara1-4/+6
Change-Id: Ia33eb3e4c89963d7391df0339a2a5b948efd0d9f
2014-08-28PPTX import: fix missing document metadataMiklos Vajna2-0/+18
Without this, the creation / modification date is lost on import. Change-Id: I0b74ac91aee7b8b3e0bc763247086a3a39816bc1
2014-08-28callcatcher: update unused codeCaolán McNamara7-54/+0
Change-Id: I6cb74836f98d7507359f39e1fd03a1462b2e0c31
2014-08-28Resolves: fdo#77516 sub-grid shouldn't be allowed as 0Caolán McNamara1-2/+6
regression from commit 3cb6587abbf6888ac9fb3b0cccc9a5aa0dc29b55 Author: Csikós Tamás <csks.tomi@gmail.com> Date: Sun Jul 7 13:40:53 2013 +0200 modern .ui widgetlayout for optgrid Change-Id: I9e998ce203c16c2303e00347ce6a2992c92cc8dc
2014-08-28keep nScanlineStride number saneCaolán McNamara1-5/+8
bff + valgrind Change-Id: I255a052251a6a0f1e4005b9cfb3b6ce00c6653ee
2014-08-28fdo#39468 Translate German comments in sc/source/ui/miscdlgsThomas Viehmann13-396/+100
Change-Id: I3b15d653206e7c55422a08951466916947052a24 Reviewed-on: https://gerrit.libreoffice.org/11155 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-08-28Use comphelper::SequenceAsHashMapMiklos Vajna1-33/+11
Change-Id: I21302361e89b9f01af04cf1a1ed78627097b9d8c
2014-08-28SwHTMLWriter::MakeHeader: indent conditional blockMiklos Vajna1-64/+64
Change-Id: If401b798eca9a60c50669070dfb0a038f0710b3a
2014-08-28SfxMedium::Transfer_Impl: fix indentationMiklos Vajna1-3/+3
Change-Id: I05856f88dc1263bac39d9f1e76ef7c4697c345a6
2014-08-27Typo: mesage->messageJulien Nabet1-1/+1
Change-Id: I92557a6096fd5637f9bdd7892bca98566339253f
2014-08-27documentation-by-constLionel Elie Mamane1-1/+1
Change-Id: I7d5f457106e4885ea8412a9eab6954534ee627cd
2014-08-27I think --with-package-format=native/portable can go awayTor Lillqvist3-7/+2
Or does somebody know what they mean and even use either? Change-Id: If935d5d6b53d1f95ec22b19b6b97f4ecfe4d9c06
2014-08-27Resolves: fdo#83062 infinite recursionCaolán McNamara1-4/+4
regression from commit 7c03fc2fe77f9b1f910f4ab395923e52648c32b5 Date: Mon Sep 2 14:30:09 2013 +0000 Related: #i123048# Corrected connector layout after reload verified that #i123048# continues to work Change-Id: If5fce4b7a88d4d0972f52705334e4b9b48425cca
2014-08-27Resolves: fdo#83137 NULL pActionCaolán McNamara1-1/+1
Change-Id: I74c4e32aae1e3aa74d197f132c900627062b6d01
2014-08-27sw HTML export: avoid invalid output for embedded documentsMiklos Vajna4-3/+32
When an sw document is embedded inside an sw one, then the inner sw HTML export should just write what's inside the <body>. Add a filter option for that in sw, similar to the one already existing in sc. Change-Id: Id2cef966c1022ba45a3540bff234029c1d396778
2014-08-27sw HTML export: handle embedded text documentsMiklos Vajna1-2/+7
Change-Id: Ib7e55e3c82b1a1115335b68c317f5fcb084f6d28
2014-08-27nInfo is RTL_TEXTTOUNICODE_INFO not RTL_TEXTTOUNICODE_FLAGSCaolán McNamara1-2/+2
Change-Id: If5e0a2bbfbd56a2d647dac608643411eefa1ed73
2014-08-27Resolves: fdo#82904 non-Japanese ww95 documents claiming ms932 encodingCaolán McNamara1-1/+44
Change-Id: I62f8d5c3cac71f83f5cdde114f66e8554a780538
2014-08-27sync GetCurrentCJKCharSet with GetCurrentCharSetCaolán McNamara2-26/+24
Change-Id: Ibcf1fa35617ee8d7fab6b66e3e8c8881ad55c3e5
2014-08-27refactor into GetCharSetFromLanguageCaolán McNamara2-16/+20
Change-Id: I54382b0dd0f6b6f21f635d75cb3ee3cefc1eb203
2014-08-27duplicate with getBestTextEncodingFromLocaleCaolán McNamara1-9/+2
Change-Id: I73a69fdfee0b0f3af5bf6b4e52629dba7ed69630
2014-08-27DOCX import: fix handling of embedded DOCX filesMiklos Vajna3-4/+93
The problem was that SwXTextEmbeddedObject::getEmbeddedObject() returned an empty reference for those embedded objects, so the HTML filter couldn't extract their content when it wanted to do so. It turns out the reason for this was that the DOCX importer only handled the replacement image + raw native data for the object. Fix this by creating the embedded object with the correct CLSID and import the raw data into the empty embedded document model. This is similar to what is done for XLSX-in-PPTX in oox::drawingml::ShapeExport::WriteOLE2Shape(), just for the import part. Change-Id: Ieb1dcb1774d2d4da00117e3a35160053066c78aa
2014-08-27make .ui label translatableAndras Timar1-1/+1
Change-Id: I59153a29e6271abb4d184bd3c67cd8fb2c092669
2014-08-27bnc#648251: Avoid crash when attempting to open embedded OLE object as "text"Tor Lillqvist2-7/+8
On non-Windows, when double-clicking an embedded OLE object, our glorious content type detection logic detects it as "Text". As a side-effect, we start to calculate text statistics on it. Which surely could produce interesting numbers (you know what they say about statistics), but sadly causes a crash involving the ICU RuleBasedBreakIterator, SwScanner, sw::DocumentStatisticsManager and whatnot. Avoid this by checking for a detected filter of type "Text" explicitly, and avoiding the fun code paths in that case. This leads to double-clicks being just ignored. Maybe it would be more useful to produce a "General OLE Error" message box? Change-Id: Iae0726b5e9c511a92bdff7229d2978cbf76cb07b
2014-08-27assert on first useEike Rathke1-1/+3
Change-Id: I63a513406dbd90746bcad9da88945f49d2b51cc5
2014-08-27fdo#75757: remove inheritance to std::vectorTakeshi Abe2-3/+8
Change-Id: I1874b5b4a059ef5fc8818b3b49ff10f2917b20ca Reviewed-on: https://gerrit.libreoffice.org/11135 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-08-27WaE: macro is not usedTor Lillqvist1-2/+0
Change-Id: I37ec7e6104dc9526b1792f163fe58ec8673274c2
2014-08-27WaE: Unreferenced function definitionsTor Lillqvist1-92/+0
Change-Id: I8c21bfd70e5afb6d4f9a0a57f9946074c1b16a52
2014-08-27Don't pointlessly make it harder to git grep for this messageTor Lillqvist1-2/+1
Change-Id: Ia2777d61678f511c1e604c55b4e349d2ab938b24
2014-08-27pass by const referenceMarkus Mohrhard2-4/+8
Change-Id: I1d1fff8b596d75a4cb033679d06b300402dbf212
2014-08-27cli_ure: adapt destructors in cli_uno library to "C++/CLI"Michael Stahl4-5/+23
commit 4b56d82c7d20ba5897d87aaf7fc94da5356b8eec converted the cli_uno library from "Managed C++" to "C++/CLI", but forgot one detail: The destructors on "ref" classes were mapped to Finalize() methods in the old syntax, but the new one maps them to Dispose() methods, which are only invoked on stack-allocated objects. Presumably this omission results in leaking of native C++ UNO objects. Reading the C++/CLI documentation i get the impression that: 1) the destructor should explicitly call the finalizer 2) the CLR will not call the finalizer itself iff the destructor is invoked http://msdn.microsoft.com/en-us/library/ms235315.aspx http://msdn.microsoft.com/en-us/library/ke3a209d%28v=vs.110%29.aspx Change-Id: I509d9b69a399c3d7d6597060ab9b7c78c5916e11 Reviewed-on: https://gerrit.libreoffice.org/11132 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-08-27don't call getenv repeatedlyMarkus Mohrhard1-2/+2
Change-Id: I90b8e30ffd095cc3fa20938cd15adf4d217bb6e1
2014-08-27correct the variable nameweigao2-3/+3
Change-Id: I053c99c1b544fd64951c42ebe1c232cd1768e79f
2014-08-27showing bar info until fly backweigao2-23/+35
Change-Id: Idc13f652d359baf2c91758ee1efd5b908b4b9483
2014-08-27modify history data styleweigao2-12/+40
Change-Id: I1a86ff55805e88cc559795139c7f8f84d3fb5109
2014-08-27modify data update fps to data update rateweigao1-2/+2
Change-Id: I9654fb02a1481b679d98359424e272cc4a706464
2014-08-27modify data update color to cyanweigao1-1/+1
Change-Id: I61dd4fac1e93e3b6255f31585b19f0182cb45b97
2014-08-27add screen text color set interfaceweigao6-15/+21
Change-Id: I2407166368b55b973c70a2edc377785b82d8481b
2014-08-27place date update fps below render fpsweigao1-1/+1
Change-Id: I18edebf6fe3c323fec2f6190b00bdc6b5d76c4bc
2014-08-27reduce render fps and data update fps to halfweigao1-3/+3
Change-Id: Ibb8b57577696e582c05ac0ea372385373e3444de
2014-08-27use environment value to control benchmark modeweigao2-16/+22
Change-Id: I417583701fdc24f846c684924fef4dfa4becb259
2014-08-27CancelButtons no longer loaded from resource filesCaolán McNamara2-10/+0
Change-Id: If95ae86708660007e6a0f4df27b3c364a9653dae
2014-08-27OKButtons no longer loaded from resource filesCaolán McNamara2-10/+1
Change-Id: Ice1d71e730519697c891d66909550876c9d23ebb
2014-08-27callcatcher: update unused codeCaolán McNamara33-535/+8
Change-Id: Idaed255e4f004ad555ccbd6ba9dc29bf522d3c5f
2014-08-27m_aDevice may be nullCaolán McNamara1-0/+3
Change-Id: I21f394c1a2f91a18af8eb46ed9be3c2f786fe1ef