summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docfunc.cxx
AgeCommit message (Collapse)AuthorFilesLines
2011-03-28CWS-TOOLING: integrate CWS calc66Ivo Hinkelmann1-1/+1
2011-02-28dr78: rebase to DEV300_m101Daniel Rentz [dr]1-431/+426
2011-02-23calc66: use correct sheet for clip param also in MoveBlock, PasteDataFormat ↵Niklas Nebel1-1/+1
(avoid assertions)
2011-02-07removetooltypes01: Rebase to DEV300m99Carsten Driesner1-7/+2
2011-01-28undoapi: pulled and merged DEV300.m98Frank Schoenheit [fs]1-3/+8
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner1-4/+9
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-424/+424
2011-01-12dr78: rebase to DEV300_m97Daniel Rentz [dr]1-3/+8
2010-12-29dr78: rebase to DEV300m96Daniel Rentz [dr]1-5/+9
2010-12-27dr77: rebase to DEV300m96Daniel Rentz [dr]1-3/+8
2010-12-23undoapi: merged after pulling DEV300_m96. Most probably still not ↵Frank Schoenheit [fs]1-5/+9
buildable:A number of changes which happened in the CWS need to be redone due to the new build system
2010-12-09mib19: rebase to DEV300m95Daniel Rentz [dr]1-1/+1
2010-11-22undoapi: merge after pulling DEV300.m94Frank Schoenheit [fs]1-1/+1
2010-11-18dr78: #i114072# don't broadcast from SetNewRangeNames while loading a fileNiklas Nebel1-1/+5
2010-11-09dr77: rebase to DEV300m92Daniel Rentz [dr]1-1/+1
2010-11-01undoapi: Enter/LeaveBasicCall are no-ops nowadays - removedFrank Schoenheit [fs]1-4/+0
2010-10-22dr77: #i106108# SetDocumentModified in ScDocFunc::SetWidthOrHeightNiklas Nebel1-0/+3
2010-10-20svarray: merge with DEV300 m90Bartosz Kosiorek1-1/+1
2010-10-20undoapi: made SfxUndoManager an implementation of the new, abstract ↵Frank Schoenheit [fs]1-3/+2
::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-19dr77: oox: improve consistency of class/struct names and constant names, ↵Daniel Rentz [dr]1-3/+5
improvements for web queries
2010-10-05svarray: #i112395#: SvShortsBartosz Kosiorek1-1/+1
2010-09-17mib19: #163664# text values for VBA range Value property must be parsed ↵Niklas Nebel1-1/+6
(always English)
2010-09-14mib19: #163566# compare cursor position in ScDocFunc::NotifyInputHandlerNiklas Nebel1-2/+2
2010-09-02mib19: #163525# handle missing codenames in XLS filesDaniel Rentz [dr]1-2/+1
2010-09-02dr77: prepare creation of missing modulesDaniel Rentz [dr]1-2/+1
2010-07-27mib17: rebase to DEV300_m84Daniel Rentz1-17/+125
2010-07-27mib17: move VBA specific interfaces into vba subdirDaniel Rentz1-4/+4
2010-07-09mib17: remove unused static varDaniel Rentz1-1/+0
2010-06-23koheirowlimitperf: #i109369# #i109373# #i109384# #i109385# #i109386# ↵obo1-17/+26
#i109387# #i109388# #i109389# #i109391# #i109934# #i109935# #i110116# #i111531# #i111887# #i112190# #i30215# increased the row limit to 1 million, and integrated lots of speed optimization and bug fixes to ensure Calc remains usable after the row limit increase.
2010-06-22CWS-TOOLING: integrate CWS mib16obo1-0/+1
2010-06-17mib16: rebase to m82Daniel Rentz1-0/+6
2010-06-15mib16: contributed bugfixes and various new symbols in VBA compatibility ↵Daniel Rentz1-0/+1
implementation
2010-06-15calctabcolor: rebased to DEV300_m82.Kohei Yoshida1-1/+144
2010-06-14calctabcolor: #i5560# Preserve tab colors during undo of table deletion.Kohei Yoshida1-0/+1
2010-06-09CWS-TOOLING: integrate CWS koheiextref01obo1-0/+6
2010-04-16npower13_objectmodules: uppercase UNO constantsDaniel Rentz1-1/+1
2010-03-10koheiextref01: Have ScExternalRefManager::ApiGuard take ScDocument pointer, ↵Kohei Yoshida1-4/+1
to make its declaration one-liner.
2010-03-09koheiextref01: #i108404# Disable interaction handler when interpreting ↵Kohei Yoshida1-0/+9
formula strings via UNO API.
2010-03-02npower13_objectmodule: #i109734# object module stuffnpower Developer1-1/+138
2010-02-26calctabcolor: resynced with the repository to get more recent changes in.Kohei Yoshida1-31/+31
2010-02-26calctabcolor: rebased to m72.Kohei Yoshida1-8/+5
2010-02-23calctabcolor: Various code cleanups...Kohei Yoshida1-1/+0
2010-02-23calctabcolor: Further simplified the undo class for setting tab colors.Kohei Yoshida1-2/+2
2010-02-23calctabcolor: Cleaned up a bit.Kohei Yoshida1-5/+5
1) Keep the name of a struct shorter. 2) Data members should start with an 'm'. that sort of stuff...
2010-02-23calctabcolor: Use STL's container instead of using an internal List. We ↵Kohei Yoshida1-12/+15
should avoid using List at all cost!
2010-02-22calctabcolor: Entirely removed storage of tabcolor from ScViewDataTable.Kohei Yoshida1-8/+6
2010-02-22calctabcolor: BOOL to bool.Kohei Yoshida1-11/+11
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov1-4/+1
Notes: split repo tag: calc_ooo/DEV300_m72 split repo tag: calc_ooo/DEV300_m73
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-19rebased to DEV300_m69.Kohei Yoshida1-2/+8