summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)AuthorFilesLines
2012-11-05fix several bugs around cond format export to ooxmlMarkus Mohrhard2-14/+53
Change-Id: I4d9c8ea0cc778f5620136548324054b625938887
2012-11-05implement new cond format import from odfMarkus Mohrhard1-0/+32
Change-Id: Ib1d80a25c29c1172d8d453d6f6b17ec081c8fef1
2012-11-05add export for new cond formats to odfMarkus Mohrhard1-0/+20
still missing: above average below average Change-Id: I32d4de1d5de3e61d05d75065952dca90bd81370a
2012-11-05export dxfs at the correct placeMarkus Mohrhard1-1/+1
Change-Id: I2ab31904169adad4f173d4655d0511855de77464
2012-11-05fix ooxml color exportMarkus Mohrhard1-1/+1
Change-Id: I4b94883f594e13e9923bdd05593447a152fa8b0a
2012-11-04we don't need to use the indirection hereMarkus Mohrhard1-2/+2
Change-Id: I138f35852951db5411c535b467fb82d844d8f25c
2012-11-04implement text cond format import from odfMarkus Mohrhard1-0/+32
Change-Id: Ic3616bf28711a3a5f0ea35caacaf181458eb5bb1
2012-11-04add the new cond formats to the dialogsMarkus Mohrhard5-5/+62
Change-Id: I5383d74abaa1d568a4be8271d0e081f914ac4067
2012-11-04implement text cond format export to odfMarkus Mohrhard1-0/+20
Change-Id: I3992fb7150fff1422a04d85ead5f666f2d3f1bfb
2012-11-04clean cond format ooxml import codeMarkus Mohrhard1-30/+0
Except for the base cell we no onger need to modify the formula Change-Id: I57426910b570b4c4605a5d6e265c165324233a8a
2012-11-04implement text cond formats ooxml importMarkus Mohrhard1-4/+14
Change-Id: Icf6677131c6602e539515d73b1f08abd6e883dc9
2012-11-04implement text conditional formatsMarkus Mohrhard2-3/+69
Change-Id: I29e837c3495264b04c25a8d6977e3f8dd1efd73b
2012-11-04switch from String to OUStringMarkus Mohrhard2-5/+5
Change-Id: I755d6e6e9c1118792578de52bd3af484f88072be
2012-11-04implement (no) error cond format import from odfMarkus Mohrhard1-0/+8
Change-Id: I97d049360c9d7868ed1b92e3453f9523747b526a
2012-11-04implement export for (no) error cond format export to odfMarkus Mohrhard1-0/+6
Change-Id: I5652803231651393b5f01d7c20e853819aef539d
2012-11-04make the drop down box largerMarkus Mohrhard1-1/+1
Change-Id: Iee7d2480eebd94497d8a8547fcd57b1bbc157c64
2012-11-03basic: preliminary cosmetic clean-upNorbert Thiebaud1-3/+42
parsing 1000s of line of code is hard enough without having to fight with weird indentation and irregular formatting. So as the review progress, in order to follow the code, cosmetic changes were made... In order to minimize the task of the reviewers and allow them to concentrate on what matter, an effort is made to collect these cosmetic changes into this separate commit. Change-Id: I3c9b04a0150d0d0a048c2e976fe24de4f2b6b98a
2012-11-03basic: String -> OUString in basicmanagerNorbert Thiebaud4-13/+23
Change-Id: I6607bfe8b6bf4d29ffd01cd88a19af5e53d616b5
2012-11-04fix the remaining UI places that needed update for new cond formatsMarkus Mohrhard2-1/+22
Change-Id: I9df9a2adadf2e4181e1f601259eadf6bbc6007ca
2012-11-04fix ooxml (no) error cond format importMarkus Mohrhard1-8/+9
Change-Id: Icb04a12a9db082e1cc64565cb8d31b50963b799e
2012-11-04add strings for (no) error cond formatsMarkus Mohrhard3-2/+16
Change-Id: I0479fe508b02590da80a7fda5e4f4374da2e0294
2012-11-04add (no) error cond format export to ooxmlMarkus Mohrhard1-0/+4
Change-Id: I11537a22f72130d796887581611449c849ab0876
2012-11-04add (no) error cond format import from ooxmlMarkus Mohrhard1-2/+9
Change-Id: I668a9b843cf281a167ca87d24b717c782bbc1e1b
2012-11-04add error and not error conditionMarkus Mohrhard2-7/+48
Change-Id: Iaf087a470fa7353877ac726af907e6d4a31cba99
2012-11-03this should not have been commitedMarkus Mohrhard1-9/+0
Change-Id: Ida651d386379e7f43cadce3a2fe8c6d99fd41c5e
2012-11-03hide the second edit field for all necessary cond formatsMarkus Mohrhard1-0/+5
Change-Id: I56c5ba7829540d0c619adb8ff68eacc736ff92ff
2012-11-03improve cond format export to ooxmlMarkus Mohrhard1-0/+34
Change-Id: Ie89d5595c528b546b5de870421bf7d27a928c739
2012-11-03add an import test for the new cond formatsMarkus Mohrhard3-0/+50
Change-Id: I2c25604df183ce27845f9e01bb27ab92fc8ffbec
2012-11-03be more forgiving for empty cells in tests with csv filesMarkus Mohrhard1-0/+3
Change-Id: I69f66cc580da0aab79e7df15ad5201624ce0f9f2
2012-11-02More methods that can be marked const.Kohei Yoshida5-67/+72
Change-Id: Ia3eb38ae6500463c41e6935a169fa1ac08edc681
2012-11-02Mark these methods const.Kohei Yoshida5-13/+16
Change-Id: I9b9a8c156e1da89045ba3210960732ccbf2c9dd0
2012-11-02Set initial focus to the check list box.Kohei Yoshida1-0/+1
This is so that when launching the autofilter popup via key stroke, the user can immediately type-ahead to find a match within the check list box. Change-Id: I8a33a52afc6005b4a7428d5f7046eff986da80d2
2012-11-02Enable "type-ahead" search in the check list box in the autofilter popup.Kohei Yoshida1-0/+3
Many people have asked me for this. This is also enabled in the pivot table field popup (since the two basically share the same code). Change-Id: I99255839353d62c0760dd4f3a66cc7e9924ce1c3
2012-11-02Launch pop-up right-aligned in case the cell is wider than the popup.Kohei Yoshida1-1/+11
Or else the popup and the popup button would get separated. Change-Id: I4c8dda2bf5cebe0fe0e0ce64c9c213e2926d9570
2012-11-02Correctly handle cell note shifting when immediate row/column is deleted.Kohei Yoshida1-4/+12
Currently, having a note e.g. at D5, and deleting cell D4 and shifting the cells below upward will remove the note at D5. But the correct behavior is to shift that note up to D4. This change fixes it. Change-Id: Ia37f1ce67a003deab424f2b805a2ce333fc10ed4
2012-11-02More test cases for cell notes that currently fail.Kohei Yoshida1-1/+11
Change-Id: I23a5a39ab13106a27a02adbec0ff1ab64a43abef
2012-11-02Fix incorrect shifting of cell notes upon cell insertion / deletion.Kohei Yoshida1-2/+8
Steps to reproduce: 1) Insert a comment at D5. 2) Move cursor to C4. 3) Right-click and select Insert. 4) Choose shift cells down. 5) The comment gets shifted down but it shouldn't. The same thing happens when deleting a cell and shifting content. Change-Id: I5a71845cca6abde6b7c940e152e155da26343cef
2012-11-02Added comment for the note test code & added test for new scenario.Kohei Yoshida1-6/+18
The new test currently fails due to bug. Change-Id: I447f43039f32c33eb55c182515e826a8250d7525
2012-11-02A little more check won't hurt...Kohei Yoshida1-0/+2
Change-Id: I1cd3fb194b78eb11cb91b7779cab32a461046d9f
2012-11-02fix unique/duplicate cond format export to ooxmlMarkus Mohrhard1-0/+4
Change-Id: Ie1ac8d8df351d149851cff8b7344335b30d46b83
2012-11-02fix duplicate/unique cond format import from ooxmlMarkus Mohrhard1-3/+12
Change-Id: I3ceecd5f066fedf67f97c8c122b03d3d0f2fbb0a
2012-11-02start exporting the new cond formats to ooxmlMarkus Mohrhard1-3/+15
Change-Id: I8dbc07719263b17f2066c2dfd6e0bfef70630d53
2012-11-02warn when trying to export a conditional format that is not supportedMarkus Mohrhard1-0/+2
Change-Id: I617613e745c16558fd2ef97d4d072f00d59b8c5d
2012-11-02also add the new conditional formats to the manage cond format dlgMarkus Mohrhard3-2/+46
Change-Id: I4275ca59917d7dc5cd36f948ab28e564bb9bfb56
2012-11-02add the new conditional formats to the dialogMarkus Mohrhard2-0/+42
Change-Id: Ia8c98626cf077abcf705e3d8e37478a32673622e
2012-11-02this case should never happen, use assert to be sureMarkus Mohrhard1-0/+1
Change-Id: I4e8b3de643e32dffa1aea9e512b2945e34dac95a
2012-11-02we don't need to pass this parameterMarkus Mohrhard2-34/+33
Change-Id: Ia330894b43c94d1dee09e7013999d22114ca52ac
2012-11-02implement the above/below average import from ooxmlMarkus Mohrhard1-4/+17
Change-Id: I75421cd66469d73a2614a6528801f9d1e17a0901
2012-11-02implement above/below average conditional formatMarkus Mohrhard2-0/+46
Change-Id: I9ea745818552a8e2553b0de17f2e83d8b8da3d3b
2012-11-02implement ooxml import for new conditional formatsMarkus Mohrhard1-3/+23
Change-Id: Ia854ef42c23ac8dd4f6d4afa180ecc57b741a3b8