Commit graph

320905 commits

Author SHA1 Message Date
Markus Mohrhard
5d8548da36 use URM_COPY when copying cond formats, fdo#60306, fdo#60311
Change-Id: I7a232c27dd0c1eee6f389d30f46658500aaded47
2013-02-25 08:16:17 +01:00
Thomas Arnhold
76b3e61bb4 loplugin: unused variables
Change-Id: I07b82471f0f32e9e894d4eb392beedeafc6be0c7
2013-02-25 05:43:16 +01:00
Thomas Arnhold
7cbeac07d2 Remove useless SfxStringEncode and SfxStringDecode
They return empty strings. SearchAndReplace is a stray declaration
from historic misc.cxx.

Change-Id: Ia7aa970a8ca200bd7bdc5ed688a8f00d092c9561
2013-02-25 04:16:08 +01:00
Thomas Arnhold
89003e9bd8 loplugin: unused variables
Change-Id: I63553a09eec81e5ae28aa79ee1d3281053b23d06
2013-02-25 03:14:01 +01:00
Thomas Arnhold
405caad685 loplugin: unused variables
Change-Id: I46a748bf2c54d15c0f5718901197f3b4c34b82bf
2013-02-25 03:14:00 +01:00
Thomas Arnhold
800376357f loplugin: unused variable
First parameter is unused since fb98c33c68

Change-Id: Iff9ff51227c5244950830febf2cdcf78e1de4d29
2013-02-25 03:14:00 +01:00
Thomas Arnhold
1bda31ac13 loplugin: unused variables
aErrorText usage was commented out since 2000.

Change-Id: Ic4d81c2d48e59a36e2f4280ceb36ea8148b9dc9d
2013-02-25 03:14:00 +01:00
Takeshi Abe
359b0ebc91 sal_Bool to bool
Change-Id: Iee9b03c8c5e8c226710822108b3503b0ee4f9717
2013-02-25 10:56:51 +09:00
Takeshi Abe
227be92635 drop useless #define
Change-Id: I375b3bd4a4bfb1d96350194d620f2ee77731e04b
2013-02-25 10:56:50 +09:00
Norbert Thiebaud
bbe02c2212 coverity#705444 Improper use of negative value
Change-Id: Ie3b7634e099de5c8b9a4a77daf47c6038dade370
Reviewed-on: https://gerrit.libreoffice.org/2320
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-24 23:56:40 +00:00
Ricardo Montania
c6b795140a CreateFromAscii removal in canvas
Change-Id: I89cd673aea154e96b26323d4e424b97c0fdda0f7
Reviewed-on: https://gerrit.libreoffice.org/2346
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-24 23:48:13 +00:00
Timothy Pearson
fa24204cd7 Update TDE (Trinity Desktop Environment) integration files
Change-Id: I48a5da0d01ad3532b9a77ff864f8f9e4d14e734c
Reviewed-on: https://gerrit.libreoffice.org/2374
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
2013-02-24 23:46:04 +00:00
Norbert Thiebaud
bb717296bf coverity#705347 Missing break in switch
Change-Id: Ife49c096722fff204a140be970aa0692281e8b86
Reviewed-on: https://gerrit.libreoffice.org/2327
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-24 23:31:12 +00:00
Caolán McNamara
df37f7d8e8 move loop variables into least scope pos
Change-Id: I8e69e92bbfee2bf20918d041ecc6b7a3f7729fbd
2013-02-24 23:24:26 +00:00
Julien Nabet
3901964b6d coverity#704434 Non-array delete for scalars
Change-Id: Ie92de56ead7988d951fe44cf63b4e72214b1e22f
Reviewed-on: https://gerrit.libreoffice.org/2358
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-24 23:22:55 +00:00
Caolán McNamara
4c51313369 simplify CreateScImportAsciiDlg
Change-Id: Ibcd9dc854cf15ef0a6cbaba3fdc9e377e1073507
2013-02-24 23:17:20 +00:00
Caolán McNamara
01416aea80 now easy to adjust csv dialog to fit on a netbook screen
Change-Id: Id40bf959f160b03a2aa54dd078d66d6e9854863b
2013-02-24 23:17:20 +00:00
Caolán McNamara
980fe99410 be more forgiving on 768 height screens to allow dialogs occupy more height
Change-Id: Ie9e53606d84fb1efd738709de64feecaabff9328
2013-02-24 23:17:19 +00:00
Caolán McNamara
9c43037ccb suck alternative title out of the .ui
Change-Id: I3983a61c5716679d8d64247d29c4909b16fc2c69
2013-02-24 23:17:19 +00:00
Caolán McNamara
ffea6fc98f add more custom widgets to glade catalog
Change-Id: I1158bf00bfb7e0eabe28e56c3e8430c6b2c68939
2013-02-24 23:17:19 +00:00
Caolán McNamara
3fd9e569d8 add requred custom widget entry points
Change-Id: I611133eda82a5c2f303e5938d47deb3fb295f26e
2013-02-24 23:17:18 +00:00
Petr Vorel
538ba011d7 rewrite import CSV dialog to WidgetLayout
Change-Id: Ifa674dc3cf14c9633be10b2fb7b59fea55a6a2e4
Reviewed-on: https://gerrit.libreoffice.org/2332
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-24 23:16:32 +00:00
David Ostrovsky
f4a6b7d3d6 fix HAVE_CXX0X case on MinGW
During configure phase HAVE_CXX0X is determined and exposed
if the current gcc version supports it. With gcc 4.7.2 this
is the case. Activate it during compilation phase too.

Change-Id: I7b738de083fa337a422c20bdf88d9dca5f8303ed
2013-02-24 23:34:02 +01:00
Bjoern Michaelsen
1baeaec3c9 move openssl, redland, orcus to macro check too
Change-Id: I2b0a22fbd32d3ade74f5043b1b2bba56a45a86dc
Reviewed-on: https://gerrit.libreoffice.org/2371
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-02-24 22:09:13 +00:00
Chr. Rossmanith
ed383ebfba remove RTL_CONSTASCII_(U)STRINGPARAM
Change-Id: Ica4dc859229c2ba0dc052a97ff23178895c25580
Reviewed-on: https://gerrit.libreoffice.org/2368
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
2013-02-24 21:16:12 +00:00
David Ostrovsky
c064fa5048 remove obsolete mozilla options for cross compilation
Change-Id: Ib7c2f06cec651ecde049e9335236b513edbf4d50
2013-02-24 22:15:17 +01:00
David Ostrovsky
79cd6af6c7 clean up obsolete mozilla options
Change-Id: I443e77c33b797aaff0b0389525148d1ee2d3193c
2013-02-24 21:57:25 +01:00
Caolán McNamara
9428c58408 add a crude GetOptimalSize to ScCsvTableBox
Change-Id: I06357e9e69a0d9f4b8edb4db4ba1b788f96d73a9
2013-02-24 20:51:11 +00:00
David Ostrovsky
0e26ed476a document generic <class>_<target> idiom in gbuild
Change-Id: I8b746c3786eda42c3c91c104daee2018ba20b975
2013-02-24 21:50:30 +01:00
Caolán McNamara
5fb036a638 make ScCsvGrid robust against early show before valid column limit set
Change-Id: I36741d9b5826900f88451ffdbe07c44e39f381b4
2013-02-24 20:49:55 +00:00
Caolán McNamara
ff3278cdc8 log presentation minimizer results as info
Change-Id: I0f68ca75f774dfb18423517b36a1ea4d6071a83b
2013-02-24 20:44:53 +00:00
Caolán McNamara
197587cc3a layout should now take care of resizing for us on its own
Change-Id: Ie250ad51b2e3e62ee8f33b3fd0ba409cc221eac7
2013-02-24 20:44:53 +00:00
David Ostrovsky
ca7f5f5a49 remove obsolete system mozilla comment
Change-Id: If96a98950183ba3fd9c11e4d60b24e3eacfcf08a
2013-02-24 21:24:47 +01:00
Bjoern Michaelsen
8968d6d664 some more external check work on configure.ac
- all in libo_PUBLISH_MODULE is affecting global state, so no need to
  separate
- add in AC_ARG_WITH

Change-Id: I609cd03c9208448e6883f5347da3019e0d3aea51
Reviewed-on: https://gerrit.libreoffice.org/2366
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-02-24 20:12:55 +00:00
Andras Timar
81795c3442 Updated core
Project: translations  a45c8b4b02ef5e45b225c0418bb378b7d332a01f
2013-02-24 20:08:52 +00:00
Chr. Rossmanith
d5da648056 remove RTL_CONSTASCII_(U)STRINGPARAM in xmloff
Change-Id: I86163e68d0993dcaf6888060ace17f5dba812f1a
2013-02-24 21:06:00 +01:00
Andras Timar
4c87386713 remove obsoleted option --disable-build-mozab
Change-Id: I6bc95c27bf807288ee147995fd4d864903f8cec4
2013-02-24 20:54:58 +01:00
Joel Madero
dcff3305fa fdo#59828 update Format Paintbrush Label
Change "Format Paintbrush" to "Format Paintbrush (double click for
multi-selection") to be more concise and provide a bit more detail for users

	modified:   officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu

Change-Id: I8a0baaf0564ed9cc5eca99ef10b184905a3dd16b
Reviewed-on: https://gerrit.libreoffice.org/2273
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-02-24 18:17:57 +00:00
Thomas Arnhold
305bf19e39 loplugin: unused variables
And some fallout.

Change-Id: I8dfc12f3566e72d79d4f9930284c92577aa485a1
2013-02-24 18:42:02 +01:00
Lionel Elie Mamane
e5444ae3e0 fdo#60907 no space in front of MYSQL_LIB
Change-Id: If477ae65eb93d8eb944c345853c13ca0d1826762
2013-02-24 18:30:16 +01:00
Peter Foley
1d84e9d1d3 instsetoo_native: convert to gbuild
Removes:
 * instsetoo_native/util/update.xml
      - gen_update_info.pl can be removed ?

      On Windows the binary artifacts are created now in:
      workdir/*/installation/LibreOffice_Dev/native/install/en-US/*.msi

Change-Id: I1c82ea9cb9d297cdd0e4f4b9b44606259eeeed49
Reviewed-on: https://gerrit.libreoffice.org/2242
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-02-24 17:26:19 +00:00
Tor Lillqvist
80dd07381b WaE: unused parameter
Change-Id: I0227762e5755fb073a2b2923fce0cd718460f02d
2013-02-24 18:56:52 +02:00
Matthias Freund
4261ddd008 Comment translation german-english
Change-Id: If22ef967efa8010d19b7e32d588179cfcacd0780
Reviewed-on: https://gerrit.libreoffice.org/2359
Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be>
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-02-24 16:50:19 +00:00
Arnaud Versini
8214ea8607 Remove unused method SdPage::SetLinkData
Change-Id: I50ba468842a4c8b66de9d0c6cb2432709dcd50f9
Reviewed-on: https://gerrit.libreoffice.org/2360
Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be>
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-02-24 16:46:38 +00:00
Thomas Arnhold
d5caf6898b loplugin: unused variables
Change-Id: I7fc203900256839e679bf73b717d121fedc42087
2013-02-24 17:44:31 +01:00
Stephan Bergmann
10f4ddc9a5 Declaration of stat shadows a global declaration
Change-Id: I154ba64ff61d08d7a600a83eb7dd41381aca73ca
2013-02-24 16:21:19 +01:00
Jean-Noël Rouvignac
63b0ce97ba fdo#38838 searched, replaced and removed String::CreateFromInt32().
I ran the following code replace:
    s/(Uni|Xub)?String\s*::\s*CreateFromInt32/OUString::number/

And finally removed String::CreateFromInt32().

Change-Id: I53b26a59c68511ae09f0ee82cfade210d0de3fa5
Reviewed-on: https://gerrit.libreoffice.org/2279
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-02-24 12:59:02 +00:00
Valek Filippov
3648c3226d Add OIDs for Russian crypto algorithms.
Change-Id: Id1d6a623863d7643401dce912991e61de16695f2
2013-02-24 13:56:37 +01:00
Tomaž Vajngerl
44faceac60 Add "Compress Graphic Dialog" to Writer.
Change-Id: Icff16a86d217b2648ce588ca2b90abefcd1634d9
2013-02-24 13:47:55 +01:00
Julien Nabet
bd502f4d99 coverity#735295+735296 Buffer not null terminated
Change-Id: I02693a2f4b2470ad33e6bd7a925aa64e31ad9a58
2013-02-24 13:44:17 +01:00