summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
AgeCommit message (Expand)Author
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
2011-03-15Hopefully implemented the undo part, plus lazy-init the global range name.Kohei Yoshida
2011-03-15Implement undo and redo for real.Kohei Yoshida
2011-03-15Added skeleton for undo of all range names, global and local.Kohei Yoshida
2011-03-15Implement ModifyAllRangeNames(), minus undo.Kohei Yoshida
2011-03-15Retrieve sheet-local names and populate the dialog with them.Kohei Yoshida
2011-03-15Removed the old sheet local name mapping bits.Kohei Yoshida
2011-03-13translate german comments in /sc/incNicolas Christener
2011-03-11Store additional flag for global vs local storage of named ranges.Kohei Yoshida
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-05Reverted on index handling of range name objects.Kohei Yoshida
2011-03-05More on adjusting for ScRangeName's new API.Kohei Yoshida
2011-03-05More on re-working ScRangeName.Kohei Yoshida
2011-03-04Unit test for text and text number inputs.Kohei Yoshida
2011-02-11Cleaned up RowHidden() and ColHidden() calls.Kohei Yoshida
2011-02-08Clean-up bogus comments in calc.Guillaume Poussel
2011-02-07removetooltypes01: #i112600# adjust rebase in chart2, starmath, sc, sdMikhail Voytenko
2011-02-07removetooltypes01: Rebase to DEV300m99Carsten Driesner
2011-02-02Removed unused functions from calc 2Alfonso Eusebio
2011-01-25#i10000# #i10000# changes from OOO330 m20Vladimir Glazunov
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner
2011-01-19Reapplied 8839ada2ba12033f1c7d7ab23f59353e036dbbb2.Kohei Yoshida
2011-01-19Merge remote branch 'origin/libreoffice-3-3'Kohei Yoshida
2011-01-18Better cell anchoring. (fdo#33205)Caolán McNamara
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2011-01-14ScDPObject no longer has to be a child class of ScDataObject.Kohei Yoshida