summaryrefslogtreecommitdiffstats
path: root/sc/source
Commit message (Expand)AuthorAgeFilesLines
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-19144-677/+672
* trailing whitespacesThomas Arnhold2013-03-191-1/+1
* avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what notLuboš Luňák2013-03-181-1/+1
* resolved #i119960# paste single line with quotesEike Rathke2013-03-181-16/+16
* Fix fdo#37464 - Cell Border works backwards on Right-to-Left sheetFaisal M. Al-Otaibi2013-03-181-7/+32
* error bar range is also part of chart range, related fdo#52159Markus Mohrhard2013-03-181-17/+70
* for internal data providers this makes no senseMarkus Mohrhard2013-03-181-0/+3
* Fix fdo#62399 Border incorrect for RTLFaisal M. Al-Otaibi2013-03-171-1/+18
* fix after String->rtl::OUString conversionDavid Tardon2013-03-171-2/+2
* Bin some pointless comments and ASCII graphicsTor Lillqvist2013-03-161-2/+0
* Resolves: #i119460# Use localized strings on Data Pilot fields grouped by dateAriel Constenla-Haile2013-03-164-27/+73
* sc: translate some debug messagesThomas Arnhold2013-03-1651-184/+184
* Actually unknown script type doesn't equal empty script type (0).Kohei Yoshida2013-03-155-16/+15
* ScBaseCell::nScriptType is no more.Kohei Yoshida2013-03-156-35/+20
* Accessor methods in ScDocument for cell text's script types.Kohei Yoshida2013-03-151-0/+16
* More script type handling.Kohei Yoshida2013-03-152-8/+38
* Started handling the cell text script types. Still work in progress.Kohei Yoshida2013-03-152-0/+83
* Set up new container to store cell text's script type.Kohei Yoshida2013-03-152-4/+9
* Actually these should be MAXROWCOUNT; MAXROW would be one element too short.Kohei Yoshida2013-03-151-2/+2
* Flush buffer before aborting; else we may not see the output at all.Kohei Yoshida2013-03-151-0/+2
* Turn off debugging and silence compiler warning.Kohei Yoshida2013-03-151-1/+3
* Oops the erase() method takes start and end positions.Kohei Yoshida2013-03-151-1/+1
* Better consistency checking.Kohei Yoshida2013-03-151-1/+25
* Fix the text width array going out of sync when shifting row positions.Kohei Yoshida2013-03-151-0/+9
* Delete cell segments using reverse iterator (as TODO comment said).Kohei Yoshida2013-03-151-43/+30
* Don't forget to set text widths here too.Kohei Yoshida2013-03-151-1/+6
* Move some of the code to local functions to make it easier to read.Kohei Yoshida2013-03-151-46/+63
* Reduce indentation level.Kohei Yoshida2013-03-151-104/+100
* Add integrity check after column cell storage is modified.Kohei Yoshida2013-03-151-0/+21
* Call CellStorageModified() *after* the text widths get modified.Kohei Yoshida2013-03-152-18/+16
* Create skeleton accessors for cell text script types.Kohei Yoshida2013-03-155-2/+41
* restore enough of XOBitmap to do fore/back color setting on escher patternsCaolán McNamara2013-03-151-0/+12
* Related: #i119125# change XFillBitmapItem to work with GraphicObjectArmin Le Grand2013-03-152-15/+4
* follow patch for fdo#38385 attempt to detect rtlNoel Power2013-03-152-6/+39
* Tentative fix to make JunitTest_sc_unopai work againStephan Bergmann2013-03-151-0/+4
* fix "simplify copy"Ivan Timofeev2013-03-151-1/+1
* forgot the fileMarkus Mohrhard2013-03-151-0/+42
* simplify copyThomas Arnhold2013-03-151-1/+1
* remove some unnecessary linesMarkus Mohrhard2013-03-151-10/+0
* first step for Insert->Chart From FileMarkus Mohrhard2013-03-153-1/+72
* remove empty destructorMarkus Mohrhard2013-03-152-10/+10
* remove unnecessary ascii artMarkus Mohrhard2013-03-152-54/+0
* initial work on an odc exportMarkus Mohrhard2013-03-154-4/+49
* fixesThomas Arnhold2013-03-155-6/+6
* fdo#38838: Replaced some (Uni)String to OUString in core/scelixir2013-03-148-93/+94
* Pointless nit-picking on coding styleFridrich Štrba2013-03-141-5/+3
* Remove a local inline function that's used from only one call site.Kohei Yoshida2013-03-141-9/+6
* Unit test for the new column-based text width storage, via new iterator.Kohei Yoshida2013-03-142-51/+77
* Move TEXTWIDTH_DIRTH to globalnames.hxx.Kohei Yoshida2013-03-146-0/+6
* We should exit the idle calc when the sheet changes.Kohei Yoshida2013-03-141-0/+3