summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-29typo: seperator -> separatorAndras Timar
Change-Id: Ifad806a4a846656f4b81439c596aa34d898d021a
2013-11-29Revert "add dummy oglcanvas::SpriteCanvas::copyRect so this compiles..."Thorsten Behrens
With the XCanvas / XBitmapCanvas revert in, this can go, too. This reverts commit f0d93fab3eaad5865feb5895e542e8947c866aef.
2013-11-29Further XCanvas != XBitmapCanvas cleanup.Thorsten Behrens
It seems I missed a few places in 21ec9beae29b19b8ec6f0a16fd0e708e4f210208, getting that straight now hopefully. Change-Id: I34fc8df2d1ee65bef0639b3de9487ff311bed89a
2013-11-29Fix fdo#71527 no unguarded ptr dereference here.Thorsten Behrens
This is the real problem - mxPane can be validly NULL. Change-Id: Ie8d055db9bfb68cb9031fa970518343f5aec6619
2013-11-29Revert "Resolves: fdo#71527 don't crash in presenter console"Thorsten Behrens
This reverts commit bae01385c895a100b5371879889e606927cff877. Change-Id: Id149bae0904fd6c2120209d69490d0b257ac3f64
2013-11-29Revert "Resolves: fdo#71527 make presenter console not crash/useless"Thorsten Behrens
This reverts commit 639aa8e72639fd01e9004977f1cfaafc13b1e45f. Change-Id: I0ac1a7ada530791e2d34d2f0802213c869ea48a1
2013-11-29fdo#71936 Add Excel 2010 functions GAMMA.DIST, GAMMA.INV, GAMMALN.PRECISEWinfried Donkers
Change-Id: I96f6beb34c1ce7f7191c6e9d379145ba98320c87 Reviewed-on: https://gerrit.libreoffice.org/6775 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-11-29Catch block smells like leftover debugging codeStephan Bergmann
...especially as it doesn't change hr from S_OK, and compiling with /EHsc (instead of /EHa) reveals that OleRun does not throw any (C++) exceptions (and thus produces an "unreachable code" warning for the catch block). Change-Id: Ic34e83e6ede3a214ccb073e3e54d6fcc493d46ea
2013-11-29Fix Cygwin PATH compositionStephan Bergmann
Adding Windows-style paths (C:\foo\bar) happened to appear to work, as Cygwin translated that into two paths C;\foo\bar (where the former typically just does not exist and the latter is relative to the current drive, which is typically C). In theory, wrapping in $(shell cygpath -u ...) should not be necessary, but in practice S is set to a Windows-syte path (which is probably a bug?) after the paths of PATH would be shortened to use $I/$S/$W, which is prevented with the wrapper. In theory, the shell variable assignment PATH="$$PATH:... would more idiomatically read PATH=$$PATH:"... but e.g. unoidl/CustomTarget_unoidl-write_test.mk passes this variable assignment as a command line argument to exectest.pl in which case it would potentially be split into multiple arguments. Change-Id: If870e9eba8b650fe75b324ac54c49891d19fcc55
2013-11-29wsprintf is broken by design and never writes more than 1024 charactersStephan Bergmann
Change-Id: I791e55bb5d98ee82c01271dcebafa7c4672cd424
2013-11-29static, not mysteriousStephan Bergmann
Change-Id: Ib080dd7fcbc8abb52f762a8071b0233e970b2691
2013-11-29WaE: Silence bogus MSVC 2012 warningTor Lillqvist
Change-Id: I166e40e7b6d91fa406f9f3649001c12f054bbf2a
2013-11-29Surely ATSLayout is no friend of the CoreText AquaSalGraphicsTor Lillqvist
Change-Id: I81725b388311ad9aade52906b4c5a6263b6bc104
2013-11-29Fix bit-rot in the ATSUI codeTor Lillqvist
But do we want to keep that code still around? I would love to drop it. Using only CoreText would make some planned refactoring of OS X and iOS code much simpler. Change-Id: I9514c254791ea462d528e3e83b4927ac62a9f6ca
2013-11-29GPU Calc: fix warningsI-Jui (Ray) Sung
Change-Id: I5b98eecc55dbb89fa0f4127f437e0e8cc798eb86
2013-11-29Avoid false warning about potentially uninitialized variableStephan Bergmann
Change-Id: I969b17ffe89e5fbb0f30a47acecaf6698e81fefe
2013-11-29WaE: empty bodyDavid Tardon
Change-Id: I07a50583990325e83bf9a27fba0194c3a277eea6
2013-11-29typos in UIAndras Timar
Change-Id: I5e99fbedf21fcf4a84f4695ca5aa3fd56259e849
2013-11-29GPU Calc: fix compilation failuresI-Jui (Ray) Sung
Change-Id: Idafbd9fb3fb71a1da9ba6b7a39007eac3865c932
2013-11-29GPU Calc: do not direclty inline constants coming from data cellsI-Jui (Ray) Sung
Change-Id: Ia63c8c6207c9c3add3d8d89cafd687df287456ef
2013-11-29GPU Calc: WaE fixes.Michael Meeks
Change-Id: Ifa3621a21e03aff313198fc29044b93c8f57001c
2013-11-29GPU Calc: reflect the true cost of InterpretTail more accurately.Michael Meeks
Change-Id: I7004150569e5329f19d2f08adbd70477bd6252ff
2013-11-29GPU Calc - disable printf console debugging.Michael Meeks
Change-Id: I2c9d1a82ec0159fae80a8e146d1218aa98895f65
2013-11-29GPU Calc: NULL scores are really very high, it's an inverse scale.Michael Meeks
Change-Id: Iefe2cd87f499e624cbd3bd2583f6f0df90f4b4cb
2013-11-29Drop duplicate #includeTakeshi Abe
Change-Id: Iea706d316d731fb57f7021e99a11d1487a2ee5b8
2013-11-29only call switchOpenCLDevice only onceMarkus Mohrhard
Change-Id: Id926b139b14ee667ce4ac0674a3c090b52680649
2013-11-29GPU Calc: Avoid dereferencing null 'score' field in some cases.Michael Meeks
Change-Id: I2e76d19986326b15c088e6dcce1da3be3924d0fc
2013-11-28Remove UTF-8 comment.Tomofumi Yagi
This breaks windows build with localized versions of MSVC. Change-Id: I23c46830f96ae661eced88352476e7ae61fbcc2a Reviewed-on: https://gerrit.libreoffice.org/6847 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-11-29Avoid pointless class derivation for the CoreText SystemFontListTor Lillqvist
Change-Id: Ib3e6705d166dec9d7db8787496947faf73e3cfb3
2013-11-28Re-factoring: Avoid pointless class derivationTor Lillqvist
Rename the CoreText-specific ImplMacFontData class to CoreTextFontData and unify it with its sole derived class CTFontData. Change-Id: Id3540432996ca55b2e4a20fd8798c94cb7bc84b6
2013-11-28add dummy oglcanvas::SpriteCanvas::copyRect so this compiles...Michael Stahl
Change-Id: I5c6986b4c765c8328cacb84ce84cc99eb6871d0a
2013-11-28Re-factoring: Avoid pointless class derivationTor Lillqvist
No need to hide stuff from ourselves at multiple levels. Rename the CoreText-specific ImplMacTextStyle class to CoreTextStyle and unify it with its sole derived class CTTextStyle. This is all internal to vcl anyway. Change-Id: Ib9e632ccba5c273200d4e3fce79a97db305c6662
2013-11-28fix error C3665: override specifier 'override' not allowed on a destructorMatúš Kukan
Change-Id: I002d1d9b3a0194e9d0f404798698a8c2353021b1
2013-11-28make data streams an experimental featureMatúš Kukan
Change-Id: I674b86a6e1c1c0b162c159747b6900ce438ab095
2013-11-28fix memory leakMatúš Kukan
Change-Id: Ic84ace8ac3aa52009f43aafe78283730f97881f2
2013-11-28datastreams: No need to disable undo. We do not add undo actions.Matúš Kukan
Also fixes memory leak, because EnableUndo() was called from Document's destructor. Change-Id: I637ff62bde6f8c3238238323e6e4a5a5d2b81881
2013-11-28datastreams: Simplify code for importing CSV data.Matúš Kukan
The code is copied and simplified from sc/source/ui/docshell/impex.cxx. Change-Id: I15a426a16c4f2ba659af86492c1b2e4ba879d8b6
2013-11-28datastreams: for security, ask before executing a script when importingMatúš Kukan
Change-Id: I76a11dae2569eb7e0c791c9f1fb20626c4ff7528
2013-11-28Let's use ScRefreshTimer for data streams instead of our own thread.Matúš Kukan
As was the original idea, for some reason abandoned, and as ScAreaLink does. The main advantage is that ImportData() is not called anymore with invalid mpScDocument (when we close it). There is surely something going on with SolarMutex and it just works better. We do not need to use our own SolarMutexGuard. Change-Id: I09256a18ffa14606fc8e06b968016bbc0562a6fa
2013-11-28Allow to edit data stream from Edit-> Links... dialog.Matúš Kukan
Change-Id: Ibb456da55f04c39ddb7b58eb71ca488cf209edb5
2013-11-28export data streams; pretend to be an area linkMatúš Kukan
Fix ScXMLExport::GetAreaLinks to not use UNO, so we can hack DataStreams into ScMyAreaLinksContainer. We need to connect them to cells for export / import - that does not make sense for DataStream without any attached range. We use an arbitrary one. But you might remove it, if you create another ScAreaLink / DataStream with the same range, without knowing about it. Maybe it wouldn't be that bad to let DataStream inherit from ScAreaLink. Change-Id: I5b85a9329ba1ca46fb2893b54fe5161d2fb22f47
2013-11-28Import data streams - reuse infrastructure for ScAreaLink.Matúš Kukan
Change-Id: I18db991d2e8e665d5e4ca778344993e79772ccd5
2013-11-28Rework data streams to be more like file links (ScAreaLink).Matúš Kukan
By inheriting from sfx2::SvBaseLink and storing in sfx2::LinkManager we can have more data streams and see / remove them in Edit -> Links... dialog. Also rename to DataStream to avoid confusion. Change-Id: I9c3b89020324af7be082f9e6e1cd479aeb72fe81
2013-11-28Use better icons for data streams.Matúš Kukan
Change-Id: I57064ff251a560b71aaf1846a9d7cd9105f938df
2013-11-28Integrate branch of IAccessible2Steve Yin
Change-Id: Ic7e0b943749266646722cf6525e77b006ae79232
2013-11-28CppunitTest_sw_ooxmlexport: speed up activex*Miklos Vajna
There were quite some unrelated content in these test documents... 1m24.754s -> 1m4.757s Change-Id: I5e12a4c82c8c6f4454d2b2113d11aa289e125832
2013-11-28SwModelTestBase: write csv output to stdoutMiklos Vajna
This way a 2>/dev/null output still gives a csv, even if there were various other warnings in the meantime. Change-Id: I6ed3de4058c829e856286c7d484d6ed436c362a4
2013-11-28Resolves: fdo#71527 make presenter console not crash/uselessCaolán McNamara
Basically reverts the pieces of 21ec9beae29b19b8ec6f0a16fd0e708e4f210208 to make XSpriteCanvas a XBitmapCanvas again Otherwise PresenterHelper::loadBitmap is not an XBitmapCanvas and so VclFactory::createBitmap cannot succeed Change-Id: I197adf98e915102f383ee050a8ea16d1e41cecf2
2013-11-28Remove code that never effectively did anythingStephan Bergmann
... since inception in 44569a657c4282757443ae06efc6441e571a0409 "CWS-TOOLING: integrate CWS bubblechart." Change-Id: I1785ef41bf7146ea7f4d8927165c38317d7183e8
2013-11-28fdo#69636 DOCX export: fix VML export of vert=vert270 drawingML textframesMiklos Vajna
Change-Id: I2fc01c1f22dcd55c2fc4d4791c5571ff2861d0cc