summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen5.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-04fdo#39468 Translate German Comments - sc/source/core/data/documen{4,5}.cxxChristian M. Heller1-5/+4
2014-10-23loplugin: cstylecastNoel Grandin1-8/+8
2014-09-10callcatcher: update unused codeCaolán McNamara1-35/+0
2014-07-10Head cleanup - use forward declarations.Kohei Yoshida1-0/+1
2014-06-25remove whitespaceMarkus Mohrhard1-4/+0
2014-05-30avoid crash when finding a non chart OLE2 shapeMarkus Mohrhard1-0/+3
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida1-10/+37
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2013-03-04RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-37/+37
2013-02-13Remove VALIDTAB and other similar macrosJulien Nabet1-1/+1
2013-01-01remove use of #pragma optimizeLuboš Luňák1-5/+0
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-2/+2
2012-06-09Remove superfluous include commentsThomas Arnhold1-2/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-4/+4
2012-03-19check for negative sheet number here too, fdo#47503Markus Mohrhard1-1/+1
2012-03-02remove table.hxx from document.hxxMarkus Mohrhard1-0/+1
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe1-4/+4
2012-02-04Nobody uses it now.Kohei Yoshida1-10/+0
2012-02-03Moved the names of non-OLE charts out of ScDocument.Kohei Yoshida1-7/+13
2012-02-01Always look up chart objects by name, change method names' casing.Kohei Yoshida1-7/+3
2012-02-01ScChartListenerCollection is no longer a child of ScStrCollection.Kohei Yoshida1-12/+11
2012-01-05Removed the restriction to always pass Calc A1 formatted data ranges.Kohei Yoshida1-2/+2
2011-12-01avoid Tabs size calculation in loopsLaurent Godard1-2/+4
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard1-32/+30
2011-11-07sal_Bool->bool in ScDocumentMarkus Mohrhard1-16/+16
2011-08-31Switch to for loop and reduce scoping level.Kohei Yoshida1-51/+49
2011-08-31We can remove this scope too.Kohei Yoshida1-58/+58
2011-08-31Removed unnecessary scoping.Kohei Yoshida1-65/+63
2011-06-07Renamed pTab to maTabs since it's no longer a pointer array.Kohei Yoshida1-11/+11
2011-06-07Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard1-8/+8
2011-05-28Removed dependency on ScCollection from ScChartCollection.Kohei Yoshida1-5/+4
2011-05-28Use bool and rtl::OUString in ScChartCollection et. al.Kohei Yoshida1-1/+1
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak1-9/+9
2011-05-24fix all TODO:REWORK inserted by my last commitsMarkus Mohrhard1-1/+1
2011-05-17rework most of the ScDocument methodsMarkus Mohrhard1-9/+9
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-29/+51
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner1-5/+27
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-26/+26
2010-12-10Removed ScRangeList::at() in favor of operator[].Kohei Yoshida1-2/+2
2010-12-10ScRangePtr is now gone. Good riddance.Kohei Yoshida1-1/+1
2010-12-09Remove another DECLARE_LIST() from CalcJoseph Powers1-4/+4
2010-11-22remove dead code in calc core datapjacquod1-18/+5
2010-11-11Remove commented out code - //REMOVEJ. Graeme Lingard1-5/+0
2010-11-10Replaced OUString::createFromAscii() with RTL_CONSTASCII_USTRINGPARAM.julien1-5/+4
2010-10-20Removed lots of dead code.Povilas Kanapickas1-9/+0
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2