summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2013-06-18String to OUString (SfxStringItem and related)Matteo Casalin
Change-Id: I390413e9ff3efee720a6423fb8695b4c655d7efa Reviewed-on: https://gerrit.libreoffice.org/4280 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-06-17resolved fdo#65082 RATE function should not find roots <= -1Eike Rathke
Limit RATE to roots > -1.0, which is what also Excel and now Gnumeric do. If the Newton goal seek fails for the default guess value 0.1 try other values. This now also calculates the few remaining error cases of i#15090 attachment https://issues.apache.org/ooo/attachment.cgi?id=6528 correctly. Change-Id: Ic62cc807626b4715035c3076f58f303b9020db5a
2013-06-17Resolves: #i119512# selection lost if there is blank item selected...Jian Fang Zhang
in page filed of Pivot Table Found by: shan zhu Patch by: bjcheny Review by: Yolanda Zhang Ying (cherry picked from commit 305986a4ee0f1294d629c51c75d8f793b5b80e1d) Conflicts: oox/source/xls/pivottablebuffer.cxx Change-Id: Ied8ca19738e9b2e7bb596010f7ae9e308792fcbc
2013-06-17don't include xftsfit.hxx anymoreCaolán McNamara
Change-Id: I1d90bfaa4ea594fee2dbd42f936538950ca6662f
2013-06-17OpenCL code cleanupsMichael Meeks
Change-Id: Iab75b11f13856a6e631587e22b5d76977b8c7448
2013-06-17Initial OpenCL pieces.Peng Gao
Change-Id: I3a52cb7085b2dd8b70863a346eca279444206be6
2013-06-17Resolves: #i121538# Removed old Fontwork dialogs preset box...Armin Le Grand
and all dependencies (cherry picked from commit bcfee75544246db6788715d98efd6d33c12f933d) Conflicts: sd/inc/pch/precompiled_sd.hxx sd/source/core/typemap.cxx sd/source/ui/view/drviews6.cxx svx/Package_inc.mk svx/inc/svx/dialogs.hrc svx/inc/svx/fontwork.hxx svx/inc/svx/svdstr.hrc svx/inc/svx/svxcommands.h svx/inc/svx/svxids.hrc svx/inc/svx/unoshprp.hxx svx/inc/svx/xdef.hxx svx/inc/svx/xenum.hxx svx/inc/svx/xtextit.hxx svx/source/dialog/fontwork.cxx svx/source/dialog/fontwork.hrc svx/source/dialog/fontwork.src svx/source/xoutdev/xattr.cxx sw/inc/pch/precompiled_sw.hxx Change-Id: I3718285d38444d3862ca382fe020a4e0a083a677
2013-06-17Resolves: #i121538# Disable FontWork dialog entries (slots)...Armin Le Grand
when CustomShapes are selected to avoid unwanted FontWork editing on these shapes (cherry picked from commit c73f0e910fcf3a940c24a639dba9b4ced2057399) Conflicts: sw/source/ui/shells/drawsh.cxx sw/source/ui/shells/drwtxtsh.cxx Change-Id: I6b702512c48e7b2376874b2e8184563d12d5c6e8
2013-06-16another merge errorMarkus Mohrhard
Change-Id: Iec1f5d090581b1613782b521139387853e4c902f
2013-06-16fix merge errorsMarkus Mohrhard
Change-Id: I0d9cae8f5ac06a90f4e3e000c6a3648a5cefe839
2013-06-16some small improvements for the FILTERXML functionMarkus Mohrhard
Change-Id: I4b4e814d90592f318afb3a9a6965ad8e3df07cae
2013-06-16add initial version of WEBSERVICE functionMarkus Mohrhard
Change-Id: I8a835278c0d1b8f3a463aa5765b145410605aba4
2013-06-16use ASSERT_EQUAL to get better diagnostic messageMarkus Mohrhard
Change-Id: I51d92e6d7a012bb9daf5eba5f982fa4bffbba28e
2013-06-16inital work on FILTERXML functionMarkus Mohrhard
Change-Id: Ifb884a52b275df818812f8be6cd7650dcb97849d
2013-06-15prevent increase indent from running outside the cellabdulmajeed ahmed
i have used ColWidth- SC_INDENT_STEP value to keep at lesat one letter inside the cell Change-Id: I08e121623ed1a55f6002a6a38586ab3d4fb8b850 Change-Id: I8d4518845f64044dea2f4ecd393cc625eebc6302 Reviewed-on: https://gerrit.libreoffice.org/4030 Reviewed-by: abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa> Tested-by: abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa>
2013-06-15sibebar: Improve look of the number format panel.Jan Holesovsky
Change-Id: I56bb81607fed3103d14dcb8638046853e6f16925
2013-06-15sidebar: Adjust width requests of the toolbox items.Jan Holesovsky
Change-Id: I3909dd96de7e585d5183fccb5e48540be600fefa
2013-06-15sidebar: Visual improvements of the Cell appearance sidebar.Jan Holesovsky
Change-Id: Ia191d337c7701e929ebea98df6353354b9c12074
2013-06-15sidebar: Conversion to .ui for CellAppearancePropertyPanelPrashant Pandey
Change-Id: I90df6ebe428ec201aa204f26447c1728b2120c69
2013-06-14ditch dangling reference to com.sun.star.comp.oox.xls.FormulaParserEike Rathke
Change-Id: I185a9854ca2ce43f1f880f5ea2bb3b68a1757ca9
2013-06-13Resolves: #i121532# unified getting the blended selection colorArmin Le Grand
(cherry picked from commit dd4bed5d1151db2a45dbbfe9eff61875f8f4835d) Conflicts: svtools/inc/svtools/optionsdrawinglayer.hxx svtools/source/config/optionsdrawinglayer.cxx sw/source/core/crsr/viscrs.cxx Change-Id: I21167b58a9b81f5fa15c7def5fb4b6023f91f32b
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann
...which has become necessary since bd60d41176da540b01d7583cfe00637431967f39 "Handle oveflow in O(U)String::toInt() functions" reduces values in the range (SAL_MAX_INT32 .. SAL_MAX_UINT32] to zero, but some calls of toInt32(16) relied on getting a correct (unsigned) value for the whole input range ["0" .. "FFFFFFFF"] (see libreoffice-4-1 commit 9bf6c83367cedb7be81bf67f30d2147d26c7a8c3 "Revert overflow checks in O[U]String::toInt{32,64} again"). Audited all uses of toInt32/64 with non-decimal radix. (There is still a TODO comment in oox/source/helper/attributelist.cxx, and stoc/source/typeconv/convert.cxx will still need some love and test code.) Change-Id: Iadaca1c0e41dab553687d0ce41c20c10cd657a95
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand
(cherry picked from commit ef3931ff410117e1237b3bef7bc090e8b83b9519) Conflicts: automation/source/server/statemnt.cxx basic/source/runtime/methods.cxx canvas/source/vcl/devicehelper.cxx canvas/source/vcl/spritedevicehelper.cxx drawinglayer/source/processor2d/vclhelperbufferdevice.cxx drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx drawinglayer/source/tools/converters.cxx dtrans/source/win32/dtobj/FmtFilter.cxx editeng/source/items/bulitem.cxx extensions/source/scanner/sanedlg.cxx external/gcc3_specific/makefile.mk filter/source/graphicfilter/eos2met/eos2met.cxx filter/source/graphicfilter/ios2met/ios2met.cxx filter/source/msfilter/msdffimp.cxx fpicker/source/office/iodlg.cxx framework/source/fwe/classes/addonsoptions.cxx framework/source/fwe/helper/actiontriggerhelper.cxx sc/source/filter/excel/xiescher.cxx sc/source/ui/docshell/docsh.cxx sc/source/ui/inc/viewfunc.hxx sd/source/ui/app/sdxfer.cxx sd/source/ui/unoidl/unopage.cxx sd/source/ui/view/sdview3.cxx sfx2/source/appl/fileobj.cxx sfx2/source/appl/linkmgr2.cxx sfx2/source/dialog/filedlghelper.cxx sfx2/source/dialog/intro.cxx sfx2/source/doc/docinf.cxx sot/inc/sot/formats.hxx sot/source/base/formats.cxx svtools/bmpmaker/bmpcore.cxx svtools/bmpmaker/bmpsum.cxx svtools/inc/svtools/transfer.hxx svtools/source/filter/filter.cxx svtools/source/filter/wmf/emfwr.cxx svtools/source/filter/wmf/enhwmf.cxx svtools/source/filter/wmf/winwmf.cxx svtools/source/filter/wmf/wmfwr.cxx svtools/source/graphic/graphic.cxx svtools/source/graphic/provider.cxx svtools/source/misc/transfer.cxx svx/inc/svx/xoutbmp.hxx svx/source/sdr/overlay/overlaymanagerbuffered.cxx svx/source/xoutdev/_xoutbmp.cxx sw/source/core/view/viewsh.cxx sw/source/filter/ww1/w1filter.cxx sw/source/filter/ww8/ww8par.hxx sw/source/ui/dochdl/swdtflvr.cxx toolkit/source/awt/vclxbitmap.cxx toolkit/source/helper/vclunohelper.cxx vcl/Library_vcl.mk vcl/Package_inc.mk vcl/aqua/source/dtrans/DataFlavorMapping.cxx vcl/aqua/source/dtrans/OSXTransferable.cxx vcl/aqua/source/dtrans/PictToBmpFlt.cxx vcl/aqua/source/dtrans/PictToBmpFlt.hxx vcl/inc/vcl/alpha.hxx vcl/inc/vcl/bitmap.hxx vcl/inc/vcl/bitmapex.hxx vcl/inc/vcl/pngwrite.hxx vcl/inc/vcl/salbtype.hxx vcl/inc/vcl/wall.hxx vcl/source/gdi/animate.cxx vcl/source/gdi/bitmap2.cxx vcl/source/gdi/bitmapex.cxx vcl/source/gdi/bmpconv.cxx vcl/source/gdi/cvtsvm.cxx vcl/source/gdi/impgraph.cxx vcl/source/gdi/impimagetree.cxx vcl/source/gdi/metaact.cxx vcl/source/gdi/wall.cxx Change-Id: I79938bc412c048c3d4e64f430f216e73bec16167
2013-06-13a few more fixes for crashes around cell text attr storageMarkus Mohrhard
Change-Id: If5d6f4baf49b5828a1765b638eb4d2225f7b5400
2013-06-12typo correction AX_SELCTION_xxx -> AX_SELECTION_xxxNoel Power
petty correct of AX_SELCTION_xxx -> AX_SELECTION_xxx but it was irritating me Change-Id: Iae7a0151a63502aa89f04ae54fe7348548ffd32c
2013-06-12Minor tweaks.Jan Holesovsky
Change-Id: I18f92d5651643253c6e1565617ee2664c6934eb7
2013-06-12set mnemonic widgets on sidebar .uisCaolán McNamara
Change-Id: I2997458e586a2623e0e4e132acb65bb558a44029
2013-06-12sidebar: Conversion to .ui for NumberFormatPropertyPanelPrashant Pandey
Change-Id: I25891c0acda620621f0af868914cbc58776d0f53
2013-06-12Resolves: #i121236# Added support for fast move of objects with cursor keysArmin Le Grand
(holding shift) for Writer and Calc (was alraedy in Draw/Impress) (cherry picked from commit d794e5f9ebb756958725183bbfcc88f457d1bc1d) Conflicts: sw/source/ui/docvw/edtwin.cxx Change-Id: I74e0ba40fa0900915adc84f722105e7fdddb0a19
2013-06-11Add a comment clarifying the intent of the code that may look like a bug.Kohei Yoshida
Change-Id: Idd340f939bcfbe6bb8cf2f589662ea8691e1606c
2013-06-11-Werror=shadowStephan Bergmann
...shadowing typedef in include/vcl/salnativewidgets.hxx Change-Id: Ibca5c99bb783d1788e6528ff7ccd0994af069adb
2013-06-11sidebar: Remove the setPosSizePixel hack.Jan Holesovsky
Change-Id: I3c074f0860bf9cb384a7189038a214199a2d7222
2013-06-11fix build error, reinstate WriteOCXExcelKludgeStream to export ole controlNoel Power
new ole export used WriteOCXExcelKludgeStream but that function dissapeared when msocximex was stripped of ocx control import ( now we use the new filters in oox ) When that stuff was moved WriteOCXExcelKludgeStream was #ifdef'ed out Change-Id: I370983efa5e8c4ba2b210dfb7535ea211d13a8c1
2013-06-11Resolves: #i121045 After save a xls file contain marco in AOO, macor can't...Jianyuan Li
Reported by: binguo Reviewed by: sunying Patched by: Jianyuan Li Change-Id: Ie728ce5185082334e3ce250d73e0660a6097f494
2013-06-11split group dialog into group and ungroup dialogsCaolán McNamara
Change-Id: If9f8e8a47bd8ce0207b7dec8470375d5fa48f6cd
2013-06-11groupdialog.ui widgetManal Alhassoun
Change-Id: Ic19184c1250b59a4dac7c2bb42893d63c6b1a602 Reviewed-on: https://gerrit.libreoffice.org/4208 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-06-11Resolves: #i121120 Support RightB(), LeftB(), LenB() and MidB()Wang Lei
Patch by: Zhang Lu Review by: Wang Lei (cherry picked from commit 424079cb8348d77e40f7d3291578bdffbe662f34) Conflicts: formula/inc/formula/compiler.hrc formula/inc/formula/opcode.hxx oox/source/xls/formulabase.cxx sc/inc/helpids.h sc/util/hidother.src sc/util/makefile.mk Change-Id: Ia04aa69aa2764842507b36ba7cc8c99e99a314e9
2013-06-10Possibly uninitialized variablesFridrich Štrba
Change-Id: Ie2b52f66c02f395d45fe24bbd2c3d897c7335add
2013-06-10I wanted to use cm instead of mmCaolán McNamara
Change-Id: I95e7ac1eeeae7e770196523bf6d75601452dcea0
2013-06-10little cleanups of sc general options tab pageCaolán McNamara
Change-Id: I07b3b16e5b9250b15d871fc05e217f1cc7e971d5
2013-06-10Convert sc general option page to .ui formatFaisal M. Al-Otaibi
Change-Id: I06487f74b8dfdf27b067c1bdb6e47a5fa8babf30
2013-06-10the last element is in the next blockMarkus Mohrhard
Change-Id: I3a4806fcae7b830e71cda0ab7e6d5ac6f180d4d3
2013-06-07Resolves: #i121136# Improve Spreadsheet performance in some areasWang Lei
Patch by: Wang Lei Review by: Wang Lei (cherry picked from commit d39376c42030222fcf09fb562660daa89b01b1e0) Conflicts: sc/source/core/data/document.cxx sc/source/core/data/table2.cxx sc/source/filter/excel/colrowst.cxx sc/source/ui/view/printfun.cxx Change-Id: I17ff418ad5d09be1e760ee25e9c377ef1362f10e
2013-06-07share spPaperSizeTable ( and associated access code ) in msfilterNoel Power
PageSetup.PaperSize implementation more or less copy&pasted the papersize conversion code from oox, this is a followup to remove the duplication. ( Probably the binary filter could be converted to use this also saving yet another nearly similar implementation ) Change-Id: I479f0322163161f7819c5d650a9511910ac2e781
2013-06-07remove unintended changes ( from some aborted approach )Noel Power
Change-Id: I793a635711475ebb1125611ec48d52c130cd20a0
2013-06-07remove old gloop, superseded by new unit test frameworkNoel Power
Change-Id: I89015115b51d8babe4c425e4bf9bf785ef08531e
2013-06-07add missing PageSetup.PageSize apiNoel Power
Change-Id: If52fb46f61962827acc08025617d9d61a6ab6d40
2013-06-07only reset marked area when using find/replace all, fdo#53106Markus Mohrhard
Change-Id: I151db5db7bcdf5295e1f67423de8926250ae8ea3
2013-06-07don't hide cell content behind pivot table buttons, fdo#60877Markus Mohrhard
Change-Id: I1508aafcc7046c576a4d6de87900dc66f32b2f97
2013-06-06use a transparent graphic for the OLE2 image, and spell 'Empty' correctly.Michael Meeks
Change-Id: I94fbe74b6febede4819851dfa78690507b04f4f7