Commit Graph

320111 Commits

Author SHA1 Message Date
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
Noel Grandin
a6a8a8707b fdo#46808, convert xmloff module code to use XComponentContext
with lots of repurcussions in other modules

Change-Id: I6982671eecc701b06cf85d93533e1fe618044fea
2013-02-12 10:14:43 +02:00
Noel Grandin
f1204419af fdo#46808, Adapt document::XMLOasisBasicImporter UNO service to new style
Change-Id: Ic494847cf56c7661474d2a096dccc675780c9ce1
2013-02-12 10:14:43 +02:00
Noel Grandin
37ef449b93 fdo#46808, Adapt animations::SequenceTimeContainer UNO service to new style
The service already existed, it just did not have an IDL file

Change-Id: I9698830f9c01936a12669ee950e2b231f303c2f8
2013-02-12 10:14:42 +02:00
Noel Grandin
790b0c4d53 fdo#46808, convert i18n::OrdinalSuffix to new-style
Change-Id: I62d0d3455d81bf9a2ea485b74faa5f1ecd417d87
2013-02-12 10:14:42 +02:00
Noel Grandin
e2ab5539a4 fdo#46808, convert i18n::InputSequenceChecker to new-style
Change-Id: I29678d74ae3c6dc38d3d09e2cf4a0d4f28f789a1
2013-02-12 10:14:41 +02:00
Cédric Bosdonnat
98fa4be442 Templates Manager: if the title can't be edited, don't update it in UI
Conflicts:
	sfx2/inc/sfx2/templatelocalview.hxx
	sfx2/source/control/templatelocalview.cxx
	sfx2/source/control/templateview.cxx

Change-Id: Id16431fb3517c831a5e81ff72fafaa8569f99ef1
2013-02-12 08:46:02 +01:00
David Ostrovsky
8eaac1d731 don't duplicate code for msvc and gcc
Change-Id: I65f33f31fb31ad5b2373bbc08865ca5b358d7ce0
2013-02-12 08:34:39 +01:00
Andras Timar
b66299d5b0 remove Basque autotext files, they were in English
Change-Id: I01d30f2cc714e0b2e283e738abd7955919c070d2
2013-02-12 08:29:42 +01:00
Tor Lillqvist
658d5136f1 WaE: anonymous type with no linkage used to declare variable with linkage
Let's just use old-fashioned (?) "static" linkage instead then for this
variable if the anonymous namespace thing confuses some compilers.

Change-Id: Ibf0105f9c87502b067219f119304b6fa5003b443
2013-02-12 09:07:54 +02:00
Kohei Yoshida
61867bd749 Fix the memory leak. ScEditCell clones the EditTextObject in its ctor.
Change-Id: I8f0f29a504a363ac4359dd4e6ec962976746fecd
2013-02-11 23:50:56 -05:00
Kohei Yoshida
664e65f9c2 Forgot to name it consistently...
Change-Id: I331dcd6678c5f781b5535b72d38fd7544ad9b431
2013-02-11 23:50:51 -05:00
Kohei Yoshida
9e15d9e76d Add new filter test for raw cell value import from ods.
If import of raw cell values doesn't work, all bets are off. Let's make
sure it does.

We'll add more test cases to this file as the need arises.

Change-Id: I1469c285e6e87056406415bd8c767890c153b2b5
2013-02-11 22:33:36 -05:00
Kohei Yoshida
ca4cbae356 Fix for one of the filter tests.
Occasionally characters are assembled via multiple calls to Characters() esp
when the content includes encoded characters and/or XML comments.

Change-Id: I1b6d1e7490350add77388330b183504c24deaab4
2013-02-11 22:33:35 -05:00
Kohei Yoshida
9e9f863727 Import URL fields as well. Now I'm done.
Also fix Tokem to Token typos.

Change-Id: If22b673f6833f3fd485472b17ec508e616e0d59d
2013-02-11 22:33:35 -05:00
Kohei Yoshida
cbf0cad821 Import date fields.
Change-Id: If37f5253e4e201aab30c54ce503b6c8b6d967d92
2013-02-11 22:33:35 -05:00
Kohei Yoshida
180819d4fe Import document title field as well.
Change-Id: Iea73d553927ce95afbb9b6e9062b398733228687
2013-02-11 22:33:35 -05:00
Kohei Yoshida
ec3e84c89e Add Dump() method to dump content of EditTextObject.
Useful during debugging.  Turned off in the default build.

Change-Id: Ia0b280337707f762b90d1d80c04671f2e8c21b01
2013-02-11 22:33:34 -05:00
Kohei Yoshida
bc2fdbeba3 Fix sheet name field import.
Change-Id: Idcdabe026dfb775b4bf1fca6c7cb3c58c242d647
2013-02-11 22:33:34 -05:00
Kohei Yoshida
2c255b8bb0 Prepare for the import of cell field items.
And some code to import sheet name fields. But for some reason they
are not being imported.  I need to debug this...

Change-Id: I5d10ae27f2f45de2454660884924fd1e0c0dcef0
2013-02-11 22:33:34 -05:00
Kohei Yoshida
e4f956a39d Import all possible text format properties.
Change-Id: I4bbe93450d16a26e9b882041e0d21cf1c4140253
2013-02-11 22:33:34 -05:00
Kohei Yoshida
7b42be6cf4 Use hash map to avoid repetitious string comparisons.
Change-Id: I374f5393bf714752037e9cf416fea9667bb80e71
2013-02-11 22:33:33 -05:00
Kohei Yoshida
18588a6168 We don't need this anymore BTW.
Change-Id: I1a871b6722aaef937aeabb1f1f6f3f0cfe7758c2
2013-02-11 22:33:33 -05:00
Kohei Yoshida
fa23b694c1 Import formatted spans correctly.
There are more format types to cover. I'm not done yet.

Change-Id: I42fab04f65810733e5b25fbbc2c92df7e05c05cf
2013-02-11 22:33:33 -05:00