Tor Lillqvist
784c82384a
Fix bit-rot in the ATSUI code
...
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-29 12:29:43 +02:00
I-Jui (Ray) Sung
bf777a2495
GPU Calc: fix warnings
...
Change-Id: I5b98eecc55dbb89fa0f4127f437e0e8cc798eb86
2013-11-29 02:24:09 -06:00
Stephan Bergmann
2c544ef03e
Avoid false warning about potentially uninitialized variable
...
Change-Id: I969b17ffe89e5fbb0f30a47acecaf6698e81fefe
2013-11-29 08:55:16 +01:00
David Tardon
00a95ff712
WaE: empty body
...
Change-Id: I07a50583990325e83bf9a27fba0194c3a277eea6
2013-11-29 08:51:25 +01:00
Andras Timar
b24cc13d3c
typos in UI
...
Change-Id: I5e99fbedf21fcf4a84f4695ca5aa3fd56259e849
2013-11-29 07:55:17 +01:00
I-Jui (Ray) Sung
7f2cfa639a
GPU Calc: fix compilation failures
...
Change-Id: Idafbd9fb3fb71a1da9ba6b7a39007eac3865c932
2013-11-29 00:30:25 -06:00
I-Jui (Ray) Sung
3b79cc5fad
GPU Calc: do not direclty inline constants coming from data cells
...
Change-Id: Ia63c8c6207c9c3add3d8d89cafd687df287456ef
2013-11-29 00:19:08 -06:00
Michael Meeks
475f694fd4
GPU Calc: WaE fixes.
...
Change-Id: Ifa3621a21e03aff313198fc29044b93c8f57001c
2013-11-29 02:26:18 +00:00
Michael Meeks
773527bad2
GPU Calc: reflect the true cost of InterpretTail more accurately.
...
Change-Id: I7004150569e5329f19d2f08adbd70477bd6252ff
2013-11-29 02:10:15 +00:00
Michael Meeks
1d140dc9ea
GPU Calc - disable printf console debugging.
...
Change-Id: I2c9d1a82ec0159fae80a8e146d1218aa98895f65
2013-11-29 02:10:09 +00:00
Michael Meeks
137f872aa8
GPU Calc: NULL scores are really very high, it's an inverse scale.
...
Change-Id: Iefe2cd87f499e624cbd3bd2583f6f0df90f4b4cb
2013-11-29 01:54:38 +00:00
Takeshi Abe
45e331cae6
Drop duplicate #include
...
Change-Id: Iea706d316d731fb57f7021e99a11d1487a2ee5b8
2013-11-29 09:51:37 +09:00
Markus Mohrhard
7159166644
only call switchOpenCLDevice only once
...
Change-Id: Id926b139b14ee667ce4ac0674a3c090b52680649
2013-11-29 01:39:26 +01:00
Michael Meeks
68b2573a60
GPU Calc: Avoid dereferencing null 'score' field in some cases.
...
Change-Id: I2e76d19986326b15c088e6dcce1da3be3924d0fc
2013-11-29 00:01:03 +00:00
Tomofumi Yagi
7d3999f2f2
Remove UTF-8 comment.
...
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-28 23:30:54 +01:00
Tor Lillqvist
47fbe385f5
Avoid pointless class derivation for the CoreText SystemFontList
...
Change-Id: Ib3e6705d166dec9d7db8787496947faf73e3cfb3
2013-11-29 00:05:01 +02:00
Tor Lillqvist
0379f8b639
Re-factoring: Avoid pointless class derivation
...
Rename the CoreText-specific ImplMacFontData class to CoreTextFontData
and unify it with its sole derived class CTFontData.
Change-Id: Id3540432996ca55b2e4a20fd8798c94cb7bc84b6
2013-11-28 23:37:28 +02:00
Michael Stahl
f0d93fab3e
add dummy oglcanvas::SpriteCanvas::copyRect so this compiles...
...
Change-Id: I5c6986b4c765c8328cacb84ce84cc99eb6871d0a
2013-11-28 22:06:55 +01:00
Tor Lillqvist
cb17d9392b
Re-factoring: Avoid pointless class derivation
...
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-28 22:31:08 +02:00
Matúš Kukan
f562ec13d0
fix error C3665: override specifier 'override' not allowed on a destructor
...
Change-Id: I002d1d9b3a0194e9d0f404798698a8c2353021b1
2013-11-28 20:52:48 +01:00
Matúš Kukan
edc484d92e
make data streams an experimental feature
...
Change-Id: I674b86a6e1c1c0b162c159747b6900ce438ab095
2013-11-28 20:40:42 +01:00
Matúš Kukan
39bc5e1155
fix memory leak
...
Change-Id: Ic84ace8ac3aa52009f43aafe78283730f97881f2
2013-11-28 20:40:41 +01:00
Matúš Kukan
75997ec53c
datastreams: No need to disable undo. We do not add undo actions.
...
Also fixes memory leak, because EnableUndo()
was called from Document's destructor.
Change-Id: I637ff62bde6f8c3238238323e6e4a5a5d2b81881
2013-11-28 20:40:41 +01:00
Matúš Kukan
2f4a148751
datastreams: Simplify code for importing CSV data.
...
The code is copied and simplified from sc/source/ui/docshell/impex.cxx.
Change-Id: I15a426a16c4f2ba659af86492c1b2e4ba879d8b6
2013-11-28 20:40:40 +01:00
Matúš Kukan
1e7196461e
datastreams: for security, ask before executing a script when importing
...
Change-Id: I76a11dae2569eb7e0c791c9f1fb20626c4ff7528
2013-11-28 20:40:40 +01:00
Matúš Kukan
d925f60729
Let's use ScRefreshTimer for data streams instead of our own thread.
...
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-28 20:40:39 +01:00
Matúš Kukan
6ce9618ef9
Allow to edit data stream from Edit-> Links... dialog.
...
Change-Id: Ibb456da55f04c39ddb7b58eb71ca488cf209edb5
2013-11-28 20:40:38 +01:00
Matúš Kukan
fa0fe19e89
export data streams; pretend to be an area link
...
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-28 20:40:38 +01:00
Matúš Kukan
55d6fdaf45
Import data streams - reuse infrastructure for ScAreaLink.
...
Change-Id: I18db991d2e8e665d5e4ca778344993e79772ccd5
2013-11-28 20:40:36 +01:00
Matúš Kukan
47bc56725a
Rework data streams to be more like file links (ScAreaLink).
...
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-28 20:40:36 +01:00
Matúš Kukan
4cbc3d8555
Use better icons for data streams.
...
Change-Id: I57064ff251a560b71aaf1846a9d7cd9105f938df
2013-11-28 20:40:35 +01:00
Steve Yin
b193123b8e
Integrate branch of IAccessible2
...
Change-Id: Ic7e0b943749266646722cf6525e77b006ae79232
2013-11-28 17:22:16 +00:00
Miklos Vajna
4a0f0d714c
CppunitTest_sw_ooxmlexport: speed up activex*
...
There were quite some unrelated content in these test documents...
1m24.754s -> 1m4.757s
Change-Id: I5e12a4c82c8c6f4454d2b2113d11aa289e125832
2013-11-28 18:03:57 +01:00
Miklos Vajna
a7806c318e
SwModelTestBase: write csv output to stdout
...
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-28 18:03:56 +01:00
Caolán McNamara
639aa8e726
Resolves: fdo#71527 make presenter console not crash/useless
...
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-28 17:02:53 +00:00
Stephan Bergmann
3c10c9ec66
Remove code that never effectively did anything
...
... since inception in 44569a657c4282757443ae06efc6441e571a0409 "CWS-TOOLING:
integrate CWS bubblechart."
Change-Id: I1785ef41bf7146ea7f4d8927165c38317d7183e8
2013-11-28 17:58:03 +01:00
Miklos Vajna
6c992a54b6
fdo#69636 DOCX export: fix VML export of vert=vert270 drawingML textframes
...
Change-Id: I2fc01c1f22dcd55c2fc4d4791c5571ff2861d0cc
2013-11-28 17:07:28 +01:00
Miklos Vajna
95034bafda
sw doc model dump: handle SvxCharRotateItem
...
Change-Id: I981867bcf4ec5fa6be866b19f82805ab4ff9623f
2013-11-28 17:07:28 +01:00
Stephan Bergmann
f6f7fc4476
warning C4702: unreachable code
...
Change-Id: I2893c55ffbf86b5879f252a0d9e2ae77a229e7b6
2013-11-28 17:04:03 +01:00
Stephan Bergmann
41038b2b3d
warning C4702: unreachable code
...
Change-Id: Id5cf39a4b8d55b2060a65103e4f02589d03e3ee1
2013-11-28 17:02:39 +01:00
Caolán McNamara
b7840fbb7e
Updated core
...
Project: help dc1d56667d9fb8a33cbf9679fbdcba795bd83fec
2013-11-28 09:10:12 -06:00
Caolán McNamara
82bc8b05c4
add mnemonic
...
Change-Id: I2d8d9495869c48f6a148964e0483468e5dfd8193
2013-11-28 15:07:15 +00:00
Olivier Hallot
1a404132d9
Convert chart 3D scene appearance tabpage to .ui
...
Change-Id: I4b420b0abf0142837e525a5b35e5af882269b370
Reviewed-on: https://gerrit.libreoffice.org/6841
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-28 09:02:44 -06:00
Stephan Bergmann
80ae9161ff
Any::operator >>= returns false rather than throw
...
Change-Id: Ib2cfdda0c255445544f899b01fdd47687e18712b
2013-11-28 15:49:21 +01:00
Tor Lillqvist
151da1244f
Surely we want CGFloat and CGRect from the appropriate SDK header
...
Especially as the CGFloat typedef depends on whether compiling 32- or
64-bit code.
Change-Id: I2426aa6fb91a9a76367eb965d08b985ce69e4997
2013-11-28 16:48:18 +02:00
Tor Lillqvist
f30e479b0a
Point to some documentation
...
Change-Id: Ia467db7fd2ebaf85600e5a0c9f11f1e576363177
2013-11-28 16:48:18 +02:00
Caolán McNamara
e2e8144d47
Updated core
...
Project: help 54a382fdedb8680cc8866959c31e016ddfbc5904
2013-11-28 08:38:17 -06:00
Herbert Dürr
5585c4f2bf
Related: #i123768# [ia2] remove pseudo-automatic noisy comments
...
Change-Id: I346518267294556ce529966fe168440de05a38c6
2013-11-28 14:33:55 +00:00
Miklos Vajna
efcc8ddd21
fdo#69636 DOCX drawingML shape import: handle vert=vert270 prop for sw frames
...
Change-Id: I95b4cfa0494c8115ebf23c76f4712b48d17bd463
2013-11-28 15:31:05 +01:00
Olivier Hallot
51a423cd75
Convert chart 3D scene geometry tabpage to widget
...
Change-Id: I5840d47047880636fb4e8f80ecef1a6f5377d786
Reviewed-on: https://gerrit.libreoffice.org/6840
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-28 08:28:21 -06:00