summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
AgeCommit message (Expand)Author
2011-11-24We still need to set the name to the 1st sheet.Kohei Yoshida
2011-11-23ManageNames: add table to "Paste Names" dialogMarkus Mohrhard
2011-11-23ManageNames: make global undo work again with dialogMarkus Mohrhard
2011-11-23Manage Names: add most logic to Define Name dialogMarkus Mohrhard
2011-11-15Reset formula cell's changed flag only for those within visible range.Kohei Yoshida
2011-11-07forgot to amend these changes to my last commitMarkus Mohrhard
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard
2011-11-07sal_Bool->bool in ScDocumentMarkus Mohrhard
2011-11-05make some methods constEike Rathke
2011-11-04 remove unused methods from ScDocument and ScTableMarkus Mohrhard
2011-11-02calc big file : refactor loading to avoid unecessary testsLaurent Godard
2011-10-31Revert "Move ScPostIt storage from ScBaseCell->ScDocument"Michael Meeks
2011-10-31Move ScPostIt storage from ScBaseCell->ScDocumentKevin Hunter
2011-10-19add output for language settings to log fileMarkus Mohrhard
2011-10-05bnc#722045: Display page background color/image properly.Kohei Yoshida
2011-09-24re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks
2011-09-23inital work for new "Manage Names" dialogMarkus Mohrhard
2011-09-19Let's avoid modifying the selection data during search and replace.Kohei Yoshida
2011-09-13make it possible to est formula string in csv filesMarkus Mohrhard
2011-09-12ResetChanged() now takes range list.Kohei Yoshida
2011-09-06initital work for a unit test for calc's basic featuresMarkus Mohrhard
2011-09-06merge area does not need to be increased if a shadow is attachedMarkus Mohrhard
2011-08-29Rename class XColorTable to XColorListJoseph Powers
2011-08-26String to rtl::OUString.Kohei Yoshida
2011-08-25sal_Bool -> bool in ScTableMarkus Mohrhard
2011-07-26fix for bnc#707486 allow copy for suitable multi-area RangesNoel Power
2011-06-29export local range names to xlsxMarkus Mohrhard
2011-06-09Remove unneded foward declaration.Rafael Dominguez
2011-06-07Renamed pTab to maTabs since it's no longer a pointer array.Kohei Yoshida
2011-06-07Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard
2011-06-06Useful error message when DDE link update fails.Kohei Yoshida
2011-06-06move ScProgress out of ScDocument::MoveTabMarkus Mohrhard
2011-06-03improve performance of ScUndoInsertTables::UndoMarkus Mohrhard
2011-05-28String to rtl::OUString in the external ref manager code.Kohei Yoshida
2011-05-27add methods for performance improvementsMarkus Mohrhard
2011-05-25Launch error message in case the external doc could not be reached.Kohei Yoshida
2011-05-24fix minor problemsMarkus Mohrhard
2011-05-17rework most of the ScDocument methodsMarkus Mohrhard
2011-05-16use typedef not at iterator but at container typeMarkus Mohrhard
2011-05-16change table container from c-array to std::vectorMarkus Mohrhard
2011-05-13Fixed the fallout of the changes in ScDBCollection.Kohei Yoshida
2011-05-03fdo#36051: Eliminated the hang due to removal of autofill undo object.Kohei Yoshida
2011-04-26make excel binary import use anonymous db dataMarkus Mohrhard
2011-04-26make VbaWorksheet Autofilter work with sheet local DBDataMarkus Mohrhard
2011-04-12fdo#35345: Don't overwrite hidden cells in drag-fill operationKatarina Machalkova
2011-04-01Removed the dynamic row bits from the db range. It was a hack.Kohei Yoshida
2011-04-01Support sheet-local anonymous database ranges.Markus Mohrhard
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat
2011-03-22Let's check for borders only when calculating printable pages.Kohei Yoshida
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky