summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2015-05-14work around Excel bug with negative bar theme based colorMarkus Mohrhard
Change-Id: Id1276dc0e68b46158b750c96aad8afc24fb18743
2015-05-14VclPtr::reset does not delete the widget, tdf#91269Markus Mohrhard
Change-Id: I26f392dc32bc4eb6fa82a1446680725691126457
2015-05-14fix dbgutil crash with autofilter dialog after VclPtr changeMarkus Mohrhard
Change-Id: Ic8f3079ddc7db8be349d4b322cc35a8f6aa38d9b
2015-05-14better databar negative color and axis color importMarkus Mohrhard
Should finally handle themed colors and tints. There seem to be a few issue left that I need to understand. Change-Id: Icdd0a2d26519eb1c4171d6888913ba2c6944a443
2015-05-14correct export for min and max databar lengthMarkus Mohrhard
Forgot the extLst entry during my earlier work. Now they are both in sync again. Change-Id: Ie97276fde2b9d956ad4a3e93072a6d6627c5b0bf
2015-05-13fix regression from 552f754ab9d9f0fedd73d5328618315ec774d3d6Markus Mohrhard
How did that ever work when testing? Change-Id: Ib8520da252c7fa11c9a0cec62a2bba6833951901 Reviewed-on: https://gerrit.libreoffice.org/15724 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-05-13wrap some static fields in VclPtrNoel Grandin
Change-Id: I2df0929d1b34b9ebf2d5d4c27321abdea072007a
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin
Change-Id: I744d430ef6a506977eb10b892582c8969ec27524
2015-05-13convert ENDTRACK_ constants to scoped enumNoel Grandin
Change-Id: Iaccd9c3be1ae24f7f9861f9049cd5b52f155170f
2015-05-13convert BUTTON_DRAW constants to scoped enumNoel Grandin
Change-Id: I6ad6558c855736a4a5268593ced9c8300235d4bd
2015-05-13add PostPaint and change PrePaint to include RenderContext param.Tomaž Vajngerl
Change-Id: I26e03159fa6115025c6cf376e6ce71443bc98cec
2015-05-13extract copy&paste test from import testsMarkus Mohrhard
It makes more sense to use an independent test for these type of tests. Change-Id: Ied0cf3e42ccd391594f1dc884617f9dc498e700e
2015-05-13Unit test for tdf#83366Henry Castro
Change-Id: If0bea3c3a2b0d098e82fd54c069f99041e6ace81
2015-05-13fix warning when running "make check" with werrorTomaž Vajngerl
Change-Id: I490568b715f21c94a1078fe04368ed7c9132c311
2015-05-12Hyphenate this compound wordAdolfo Jayme Barrientos
Change-Id: I60bbc40e1b3c6369a10ad1241c310fc790329b11
2015-05-12loplugin:salbool etc.Stephan Bergmann
Change-Id: I0cd65a88fba241725476a407143e2d4d03961dc5
2015-05-12tdf#84153: "Edit Comment" in context menu when a cell has a commentRavindra_Vidhate
Problem Description : 1. When a cell doesn't has comment, the contextual menu shows menu item "Insert Comment". 2. Also when the cell has the comment, the contextual menu shows following menu items "Insert Comment" "Delete Comment" "Show Comment" In the second case mentioned above, the contextual menu should show the menu item "Edit Comment" instead of "Insert Comment" XML difference: None After RT : None Solution : In this patch, a new menu item "Edit Comment" have been added. So at the time of the display it checks whether cell has comment associated with it. If comments are present for cell, it will display "Edit Comment" in the contextual menu otherwise "Insert Comment" will be displayed. TODO: Writing a UT seems to be tricky for this change. Need to analyze and will raise the UT in separate CL. Change-Id: Ie0499d02157c4fd18894c5f203c363f64659f3b3 Reviewed-on: https://gerrit.libreoffice.org/15713 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-12tdf#60573 Conditional formatting does not allow scrollingHenry Castro
If you need to apply conditional formatting to a cell not shown presently on your screen you cannot scroll to the position you would like to use. Change-Id: I18549316d2c725ce032a65cffb969bed21b771c3 Reviewed-on: https://gerrit.libreoffice.org/14258 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks
Change-Id: Id35a86eb52bbde6ca09a5e61a0b1a79b23be8faf
2015-05-12convert SYMBOL_DRAW constants to scoped enumNoel Grandin
Change-Id: I1a2200782941b1c7b826fd9fb03193e009cce697 Reviewed-on: https://gerrit.libreoffice.org/15676 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-05-11tdf#90812: rPr is not exported after roundtrip.yogesh.bharate001
Problem Description: XML Difference: In sharedStrings.xml Original file : <r> <rPr> <sz val="11"/> <color rgb="FFFF0000"/> <rFont val="Calibri"/> <family val="2"/> <scheme val="minor"/> </rPr> <t>Red</t> </r> Roundtrip file: <r> <t>Red</t> </r> rPr is missing in roundtrip file. Conflicts: sc/qa/unit/subsequent_export-test.cxx Change-Id: I79efd0f8f1a735ef7e4ebd3fda220b3e339ea91c Reviewed-on: https://gerrit.libreoffice.org/15548 Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org> Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks
Behaves oddly; not ready yet. This reverts commit 9f016bd69422bdfb4cf7c4f5e57356eb98db2d8c. Change-Id: I30d746eac29d1dbe78d3072b10d2e22c051e3f4e
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks
Change-Id: Id35a86eb52bbde6ca09a5e61a0b1a79b23be8faf
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
Change-Id: I88e67f89dbbab0646e8f106dfeb32c6ee1bb0b95 Reviewed-on: https://gerrit.libreoffice.org/15671 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
Change-Id: I2a400d47fcb0693d83947b7cad84017c33867695
2015-05-11refactor ValueSet to use RenderContextTomaž Vajngerl
Change-Id: I3985804f8cfd1b6807bc02bef5af3e24e5cb3cbf
2015-05-11sw,sc,sd,starmath: convert to vcl::RenderContextNoel Grandin
Change-Id: I5d0a3b8ed1c49ba2806e0fa528d908da45afd58c
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl
Change-Id: I901a1f1f9732fb66718dca34c698a851e5b0d87f
2015-05-10cppcheck: uselessAssignmentPtrArgCaolán McNamara
Change-Id: I19d0903c09c63198f20260f67cddd14a7552fc19
2015-05-10loplugin:stringconstantStephan Bergmann
Change-Id: Ic20debae78db9bae77986954dd5838e3ae360825
2015-05-10Fix uses of SAL_DLLPRIVATE DECL_LINK etc.Stephan Bergmann
Change-Id: Ibab84ce977e34bbae04e703a87a3211d20813558
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann
Change-Id: I8a6abc563fa80a801d1907100d0b1138d260c36e
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann
Change-Id: I1e24b032bdeea017b0e77c5446e55310899ce752
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
Change-Id: Ifb032457d6c1b279c4183282ef2b271c706dd71a
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
Change-Id: I356c56f5025b1cef4861bb6208ef4f0b04ddf605
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks
Change-Id: Id05266810760f73db2daba10d1efa14aa9f88dd9
2015-05-09tdf#90828 FILESAVE:XLSX export of underline color for text inside textboxPriyankaGaikwad
Problem Description: Unable to save .xlsx with underline color for text inside textbox. Current behavior: After RT text underline color was not exported Expected behaviour: After RT text underline color should export Added export support for <a:uFill> Change-Id: If8ffeb07f2f5e0b768689647e480792ea9c8540a Reviewed-on: https://gerrit.libreoffice.org/15514 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-08sc tiled editing: Highlight the search resultHenry Castro
Change-Id: Ib46e3d484f931cbdebf21ea38488313748942b3b
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann
Change-Id: Ib27854a8470f3ff5b208cb949a7bd02f2a86c969
2015-05-08tdf#90257: Prevent dialog from growing out of the screenKatarina Behrens
when large font sizes are used. Set size request on 1 edit widget (+- match what used to be in the old .src file), the remaining two are in the same grid, so this will hopefull do the trick Change-Id: I3ca27ea4d037cf8877f022c1ee5ed7f348b0cfdd
2015-05-08tdf#91125 - nail a clutch of calc modeless dialog lifecycle issues.Michael Meeks
Good idea to hold a reference after creation. Change-Id: I450c415259c4011c8b3fb8be715e55643765d9db
2015-05-07tdf#90935 - calc / sort dialog fixage.Michael Meeks
Change-Id: I9b33d2a6a47ba210561317679fd8514a1b5cfd11
2015-05-07tdf#91066: Condensed Character Spacing i.e spc(negative value) is not ↵yogesh.bharate001
exported after RT. Problem Description: - Condensed character spacing i.e Spacing between characters/letters (negative value) is not preserved after roundtrip. XML Difference: XML Difference : Original: <a:rPr lang="en-IN" sz="6000" b="1" kern="0" spc="-1000" baseline="0"> After Roundtrip: <a:rPr b="1" lang="en-IN" sz="6000" strike="noStrike"> spc="-1000" is missing in roundtripped file. Change-Id: I02edbb31375c2406a6e39873b7b886f4786a3758 Solution: Added support for Condensed Character Spacing. Reviewed-on: https://gerrit.libreoffice.org/15635 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-07remove unused code; bMapDupToInternal in struct AddInMapWinfried Donkers
is not used apart from getting a value. Conflicts: sc/source/core/tool/odffmap.cxx Change-Id: I26e942f6357970c6d9de27b5d5cf00b451193732 Reviewed-on: https://gerrit.libreoffice.org/15658 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-07convert PUSHBUTTON_DROPDOWN constants to scoped enumNoel Grandin
Change-Id: Iae363b8478ef2d560ae661af06ba989f27adc093 Reviewed-on: https://gerrit.libreoffice.org/15650 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-05-07tdf#91127 - audit for unfortunate SAL_NO_ACQUIRE referencing issues.Michael Meeks
Change-Id: I738f3ea1bf9f003f2b146cda0a8f986375eacd2b
2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann
Change-Id: I242cd126814bbebdb99ea38d9e66513189c313d9
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann
Change-Id: If7652a7c0251b741660365848a717c06954ca419
2015-05-07Unwind SotStorageRef typedefStephan Bergmann
Change-Id: I8d5363bb2ad813ef29b4078848914f4b0989b9f1
2015-05-07Remove SvStorageStreamRef aliasStephan Bergmann
Change-Id: Ic25c39adf8796bb433fa7746f53a68e3e2bfd228