summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen3.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-11-18Handle sheet-local range names too.Kohei Yoshida1-1/+1
2013-11-11Revert "Guard access to external ref manager instance."Kohei Yoshida1-19/+8
2013-11-11Guard access to external ref manager instance.Kohei Yoshida1-8/+19
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-2/+2
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin1-1/+1
2013-07-30Rework reference update in conditional formatting and cell validation.Kohei Yoshida1-1/+1
2013-07-30More on getting named range update to work.Kohei Yoshida1-2/+2
2013-07-30First cut on re-working reference update in named expressions.Kohei Yoshida1-1/+1
2013-07-24Handle range reference expansion on insertion.Kohei Yoshida1-1/+1
2013-07-24Use RefUpdateContext to stuff all parameters for UpdateReference.Kohei Yoshida1-73/+91
2013-06-28fdo#43460 sc: use isEmpty()Jelle van der Waa1-1/+1
2013-06-24Move ScEditDataArray out of cell.?xx and into its own files.Kohei Yoshida1-1/+0
2013-06-06Resolves: #i121448# Aligned default fill color/line style for all appsArmin Le Grand1-6/+0
2013-05-14SolarMutex does not belong into the URE interfaceStephan Bergmann1-1/+1
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-0/+1
2013-03-22More on ScCellIterator usage conversion... Still not done.Kohei Yoshida1-16/+20
2013-03-16sc: translate some debug messagesThomas Arnhold1-6/+6
2013-03-14Reverse the logic of enable / disable idle flag...Kohei Yoshida1-3/+3
2013-03-04RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-39/+39
2013-02-27enable disabled test for rotated anchored shape,Noel Power1-7/+7
2013-02-19fdo#56276 - resize/reposition rotated shapes in a sensible wayNoel Power1-5/+5
2013-02-16coverity: prevent integer overflowMarkus Mohrhard1-1/+1
2013-02-13Remove VALIDTAB and other similar macrosJulien Nabet1-18/+18
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida1-1/+1
2013-01-30no user of nVisibleTab inside ScDocument anymoreMarkus Mohrhard1-2/+2
2013-01-30move these methods to ScDocShellMarkus Mohrhard1-89/+0
2013-01-29bnc#484599: Prevent pivot table from getting sheared when cells are shifted.Kohei Yoshida1-0/+10
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-19database names are case insensitive, fdo#51309Mathieu D1-1/+1
2012-11-01No more "increase / decrease of recalc level" for drawing objects.Kohei Yoshida1-12/+0
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-3/+3
2012-08-29move ScProgress construction out of ScTable::SortMarkus Mohrhard1-2/+2
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard1-4/+0
2012-05-11update references in color scalesMarkus Mohrhard1-0/+3
2012-04-11move ScProgress outside of ScTable::FillMarkus Mohrhard1-2/+2
2012-03-09dptablecache.* to dpcache.*Kohei Yoshida1-1/+1
2012-02-27Splitting ScDocument::SetDocOptions, moved new SetFormulaOptions to ScDocShellAlbert Thuswaldner1-32/+0
2012-02-27Moving misplaced Formula options from ScDocOptions to ScAppOptionsAlbert Thuswaldner1-5/+8
2012-02-20unusedcode.easy: some cleaningThomas Arnhold1-17/+0
2012-02-08Rename TypedStrData to ScTypedStrData, just to be consistent.Kohei Yoshida1-14/+14
2012-02-08std::unique must be followed by erase() to really remove duplicates.Kohei Yoshida1-43/+27
2012-02-08Move away from TypedScStrCollection in favor of STL's.Kohei Yoshida1-26/+68
2012-02-08Let's use enum for better type safety.Kohei Yoshida1-3/+3
2012-02-01non-inline the chart collection getter.Kohei Yoshida1-0/+5
2012-01-26Deleting a null pointer is safeTakeshi Abe1-2/+1
2012-01-09fdo#44545: Skip filtered cells during auto-fill.Kohei Yoshida1-8/+0
2011-12-01avoid Tabs size calculation in loopsLaurent Godard1-3/+6
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-24change ScRangeName's container to boost::ptr_mapMarkus Mohrhard1-1/+1