summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2015-06-02loplugin:loopvartoosmallNoel Grandin
Change-Id: I809e408c994222cfa95ba8f56e4db7bd96be7080
2015-06-01Reorganize the entries in the column and row context menusYousuf Philips
Change-Id: Ia833a7ca147b9a2730715de14cc18f6d839cdb2a Reviewed-on: https://gerrit.libreoffice.org/16012 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-06-02move header file out sc/incMarkus Mohrhard
Change-Id: I1b8e94612ffb4cf71bb16b424af37f4f8781775f
2015-06-02remove unused includeMarkus Mohrhard
Change-Id: I2dd5d2c87849c27ed96890699e326a26a19b14a4
2015-06-01coverity#1302688 Resource leakCaolán McNamara
Change-Id: I78ed5df0d18da9374092c8d2d4fca43cba0f8a88
2015-06-01loplugin:loopvartoosmallNoel Grandin
Change-Id: Iafe55d4aa65a380d8d338edd54338f53a3e920dc
2015-06-01fdo#39468 Translate German Comments - last bits of sc/source/core/data/Christian M. Heller
Change-Id: Icbd625ae96b372812f3dd94526fcc9fc8e3e0a76 Reviewed-on: https://gerrit.libreoffice.org/16001 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
2015-05-31Calc: Insert row/col before/after [2/2]Philippe Jung
This part adds features to add rows/cols after the selection which is a new behaviour. Change-Id: Iec1201ae56970cd3dd0622c2ffa1eb6e46ad7446 Reviewed-on: https://gerrit.libreoffice.org/15831 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-05-31Calc: Insert row/col before/after [1/2]Philippe Jung
This part renames all INSROW / INSCOL to INSROWS_BEFORE / INSCOLS_BEFORE which is the current (default) behaviour. Change-Id: Ia084f17a3be8bf09908e5d227ef4e6d09b8420a4 Reviewed-on: https://gerrit.libreoffice.org/15830 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-05-30sc: Notify about the part change when searching.Henry Castro
Change-Id: Ieea445b64f72f270885d6e21d4070fefe8d82567
2015-05-30Implemented formula group count statisticBenjamin Ni
Change-Id: I8b9c11fdd4b6e4343b467f1e5b1d1e96f1dd3140 Reviewed-on: https://gerrit.libreoffice.org/15927 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-05-29sc: SvxSearchItem, m_nStartPoint{X,Y}Henry Castro
The idea is that if you have your cursor at the begining of a Calc document, and you scroll down a lot, then search, then it's annoying that search jumps back to the start of the document for the first hit. Add an optional way to provide what is the starting point of such a search, so we can have "when nothing is selected, then search from the top left corner of the visible area". Change-Id: I22624dd52a093759d46541e003d838aeb0db943f
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks
Change-Id: I62dd164e281911d9db3de453789a5badc7cd5fd7 Reviewed-on: https://gerrit.libreoffice.org/15954 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-05-29split sc unoapi test for performanceBjoern Michaelsen
- test previously took 4m21s here - slowest part is now 54s Change-Id: I2abd645e9bdcebc976b07ba0d2ccbd62cbbf71ed Reviewed-on: https://gerrit.libreoffice.org/15956 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
Change-Id: Ifa5d960a9dbeb9e770beafd4f0cbeccb5a1b1c0d
2015-05-28Bug 91489 - CONDITIONAL FORMATTING: Crash on select Icon Set from dialogPhilippe Jung
Removed the recalcAll line in IMPL_LINK_NOARG( ScIconSetFrmtEntry, IconSetTypeHdl ) 1) ScCondFormatList already calls RecalcAll on selection new/changed 2) Without this line, it does not crash Change-Id: I8aa45f691d33d8ad046a88e7695913e2ccff3caf Reviewed-on: https://gerrit.libreoffice.org/15928 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
2015-05-28Resolves: tdf#90960 toggle out of paste-mode on editing an objectCaolán McNamara
otherwise pressing return in the object goes to the sheet and attempts to paste over the current cell reproduce with insert->comment in A1, insert some text and click in e.g. A5, ctrl c, right click on A1 and show comment, double click on comment to edit, go to end of text and press enter, either "bad things happen" if a11y is enabled , or "nothing happens" instead of a new line appearing in the object Change-Id: Ie44851cf3394652e1a60eecb59a999889094b3c5
2015-05-28convert INVERT flags to scoped enumNoel Grandin
Change-Id: Iad8faee927de1ad646975157e36c3027c0ba8149
2015-05-28convert STARTTRACK constants to scoped enumNoel Grandin
Change-Id: I9b441688eb59ffd3540b014716a9abe7969c9be4
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin
Change-Id: I7c324bb6358be28c119592850eb7607479279f09
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
Replace all calls looking like ADialog(some params).Execute() by ScopedVclPtrInstance<ADialog>::Create(some parms)->Execute() Change-Id: I0b6f0a9ea5ef0a749ffa30ce131e9dc989604639 Reviewed-on: https://gerrit.libreoffice.org/15915 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2015-05-28Resolves tdf#67712 form controls and draw objectsHenry Castro
anchored to cell but changes position after reopening Also included tdf#68797 "FILEOPEN lost position of lines anchored to cell". It was marked as duplicate but the step to reproduce are different. Conflicts: sc/qa/unit/subsequent_filters-test.cxx Conflicts: sc/qa/unit/subsequent_export-test.cxx Change-Id: Ia1c4010f118749256077a0ecad6ca16b867d22f7 Reviewed-on: https://gerrit.libreoffice.org/15523 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-05-27loplugin:stringconstantStephan Bergmann
Change-Id: I8d5a1b82e7c552385ed22818e5e1a0a962fff2e4
2015-05-27support R1C1 reference for hyperlinksMarkus Mohrhard
Change-Id: Id9f3ae613128bb6f3895ade8b10ae24210439503
2015-05-27add test for tdf#91334Markus Mohrhard
Change-Id: Iaeee4a86e000445a23970986d5750d27adff2e2d
2015-05-27transform calc URLs to OOXML format, related tdf#91334Markus Mohrhard
Change-Id: I497a6600e155200e913ed386a539f284a5c86320
2015-05-27first check current document address conventionMarkus Mohrhard
Might be something else like R1C1 Change-Id: I25419b0d6ce0261b8cb1248671582455331852ac
2015-05-27Resolves: tdf#91416 setting progress -> resize -> destroy formula contextCaolán McNamara
i.e. setting progress triggers ScTabView::DoResize and an InterpretVisible and InterpretDirtyCells which resets the mpFormulaGroupCxt that the current rCxt points to, which is bad, so disable progress for the duration of the GetResult loop Change-Id: I8e88cee4dd2308ef61dee934d300a38978833703
2015-05-27Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann
Change-Id: I3a82423378d3198a25f90ddfbf42af55d85c96fb
2015-05-27convert WINDOW_DLGCTRL flags to scoped enumNoel Grandin
Change-Id: I6c3a95cdcb15e5b1d4adb13908a751b06a302e20
2015-05-26tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks
Change-Id: I9ebed313827986473c60e77b7e218b4c1b2487fe
2015-05-26FIXME_REMOVE_WHEN_RE_BASE_COMPLETECaolán McNamara
this part anyway, the sc/qa/unoapi parts are still broken Change-Id: I759c4f82b3bbd4da4dc7d0c9e16aacee02972f51
2015-05-26convert SCROLL constants to scoped enumNoel Grandin
Change-Id: I5696fa39b2d032735cea7abe039349d4f83cf68d
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin
fixing a bug in Window::ImplMoveAllInvalidateRegions, and improving the IDL docs for XWindowPeer Change-Id: Idb774ac913945db2ac7c492c11cf86c370624c3d
2015-05-25sc LOKit callback for search not found.Henry Castro
Needed for signaling the user when no match was found for the searched input Change-Id: I10089d065c26deea7cb57a9dc20f130f9afb6d99
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks
Hold a reference on the VclPtr while we're waiting for the UserEvent. Change-Id: I55c2671ca12eb14761c6a7dffd551af71547ecbd
2015-05-25remove hack that results in mispositioning of shapes, tdf#91266Markus Mohrhard
Change-Id: Iecdd0553ec8984966b2fef5fe45d9bdd0a80dd5a
2015-05-25add dump for column width in hmmMarkus Mohrhard
Change-Id: I0be3bfc7e8f8085c1c8e88d535cbb4142968ad28
2015-05-25remove some unnecessary casts and convert some to const_castNoel Grandin
Change-Id: I590a87c832bc59947ae04e52d3ac5ea71574bb11 Reviewed-on: https://gerrit.libreoffice.org/15888 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-05-25convert SHOW constants to scoped enumNoel Grandin
Change-Id: I2712a0901049885502cade31f9757f712048bb33
2015-05-24callcatcher: update unused codeCaolán McNamara
Change-Id: I1f2a94cdcd4329af68d946ff0a74ddec4ac1c590
2015-05-23tdf#91499 - cleanup AnyRefDialog VclPtr's with an explicit dispose method.Michael Meeks
Change-Id: Ib3571fc6d2aa9343bcfd2d6a5bdbd6b1d193c0f1 Reviewed-on: https://gerrit.libreoffice.org/15883 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-05-23SAL_TRACE doesn't existJulien Nabet
Replace with SAL_INFO. But neither my local build nor TB complained, weird... Change-Id: I87f2164fc51e3fdf59f340a438a481c6ff5843e1
2015-05-23add missing includeDavid Tardon
Change-Id: I3f9d5549adc2ff278cba73302239b2d1a0ddebbc
2015-05-22tdf#54346 remove confusing description for function WEEKDAYWinfried Donkers
The output range mentioned in the function wizard is not always 1-7, but dependent of the value of argument Mode. The output range for each possible value of argument Mode is clearly described in the regular help for Calc. Change-Id: I23eae9be6f8f38319496aaf4a1b7f2349e2be3eb Reviewed-on: https://gerrit.libreoffice.org/15852 Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org> Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
2015-05-22add information about dumping graphic object infoMarkus Mohrhard
Change-Id: I9c0b566d169262985ed6bb4c7be73cc39cd78616
2015-05-22use better markupMarkus Mohrhard
Change-Id: I01e58a0a5ce70f20c409cbe344af5f7db7635a38
2015-05-22improve output for ScDrawObjDataMarkus Mohrhard
Change-Id: I45544532efeee1482b724f1a22525667b4be827c
2015-05-22split column info dump and graphic object dumpingMarkus Mohrhard
Change-Id: Ie78722790639f151453b4c0f6ab9e599abb4aa89
2015-05-22extract calc data dump method into own fileMarkus Mohrhard
Change-Id: Ifed8bb8165189243709078770b8735675fe86dea