summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/docsh.hxx
AgeCommit message (Collapse)Author
2012-11-14The additional methods of SO2_*_REF over SV_*_REF are now unusedCaolán McNamara
so they can now be replaced by SV_*_REF now Change-Id: I2207d6582cab5f41851064f3d0c773e9421c0078
2012-09-07First cut on integrating liborcus into libreoffice tree....Kohei Yoshida
It introduces the 'FilterProvider' property in the media descriptor to optionally bypass the normal loading process and let the external filter provider to handle the loading. For now I'm overwriting the csv import filter just to see how this could work just as an experiment. Orcus still needs a lot of work, and it crashes very often at the moment. Change-Id: I11b34572c71073144804a7d0dd5176c8067d8deb
2012-08-17Translation of comments from german in sc/source/ui/inc/Albert Thuswaldner
Change-Id: Ia6e490196575a06fff9a607e087aef078da64587 Reviewed-on: https://gerrit.libreoffice.org/424 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-08-08tubes: handle TeleConference internally in CollaborationMatúš Kukan
Hopefully, this simplifies the tubes <-> app interface Change-Id: I8933fde490941b259d5d133972db26a09ab380d5
2012-08-07Remove forwards of non-existing structsThomas Arnhold
Change-Id: Ie1d7ed56c69539587df5310c0a1ea0476abd5542
2012-08-04tubes: fix leaking ScCollaboration; add it to ScDocShellMatúš Kukan
Change-Id: I43c951b5694ad38aa1a2e5da7cc99dfb52685349
2012-07-17tubes: correctly set pDocFuncMatúš Kukan
2012-07-17split ScDocFunc interceptor to new collab/ module and start on itMichael Meeks
2012-06-24rearranged forward declarations of classTakeshi Abe
so that they locate where their classes appear if needed, otherwise removed Change-Id: I457542ec4c31f9a4b56a562f588b7c190c18776c
2012-05-10WaE: unsafe mix of bool and sal_BoolCaolán McNamara
Change-Id: Ie2fcc1a5404c62dc15b98f99f89631795df91b01
2012-04-10Grouping ScFormulaOptionsAlbert Thuswaldner
2012-02-27Splitting ScDocument::SetDocOptions, moved new SetFormulaOptions to ScDocShellAlbert Thuswaldner
2012-02-04More on ScStrCollection/StrData elimination.Kohei Yoshida
2011-12-20callcatcher: ScJobSetup never constructedCaolán McNamara
2011-11-15Unused method.Kohei Yoshida
2011-11-15Cleaned up ScDocShell a bit.Kohei Yoshida
2011-11-15sal_Bool to bool.Kohei Yoshida
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard
2011-09-12PostPaint() now takes range list.Kohei Yoshida
2011-04-01Added bits for subtotals to make use of anonymous db ranges.Kohei Yoshida
This change allows multiple subtotal ranges to be created on the same sheet.
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-02-14Remove some extra #include <sot/sotref.hxx>Joseph Powers
2011-02-07removetooltypes01: Rebase to DEV300m99Carsten Driesner
2011-02-06port repository calc to boost unordered containersFridrich Štrba
2011-01-28undoapi: pulled and merged DEV300.m98Frank Schoenheit [fs]
2011-01-24removetooltypes01: adjust rebase for LinuxCarsten Driesner
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner
2011-01-17Removed some bogus comments 'Added by PengYunQuan for Validity Cell Range ↵Thomas Arnhold
Picker' and some dead code.
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2010-12-06remove obsolete __FAR_DATAMichael Callahan
2010-11-18undoapi: don't do view updates when paints are lockedFrank Schoenheit [fs]
2010-11-09vcl117: #i115477# clean up dead codePhilipp Lohmann [pl]
2010-11-09vcl117: #i115477# clean up unused methodsPhilipp Lohmann [pl]
2010-11-04vcl117: #i115056# remove now unused svtools PrintDialogPhilipp Lohmann [pl]
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-10-20undoapi: made SfxUndoManager an implementation of the new, abstract ↵Frank Schoenheit [fs]
::svl::IUndoManager interface. Change the SfxShell's UndoManager attribute to be an IUndoManager. Did all the resulting changes up the source tree. This way, we'll hopefully be able to provide an IUndoManager implementation in Writer, which is not based on the SfxUndoManager, but on Writer's own Undo implementation.
2010-10-13Merge branch 'master' into feature/calc-key-binding-compatKohei Yoshida
Conflicts: sc/source/ui/attrdlg/scdlgfact.cxx
2010-10-13Initial attempt to reset key bindings.Kohei Yoshida
This is not working yet. For some reason only the last key binding gets set, while all the others get ignored...
2010-10-13Merge branch 'vba' fix conflics, trailing ws & tab issuesNoel Power
additionally the following iz patches are rolled up with this commit i#113356, i#112998 i#113955 i#113358 i#113515 i#112531 i#112596 i#112530
2010-10-06initial commit for vba blob ( not including container_control stuff )Noel Power
2010-10-05Ported dde-reconnect-on-load-*.diff from ooo-build.Kohei Yoshida
Improve reliability of DDE connections between documents opened in LO. With this change, LO tries to reconnect to a DDE server document upon opening if that server document is being listened to by one of the open documents. Also, the old implementation would load a DDE server document invisible, and would never close it when the user updates the link. This had the consequence that when the user tries to open this document while it's loaded hidden, it causes some weird focus issues, and closing it and opening it again would disconnect the DDE connection. The new implementation closes the server document immediately after the DDE link update is complete. This change also fixes a bug in Calc where DDE link updates to cells would fail when the formula syntax is set to something other than Calc A1.
2010-10-05Ported calc-formula-variable-sep-config-check-sc.diff from ooo-build.Kohei Yoshida
This code handles situations where the formula arg separator is in conflict with the locale specific decimal and/or thousand separators.
2010-10-01Ported calc-perf-import-dbf-sc.diff from ooo-buildKohei Yoshida
This speeds up import of dBase (dbf) files 4-5 times.
2010-08-03CWS-TOOLING: integrate CWS mib17Ivo Hinkelmann
Notes: split repo tag: calc_ooo/OOO330_m3
2010-07-27mib17: rebase to DEV300_m84Daniel Rentz
2010-07-15mib17: #i112634# do not use an UNO interface to handle VBA BeforeSave and ↵Daniel Rentz
BeforePrint events
2010-06-23CWS-TOOLING: integrate CWS calc55obo
2010-06-04calc55: #i112123# when loading, don't initialize StdPrecision in DocOptions ↵Niklas Nebel
from configuration
2010-05-25cws tl79: #i110254# security tab page in 'File/Properties'Thomas Lange [tl]
2010-05-19cws tl79: #i110254# new security tap page in 'File/Properties'Thomas Lange [tl]