summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-25EMF+: Set the stroke attributes on the custom line caps.Jan Holesovsky
This finally makes the rendering of the custom line caps nice & complete. Change-Id: If35ef1c44f34f5d5e6c50789c907105d03e96fca
2013-11-25EMF+: Render custom line cap data.Jan Holesovsky
Change-Id: Ic5e2e2d105fb006503b63e4e162d4dc09dab9e68
2013-11-25Fix different typos for "unknown"Julien Nabet
Change-Id: Ib2ee00d4e9f4c6c05d090adfcd5fb791fcbca72c
2013-11-25WaE: unused variablesTor Lillqvist
Change-Id: I65fdfbba7e56d16554790f001bda818dd9f1d335
2013-11-25WaE: C4100: 'pExcPtrs' : unreferenced formal parameterTor Lillqvist
Change-Id: Ic580c625c78802087a32f8669feec91fe79672cd
2013-11-25writerfilter: remove unused WW8Table in doctokMiklos Vajna
Change-Id: I388339da81247c56aa70bd370c8ffb1fdcaf2de6
2013-11-25Really disable multi-threaded sheet parsing.Kohei Yoshida
It will be removed later. Change-Id: Ia6c2711169cd45056cbf85bc8028627d6f57b44b
2013-11-25add API to retrieve all available OpenCL platforms and devicesMarkus Mohrhard
Change-Id: I2475961ae315ee7193ca2cedd5943b663bfee7a0
2013-11-25provide UNO API for OpenCL selectionMarkus Mohrhard
Change-Id: If5eb71e9298cefdac3dda98cb1ff67fe913ad3c3
2013-11-25filter: un-break the SWF export dialogMichael Stahl
The mpResMgr is no longer initialized but still checked. (regression from 191dc43f97ed8bec78ee540676a91815cad71104) Change-Id: I8330a74e9209eaca1fee70e7b8ba332482fa0c1d
2013-11-25rhbz#1030009 Remove global XModel refStephan Bergmann
...that is apparently effectively unused since 2627bdaddc6f694dc7fc6ba347a305af0f88ee2c "INTEGRATION: CWS fwk02ea: #i28639# always used supplied status indicator" anyway but causes crashes during exit when it holds an SwXTextDocument ref. Change-Id: I542545c793855b41731de72650bf07d5748fcb9f
2013-11-25Related: #i123747# ignore single step and breakpoint SEH eventsHerbert Dürr
(cherry picked from commit 2a0a1e41bcca97caaf3fdfb375f5cebb330a0fcc) Change-Id: I107a73ad001647eeb25b44e521251ef9543cc83a
2013-11-25Integrate branch of IAccessible2Steve Yin
Change-Id: I3b5936bb92bb258f9e9e76402dd2b55f29aa686a
2013-11-25DOCX import: tblHeader implies firstRowMiklos Vajna
If a table row is marked as tblHeader, then the firstRow section of the table style should be applied, even if that row is in fact not the first row. Change-Id: I10605f404160e72c620e9204503203fea1c6d6d8
2013-11-25CppunitTest_sw_ooxmlexport: make it possible to use ..._TEST_ONLY with -WerrorMiklos Vajna
Change-Id: I451f81495a8e8535c8e0194198602ee5732164c6
2013-11-25Fix fn declaration parameter names to match fn definitionStephan Bergmann
Change-Id: I733cd478caabc6337af9705a57ebbaeedfb92bb0
2013-11-25Fix unoidl sourceprovider interface base and member checksStephan Bergmann
...and enable tests shared with idlc Change-Id: I422b16c9b2636835d276cc2085cb640073894c97
2013-11-25Allow worker threads to use their own FastParser instances.Kohei Yoshida
To prevent deadlock during threaded sheet stream parsing. It now deadlocks at a different place. Change-Id: I0ba0f2c9a257e71b0a340ab14e369b06d5fd8829
2013-11-25A bit of cleanup.Kohei Yoshida
Change-Id: I576a184ebc8422d760800c670f8d9070f66e9e78
2013-11-25No indent on namespaces.Kohei Yoshida
Change-Id: I2639a51c2faa19373a335c28b160862435cd6dbe
2013-11-25Add hook to optionally enable threaded sheet stream parsing.Kohei Yoshida
Threaded version still not working as the fast parser deadlocks during threaded parsing. Change-Id: I3d402a22a394d7d0d7edf96590ae039506928fde
2013-11-25Resolves: #i123747# allow treating Window's SEH events as C++ exceptionsHerbert Dürr
The crash reporter facility can provide much better details about crashes. But if that facility is disabled then handling SEH events such as div-by-zero as C++ exceptions is a worthwhile alternative. It can provide a few interesting details and it allows a graceful shutdown of the application. (cherry picked from commit c9d10b167b37a9cb0bb310cafc8e80b6cce8ea7a) Conflicts: sal/osl/w32/signal.cxx Change-Id: I25324d6e02ab8acd8fd2b036b77039aac87cf262
2013-11-25Resolves: rhbz#188467 default to Type42Caolán McNamara
Change-Id: Ifea55c532784accd218ad359349708f48aee7bb5
2013-11-25Integrate branch of IAccessible2Steve Yin
Change-Id: I8c2fea0367ebfa53ce5e109ef48fd661cbfb78b3
2013-11-25this is the same condition as isSuitableDestinationCaolán McNamara
Change-Id: I540108793c845c9eb52e59ac0655f7c51492766c
2013-11-25dbaccess: improve exception message when no driver foundMichael Stahl
Change-Id: I1734034e05324eb0d66fd52444b0521d4143bc12
2013-11-25fdo#68594: Adding unit test.Muthu Subramanian
2013-11-25EMF+: Parse custom line cap data for start and end line caps.Jan Holesovsky
Change-Id: I3a5f79e22500f53c3c61c173e0827c250b2a8fd0
2013-11-25EMF+: Small cleanup & more logging in preparation for line starts & ends.Jan Holesovsky
Change-Id: I584f8a1680c6aa7b51b948a00213c285387b77c3
2013-11-25EMF+: Implement line dashing.Jan Holesovsky
Change-Id: I9eb21c0a8b5baa5b0080845f61b12fc65034d959
2013-11-25fdo#61272: Do the mapping correctly both for WMF and EMF.Jan Holesovsky
Turns out that for the WMF, we already had everything set up correctly, we were just overwriting the right settings with default data again :-) - fix that. Change-Id: I14b0c12b10f58eb7031f9da712dee76344c75159
2013-11-25Related fdo#61272: Revert "wmf-mm-text.diff: Fix WMF rendering, n#417818"Jan Holesovsky
This approach to WMF breaks EMF reading, need to revert it, and fix a different way. This reverts commit db1b08d217ebbdd1b0296e1da260bf314a77acf5. Conflicts: vcl/source/filter/wmf/winmtf.cxx vcl/source/filter/wmf/winmtf.hxx Change-Id: I8f779791153f2e1faa086c91b82b3e8b93304f3b
2013-11-25Related fdo#61272: Revert "wmf-mm-text-1.diff: Fix WMF rendering, n#417818"Jan Holesovsky
This approach to WMF breaks EMF reading, need to revert it, and fix a different way. This reverts commit 16eaa5e7c1208034bb3244fea9e6d9491ccb5501. Conflicts: vcl/source/filter/wmf/winmtf.cxx Change-Id: I59076d0a65d91ba3a1f3ebb48d8f7a542859d351
2013-11-25EMF: More useful debugging output.Jan Holesovsky
Change-Id: I2aa0e97878db62275d794be43a7d351e5ae25f1c
2013-11-25EMF+: Stroke size is always supposed to be absolute.Jan Holesovsky
Change-Id: I7221311e5dee6384dc2d1c071bf6f1c61811895a
2013-11-25--with-lang=ALL build exceeds maximum # of files in CABChristian Lohmaier
so don't limit the installer to one single file, but use 2 instead Change-Id: I6fb22d217e1afe71143f0b3a5999e54eec190ddd
2013-11-25DOCX import: handle NS_sprm::LN_CFSmallCaps == 0 after NS_sprm::LN_CFCapsMiklos Vajna
"caps and no smallcaps" means style::CaseMap::UPPERCASE, not style::CaseMap::NONE. Different XML elements in DOCX, single UNO property. Change-Id: I8cbc719f2c307d5d2cbd4af93ea61e35b640ad1d
2013-11-25Add missing keyboard shortcut to dialogOlivier Hallot
Add missing keyboard shortcut to dialog swpossizepage.ui Change-Id: Ie1e499af05e2a08432dd7649c0ffbe9ea0a12bf2 Reviewed-on: https://gerrit.libreoffice.org/6795 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-25fdo#70499 selectn of lock/unlocked cells with worksheet protection reversedNoel Power
The ooxml spec documentation is rather confusing ( for me at least ) and the sense of the of the sheetProtection attributes as described seems reversed to how I read it ( or maybe it is the equivelant option in ScTableProtection that operates with the reverse sense <shrug> ) In anycase the import ( and export ) have been adjusted to take that into consideration, also the export now actually deals with the defaults correctly. Change-Id: Ia69567b8898b39c9d171486cfa800e1748c5814b
2013-11-25Fixed for libreoffice crashes while opening file.PriyankaGaikwad
Change-Id: I85a16e4ef8d75f19250115d5522046a968d5fc91 Reviewed-on: https://gerrit.libreoffice.org/6760 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-25Resolves: fdo#41169 fix MacOSX non-Latin keyboard layout with Latin shortcutsCaolán McNamara
Change-Id: I168de52d6185d5df9c41fd2d7a68c0ff3f733852
2013-11-25winaccessibility: replace CoCreateInstance with direct instantiationMichael Stahl
This is an alternative (to 732ec36edfd09d2091d70c4d71b5f182fe279c45) solution to the "CoCreateInstance does not work" problem: replace all CoCreateInstance calls with equivalent calls to create the components directly. Since the only reason why this COM stuff needs to be registered at all is that AccObject uses CoCreateInstance() to create its COM objects, another possible solution appears to be to simply link the libraries and instantiate the COM objects directly, without COM. The only difference appears to be that CoCreateInstance would automatically add proxy objects in case the COM objects reside in a single-threaded appartment; not sure if that is relevant here. Change-Id: I8ffb8af501f6084f3145fa4d4f53366a070e1691 Reviewed-on: https://gerrit.libreoffice.org/6792 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2013-11-25GPU Calc: a test case for unrolling SumOfProductI-Jui (Ray) Sung
AMLOEXT-245 BUG Change-Id: Ia8756af26c765820a04137a87f6681447dd18efd
2013-11-25GPU Calc: fixed a SUMPRODUCT problemI-Jui (Ray) Sung
ALMOEXT-245 Change-Id: Iedbbdc612232a939b2270e373313c872de831c20
2013-11-25fdo#40315 Improve UI for moving average trendlineLaurent Balland-Poirier
If moving average trendline is selected, show equation is uncheked, and all options disable Change-Id: Ic25c09b8c8410a12ac9f14cb0ba7833f304053ee Reviewed-on: https://gerrit.libreoffice.org/6796 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2013-11-24script seems long obsoleteBjoern Michaelsen
Change-Id: Icac42ae8cf3deec86d60efddc5760cfb9b2acfba
2013-11-24this script talks about dmake. it must be out of its mind!Bjoern Michaelsen
Change-Id: Ic1863a2126c26cf703afc5fe250dea2bbddfef7d
2013-11-24fdo#60924 autoinstall - gbuild/scp2: Move more libs to OOOMarcos Paulo de Souza
Change-Id: I0de4b88eb076e53792aa6d16092dcbcbb548246c Reviewed-on: https://gerrit.libreoffice.org/6763 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-11-24checking every cell on a sheet is expensive, related fdo#71934Markus Mohrhard
This is only the first of two places that does this. Change-Id: I57fe1eb07630ecd86b112e88b7ad32c16e9f793a
2013-11-24Some Java String clean-upStephan Bergmann
Change-Id: I6728720a13f4b66edc6c5cd0b7a9bcb036e86ff2