summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-12More setup_native fixes for --enable-epm Linux/RPM post gbuild'ificationStephan Bergmann
Change-Id: I27e0e68ebc27dd89c254793e670d0bf5f48fe57e
2013-02-12Updated coreCaolán McNamara
Project: help 5ef75efe29dca279f89c456533541145470860db
2013-02-12Adapt odk to new css.cui.ColorPickerStephan Bergmann
Change-Id: Iad9c496dfcdf97ec53f587cfa9d92bc48bc7c0a8
2013-02-12Fix compilation of kde/kde4Stephan Bergmann
...broken by 4b51374a7021d52f7f1be1861e2ee6a011b30ecd "fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new style." Change-Id: I5fa8130507222b8588c15bdb9efd86daba7c0f38
2013-02-12fix cross compiling with icu 50.1.2David Ostrovsky
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-12A missing getuid.so is not fatalStephan Bergmann
...all the places that would LD_PRELOAD it check for it being set anyway. Change-Id: I7937771e635654ae370e4f57ea9fa783ae7dad7f
2013-02-12call_sum has only one parameterStephan Bergmann
Change-Id: Ib8925506c3ea08f2166483b9e902484ef8dd60f6
2013-02-12fdo#46808, use constructor for datatransfer::DataFormatTranslatorNoel Grandin
Change-Id: I68fd87ae71f764099b00b05a29cf5194d24da58d
2013-02-12fdo#46808, use constructor for datatransfer::MimeContentTypeFactoryNoel Grandin
Change-Id: I576a472e22ad0e3798f4b34d808ac320f13d3e6d
2013-02-12fdo#46808, convert some code to XComponentContextNoel Grandin
Change-Id: I627e0270fc9d4e5b84ae99320445d28648b7654c
2013-02-12fdo#46808, Adapt cui::ColorPicker UNO service to new styleNoel Grandin
The service already existed, it just did not have an IDL file Change-Id: I7a43b3f8c1299afde3a613dc7ec1c522c4b7a057
2013-02-12fdo#46808, convert some svtools code to XComponentContextNoel Grandin
Change-Id: Icf939095f130e684db88a8563c56f4eb1e6079bc
2013-02-12fdo#46808, script::DocumentDialogLibraryContainer needed a new constructorNoel Grandin
Change-Id: I44184dc45150e9b3b8ca4b838ea88ad260578b93
2013-02-12fdo#46808, script::DocumentScriptLibraryContainer needed a new constructorNoel Grandin
Change-Id: I9a657cf3fd7715b4890257e1aa4d97d0cf79cecc
2013-02-12fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin
Change-Id: I1cafbfc53994e5d74241042dbd1d292ddbda67d5
2013-02-12fdo#46808, Adapt linguistic2::DictionaryList UNO service to new styleNoel Grandin
Change-Id: Iaf81a38063411b8a003b78f7eb7d6aab6c9df292
2013-02-12fdo#46808, convert xmloff module code to use XComponentContextNoel Grandin
with lots of repurcussions in other modules Change-Id: I6982671eecc701b06cf85d93533e1fe618044fea
2013-02-12fdo#46808, Adapt document::XMLOasisBasicImporter UNO service to new styleNoel Grandin
Change-Id: Ic494847cf56c7661474d2a096dccc675780c9ce1
2013-02-12fdo#46808, Adapt animations::SequenceTimeContainer UNO service to new styleNoel Grandin
The service already existed, it just did not have an IDL file Change-Id: I9698830f9c01936a12669ee950e2b231f303c2f8
2013-02-12fdo#46808, convert i18n::OrdinalSuffix to new-styleNoel Grandin
Change-Id: I62d0d3455d81bf9a2ea485b74faa5f1ecd417d87
2013-02-12fdo#46808, convert i18n::InputSequenceChecker to new-styleNoel Grandin
Change-Id: I29678d74ae3c6dc38d3d09e2cf4a0d4f28f789a1
2013-02-12Templates Manager: if the title can't be edited, don't update it in UICédric Bosdonnat
Conflicts: sfx2/inc/sfx2/templatelocalview.hxx sfx2/source/control/templatelocalview.cxx sfx2/source/control/templateview.cxx Change-Id: Id16431fb3517c831a5e81ff72fafaa8569f99ef1
2013-02-12don't duplicate code for msvc and gccDavid Ostrovsky
Change-Id: I65f33f31fb31ad5b2373bbc08865ca5b358d7ce0
2013-02-12remove Basque autotext files, they were in EnglishAndras Timar
Change-Id: I01d30f2cc714e0b2e283e738abd7955919c070d2
2013-02-12WaE: anonymous type with no linkage used to declare variable with linkageTor Lillqvist
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-11Fix the memory leak. ScEditCell clones the EditTextObject in its ctor.Kohei Yoshida
Change-Id: I8f0f29a504a363ac4359dd4e6ec962976746fecd
2013-02-11Forgot to name it consistently...Kohei Yoshida
Change-Id: I331dcd6678c5f781b5535b72d38fd7544ad9b431
2013-02-11Add new filter test for raw cell value import from ods.Kohei Yoshida
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-11Fix for one of the filter tests.Kohei Yoshida
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-11Import URL fields as well. Now I'm done.Kohei Yoshida
Also fix Tokem to Token typos. Change-Id: If22b673f6833f3fd485472b17ec508e616e0d59d
2013-02-11Import date fields.Kohei Yoshida
Change-Id: If37f5253e4e201aab30c54ce503b6c8b6d967d92
2013-02-11Import document title field as well.Kohei Yoshida
Change-Id: Iea73d553927ce95afbb9b6e9062b398733228687
2013-02-11Add Dump() method to dump content of EditTextObject.Kohei Yoshida
Useful during debugging. Turned off in the default build. Change-Id: Ia0b280337707f762b90d1d80c04671f2e8c21b01
2013-02-11Fix sheet name field import.Kohei Yoshida
Change-Id: Idcdabe026dfb775b4bf1fca6c7cb3c58c242d647
2013-02-11Prepare for the import of cell field items.Kohei Yoshida
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-11Import all possible text format properties.Kohei Yoshida
Change-Id: I4bbe93450d16a26e9b882041e0d21cf1c4140253
2013-02-11Use hash map to avoid repetitious string comparisons.Kohei Yoshida
Change-Id: I374f5393bf714752037e9cf416fea9667bb80e71
2013-02-11We don't need this anymore BTW.Kohei Yoshida
Change-Id: I1a871b6722aaef937aeabb1f1f6f3f0cfe7758c2
2013-02-11Import formatted spans correctly.Kohei Yoshida
There are more format types to cover. I'm not done yet. Change-Id: I42fab04f65810733e5b25fbbc2c92df7e05c05cf
2013-02-11Use EditEngine to create ScEditCell directly.Kohei Yoshida
Change-Id: I51a37482e793f620cf0dffcf392ce69822652cef
2013-02-11Push everything to the cell context.Kohei Yoshida
This is to prepare for the use of EditEngine to create rich text paragraphs. Change-Id: Ic3577e38352429a61c3524114d071c80507e4a4b
2013-02-11Import multi-line content into ScEditCell.Kohei Yoshida
Change-Id: I4fc53ddb888ff31a78dc233dd487f0e70daa6522
2013-02-11No need to check for empty value; it's checked when a value is assigned.Kohei Yoshida
Change-Id: I7d96910a6d8216aa17858b0cb05e161080c8dccc
2013-02-11These method names should use singular 'Cell', not 'Cells'.Kohei Yoshida
Change-Id: I9faa2727eda05be041aff4347f921ec9cd9b49d2
2013-02-11Removal of more obsolete stuff...Kohei Yoshida
Change-Id: Idad9121270ae89c504577f4e8d70ca4c4ed2e64b
2013-02-11First cut on the re-work. Lots of things are still broken.Kohei Yoshida
Change-Id: Iec54d5f04cef1e17375d7414a71bec64431905d5
2013-02-11Bit of re-organization...Kohei Yoshida
Change-Id: I843d798007eaeb7175991210bd4f0d42078836d9
2013-02-12address cell protection text alignmentCaolán McNamara
tabpage code lives in sc, so .ui should live in sc Change-Id: Ia7cfe98291ef92d5f661ff4665000a433c14c75d
2013-02-12Widget for Calc protect cell tab pageOlivier Hallot
* Translated some German comments to English (thanks to David E. Jourdain) * Moved tab page .ui from sc/ to cui/ * Need to address text alignment on the right Change-Id: I332c263bce7c8f743c60bbe79e23641e9f037474 Reviewed-on: https://gerrit.libreoffice.org/2075 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-12Bump Impress Remote version.Thorsten Behrens
Change-Id: I94cae8873edb3efc449f9dfe8687e70a17d26a68