summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc/fuins2.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-09-23fdo#82577: Handle WindowNoel Grandin1-6/+6
2014-08-29opengl charts: Move the init from sc to chart2, to have the right parent.Jan Holesovsky1-18/+0
2014-07-23Revert "opengl charts: Move the init from sc to chart2 ...Markus Mohrhard1-0/+18
2014-07-20opengl charts: Move the init from sc to chart2, to have the right parent.Jan Holesovsky1-18/+0
2014-07-10Head cleanup - use forward declarations.Kohei Yoshida1-0/+1
2014-06-25remove whitespaceMarkus Mohrhard1-3/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-30/+30
2014-06-23remove commentsMarkus Mohrhard1-5/+0
2014-06-23accept also one cell chart ranges for external data provider, fdo#79772Markus Mohrhard1-1/+1
2014-06-10fdo#79676: Initialize with a default chart only from the UI.Kohei Yoshida1-0/+5
2014-06-10Do not use GetSdrUndoFactory() in sc.Matúš Kukan1-1/+1
2014-05-18Avoid possible memory leaks in case of exceptionsTakeshi Abe1-3/+3
2014-05-12Let's not forget to free the SdrOle2Obj instance here.Kohei Yoshida1-1/+6
2014-05-12Bail out early if it's not a chart module.Kohei Yoshida1-270/+269
2014-05-08fix another crash on exitMarkus Mohrhard1-1/+1
2014-05-08don't put the parent window as child into itselfMarkus Mohrhard1-10/+7
2014-05-07fix crash on exitMarkus Mohrhard1-2/+11
2014-05-07fix crash when canceling the chart wizardMarkus Mohrhard1-1/+1
2014-05-07let us use the new OpenGLWindowMarkus Mohrhard1-2/+2
2014-05-07provide the OpenGL windowMarkus Mohrhard1-0/+16
2014-04-23sc: sal_Bool->boolNoel Grandin1-7/+7
2014-04-09preserve selection if chart creation is cancelled, cp#1000052Markus Mohrhard1-3/+7
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2014-01-28bool improvementsStephan Bergmann1-3/+3
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin1-2/+2
2013-10-04convert sc/inc/r*.hxx from String to OUStringNoel Grandin1-2/+2
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-4/+4
2013-06-06Resolves: #i121334# Changed default for charts background to be none...Armin Le Grand1-16/+5
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-22/+22
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-11/+11
2013-03-15remove some unnecessary linesMarkus Mohrhard1-10/+0
2013-03-15first step for Insert->Chart From FileMarkus Mohrhard1-0/+55
2013-03-15remove empty destructorMarkus Mohrhard1-8/+0
2013-03-15remove unnecessary ascii artMarkus Mohrhard1-48/+0
2013-02-25loplugin: improve indentationThomas Arnhold1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-03-22removed duplicate includes in scTakeshi Abe1-1/+0
2012-02-07Have SfxItemSet::HasItem take an optional pointer-to-pointer.Kohei Yoshida1-2/+2
2012-02-06I think it's time we had a real method for this...Kohei Yoshida1-7/+2
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-2/+2
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida1-0/+1
2011-11-07fdo#42526 : need to parse the address convention for parsing referencesMarkus Mohrhard1-1/+1
2011-11-07little refactoring in fuins2.cxxMarkus Mohrhard1-4/+6
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard1-1/+1
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-24/+24