Andras Timar
226d9f55cb
Updated core
...
Project: help a5cae6c3e83ddae0b26fac30cf95378d2a5882a3
2013-02-12 17:38:37 +00:00
Kohei Yoshida
f1eba4c718
Add prefix 'm' for ScEditCell's data members.
...
Since I'm modifying the header....
Change-Id: I7cb44335a46dbc185e1a717304c221e5bb6fcb3c
2013-02-12 12:33:00 -05:00
Kohei Yoshida
1ed3387aad
Made similar change to SetData() of ScEditCell.
...
Change-Id: Ie1475eb19a4ad41e5eac1ca00419a1af5c207b12
2013-02-12 12:33:00 -05:00
Kohei Yoshida
0585322e70
Go through all ScEditCell instantiations and fix memory leaks.
...
Changed the signature of the constructor (one that clones the text object)
to take a reference instead of a pointer, to smoke out the callers that
use this constructor. Went through all its callers and made changes to
either 1) pass ownership to the cell instance (if the text object uses
the SfxItemPool instance returned from ScDocument::GetEditPool()), or 2)
pass as const reference to make it clear that the instance will get cloned.
Change-Id: I669e066d4739536bf8d3b356186503dcdfa303b0
2013-02-12 12:33:00 -05:00
Kohei Yoshida
117b3a13b8
Avoid unnecessary cloning of text object when instantiating ScEditCell.
...
This alone cuts about 3 seconds off of the total import time with the
test document from fdo#54638.
Change-Id: I3be3229532b9e982f03565fd3fb630f70f2bce03
2013-02-12 12:32:59 -05:00
Andras Timar
36e30d9772
Updated core
...
Project: help 0ba3d9a4202cd6418c4007a89e8c5fa73f0c9f05
2013-02-12 16:42:23 +00:00
Jan Holesovsky
283ad1f83f
Fix typo to make --enable-online-update build again.
2013-02-12 17:33:13 +01:00
Miklos Vajna
e2f9ed24b6
cui: kill RTL_CONSTASCII_USTRINGPARAM in macros
...
Change-Id: I4d6b7760f9c6901c5c42070bedc8fbbec79215d0
2013-02-12 17:16:34 +01:00
Miklos Vajna
d884f8f65c
SwFrmDlg: initial gradient background UI
...
Change-Id: I7d8612d6b2d3eb2262ed148153a0c249bcb36599
2013-02-12 16:38:39 +01:00
Julien Nabet
88be7d32f3
Simplify this
...
Change-Id: I341f4a74062e78f6a4d23ca24d635c6a95fb90cb
2013-02-12 16:31:28 +01:00
Julien Nabet
6842be374c
It's better to use fclose on a not null handle
...
Change-Id: I609270e269a0905818d6a2b4f44cb9a034099346
2013-02-12 16:31:28 +01:00
Julien Nabet
5a68d2cbe2
Fix member variables not initialized in constructor
...
Change-Id: I17275e7e17f76da967d2fa798f5ee88b50fd6d72
Reviewed-on: https://gerrit.libreoffice.org/2121
Reviewed-by: Michael Stahl <mstahl@redhat.com >
Tested-by: Michael Stahl <mstahl@redhat.com >
2013-02-12 15:30:01 +00:00
Tor Lillqvist
646dc01ea1
Use the remote control same service name on Windows, too
...
Change-Id: I45ecc4a745722cc6bf1f5017429a3e532200bf03
2013-02-12 17:17:46 +02:00
Cédric Bosdonnat
12ea70362f
CMIS: proxy was setin to ":-1" is no proxy is defined in the UI
...
Don't output the port number if that one is not valid.
2013-02-12 16:12:47 +01:00
Julien Nabet
0c1a37e603
Some cppcheck cleaning
...
Change-Id: I74ff9d8d116ebfe9ebc302c79a3763eda9c1250f
2013-02-12 16:08:44 +01:00
Julien Nabet
df98a644a2
Fix duplicate conditions
...
It was like this since initial commit in 2000-09-18
Change-Id: I83c73fcd4ec564770502f00c6301d5e405dc6c62
2013-02-12 16:08:44 +01:00
Takeshi Abe
3ea4060c5d
sal_Bool to bool
...
Change-Id: I248912310658aec789f89f9dba0821b7ec86163d
2013-02-13 00:03:37 +09:00
Stephan Bergmann
1b0109aeda
Undefined UpdateRequiredDialog::selectEntry
...
Change-Id: I7319b4bc276a38cf94aa90934529835ac38f57fa
2013-02-12 15:58:49 +01:00
Stephan Bergmann
4a6c72e3b1
Clean up EXTENSION_LISTBOX_ENTRY_NOTFOUND
...
Change-Id: Ie491835b854bf59694a20c4f94e2333b72142d08
2013-02-12 15:58:49 +01:00
Michael Stahl
cbc722733b
fdo#60092: fix STL regression in SwInsertDBColAutoPilot::DataToDoc
...
(regression from f7d681dc34
)
Change-Id: Ida92854efe6ddffffb8fe10e5ef1f42c53747f40
2013-02-12 15:03:40 +01:00
Julien Nabet
2ce2fafa1b
Some cppcheck cleaning
...
Change-Id: Idb380dbb7470dbdb371778ba0c486392cc55380e
2013-02-12 14:48:04 +01:00
Julien Nabet
2bfccd1489
Remove commented lines
...
Change-Id: Iaf07d9f4bc0a133c1127d93bf635b6653fe1479a
2013-02-12 14:48:04 +01:00
Tor Lillqvist
cbac061416
Use a more descriptive name for the Impress Remote Control Bluetooth service
...
No point in using a generic "Serial Port" name, or describe it as a "COM Port"
(eek). The remote control app doesn't check what the service name is
anyway. (It probably should?)
Change-Id: I6098110e8c4f62e20c38cf7e6b2071f00dd00515
2013-02-12 15:40:20 +02:00
Noel Grandin
ee8dc096aa
fix ambiguous base-class problem
...
Change-Id: I7cf34ceebc656e0ca507521bfdaaf8beac67644c
2013-02-12 14:04:16 +02:00
Michael Meeks
6e73cc6b08
sdremote - fully annotate bluetooth SDP record.
...
Change-Id: I3ddfb3e3f93782556ec7fd7a16afbb294d17c013
2013-02-12 11:57:43 +00:00
Noel Grandin
a5d63b9413
fix unused parameter warning
...
Change-Id: I8acec495df9ef9cd077ca36bde3fac07a3586b8c
2013-02-12 13:49:52 +02:00
Tor Lillqvist
5d5bed66db
Tell what 00001101-0000-1000-8000-00805F9B34FB is
...
Fun that we have to reverse engineer and document magic numbers in our own
code. Code written less than a year ago.
Change-Id: I02b7697e7e02b85c8df78acda8f943c9b0628359
2013-02-12 13:43:10 +02:00
Noel Grandin
a315af8ef4
use a typedef to reduce code duplication
...
Change-Id: I915b88ad0683cecaf2018a529fb904753a4f27c0
2013-02-12 13:33:02 +02:00
Noel Grandin
33d086fee6
Fix compilation of MS-Windows FilePicker
...
...broken by 4b51374a70
"fdo#46808,
Adapt ui::dialogs::FilePicker UNO service to new style."
Change-Id: Ie57b08ea16c9f8e350177c050a6d9ff952fd7332
2013-02-12 13:30:46 +02:00
Noel Grandin
a160920560
Fix compilation of MacOS FilePicker
...
...broken by 4b51374a70
"fdo#46808,
Adapt ui::dialogs::FilePicker UNO service to new style."
Also remove unused field while we're there.
Change-Id: If7e2057b9383edf4ee2fa581df984dea0e04e430
2013-02-12 13:23:24 +02:00
Michael Meeks
e48b708da6
sdremote - cleanup and annotate bluetooth SDP record.
...
Change-Id: Ie6c3d12387cececce4e169482659cbcbbcfd0975
2013-02-12 11:04:08 +00:00
Julien Nabet
39e755dd5c
Some cppcheck cleaning
...
Change-Id: I65b2b9b0001843b2153d228b994f08f5b5565880
2013-02-12 11:54:08 +01:00
Julien Nabet
fc27fec054
Fix Variable 'TimeBuffer' is not assigned a value
...
See http://nabble.documentfoundation.org/Cppcheck-TimeBuffer-is-not-assigned-a-value-in-basic-module-td4036591.html
Change-Id: I2d67cecf3530301d49c43bbe397c5e975b2816b0
2013-02-12 11:54:08 +01:00
Luboš Luňák
8876ea069f
remove executable bit on .cxx files
2013-02-12 11:35:35 +01:00
Stephan Bergmann
f5c015bb55
More setup_native fixes for --enable-epm Linux/RPM post gbuild'ification
...
Change-Id: I27e0e68ebc27dd89c254793e670d0bf5f48fe57e
2013-02-12 11:21:44 +01:00
Caolán McNamara
3d9065488f
Updated core
...
Project: help 5ef75efe29dca279f89c456533541145470860db
2013-02-12 09:21:23 +00:00
Stephan Bergmann
19571e03b3
Adapt odk to new css.cui.ColorPicker
...
Change-Id: Iad9c496dfcdf97ec53f587cfa9d92bc48bc7c0a8
2013-02-12 10:08:59 +01:00
Stephan Bergmann
fbb3326762
Fix compilation of kde/kde4
...
...broken by 4b51374a70
"fdo#46808,
Adapt ui::dialogs::FilePicker UNO service to new style."
Change-Id: I5fa8130507222b8588c15bdb9efd86daba7c0f38
2013-02-12 09:33:49 +01:00
David Ostrovsky
c260273f4d
fix cross compiling with icu 50.1.2
...
Change-Id: Ib112a2d3f9a75890591137a78b46be982b7d43df
Reviewed-on: https://gerrit.libreoffice.org/2112
Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be >
Reviewed-by: Tor Lillqvist <tml@iki.fi >
Tested-by: Tor Lillqvist <tml@iki.fi >
2013-02-12 08:29:45 +00:00
Stephan Bergmann
9b2a01c1ca
A missing getuid.so is not fatal
...
...all the places that would LD_PRELOAD it check for it being set anyway.
Change-Id: I7937771e635654ae370e4f57ea9fa783ae7dad7f
2013-02-12 09:18:09 +01:00
Stephan Bergmann
9a38118b12
call_sum has only one parameter
...
Change-Id: Ib8925506c3ea08f2166483b9e902484ef8dd60f6
2013-02-12 09:18:09 +01:00
Noel Grandin
0e286f768e
fdo#46808, use constructor for datatransfer::DataFormatTranslator
...
Change-Id: I68fd87ae71f764099b00b05a29cf5194d24da58d
2013-02-12 10:14:47 +02:00
Noel Grandin
851067c268
fdo#46808, use constructor for datatransfer::MimeContentTypeFactory
...
Change-Id: I576a472e22ad0e3798f4b34d808ac320f13d3e6d
2013-02-12 10:14:46 +02:00
Noel Grandin
2969846c29
fdo#46808, convert some code to XComponentContext
...
Change-Id: I627e0270fc9d4e5b84ae99320445d28648b7654c
2013-02-12 10:14:46 +02:00
Noel Grandin
4d23fcf0c0
fdo#46808, Adapt cui::ColorPicker UNO service to new style
...
The service already existed, it just did not have an IDL file
Change-Id: I7a43b3f8c1299afde3a613dc7ec1c522c4b7a057
2013-02-12 10:14:46 +02:00
Noel Grandin
36d0933b66
fdo#46808, convert some svtools code to XComponentContext
...
Change-Id: Icf939095f130e684db88a8563c56f4eb1e6079bc
2013-02-12 10:14:45 +02:00
Noel Grandin
a74854cb9a
fdo#46808, script::DocumentDialogLibraryContainer needed a new constructor
...
Change-Id: I44184dc45150e9b3b8ca4b838ea88ad260578b93
2013-02-12 10:14:45 +02:00
Noel Grandin
b0e7466f9d
fdo#46808, script::DocumentScriptLibraryContainer needed a new constructor
...
Change-Id: I9a657cf3fd7715b4890257e1aa4d97d0cf79cecc
2013-02-12 10:14:45 +02:00
Noel Grandin
4b51374a70
fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new style
...
Change-Id: I1cafbfc53994e5d74241042dbd1d292ddbda67d5
2013-02-12 10:14:45 +02:00
Noel Grandin
53ec703c14
fdo#46808, Adapt linguistic2::DictionaryList UNO service to new style
...
Change-Id: Iaf81a38063411b8a003b78f7eb7d6aab6c9df292
2013-02-12 10:14:43 +02:00