6ef5009def
remove unused code sdr::overlay::OverlayRectangle::setSecondPosition
...
Change-Id: I566b479a298d7496b1ff766bfbaf0ccde84472aa
2014-02-25 15:16:56 +02:00
7efa467ef3
remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPop()
...
Change-Id: If1dd0e99d83f8211c58fa3b5d1ba56a74bc2157f
2014-02-25 15:16:56 +02:00
333fdb95a3
remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPush()
...
Change-Id: I4569e53f0423783bc5c9ee95b07d0de51b75b466
2014-02-25 15:16:56 +02:00
e428a99523
remove unused code utl::MediaDescriptor::PROP_DEEPDETECTION()
...
Change-Id: Ie80d0c00fe8725e59a6814707c9a4afcb6ac09b5
2014-02-25 15:16:55 +02:00
700161cce7
remove unused code utl::toISO8601(com::sun: ⭐ :util::Time const&)
...
Change-Id: I8df1934c7392ec38918be2a5b986c6ca871f9d15
2014-02-25 15:16:55 +02:00
ee120240f7
BrowseBox::bHideCursor misuses sal_Bool for TriState
...
(TRISTATE_INDET == "smart" is probably obvious enough to not warrant an extra
enum.)
Change-Id: I5fde5294c83c9f805d9df645089665b9dbcfec96
2014-02-25 12:44:37 +01:00
c47496fdf9
Add config_libraries.h definitions to get library names easily.
...
Works for libmerged too, so we can get rid of LIBO_MERGELIBS.
And remove few more #defines in vcl.
It's generated by gbuild, so probably abusing config_host directory.
Open to improvements.
Change-Id: I87ab109bf109e42751766011daf076e9cdf8f5ee
2014-02-25 09:05:09 +01:00
6e0bdf04ad
sal_Bool arg of SetUseImagesInMenus was abused to squeeze '2' through it
...
which means that icons suddenly reappeared in the menus when the gtk
theme had disabled them
ref e8f8f24c8415898c787bbfb629247ed62e73a2b9
Change-Id: Ia9aef5ca39bda2ddf6d7c4ebc2bddc01d470d09b
2014-02-24 12:53:14 +00:00
c69ae9f8f8
comphelper: EmbeddedObjectContainer::GetObjectStream methods
...
These methods were added to provide access to the stream to the
embedded object itself.
Change-Id: I0a47a54852cddbd5ddd0a6599bba21999afd96ba
2014-02-24 13:24:52 +01:00
33740b7d5a
Replace exisiting TriState, AutoState with more generic TriState
...
Change-Id: Ida05478aae5a379775c671e0c2f2851d820d78be
2014-02-24 12:27:32 +01:00
146c7c5c89
toolkit: sal_Bool -> bool
...
Change-Id: I5153c4413004d1b50cc503b3e70657bc831a5793
2014-02-24 11:13:42 +01:00
c19cb642db
Adapt to osl_atomic_inc-/decrement
...
Change-Id: I848873b07ab05cefdc755a8bf1301907fdfbc299
2014-02-24 08:08:00 +01:00
b7259532d8
Remove unnecessary bool2any
...
Change-Id: Ie2caee1d5a7912011d76172539c2f8f37eaee5cf
2014-02-24 08:08:00 +01:00
ad73967e99
Remove unnecessary extractInterface
...
Change-Id: I4848bf84615274ad5732223a354fb7a6b845d9a8
2014-02-24 08:08:00 +01:00
b0073ef79e
drawingML import: reduce code duplication
...
Change-Id: I7730fb047a10f270498bbf6f1a89dde034514121
2014-02-23 19:19:47 +01:00
a35a29829d
drawingML import: remove some unneeded member
...
Change-Id: Iea975665b9225e535dcc4fbdcd666d7c7bff8ef3
2014-02-23 19:19:46 +01:00
e5ebee7ebb
fdo#74751: fix reverse base point diagram on RTL UI
...
Change-Id: I3f3f2d59952577b0533a9d8ef6d27af849bd6bdb
2014-02-23 09:51:10 +03:00
04864333f2
fdo#39468 Translate German comments
...
Also remove ASCII art and some typos.
Change-Id: I76d05209dd674598c787fe6fb486f0e9eadb2629
Reviewed-on: https://gerrit.libreoffice.org/8188
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2014-02-23 03:34:17 +00:00
d84ccb39b7
SAL_DLLPUBLIC_EXPORT->VCL_DLLPUBLIC
...
Change-Id: If8127ae939f6e38ab72919150ca6a6109355fb11
2014-02-22 10:03:19 +00:00
fe7a4bccfd
Adapt vcl to various loplugin warnings on Mac OS X
...
Change-Id: I4553ce218fbcf2ac681b284c71e7d558a451511c
2014-02-21 23:47:23 +01:00
12f22bd781
drawingML import: paragraph spacing inside group shape
...
unotext: a conversion was missing during the corresponding
SvxLineSpacingItem was filled with "ParaLineSpacing" UNO property.
Change-Id: I02559ed7e8b46150a88eed2bf20afdf084aec47b
2014-02-21 22:11:35 +01:00
630ce26a25
WaE: struct/class inconsistency
...
Change-Id: Iedb9873bc36fa5854de56738351d3683e245024d
2014-02-21 22:07:07 +02:00
076a7eacca
Bug #63962 Dynamically scan the config directory for icon themes
...
The hard-coded icon themes have been replaced by a dynamic list
which is filled by scanning the config directory
Conflicts:
include/vcl/settings.hxx
vcl/source/app/settings.cxx
vcl/source/window/window.cxx
Change-Id: Ie3680ffe27d06e375acf22753e036cb6ddabc4ed
Reviewed-on: https://gerrit.libreoffice.org/7935
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2014-02-21 17:23:50 +00:00
a9cfb745c5
Replace handwritten reference counting with shared_ptr
...
This will help to avoid race conditions because the shared pointers
are thread safe and use atomic increments.
Conflicts:
include/vcl/settings.hxx
vcl/source/app/settings.cxx
Change-Id: Ie3d27d6412167855a0cea1442676b81b733c15e8
2014-02-21 15:38:03 +00:00
c7a6e0645a
coverity#1132721 fix exception specs
...
Change-Id: I1c499f8b994d29e265a66f4219d4c3fddb237a89
2014-02-21 15:30:27 +00:00
e8f8f24c84
vcl: sal_Bool -> bool
...
Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
2014-02-21 12:53:51 +01:00
db0222881b
editeng: sal_Bool->bool
...
Change-Id: Ie2c8bf805461d61de2dfa2658160fd612959932c
2014-02-21 12:19:25 +02:00
63a4219e69
editeng: sal_Bool->bool
...
Change-Id: I1a4b8ff5ccecc2776d1f145f8763f3dab6afb38b
2014-02-21 12:19:25 +02:00
a32ed92c95
editeng: sal_Bool->bool
...
Change-Id: I64cde75157fbdcda6ac92ca4064e6ab8197114c1
2014-02-21 12:19:24 +02:00
239820a7ac
editeng: sal_Bool->bool
...
Change-Id: Idc081fb757cc83a17e4f557ed1311d7722a57998
2014-02-21 12:19:24 +02:00
b7180bd14f
editeng: sal_Bool->bool
...
Change-Id: Ia9b76985ea0b9c511208b8283c8487c89aa67b88
2014-02-21 12:19:24 +02:00
7e06ccad8f
editeng: sal_Bool->bool
...
Change-Id: I36cb765d87ddef1fba3447a3ea90e5285cbcd678
2014-02-21 12:19:23 +02:00
72c64c7691
editeng: sal_Bool->bool
...
Change-Id: I18717328ccd37649683b0d8cb57c85629cdcb4d9
2014-02-21 12:19:23 +02:00
5a5a80dd5c
editeng: sal_Bool->bool
...
Change-Id: I92935238ff016dc441db72e3aadc28466fe84e68
2014-02-21 12:19:23 +02:00
32ef676504
editeng: sal_Bool->bool
...
Change-Id: I1b215ef78bcade675a2f80def0d6d5afe0ff3d2c
2014-02-21 12:19:23 +02:00
16c8fbfa07
editeng: sal_Bool->bool
...
Change-Id: I5f0b49b7a51f32fe4974739d2610204adefc4faa
2014-02-21 12:19:22 +02:00
e41ed900a4
sal_Bool->bool
...
Change-Id: I2849ab93619a0a8c9d28b3c43d370ee483820678
2014-02-21 12:19:22 +02:00
327dde336e
editeng: sal_Bool->bool
...
Change-Id: Ib1113ebcfc523c8c97731debb2bf456a8c99d802
2014-02-21 12:19:21 +02:00
a1d5ff63db
sal_Bool->bool
...
Change-Id: I0c2297ffa00ee23160f65b2859043fcd4842098c
2014-02-21 12:19:21 +02:00
442de7c631
sal_Bool->bool
...
Change-Id: I82784b515cff6fcc1950a9f72f254f0e62fdbc05
2014-02-21 12:19:21 +02:00
17a18aa676
sal_Bool->bool
...
Change-Id: I08470e3b7ba845104c5bada11fb5b2d160a8aaa0
2014-02-21 12:19:20 +02:00
634081d5de
sal_Bool->bool
...
Change-Id: I65c60ae987263b96ac1a0d727f5c4e33431d7767
2014-02-21 12:19:20 +02:00
d9fd1d5310
remove unused return value from method
...
Change-Id: If8ad6d01e92bb6df429acca03df0b40a4e2b7f1d
2014-02-21 12:19:20 +02:00
87612bfee4
sal_Bool->bool
...
Change-Id: If8d90d507e29caaf8ceb41deb9cb5eb54476773e
2014-02-21 12:19:20 +02:00
8be2cbc856
sal_Bool->bool
...
Change-Id: I8623ebe2d46cb897d4dd0c0ec9c136d96af0186c
2014-02-21 12:19:19 +02:00
4692d28e90
sal_Bool->bool
...
Change-Id: I83a9267cc461c2921b5da04a1122539ba0ac7d2d
2014-02-21 12:19:19 +02:00
69388f4753
cid#707782 Uninitialized pointer field
...
Change-Id: I3392cc01c0f7f69d166900a0dca9a9fcef239772
2014-02-21 11:59:07 +02:00
682ace7031
fdo#63154 Remove unused solar.h reference in editeng
...
Change-Id: I472cb0dcfcb2d36fab65041acb47bd75d22a7b3f
Reviewed-on: https://gerrit.libreoffice.org/8119
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2014-02-21 09:24:18 +00:00
756d0b1dff
drawingML import: run fonts inside group shape
...
Change-Id: Ib54fe868c11c0c22b85d8821fa7274c80918362c
2014-02-21 09:28:25 +01:00
f1f8b3bfdc
fdo#74584: Revert various previous changes to upcase HTML tags.
...
This reverts
commit 3c84fa61570113d1dfb2523ab88f268eeeb46c3c.
commit 96a1f60aeb2a7954533da9b4aa4947efb7a65e70.
commit 1f74a3ce201bad68f160584900285e2c087ab2c0.
commit 3d481254a07fe82d11953f9825a2f8fc6eeabc0b.
2014-02-20 20:45:45 -05:00