8a5dbd8c75
coverity#708324 Uninitialized m_refCount
...
Change-Id: I1a8e548605570eb18ed455282d8f329a3f026409
2014-04-22 11:39:21 +01:00
7b659719b0
coverity#708323 Uninitialized scalar field
...
Change-Id: Iea430ce93ac1add2be76222b8ee9ae6c0da53ff6
2014-04-22 11:39:21 +01:00
9d2977d0a3
remove some more bloat
...
Change-Id: I7b6c04d99c41360ff49be774afcb4447a829d31c
2014-04-21 09:39:35 +02:00
b1b11e3272
If it has been "not recommended currently" since 2007 it can go away
...
Change-Id: I03f2822f1bad8f5d4128c5b0bd7e26b7ab968815
2014-04-19 10:29:33 +03:00
c654ff4042
WaE: unused variable 's_pAccessibleFactoryFunc'
...
Change-Id: I7654c7d88b9d4a84368551972ab945be3508f0e3
2014-04-19 10:26:25 +03:00
a7ee8316f7
non-desktop: Avoid accessibility.
...
When using the tiled rendering, LibreOffice provides only the content, so no
need to instantiate accessibility.
Change-Id: Ibc0ff672aa960409fa660a750f8f02c9261041be
2014-04-18 22:51:07 +02:00
e84331b4fd
introduce second static GetLanguageString() with explicit bool parameter
...
Change-Id: Ief79b8871701cc2e39e421145370feb246ce5e20
2014-04-17 23:54:08 +02:00
a97c2268a5
introduce static SvtLanguageTable::GetLanguageType()
...
Change-Id: I096f8b5a08452df9b1731f2e764d7561dd3e5dd4
2014-04-17 23:45:54 +02:00
709b4e653c
have a "better" static
...
Change-Id: Ib978d24b5188482242101d3a352f29d604b36c90
2014-04-17 23:45:54 +02:00
60c8df4326
remove static strings
2014-04-14 12:31:55 +02:00
fa72a0e94d
Remove unused code
...
Change-Id: Ifaab2aecec65ec6e81056e5fca430df8ca3af908
2014-04-09 10:15:47 +02:00
5babf1b903
remove unnecessary scope qualifier from sal_Bool uses
...
i.e. convert "::sal_Bool" to "sal_Bool"
Change-Id: Ie5943aee4fee617bf2670655558927ed25b7e067
2014-04-03 13:54:02 +02:00
362d4f0cd4
Explicitly mark overriding destructors as "virtual"
...
It appears that the C++ standard allows overriding destructors to be marked
"override," but at least some MSVC versions complain about it, so at least make
sure such destructors are explicitly marked "virtual."
Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-04-01 19:22:54 +02:00
b6dbe2be87
Bin pointless INET_PATH_TOKEN
...
There is nothing mnemonic in the name 'INET_PATH_TOKEN' that would tell the
code reader that it simply means '/'.
Change-Id: I89ce72e8be5cf0ef2c66b23ad6e721ad49105648
2014-04-01 12:14:45 +03:00
1e68d39022
coverity#982430 Division or modulo by zero
...
Change-Id: I9764d4e122c4dbab2349499f30c17842e432dadc
2014-03-31 17:04:39 +01:00
ee1de94276
typo: persistance -> persistence
2014-03-29 19:16:18 +01:00
70cc2b191b
First batch of adding SAL_OVERRRIDE to overriding function declarations
...
...mostly done with a rewriting Clang plugin, with just some manual tweaking
necessary to fix poor macro usage.
Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
2014-03-26 16:39:26 +01:00
80ef0dfedc
svtools: sal_Bool->bool
...
Change-Id: I42a341b5805e0b2a7d619ba552700db35815afd5
2014-03-25 14:32:57 +02:00
b5e11641a7
svtools: sal_Bool->bool
...
Change-Id: I90320997ed79be2556eafa4c35af6b968b378454
2014-03-25 14:32:56 +02:00
c849d750eb
svtools: sal_Bool->bool
...
Change-Id: I05dd992f332ab2f3dbcc65aed6dac909872168d4
2014-03-25 14:32:55 +02:00
2d3a1d2a46
svtools: sal_Bool->bool
...
Change-Id: I6c57a52b4fc3ecb993af4526fefcca352ad269b5
2014-03-25 14:32:55 +02:00
a4dc5ea2f7
svtools: sal_Bool->bool
...
Change-Id: I288a5c8b86d21a1b91f464aaf162aed9aca35a42
2014-03-24 08:12:10 +02:00
f7074d8de5
svtools: sal_Bool->bool
...
Change-Id: I2044e6c1f15579b6051fad5d36fcfa8795f88953
2014-03-24 08:12:10 +02:00
f661ac03e0
svtools: sal_Bool->bool
...
Change-Id: I22d8869551f46d2a0607f670f937853f394b6acf
2014-03-24 08:12:09 +02:00
b1de52241c
svtools: sal_Bool->bool
...
Change-Id: Iaa489318f25107e91fc8133523fbd9d724493314
2014-03-24 08:12:08 +02:00
9f12e4a351
svtools: sal_Bool->bool
...
Change-Id: Ic765d1a28960dbeca9501852b5e84cfdfe6ac47e
2014-03-24 08:12:07 +02:00
83d807ba78
svtools: sal_Bool->bool and remove virtual
...
remove virtual from AcceleratorExecute::execute because nothing
seems to override it.
Change-Id: Idac00ce421f2a46921347b976b7658aac9097ee2
2014-03-24 08:12:07 +02:00
be4f7ea3f6
OLE preview: Limit the GDI metafile size to 100000 actions.
...
Excel can copy huge metafiles to the clipboard, with over 3 million of
actions, which are 1) unusable, and 2) crash LibreOffice because of their
size.
So let's just limit the size of metafiles to be under 100000 actions,
otherwise use the 'OLE' bitmap.
Change-Id: I6a50471e6fe6ab9417592c011bf78cad6247236b
2014-03-04 23:05:11 +01:00
0feaf45541
SVTOOLS : Remove usage of DBG_CTOR and DBG_DTOR.
...
Valgrind is capable of detecting such bugs. No need for extra macros.
Change-Id: I83e39d69deaf2aa1c5ca455c92d070a2d33def3f
Reviewed-on: https://gerrit.libreoffice.org/8421
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2014-03-03 09:19:11 -06:00
b8d8d1bd05
added Lengo [lgr-SB], fdo#72512
...
Change-Id: I8614619224d65118d6057eab6c3f6f7ee8efc617
2014-02-26 20:26:26 +01:00
5e21a413c7
cppuhelper: retrofit std::exception into overriding exception specs
...
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26 18:22:20 +01:00
75a22a9fb8
added Cree, Plains, Latin [crk-Latn-CN] and Syllabics [crk-Cans-CN], fdo#73973
...
Change-Id: I66b2923a59e06c5798d8debb14eb2282c9a4fb1d
2014-02-26 00:14:34 +01:00
9c2515f8e0
added Avar [av-RU], fdo#75161
...
Change-Id: Id8e32dab357d0eda90d36ab4e53f3eb2da769029
2014-02-25 23:52:07 +01:00
da4a8dbb10
added Maninkakan, Eastern, Latin [emk-Latn-GN], fdo#74672
...
Change-Id: Ib75136c6f0604cb6e3125e39a1514bbcc9ade079
2014-02-25 22:42:37 +01:00
bee1cc83ec
Remove visual noise from svtools
...
Change-Id: I7c2b74a449fb20aae5bc643e24a22cf6f732136d
Reviewed-on: https://gerrit.libreoffice.org/8320
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2014-02-25 21:14:09 +00:00
0ce0c369aa
Remove unneccessary comments
...
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb
Reviewed-on: https://gerrit.libreoffice.org/8182
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2014-02-23 03:38:49 +00: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
a18a1a4545
Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxx
...
Added vcl/settings.hxx to all cxx files which require it.
This helps to speed up compilation after changes to the settings.
Conflicts:
sc/source/ui/dbgui/pvlaydlg.cxx
Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4
Reviewed-on: https://gerrit.libreoffice.org/7933
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2014-02-20 16:22:17 +00:00
973b47a336
unotools: sal_Bool -> bool
...
Change-Id: I8051c0756e0474a5b4f748e0aa15a9922e82ea97
2014-02-19 12:47:07 +01:00
abc6d50af7
coverity#736486 try and make coverity see through this better
...
Change-Id: I6becf305d88618fb53dff3519b31b010e371ab44
2014-02-13 14:56:17 +00:00
b2878af322
more SvStream:operator>> conversion
...
Convert the template based read_lenPrefixed methods to regular
methods.
Change-Id: Ifd0e93aca055e55a0575e4377ec2b8e266dfb019
Reviewed-on: https://gerrit.libreoffice.org/7895
Reviewed-by: Michael Stahl <mstahl@redhat.com >
Tested-by: Michael Stahl <mstahl@redhat.com >
2014-02-12 15:32:11 +00:00
15535e32dd
convert SvStream::operator>> methods to ReadXXX methods
...
First, I updated the clang rewriter to do the conversion.
Then I lightly hand-tweaked the output for the few places where
the rewriter messed up, mostly when dealing with calls on "this".
Change-Id: I40a6a977959cd97415c678eafc8507de8aa3b1a9
Reviewed-on: https://gerrit.libreoffice.org/7879
Reviewed-by: Michael Stahl <mstahl@redhat.com >
Tested-by: Michael Stahl <mstahl@redhat.com >
2014-02-12 15:31:40 +00:00
9cbc25dd6e
Revert "coverity#736486 try and make coverity see through this better"
...
This reverts commit a0bae848d42b675e4638420d632d710ed3cf76c3.
2014-02-12 14:26:47 +00:00
a0bae848d4
coverity#736486 try and make coverity see through this better
...
Change-Id: I53d858cad02ae2c8f36de926b380d3a50810e141
2014-02-12 13:03:58 +00:00
401a8cecee
return value unused
...
Change-Id: I22276dd551c4d1311a113ce6c38cc5eb97ed12ef
2014-02-12 13:03:58 +00:00
186b4ebc99
convert specialised SvStream::operator>> methods to ReadXXX methods
...
as preparation for converting the SvStream::operator>> methods on
primitive types
Change-Id: I62f134bced15c687d6e0d46924f56e8d1c3d95b9
Reviewed-on: https://gerrit.libreoffice.org/7798
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org >
Reviewed-by: Michael Stahl <mstahl@redhat.com >
2014-02-04 22:50:39 +00:00
19e16083c6
Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.
...
Change-Id: I7b503e5d49865c9ff287bf72eaff1995ce871790
2014-01-30 10:48:25 +01:00
90d39a8a22
Resolves: #i124085# disabled CF_DIBV5...
...
(no advantages but some problems), increased png support
(cherry picked from commit c991f7cae8dcb306cb0d1f32bc5fcd8ea0a1ea81)
Change-Id: I52bef1295b32eb3692a0428c96edd0c55287f34a
2014-01-30 09:21:30 +00:00
bd9581d46d
bool improvements
...
Change-Id: I23e29995bc7af791067de4996923b6279f7f8892
2014-01-28 20:24:40 +01:00
16a2e90335
remove SvStream::operator<< methods
...
.. and convert the last few places still using those methods.
Change-Id: Id2cd8f9c0dd281df43af439d4fef65881f34a6fd
Reviewed-on: https://gerrit.libreoffice.org/7495
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org >
Reviewed-by: Michael Stahl <mstahl@redhat.com >
2014-01-22 22:00:47 +00:00