summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2013-02-12fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin
Change-Id: I1cafbfc53994e5d74241042dbd1d292ddbda67d5
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, convert i18n::OrdinalSuffix to new-styleNoel Grandin
Change-Id: I62d0d3455d81bf9a2ea485b74faa5f1ecd417d87
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-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-11Remove uncalled blockJulien Nabet
See http://nabble.documentfoundation.org/Cppcheck-quot-bEmbed-quot-always-false-gt-block-never-called-in-fillinfo-cxx-sc-module-td4036346.html Change-Id: I2fc95bf3ef8eb8d05c4f7d85ad45a72d54669eef
2013-02-11add unittest for fdo#59240Korrawit Pruegsanusak
Change-Id: Ic287228f578c9ecb0f69a47380c890e337203b31 Reviewed-on: https://gerrit.libreoffice.org/2078 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-02-11fdo#55430 switches off text mode when clicking an other object.Lennard Wasserthal
This patch complements 85ea03ae536831649b104694d08dced4d4c8663f (and 6fbba11da54b52554941f00b07e42cc5d7a1643c, which didn't work correctly before) This also fixes issues when clicking on another object to stop text editing. Switches off text mode, and instantaneously selects the other object. (Rotation doesn't belong into the ./sd/ text routine AT ALL, which also caused bug 37482, which is resolved differently from now on) (Creating text fields doesn't belong into the ./sc/ shape text routine either, and if this executed, it causes funny glitches) Known issues: text mode stays on when you use drag'n drop (the one WITH waiting, to move to other applications etc). Change-Id: I3c8cdedbfae58165ebeda5887c1b6573832eb495 Signed-off-by: Lennard Wasserthal <Wasserthal@nefkom.net> Reviewed-on: https://gerrit.libreoffice.org/1344 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-02-11fdo#46808, Adapt document::XML*BasicExporter UNO services to new styleNoel Grandin
The services are document::XMLBasicExporter document::XMLOasisBasicExporter Change-Id: Ifd93e5735cae94d34904d79769cdb3edf587fe43
2013-02-10sc_subsequent_filters-test: add bug numberKorrawit Pruegsanusak
from 84ae3c9853b7b90d7b859fd562dabc7b31e8deb8 Change-Id: I1768bfb7a68affe423485eff77b6005abde2e2a7 Reviewed-on: https://gerrit.libreoffice.org/2079 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-02-10fdo#56098 paste special shift options incorrect/incompleteWinfried Donkers
Change-Id: Ic84ec07f4e0963ad1759036f1d7cbfa295289375 Reviewed-on: https://gerrit.libreoffice.org/1903 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
2013-02-09fix compile for change to boost 1.53.0 declaring smart pointer operator bool ↵Mark Wright
as explicity for C++11 compilers Change-Id: If2c3ad68b2ffea645a9f2035cd802553edc0ee79 Reviewed-on: https://gerrit.libreoffice.org/2064 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-02-09Remove unused methodsThomas Arnhold
GetOptimalSizePixel and GetHCtrlWidth are never called Change-Id: Ib2ce1445447e85de66683f8b0fdf4fc8aa464084
2013-02-08factor out common code of SKEW and SKEWP, fdo#60322Eike Rathke
Change-Id: Ia79a56f9b68ee11d3a45d30833332c58994383b0
2013-02-08fdo#60322 add calc function SKEWP as in ODFF v1.2Winfried Donkers
Change-Id: I4851df1473fc7788af1ac642bb0fb527ec872821 Reviewed-on: https://gerrit.libreoffice.org/2020 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-02-07Resolves: fdo#60420 Copy chart leads to crashJulien Nabet
Thank you Kohei for the better patch you proposed to me Change-Id: I145aaf6fd139a29373c41cc2ea81dadc9160f0fe
2013-02-07Move close button to most left of the findbarJoren De Cuyper
I had a conversation with some UX-members, they all agree the close button needs to be on the far most left of the findbar. Change-Id: I3c13df4821f3f4f86fec02fa5427b2277fa10c19 Reviewed-on: https://gerrit.libreoffice.org/2025 Reviewed-by: Jan Holesovsky <kendy@suse.cz> Tested-by: Jan Holesovsky <kendy@suse.cz>
2013-02-07blind wae fix for MacOSXNoel Power
Change-Id: I2086b724a6787838b9dd61c78d6943a1efa27a19
2013-02-07another row height ( related to optimalheight and deleting content ) fdo#59193Noel Power
A cell when modified ( e.g. content deleted ) should have its row height recalculated when the optimalheight attribute for that row is set. Also tweaked the test framework to allow read/write files to be loaded, this allows functions that modify the document content to actually work as intended Change-Id: Ia929a194a96f5c8b870f9a49d1e27d0c34ba9c91
2013-02-06Translated german commentsEric Seynaeve
Change-Id: I9ee25faa57397ec2d0e7e9bb77aabade4404e32d
2013-02-06Translated german commentsEric Seynaeve
Change-Id: Idc31ebc5bb2d11345f68b7275b7fc4d335b633c1
2013-02-06resolved fdo#60366 make MATCH() accept a single cell referenceEike Rathke
Change-Id: I7059abdb6232b95e0b940b34f74bf87182510146
2013-02-06Re-order the header includes. Make sure column.hxx comes first.Kohei Yoshida
Change-Id: I9f93724c4e0b565a9148d0893feda9e82109bff7
2013-02-06Use initializer to initialize data members.Kohei Yoshida
Change-Id: I912cede3a240ccd4e1cc94be46c7dfee36a85af6
2013-02-06Make ScColumn explicitly non-copyable.Kohei Yoshida
Change-Id: I0e3f552f8ed8a57f399ba9e01c06a23d9a9da854
2013-02-06Rename ScColumn::Resize() to ReserveSize().Kohei Yoshida
The new name is more aligned with what it actually does. Change-Id: I703e20253fe5957c775026d8d08f2906f2d7889c
2013-02-06remove obsolete hidother.src filesAndras Timar
Change-Id: Ieb30afd81d16d184e0276ce7699b848f26a00013
2013-02-06Remove useless function calls.jailletc36
nPos has already been computed the 3 lines above. No need to recompute it. Change-Id: Iad739d6fffd2c40cc633789edfe88d13e87dd28b Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/2015 Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz> Tested-by: Tomáš Chvátal <tchvatal@suse.cz> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>