b6b8ef2508
afl-eventtesting: shutdown cleaner to allow things to deregister
...
Change-Id: I2dc7c90f1f5a776bb0e6772d2b381116d28dd46f
2015-10-20 21:18:31 +01:00
fd612a144c
Add DLOPEN_LIBS to configure for some cases where -ldl is needed
...
use std::sqrt in vcldemo.cxx
Change-Id: I24d8ba15ee267d0cad3b063df9b7cfd8d284f4ee
Reviewed-on: https://gerrit.libreoffice.org/18591
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com >
2015-10-20 15:17:58 +00:00
1579dcb11e
Rename some "document name" params to "document URL"
...
...to match reality, cf. 7660e4dcecfb19ad8e9e21e5fe53637bd1b9dc6c
"tdf#89694 Password dialog for opening OOXML shows url-encoded path"
Change-Id: I9fdd204494374770186347e92aa0bd6e7093ffaa
2015-10-20 15:18:26 +02:00
e80427ca11
DeactivatePage's pSet param cannot be defaulted anyway
...
...because SfxTabPage inherits zero-param TabPage::DeactivatePage
Change-Id: I6eeb2e75b0d28d54d57e38494330e667e1013a27
2015-10-20 14:37:32 +02:00
4e097c1010
sfx items: No need to confuse with 'USHORT_ARG' that is an 'int'.
...
Change-Id: I61326bc52a5da527930810ff4516c707c31d1fde
2015-10-20 12:35:08 +02:00
12c4c9cbf3
com::sun::star->css in include/connectivity
...
Change-Id: I74920b46144dbdde6abf9cf267fa508a3faea0ce
Reviewed-on: https://gerrit.libreoffice.org/19460
Reviewed-by: Noel Grandin <noelgrandin@gmail.com >
Tested-by: Noel Grandin <noelgrandin@gmail.com >
2015-10-20 07:05:55 +00:00
1b62841b18
com::sun::star->css in include/comphelper
...
Change-Id: Ice569b724732da1fd67a18a4ccf2f92f530cd689
Reviewed-on: https://gerrit.libreoffice.org/19459
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Noel Grandin <noelgrandin@gmail.com >
2015-10-20 07:05:25 +00:00
b1659c95b0
com::sun::star->css in include/canvas
...
Change-Id: Iacf28606e41f0b1345864762612cbb009066bfeb
Reviewed-on: https://gerrit.libreoffice.org/19458
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Noel Grandin <noelgrandin@gmail.com >
2015-10-20 07:04:31 +00:00
baffe9bd29
convert com::sun::star->css in include/basic
...
Change-Id: I40d092d1ae1391ce99d01a7e0c6cd0432a2696ca
Reviewed-on: https://gerrit.libreoffice.org/19457
Reviewed-by: Noel Grandin <noelgrandin@gmail.com >
Tested-by: Noel Grandin <noelgrandin@gmail.com >
2015-10-20 07:03:51 +00:00
f4688de63e
com::sun::star->css in include/basegfx
...
Change-Id: I19a76fa7b67b0c6628476c53e6aad797b4b28f35
Reviewed-on: https://gerrit.libreoffice.org/19456
Reviewed-by: Noel Grandin <noelgrandin@gmail.com >
Tested-by: Noel Grandin <noelgrandin@gmail.com >
2015-10-20 07:03:16 +00:00
65fe84d273
loplugin:defaultparams
...
Change-Id: I7f24a05bdf01b455d470f5b560359dea3f407c58
2015-10-19 17:51:34 +02:00
7fb1b14750
add Application::EndAllPopups
...
Change-Id: Id4548aa2e32f736f4cd332ba824137d88fe963fc
2015-10-19 15:42:51 +01:00
e4ad5ed583
Writer image export: cmd. line, default to white background
...
This commit fixes the writer image export (jpeg, png) that didn't
work because the export pixel size was set to 0 by default. Now
the default is set to document size (which depends on system DPI).
When exporting to a PNG the background was transparent, which may
not be desired. The background color is now by default white and
can be changed for DocumentToGraphicRenderer, but the dialog or
command line don't support such an option - for now.
Change-Id: I16ffd3cd60c47b52768f43ae4c4c170fc821033b
2015-10-19 14:26:58 +02:00
c8479bdc5b
convert DBG_ASSERTWARNING to SAL_WARN_IF
...
I know the comment in debug.hxx said to use SAL_INFO, but SAL_WARN makes
much more sense.
Change-Id: I3d81f9db89ef8cebe1e4f2983941d69b4c7e6b7d
2015-10-19 13:08:29 +02:00
39e63bfac5
convert remaing DBG_WARNING to SAL_INFO
...
and drop the macro
Change-Id: I452ca373d0c277166e94928c1bce78bf37e39d7c
2015-10-19 13:08:29 +02:00
25d1447fcf
sfx items: Some cleanup.
...
Change-Id: I8fdd710b4248de03db6591665489146cb2674aab
2015-10-19 10:14:03 +02:00
f6f32e8eab
sfx items: Get rid of the TypeId check, nobody uses that any more.
...
And introduce the appropriate assert() in the templatized version instead.
Change-Id: I3e5b01e5e5ee49049fa6f35e3d05ef65a1890dc1
2015-10-19 10:14:03 +02:00
2b5a48da59
sfx items: Kill the SFX_ITEMSET_GET macro.
...
Change-Id: I110a4f25646eb3f0fa93673c84dc67cf64a3b7a0
2015-10-19 07:20:33 +02:00
25405f5ef5
coverity#1327458 Uninitialized scalar field
...
Change-Id: Iaa51be64ad0ed96e8ce805c7cf26e8a48215b2d1
2015-10-17 14:46:25 +01:00
877149f21c
remove unimplemented and private method
...
Change-Id: Ic0d869720890b21c65e7736326d9bd0ee53cada0
2015-10-16 14:12:51 +02:00
59c38539bc
Allow injection of keyboard and mouse events through UNO
...
Change-Id: I3d139c6378f5274be1e7bfd88f72d1576c13243d
Reviewed-on: https://gerrit.libreoffice.org/19321
Reviewed-by: Matthew Francis <mjay.francis@gmail.com >
Tested-by: Matthew Francis <mjay.francis@gmail.com >
2015-10-16 12:03:30 +00:00
7320072e3b
convert Link<> to typed
...
Change-Id: I39a0b4d5fb62ae66926148103b396578ed37405d
2015-10-16 13:44:18 +02:00
a9bb16e89c
convert Link<> to typed
...
Change-Id: I9aa883a2228ed5d39e924e4364cd3a812f2037a3
2015-10-16 13:44:18 +02:00
8d44385bf6
convert Link<> to typed
...
Change-Id: I48893ac7130ad671864faa5eb55409b21cdda77e
2015-10-16 12:35:54 +02:00
adeefc6295
sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.
...
Change-Id: I1e0f96dce2b9cf9da32f4f577cf76e1d8824d37a
2015-10-16 12:12:28 +02:00
20248b82be
sfx items: Introduce a templatized version of SfxItemSet::GetItem().
...
Change-Id: I821622fc1f8415f2ddd14744f33b46fa76f00039
2015-10-16 12:12:27 +02:00
e5be07f516
sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.
...
Change-Id: I7130f7a84077a63cdc0ca1e131a4d90469eac90d
2015-10-16 12:12:27 +02:00
427c5dc6e0
sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.
...
Change-Id: I6d4f4cd09c83f94b26dd90577bdc6bc3226f58ab
2015-10-16 12:12:27 +02:00
67fe420703
sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.
...
Change-Id: Ifdffc82c9b4ec2e534204294575a78e34e0338c1
2015-10-16 12:12:26 +02:00
901f6da81b
Let operator<< be found via ADL
...
Change-Id: I590ebb954ec249668a62c0c0a8959422af08485e
2015-10-16 12:05:29 +02:00
6f1313b3d4
convert Link<> to typed
...
Change-Id: Icbba339dac0be31e30dff021bba06a219f8aecd6
Reviewed-on: https://gerrit.libreoffice.org/19405
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Noel Grandin <noelgrandin@gmail.com >
2015-10-16 09:11:29 +00:00
74d686bc59
simplify the CellController modify Link<> handling
...
in preparation for some more "make Link<> typed" work
Change-Id: Ifdf58cc697c7172102bf9e4cc63f869c522517e6
2015-10-15 15:47:13 +02:00
8c1014021d
vcl: Initial NotebookBar implementation.
...
See https://wiki.documentfoundation.org/Development/NotebookBar
Change-Id: I91535c13d68261f7195989ec78bd305cf572c87c
2015-10-15 10:56:32 +02:00
74dbe58f1e
convert Link<> to typed
...
Change-Id: I2ef1e5fe5c6dc65c254b3a16b0b12fca5caba16e
2015-10-15 10:32:29 +02:00
99b21cc9f3
convert Link<> to typed
...
Change-Id: I6c55c74d47b13149c2fa210bb9de4e8c430c57cc
2015-10-15 09:58:34 +02:00
866909c1db
Improve performance by using the ScCalcOptions for OpenCL.
...
Use the new configurationlistener to track the relevant setting.
Change-Id: I9decea55df25f7eb34cd2fef94743d1907360d16
Reviewed-on: https://gerrit.libreoffice.org/19377
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Michael Meeks <michael.meeks@collabora.com >
2015-10-14 19:36:56 +00:00
ad280b67f8
LOK: include part numbers in CALLBACK_SEARCH_RESULT_SELECTION payload
...
Without that, the result in Calc/Impress is ambiguous.
Change-Id: I8dfd8dafc996102ed583688fddd721c7600dc48c
2015-10-14 15:39:07 +02:00
eb33ef931a
tdf#93390 correctly handle back-and-forth between numeric and text value
...
Change-Id: I06711afd5d668816608661f0fe433efd93fef99e
2015-10-14 14:52:10 +02:00
b4da5037e0
convert Link<> to typed
...
Change-Id: I1876f327607e0e23292950741df348d4ec31fde1
2015-10-14 09:30:20 +02:00
629baf05f6
Revert "Unused code removal DrawGradientWallpaper"
...
Seems to be used, since IsGradient() actually can be true.
This reverts commit fe4412c8850bd1212dce786510dd61ddd6c43b36.
2015-10-14 09:17:35 +02:00
fe4412c885
Unused code removal DrawGradientWallpaper
...
Doesn't appear needed on Linux and tests have shown it isn't
needed on Windows or Mac either.
Change-Id: Iaaba6dcc4783557a4165d635b57a256402b0b4d2
Reviewed-on: https://gerrit.libreoffice.org/19259
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de >
2015-10-14 06:01:24 +00:00
f7764214f2
editeng: add EditView::GetSelectionRectangles()
...
This gives sd access to the selection rectangles as well (as opposed
only to the document model positions of selections).
Change-Id: Icb903e91f9e868573403b360bbe839705ddf2916
2015-10-13 16:42:41 +02:00
94b64bca66
These warnings are covered by --enable-werror anyway
...
...so remove these remnants from a time when developers got away with ignoring
warnings and tools/solar.h was considered the center of the universe
Change-Id: I526c6b44fafb98e8400f2ab122dbb7e2bfbb3480
2015-10-13 15:35:01 +02:00
d2f3756de7
No std container requires operator >
...
Change-Id: Ic5befe71c9cb4ffa37b3298b269bcd7ef713b937
2015-10-13 15:34:23 +02:00
b859d84e47
implement dialog control over enhanced shape control points
...
use case is a desire to enable viewing and setting rounded rectangle radiuses
to an exact known value
Change-Id: I7e6a4db0699076950adf5869a61825159766c46a
2015-10-13 14:16:54 +01:00
1631fa9a72
tdf#95002 sd tiled rendering: fix handling of images on page switch
...
It turns out a full invalidation is still needed to trigger the loading
of graphics on the new page, so instead of not invalidating just don't
emit the notification about it during page switch.
Change-Id: Ic99a3d4e268b3db61cf09c78ed0f310c9d365867
2015-10-13 10:47:00 +02:00
d6f97a2124
inline typedef
...
Change-Id: I6ec88fbdb9bc0e86f4e53eb765eabd5382a25b88
2015-10-13 10:07:49 +02:00
af77042f62
disable arrow heads in chart sidebar, tdf#94971
...
Change-Id: I631f34faf2befeb7cc61027c8fd59ef7b3543785
2015-10-12 23:54:14 +02:00
ba45d25420
Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY code
...
Change-Id: Ifa5ba21308e32df44571fa2941370f2f11179580
2015-10-12 17:52:30 +02:00
b9f34146be
HAVE_CXX11_FINAL is required on all supported toolchains
...
Change-Id: I85ed86fdd8b11863c96b7a6c3ba76d77dbecf192
2015-10-12 17:52:29 +02:00