summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)AuthorFilesLines
2013-05-29some Worksheet.Change supportNoel Power1-0/+22
Change-Id: I91203e74d54adba17a20ef7b7d835d9ac49855be
2013-05-29i106278 - Window.ActiveSheet,Window.FreezePanes,Window.Split, Window.ViewPedro Giffuni2-29/+56
not working correctly. Patch by: lihuiibm Reviewed by: Chen Peng
2013-05-28oops forgot to use the mbReadyForFinalize flag in CondFormat::finalizeImport()Noel Power1-0/+3
Change-Id: I4606b4b1e26303ebba501276a176b2fb66bf9e37
2013-05-28Related: #i122208# const SC containers cannot provide non-const iteratorsHerbert Dürr3-5/+6
(cherry picked from commit c6f4bbfa54bd0fbef6bbc048cbd930c2781b2137) Conflicts: sc/source/core/data/bcaslot.cxx Change-Id: I774235d445192833031f99211639f23116e37bb4
2013-05-28Resolves: #i122332# Don't change sidebar context when switching...Andre Fischer2-6/+24
to other application window (cherry picked from commit 604502e2a4b53f35aedbf0205598a9b691c0d532) Conflicts: sd/source/ui/view/drviewsa.cxx sfx2/inc/sfx2/shell.hxx sfx2/source/control/shell.cxx svx/inc/svx/sidebar/SelectionAnalyzer.hxx svx/inc/svx/sidebar/SelectionChangeHandler.hxx Change-Id: Id3c427e02714ef0d6686a78094e2f7f3b390a693
2013-05-28Related: #i120515# Implemented and finetuned the enhanced Undo featureArmin Le Grand3-1/+18
(see #i120498#) for sc (cherry picked from commit 472c175d1bb809db1dc997d9712d6ecb3fbe731c) Conflicts: sc/source/core/data/document.cxx sc/source/ui/view/drawview.cxx Change-Id: I4ae171807b80e3f6c9f44028bd04dfac9338e627
2013-05-28fdo#64451 Add "Find All" to the Find bar.Andrzej J.R. Hunt1-0/+1
Change-Id: I7a5f2881d2aa77f2d5c6c302c8eac1162b194bcf Reviewed-on: https://gerrit.libreoffice.org/4016 Reviewed-by: Jan Holesovsky <kendy@suse.cz> Tested-by: Jan Holesovsky <kendy@suse.cz>
2013-05-28fdo#63323 fix the comment position when the mouse over cellFaisal M. Al-Otaibi1-0/+4
fix the X position when the sheet are RTL. Change-Id: I9b38a840fb17a70e1ba60d46b8c83b7e498501e1 Reviewed-on: https://gerrit.libreoffice.org/4069 Reviewed-by: Jan Holesovsky <kendy@suse.cz> Tested-by: Jan Holesovsky <kendy@suse.cz>
2013-05-28fdo#46808, Convert ui:*AcceleratorConfiguration to new styleNoel Grandin1-2/+1
The services already existed, they just needed IDL files. API CHANGE: The return type of XUIConfigurationManager#getShortcutManager() is now XAcceleratorConfiguration instead of XInterface. This should not be a problem because XUIConfigurationManager is unpublished and the client code was relying on the service returning that type. Change-Id: I399fe35de3394b02a4166b75eb7ff93b28be8bef
2013-05-28Fix compilation error with older compilersTor Lillqvist1-1/+1
Change-Id: If9eff90d91c79d942fec59fee4daedccf7c69a83
2013-05-28expression is not a valid cfRule:operator valueMarkus Mohrhard1-1/+0
We don't need the operator attribute when we have an expression anyway. Change-Id: I3a9af7d27de7a4aed535ee21528cb350fb91008a
2013-05-28correctly delete note captions, fdo#64068Markus Mohrhard1-1/+3
This fixes fdo#64068 and correctly without reintroducing the crash with Undo/Redo. Change-Id: I9ad48f6dbb7f1587985f8da9eba3886dfd4068de
2013-05-27restore old behavior for external references, fdo#64229Markus Mohrhard1-1/+1
Change-Id: Iae160607447ff6e1133f9e1e6f9c6a9f1e7bd7ab
2013-05-27remove commented out ( duplicated ) RgbToRgbComponents methodNoel Power1-10/+0
bah, added that, found a name clash, commented it out ( forgot to remove it ) Change-Id: I99b09b7745963afc477524eb6713cfdf71fc7730
2013-05-27remove some methods that are no longer used after reworkNoel Power2-80/+0
Change-Id: I2772dff6297e223caed499e0e7c801970e707700
2013-05-27buffer ExtCfRuleContext startElement processingNoel Power3-5/+169
ExtCfRuleContext::onStartElement processing depends on some data now buffered until CondFormatBuffer::finalizeImport runs. We now need to wait for this data to be available. This change buffers up the processing that used happen in ExtCfRuleContext startElement so it is now done as part of CondFormatBuffer::finalizeImport Change-Id: Ifbfe12740e6c4bc9791183dba89acb79cbbb6ef6
2013-05-27buffer conditional formatting finalization so it happens after styles importNoel Power4-3/+18
Change-Id: If28059578280536141ea966d83e4540939f6e76b
2013-05-27reorg styles code slightly, process normal (and row ) style in own methodNoel Power2-88/+89
Change-Id: I701d12cf8f672824d7cfca1e995f02040fdd3095
2013-05-27improve cell style xls[x|m] import performanceNoel Power3-16/+192
This change reorganizes the styles by column ( and by row ranges in that column ) so we can apply ScAttrEntry entries directly via Document.SetAttrEntries(...) this is what the binary filter does also. Change-Id: I7c1398c1d900e0a2b6c6ec3746b982ef60e653a0
2013-05-27add initial test case for DIF importMarkus Mohrhard3-1/+103
Change-Id: I52634a8d31f580ac5565d615c872a575c6dc81c0
2013-05-27inscldlg.ui widgetManal Alhassoun6-107/+219
Change-Id: Ia931e330303e9f5baf7ae92a8d69bc460327425d Reviewed-on: https://gerrit.libreoffice.org/4049 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-05-27we need a reference to the DifParser.aData, fdo#64920Markus Mohrhard2-26/+15
regression from 6191fa0847ac5b27083efe1a8c6cd84d080a638c Change-Id: If7fc18e7d0bcbf1075a0ecdb1c0dcf3d207f1bda
2013-05-27range names need to be checked upper case, fdo#64031Markus Mohrhard2-4/+5
Change-Id: I540821fd7058bf0da27d955c9d966a10dd21ec94
2013-05-27Make .uno:Open a drop-down toolbar itemAriel Constenla-Haile1-1/+1
(cherry picked from commit b38a51d67373daf9a45a4701e7c760c7b3571a66) Conflicts: chart2/uiconfig/toolbar/standardbar.xml dbaccess/uiconfig/dbapp/toolbar/toolbar.xml sc/uiconfig/scalc/toolbar/standardbar.xml sd/uiconfig/sdraw/toolbar/standardbar.xml starmath/uiconfig/smath/toolbar/standardbar.xml sw/uiconfig/sglobal/toolbar/standardbar.xml sw/uiconfig/sweb/toolbar/standardbar.xml sw/uiconfig/swform/toolbar/standardbar.xml sw/uiconfig/swreport/toolbar/standardbar.xml sw/uiconfig/swriter/toolbar/standardbar.xml sw/uiconfig/swxform/toolbar/standardbar.xml Change-Id: Iac0c7e8e474e8d217ca4daf47232019c64ca888f
2013-05-27remove chart listener when chart is deleted, fdo#64639Markus Mohrhard3-0/+8
Change-Id: I7ebf75f49c89edcb0bba3a597ba24ac1c0a655ef
2013-05-27String to OUString and small stylistic clean-upMarkus Mohrhard1-24/+25
Change-Id: Ic479945c143d3dbd647078b17bcca9cab2ad3e5f
2013-05-24stop delivering globlmn.hrcDavid Tardon1-4/+1
Change-Id: Ibcc9679b37f22fdfb6a53503b252f55a52834fbb
2013-05-24Revert "Rename Boost libraries when built internally to match conventions"Fridrich Štrba1-1/+1
This reverts commit 3aeecc525c76797801e9e2b24c2ebff6ac81adac.
2013-05-24Rename Boost libraries when built internally to match conventionsTor Lillqvist1-1/+1
The standard Boost convention is for them to be called libboost_date_time and libboost_system (with apropriate suffix then depending on type). Did not touch the libboostthread library we build for Windows. Add the ax_boost_thread.m4 file for completeness and possible use. Document where the ax_boost*.m4 files come from. Change-Id: Ib49bee71398d62c9760a1f8fd5c46be9f3400430
2013-05-24Revert "improve cell style xls[x|m] import performance"Noel Power3-192/+16
This reverts commit 4190fd92c6426f40e5ef65a77f3d31e7527db0b9.
2013-05-24Revert "reorg styles code slightly, process normal (and row ) style in own ↵Noel Power2-89/+88
method" This reverts commit 9ae9b2f665b3caa9cc584512c26dfa899e1d2d45.
2013-05-24reorg styles code slightly, process normal (and row ) style in own methodNoel Power2-88/+89
Change-Id: I701d12cf8f672824d7cfca1e995f02040fdd3095
2013-05-24improve cell style xls[x|m] import performanceNoel Power3-16/+192
This change reorganizes the styles by column ( and by row ranges in that column ) so we can apply ScAttrEntry entries directly via Document.SetAttrEntries(...) this is what the binary filter does also. Change-Id: Ice1130d7afccf0be77db24a12f2515eca9c88713
2013-05-24WaE: implicit conversion of NULL constant to nullptr_tTor Lillqvist2-2/+2
Change-Id: I2eefbca1ef986219f04504cba4ca09a22972e8cb
2013-05-24Update bundled boost to 1.53.0Tor Lillqvist1-0/+1
Modify our patches as necessary to match the updated boost sources. Drop patches for which corresponding (or even identical) changes already are present. Add a new boostsystem static library and use it in two places. Change-Id: Ib59558feb56dab87a69c91b38caca8e7a9e9a22e
2013-05-23Resolves: #i119903# Alternative text for form control t import/exportAndre Fischer2-0/+22
Patch by: Jianyuan Li review by: Andre Fischer (cherry picked from commit 0ecc381c85bd4192add692d26fc60ba8e6341fd9) Conflicts: filter/source/msfilter/msdffimp.cxx sc/source/filter/excel/xiescher.cxx sc/source/filter/inc/xiescher.hxx svx/inc/svx/msdffdef.hxx Change-Id: Iac7282e50fd86244381ca174ba3f906aab89c7d9
2013-05-23prevent invalid files if file contains currency formatsMarkus Mohrhard1-3/+3
A regression from writing error cell information into the file. Change-Id: Idb55646094fcd76912bdcd2102370681bcc8703d
2013-05-23only export these attributes into ODF1.2 extendedMarkus Mohrhard1-6/+6
Change-Id: I6a7fcb55287e61af3a3cd041d187d5d4c693bc6c
2013-05-23fdo#63035 Add "Match Case" to Find bar.Andrzej J.R. Hunt1-0/+1
Change-Id: I1339767de7980426d32960bf5ee60e2f5c011be4
2013-05-23Revert "fdo#46808, Convert chart2::Title service to new style"Stephan Bergmann3-15/+19
This reverts commit d256dbede60533369d1aac64cca34721183f6a8a: For one, the new css.chart2.XTitle2 looked unfinished, in that it transfered the direct properties of the old-style css.chart2.Title service into attributes, but left out all the properties inherited by the old-style service from css.style.ParagraphProperties, css.drawing.FillProperties, css.drawing.LineProperties (and that missing FIXME css.layout.LayoutElement, whatever that is supposed to be). This needs more thought, to either make available all propertiers as attributes, or none. For another, this broke JunitTest_chart2_unoapi (sch.ChXChartDocument, sch.ChartTitle), for hard-to-debug reasons. Conflicts: chart2/source/model/main/Title.cxx chart2/source/model/main/Title.hxx offapi/com/sun/star/chart2/XTitle2.idl sc/source/filter/inc/xlchart.hxx Change-Id: I4747208a13984904d0e409ea49a73b0f667c86c7
2013-05-22AppendAscii cleanupRicardo Montania8-73/+70
Change-Id: I7398272de0bd340ebfb5f31b314d32fcff007eec Reviewed-on: https://gerrit.libreoffice.org/3974 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-22fdo#64870 Duplicate shortcut on Text Import dialogueJoren De Cuyper1-1/+1
Accelerator 'o' is used for Open as well as Other, 'r' isn't used as accelerator in that dialog. Change-Id: Ia25f03e437378c49e90376dff8aa0826d53265a6 Reviewed-on: https://gerrit.libreoffice.org/4004 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-22Resolves: #ii122335# Disabling the old task paneAndre Fischer2-2/+0
(cherry picked from commit f19d927b19ec6263ffedc9a20585d0fa2e74fc54) Change-Id: I084b132f3a2f2a103c16edab1de6196d3219b468
2013-05-22Disable Calc perf test by default & output both pseudo-cycles and real time.Kohei Yoshida1-47/+39
Change-Id: I35120e576208640976cdda0a5628e355bbe2dc7c
2013-05-22Use the block position of the destination, not of the source.Kohei Yoshida2-1/+2
And a test to catch this. Change-Id: Ia73be239b4be96cbe029390efbbec5f49e429652
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin6-16/+10
Also create a Clang compiler plugin to detect such cases. Change-Id: I61ad1a1d6b1c017eeb51f226d2dde0e9bb7f1752 Reviewed-on: https://gerrit.libreoffice.org/4001 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2013-05-22fix for bnc#819865 itemstate in parent style incorrectly reported as setNoel Power2-15/+12
Problem occurs because attrs set with default values are reported as set when queried Change-Id: I89d6c3b09312fb78052d87ff20aa12c6fbe7bc98
2013-05-21Adjust a bit.Kohei Yoshida1-1/+1
Change-Id: I74be2d40d9eb92813836a35892f461fe27b79aeb
2013-05-21Hopefully this will disable testPerf for Windows too... Untested.Kohei Yoshida1-1/+1
Change-Id: I6d06b8e2b3cdb22948e606a7d928c57ea9347cea
2013-05-21Disable the perf test for dbgutil build.Kohei Yoshida1-0/+2
Change-Id: Ifd95ea4f88175b9010f93a4a064be5d908b2a224