summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2013-04-24adapt code to use converted share doument widgetCaolán McNamara
Change-Id: Ic553e593890cb3254666e3c27c5d8ca05256687e
2013-04-24Converted Tools -> Share Document widget.Abdulelah Alarifi
Change-Id: I081a5b58d8e22e3455a78707a6b16ee85533a5d2 Reviewed-on: https://gerrit.libreoffice.org/3496 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-24gbuild: drop empty use_packages callsDavid Tardon
Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f Reviewed-on: https://gerrit.libreoffice.org/3503 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-23fixed out of bounds vector accessEike Rathke
in ScColumn::FindNextVisibleRowWithContent() if starting from the position all including the last present cell of a column are blank Change-Id: I0270331444f1707b6ad413f6127ae4c2cf0b1984
2013-04-22replace one more auto_ptrMarkus Mohrhard
Change-Id: I903be81ba3e23c43a481ba775d762c06557942db
2013-04-22copy conditional formats correctly, fdo#63607Markus Mohrhard
Change-Id: I80307944c5a9a873f972e6c349ec4fe48ae848e9
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy
Change-Id: I122669d4ffaf72fb1d5f6fccc98e8a648f31aa23 Reviewed-on: https://gerrit.libreoffice.org/3490 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-20fdo#55432 fix the context menu position for RTL sheetAbdulaziz A Alayed
Change-Id: I023215646b9aeadb4909c9f90f84f9e8b0dbd173 Reviewed-on: https://gerrit.libreoffice.org/3497 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
Now all these usages were removed from LO. Change-Id: I8a7233db20abdcdbb18428ad4004c78cc516a0e6 Reviewed-on: https://gerrit.libreoffice.org/3326 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-19Rename to ScDPResultTree.Kohei Yoshida
It *is* a result tree. Let's call it that. Change-Id: Ie8f3e4c4f6e54fd84d79b80ac98c0be0b0cc42d4
2013-04-19fdo#61541 : Count Number of selected Cells in calcPrashant Pandey
Change-Id: Ic9c911552f2b03bb496f47251917a3736494dce1 Reviewed-on: https://gerrit.libreoffice.org/3213 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-04-19just added a big red noticeEike Rathke
Change-Id: I095a824c18a4ea61663e2706daa6616d60aaeb34
2013-04-19Remove pass-through header svtools/inc/svtools/txtcmp.hxxMichael Dunphy
Change-Id: I605ae778e57a12588dca274a4ee34a018004034e Remove pass-through header sfx2/inc/sfx2/imgdef.hxx Change-Id: I9a5ebabefccdd63b55d64aec26488542d0d362e3 Remove pass-through header xmloff/inc/xmloff/xmlcnitm.hxx Change-Id: If880679499daee2f77d1f6e148dba963d09bbb9c Reviewed-on: https://gerrit.libreoffice.org/3477 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-19remove needless explicit type for swap<>()Luboš Luňák
MSVC gives: C:/PROGRA~2/MICROS~2.0/VC/include\vector(1544) : error C2825: '_Alloc': must be a class or namespace when followed by '::' C:/PROGRA~2/MICROS~2.0/VC/include\vector(1589) : see reference to class template instantiation 'std::_Vb_iter_base<_Alloc>' being compiled with [ _Alloc=ScDPResultFilterSet::MemberNode * ] C:/cygwin/home/tinderbox/master-build/sc/source/core/data/dpresfilter.cxx(147) : see reference to class template instantiation 'std::_Vb_reference<_Alloc>' being compiled with [ _Alloc=ScDPResultFilterSet::MemberNode * ] Change-Id: I394f861aa29a8b6e43ea92447215a7868955555a
2013-04-19date/time IDL datatypes incompatible change: fixupLionel Elie Mamane
Change-Id: I3733deac232d0075bdd889ce52d7e6f67746d4f8
2013-04-19Handle the old syntax for GETPIVOTDATA.Kohei Yoshida
The old syntax is Calc only (not Excel), and is specified in ODF 1.2. Change-Id: I9551d408ae136d3567375e905b1273103a8f616a
2013-04-19Remove debug statements..Kohei Yoshida
Change-Id: I10e0ef90ea7bfd92b46a54dc3d3feff90e50f724
2013-04-19We can remove all this code now.Kohei Yoshida
This code is the old GETPIVOTDATA implementation, which actually parses the pivot table output on the sheet (ugh!) to get the right value. It was susceptible to the table output being configurable. Change-Id: Iefbefa06b91fc6cfa7a21f9a8031bf6841c1d936
2013-04-19Let's explain what this method returns.Kohei Yoshida
Change-Id: I2b081fe32d8851403867b9ad94de40bbe4b68838
2013-04-19Typo.Kohei Yoshida
Change-Id: I67c6c2fad73d81b7ac9a9d50280f323a1fe88aad
2013-04-19This should be plural, since there are multiple dimensions.Kohei Yoshida
Change-Id: If0994c81867606e0e6c097aeda0f0bd889e01553
2013-04-19Move the dimension order calculation into ScDPSaveData.Kohei Yoshida
To build the dim order map only once. Change-Id: Ibea5cbfc4f5d335ac7fc5893cda255b06336d8c2
2013-04-19Retrieve the result value for GETPIVOTDATA for real (finally!)Kohei Yoshida
Change-Id: I68f4fdab667d86e79225a77964ed90373b391d08
2013-04-19More progress. Getting closer...Kohei Yoshida
Change-Id: Ic086804d4ef72f2ee53236436244f0f77447a6d0
2013-04-19More progress. Getting more clue, but still not out of the dark yet.Kohei Yoshida
Change-Id: I0467cd95e2c6f2f353333b24e1aba737d99e5c20
2013-04-19Add some more notes to make it easier to pick up on this for my next visit.Kohei Yoshida
Looks like I have to put this on the shelf once again... Change-Id: I6288d019170278e484befaac3ee57cea24a69c0e
2013-04-19fdo#60300: Work-in-progress change to rework pivot table core.Kohei Yoshida
The idea is to avoid parsing the pivot table sheet output in order to calculate GETPIVOTDATA. The table outout is configurable, and it will only be more configurable in the future. The gist of my rework is to calcualte the result of GETPIVOTDATA with the internl result tree alone. Also, the same result tree can be used for drill down too, which also currently parses the table output, therefore subject to the same limitation & fragility. Change-Id: Ib0147e2aa2b710dfd627df7f535a685301214a52
2013-04-19No member named 'Get100Sec' in 'Time' any longerTor Lillqvist
Change-Id: I6087cd51073529a5c2b636b04f60334a93ac4ecc
2013-04-19WaE: format specifies type 'int' but the argument has type 'sal_uInt32'Tor Lillqvist
Change-Id: Id5f8253f1d72f9bb6f56d354293ccdedf44239d2
2013-04-19WaE: macro is not usedTor Lillqvist
Change-Id: I93d04ff158ecb1379e8dcf99d6cd154d096f9fd7
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane
- nanosecond precision - signed (allowed negative) year Also: assorted improvements / bugfixes in date/time handling code. Some factorisation of copy/pasted code. Change-Id: I761a1b0b8731c82f19a0c37acbcf43d3c06d6cd6
2013-04-18fdo#63290 related: cleanup stings defines due to removalLior Kaplan
follow up to commit af4a947174aafe669c129c54c304caa43d90eac7 Change-Id: Ifaee6d61fada21705574e5ad6bf0fa32957fe75c Reviewed-on: https://gerrit.libreoffice.org/3425 Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-18Related: fdo#63546 bundle both changes together as one undoCaolán McNamara
Change-Id: I2a9608339c372ccdeeca2ca0fd9499a4c527cff3
2013-04-18Resolves: fdo#63592 changing text direction exits edit modeCaolán McNamara
if we're in edit mode, SC_MOD()->InputEnterHandler() kicks us out of it. But the very similar ScFormatShell::ExecuteAlignment method doesn't do an InputEnterHandler. I can't see why we would want to do this, and without it we get the desired behaviour that tex direction changes and we remain in whatever mode we were in before changing it Change-Id: Iaf6e154ffb8f317fda997b302d4075d2efcac8db Reviewed-on: https://gerrit.libreoffice.org/3450 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-18fix fdo#63546 : set appropriate alignment when writing direction is changed.navin patidar
Change-Id: I3aa22be6ae85b6f18ed48e3ffd6abc5102a2e92e Reviewed-on: https://gerrit.libreoffice.org/3424 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-17fix solver optionbutton groupCaolán McNamara
Change-Id: I23cf85f5fbd2dcc333094e9003ce8f5ce4f0b68d
2013-04-17adapt code to solver dialog .ui conversionCaolán McNamara
The vertical scrollbar remains a bit whacky in how it scales and operates when scrolled, this is unchanged. Change-Id: I468a87c75f1c1927d0387c4af64c7ad87f4e1922
2013-04-17adapt solver dialog to .ui conversionCaolán McNamara
Change-Id: I490c5bbddaefbdf06f33fbcfc86e862441b05a00
2013-04-17Converted Tools -> Solver widget.Abdulelah Alarifi
Change-Id: I8413f2ee3bcd700409f6bfa3886ba91c2fa2b921
2013-04-17Update pchAurimas Fišeras
Change-Id: Ice80350184f7a514d5beab0a5e1da5b98d5733e4 Reviewed-on: https://gerrit.libreoffice.org/3427 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-04-17stash the label widget for shrink mode in the edit, not the buttonCaolán McNamara
because we always have we a refedit, but sometimes not a refbutton, so set the label widget to use for the dialog shrink mode on the refedit instead of the refbutton. This way we get the shrunken dialog title bar updated with the label contents regardless of using the shrink button or clicking in the editbox and dragging the mouse around the spreadsheet triggering the shrink mode Change-Id: Ifdff01a30d5c65aa964d4bf544017a2927757d67
2013-04-17let us use startsWith instead of indexOfMarkus Mohrhard
Change-Id: I185a5a6f1d85c9e3e7ee5115b100b724031b6c03
2013-04-16fdo#63290 - UI: Goal Seek - incorrect term "current cell"Joren De Cuyper
Previous patch was a review patch I submitted to send to the UX advice mailinglist. Cor proposed a better wording for the label name, see https://bugs.freedesktop.org/show_bug.cgi?id=63290#c4 and has been revised a bit more since then. Change-Id: I0cd1fac43ba3fed55fbb16e4f9bbf6836c1436b2 Reviewed-on: https://gerrit.libreoffice.org/3338 Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-16adapt code to goal seek dialog .ui conversionCaolán McNamara
Change-Id: Ic3edf3f42365630c903f4e2cf63103a8f59311bb
2013-04-16Add missing #include <rtl/tencinfo.h>Tor Lillqvist
Change-Id: Iad969bf9b32cbfe045248fb17dc4c0d7c66c2c94
2013-04-16Converted Tools -> Goal Seek widget.Abdulelah Alarifi
Change-Id: I4eee6a02ea545b93a93d18d9c5e200ed8b831c29 Reviewed-on: https://gerrit.libreoffice.org/3405 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-16Populate the text width and script type arrays on import.Kohei Yoshida
They must be in sync with their cell array counterpart at all times. Change-Id: I050c08057f06d29f710187129a510dadbfad0e4d
2013-04-15Remove the 4th option from the pivot table source selection dialog.Kohei Yoshida
Change-Id: I28212eb055c892f987a3f7a65f9d3e5ad7400e30