summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)AuthorFilesLines
2014-09-28border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos1-1/+1
Second pass. Change-Id: Ic4702d2ca7a9d54ee4712dcd073006f16b2d5d1d Reviewed-on: https://gerrit.libreoffice.org/11669 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-27fdo#53682 Merge 'Insert Image' and 'Insert Audio/Video' in submenuSamuel Mehrbrodt1-1/+1
Change-Id: I4ddbd134ba15a48c0c529a11bcb1cd1f71f3a51a
2014-09-27fdo#83808 Scale images proportionally by default in CalcSamuel Mehrbrodt1-0/+10
Change-Id: I979d721d2e6617a1214b70138660d657eb1e46b1
2014-09-26add a RAII class that tries to acquire the SolarMutex and releases itMichael Stahl2-8/+4
Motivated by ScCompiler::IsMacro() which has an error return that does not release the SolarMutex. Change-Id: I064219bb3c0d68839a133101491d5f8828a26c7a
2014-09-26fdo#84370 - xlsx threaded import - protect editeng.Michael Meeks1-0/+5
Sadly we need to hold the solar mutex for rich text import, cue massive lock contention on sheets packed with rich text cells; hopefully not a common case. Change-Id: I6a094a070b11c8b572fd8687be96110c4905e78d
2014-09-26formula: std::auto_ptr -> std::unique_ptrStephan Bergmann4-16/+6
Change-Id: I7b4784abf5177e22a9df33c5d4faccfd39801b11
2014-09-26remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin1-1/+1
left over from our conversion of the SvStream output operators to more specific methods Change-Id: Ib80032e8626f5476a89b958f590441994594f4e4
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin5-6/+6
left over from our conversion of the SvStream output operators to more specific methods Change-Id: I482ca7abb84613971e7e8f839f7aa67a65cd71ff
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin1-1/+1
left over from our conversion of the SvStream output operators to more specific methods Change-Id: Ie44bec6b988f3e46fe78d14b740818c9141f5df0
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin2-3/+3
left over from our conversion of the SvStream output operators to more specific methods Change-Id: I2ea4c7d97e745b3e6a3834f41ac7bfefa4883c7a
2014-09-26remove unnecessary casts'sNoel Grandin3-13/+13
left over from our conversion of the SvStream output operators to more specific methods Change-Id: I63f18be8e940098c2acbbc73ee49ede3a949fcb2
2014-09-26remove unnecessary static_cast'sNoel Grandin2-3/+3
left over from our conversion of the SvStream output operators to more specific methods e Please enter the commit message for your changes. Lines starting Change-Id: Ibfe7635451ef7b8813d7a59c78c5223092a17ad5
2014-09-25editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann1-6/+2
Change-Id: I25e3599a37d720cbcf70ea13ab30234e54637d53
2014-09-25Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"Stephan Bergmann1-0/+1
This reverts commit 473ed449a4b6f550dc1af47a07c6e0ef243a98b2, which made JunitTest_toolkit_unoapi fail, as AccessibleDropDownListBox.createTestEnvironment (qadevOOo/tests/java/mod/_toolkit/AccessibleDropDownListBox.java) was no longer able to find its AccessilbeRole.COMBO_BOX AccessibleDropDownListBox, which it apparently expected to find in a docked stylist (cf. DesktopTools.dockStylist in AccessibleDropDownListBox.initialize).
2014-09-25fdo#39468: translationJennifer Liebel1-12/+12
Change-Id: I8ee3c1cf551f5b242d20cf244d728b79e68616ed Reviewed-on: https://gerrit.libreoffice.org/11637 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-24fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-1/+0
This removes the floating window for Styles&Formatting as discussed in fdo#73151. Change-Id: I352d27a4d30632dcfda8963c23629e62ab850524 Reviewed-on: https://gerrit.libreoffice.org/11253 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann5-12/+31
Change-Id: Ic66d325fd9559c6dde9556c26e5b2a7e60376c49
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann2-3/+5
Change-Id: Iac70c9be13892a36bfb5975f62e5345b88d4f144
2014-09-23fdo#83848 Add GetAddressConvention to RefButtonLaurent Balland-Poirier1-1/+1
Change-Id: I20d633909d3c13bf49998a6cca054ab125b6c991 Reviewed-on: https://gerrit.libreoffice.org/11578 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
2014-09-23fdo#65281 Empty/Not empty doesn't work in columns with date formatDavid Ostrovsky1-1/+4
"Empty" and "Not empty" predicates were unconditionally overriden in filter dialog for date format columns. Rectify it by preventing the overriding for these functions. Test Plan: * open calc document * define column with date format * put some data and let some columns empty * apply standard filter on date column with "Not empty" function * verify that rows with non empty columns still visible Change-Id: I2111c5a6b6350cab63173d42419069813d1137b6 Reviewed-on: https://gerrit.libreoffice.org/11613 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-1/+1
I introduce a template method into the PTR_CAST machinery to maintain constness. There is now a FIXME in sd/../docshell.cxx because I needed to use a dynamic_cast there to work around the games it appears to be playing with OLE in-place activation. Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, dropping the GCC-extension, unnecessary use of typeof from tools/rtti.hxx Change-Id: Iba5ace1aa27e02b34fcc91af1e658c43371afd03
2014-09-23fdo#82577: Handle WindowNoel Grandin393-1067/+1067
Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
2014-09-22Resolves: fdo#84057 Localized string is truncatedCaolán McNamara1-328/+364
use grids which are better at compressing than boxes and other tweaks Change-Id: I231ded59f248847668dcf2b0c38bab1be090431f
2014-09-22WaE: -Wodr, two different ScVisAreaChanged classesCaolán McNamara2-16/+22
Change-Id: I036632dcc7a91eb43aac2bdc2dee7e3355227f24
2014-09-21Related fdo#80538 Re-adding toolbar separatorsYousuf Philips1-0/+1
Change-Id: I29c2171495c0419fa5b6a7b99725d6098331afd0 Reviewed-on: https://gerrit.libreoffice.org/11523 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-21(fdo#78826) HIG: add missing colons in optformulaAdolfo Jayme Barrientos1-31/+11
Also: * Use Unicode ellipsis * Shorten section heading (see fdo#84057) Change-Id: I37cefa8a39c8907c7cbc138b255f2f8e78002c47 Reviewed-on: https://gerrit.libreoffice.org/11531 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-19Move this header file to a better place.Kohei Yoshida1-0/+0
undo headers are all located in source/ui/inc. Change-Id: I9111cad08b64e161f22ebf7ff7fe8f2dd2d10a14
2014-09-19fdo#84009: Adjust the test case to catch this.Kohei Yoshida1-8/+10
Change-Id: I16bdc6760276b5bc0c78c3693d3f92c68ef67ed1
2014-09-19fdo#84009: Be sure to update the sheet index when moving the sort range.Kohei Yoshida1-0/+1
Change-Id: Ic9ad51b33f6dfb6f90e76439c27eeff25ec4c7da
2014-09-18fdo#83764: Write test for this.Kohei Yoshida2-1/+81
Change-Id: I4bc7c3ebdca14caa7d1c8edc2ad777a0e6dd5de2
2014-09-18Move all sort related unit tests to separate source file.Kohei Yoshida3-1357/+1386
Change-Id: I26e967e9d9fb361ad0d8988715d0d0fd47e478fe
2014-09-18fdo#83764: Ensure that the row position is below MAXROW.Kohei Yoshida2-3/+11
When attempting to split formula groups, else multi_type_vector would try to locate a block outside its logical range. Change-Id: I424ede112138de459b5ba3bff5e021c4407ccf3d
2014-09-18fdo#82577: Handle FontNoel Grandin54-114/+113
Put the VCL Font class in the vcl namespace. Avoids clash with the X11 Font typedef. Change-Id: I1a84f7cad8b31697b9860a3418f7dff794ff6537
2014-09-17Typo: excatly->exactlyJulien Nabet1-1/+1
Change-Id: Ica1e1399bc4a9b9ca61d09cf26e8c47e2368f644
2014-09-17WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-1/+1
Change-Id: I3c210fa3866fe34c4e5f9ea799a4156862290432
2014-09-17bnc#592918: Display data description in pivot table.Kohei Yoshida2-26/+35
When there are no column fields and exactly one data field. Change-Id: I10d2af7e626f98a4d8a981e078e99e7da9207d1c
2014-09-17Another Windows build fix - too much C++11 for MSVC 2012...Jan Holesovsky1-9/+15
Change-Id: I2ae08bd7b850e26bd58d8cb9fad830edb0395259
2014-09-17SFX_ITEM_SET to SfxItemState::SETTomaž Vajngerl1-1/+1
Change-Id: I95dc8872d702cbe63d5fdab10a9ddd0e86d49e06
2014-09-17Remove redundant class SvxLineColorToolBoxControlKrisztian Pinter1-1/+1
Change-Id: I882ee959baae429307218d3076a2a198ff960ddd
2014-09-17Make it easier to add new color attributes to GetDocColorsKrisztian Pinter1-2/+3
Change-Id: I2098892fc44c7a8bde1eb30f6db1709e58925577
2014-09-17Add loading document colors to CalcKrisztian Pinter4-0/+59
Change-Id: I06783b04dbbad2aa690820af1ca2cf05a1004f20
2014-09-16sc: adjust tab height a bitTomaž Vajngerl1-3/+5
Change-Id: I82b20bb7f17b59fdd925d3e5da95b63c2839bda7
2014-09-16fdo#81264 Calc is not accessible to screen readers if sheet is modified [a11y]Niklas Johansson1-0/+1
When the IA2 changes was merged it removed the call to CommitFocusGained and thereby stopped sending a STATE_CHANGED FOCUSED. A big thank you to Joanmarie Diggs for noticing the lack of that event. I only tested the patch on Fedora, but I will have a look at Windows with NVDA as soon as the patch gets included in the daily builds. Change-Id: Ic616d1b367ad8b8ed5d243e0ba124764082e96f1 Reviewed-on: https://gerrit.libreoffice.org/11451 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-09-15sc: sal_Bool -> boolStephan Bergmann6-7/+7
Change-Id: I3b59c5679ac3d370f62960b9fc26eab4c3fc4873
2014-09-15ScVbaPane apparently does not inherit XHelperInterfaceStephan Bergmann2-12/+10
...and thus should simply derive from WeakImplHelper1 instead of InheritedHelperInterfaceImpl1? Change-Id: I0327e767715a648cabee8a4bd46b5ecff3b0f07b
2014-09-15cppcheck: unpreciseMathCallJulien Nabet2-5/+7
Change-Id: I440dc3e30ee139d6cb261e1308e48e9b63b52bc8 Reviewed-on: https://gerrit.libreoffice.org/11434 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-09-14Resolves: fdo#83633 remove additional ++iCaolán McNamara1-1/+0
Regression from 63ea2d467b50452ae0cab18b4151107a747ae70d Date: Wed Jul 2 19:10:24 2014 +0200 replace while with for Change-Id: I151e447446b9793cff6abe7633eca4d11059a390
2014-09-12sc: enable threaded sheet loading un-conditionally.Michael Meeks1-5/+1
Previous this was experimental only. Change-Id: Ie5923e5342e7bace7492d561ce80ac86f69ec06c
2014-09-12well enabling optimizations with SunStudio is just asking for trouble...Michael Stahl1-2/+0
Change-Id: I396b1f612432ffe5f77cae505f2a57ca0f2068a2
2014-09-12sc: remove optimization disabling workaround for GCC 4.5 bugMichael Stahl1-16/+1
... since we need newer GCC for C++11 anyway. Change-Id: I5408d9066b9f1efec234fe05551fed2d8fb583ed Reviewed-on: https://gerrit.libreoffice.org/11394 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>