summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column3.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-01-08Add new ods import test for rich-text cell contents.Kohei Yoshida1-0/+13
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-27/+17
2012-11-14resolved fdo#56278 broadcast deletion to dependent formula cellsEike Rathke1-32/+35
2012-11-02Mark these methods const.Kohei Yoshida1-1/+2
2012-11-01Double allocation switch no longer used since we switched to std::vector...Kohei Yoshida1-3/+0
2012-10-17ignore broadcaster cells to fill autofilter dialog, fdo#55712Markus Mohrhard1-0/+4
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-2/+2
2012-09-19use correct cell for broadcasting, fdo#55059Markus Mohrhard1-1/+4
2012-08-28prevent double delete of broadcaster, fdo#54074, fdo#53364Markus Mohrhard1-0/+3
2012-08-28fix indentationMarkus Mohrhard1-2/+2
2012-08-13fdo#53089: Avoid setting valid numbers as text during html import.Kohei Yoshida1-2/+2
2012-07-07fdo#43109: Don't check for simple number when text format is requested.Kohei Yoshida1-1/+1
2012-06-25if no new cell exists, create hidden broadcaster cell, fdo#51368Markus Mohrhard1-0/+3
2012-06-09Remove superfluous include commentsThomas Arnhold1-2/+0
2012-04-15resolved fdo#48731 in CSV import do not strip leading apostropheEike Rathke1-8/+13
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+1
2012-03-01there is no need any more for CloneWith[out]NoteMarkus Mohrhard1-5/+5
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard1-128/+10
2012-02-27merge GetString variantsCaolán McNamara1-9/+7
2012-02-08Rename TypedStrData to ScTypedStrData, just to be consistent.Kohei Yoshida1-7/+7
2012-02-08Moved TypedStrData into its own files.Kohei Yoshida1-1/+1
2012-02-08Move away from TypedScStrCollection in favor of STL's.Kohei Yoshida1-51/+46
2012-02-08Let's use enum for better type safety.Kohei Yoshida1-1/+1
2012-01-27fdo#44143: Keep cells with broadcasters alive during deletion.Kohei Yoshida1-7/+22
2012-01-27Revert "fdo#44143: Keep cells with broadcasters alive during deletion."Eike Rathke1-7/+0
2012-01-26fdo#44143: Keep cells with broadcasters alive during deletion.Kohei Yoshida1-0/+7
2012-01-23erase the correct element in ScColumn::Delete(), not the last oneEike Rathke1-1/+1
2012-01-20Prefer using back() to access the last element.Kohei Yoshida1-6/+10
2012-01-20Added 'm' prefix for a data member.Kohei Yoshida1-145/+145
2012-01-20Replace open-coded array with std::vector in ScColumn.Noel Grandin1-208/+146
2011-12-08bnc#656073: Allow filtering by error value.Kohei Yoshida1-16/+30
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard1-19/+18
2011-10-25To destroy a cell instance, we need to call ScBaseCell::Delete().Kohei Yoshida1-2/+2
2011-08-24adapt to unused memory correctlyEike Rathke1-19/+29
2011-08-16fix ScColumns::DeleteRange() responsible for all sorts of troubleEike Rathke1-36/+43
2011-08-10Number formatter sal_Bool -> bool clean-up and cosmeticsEike Rathke1-1/+1
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak1-4/+4
2011-05-23compensate for already shifted segmentsDavid Tardon1-2/+10
2011-05-22improve perf. of removing contents of large number of cellsDavid Tardon1-38/+61
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-71/+71
2011-03-04Don't strip the first apostrophe from a text input. (fdo#34260)Kohei Yoshida1-1/+12
2011-03-04Reduced indent level by early bail out.Kohei Yoshida1-187/+187
2011-03-04BOOL to bool.Kohei Yoshida1-2/+2
2011-02-08Clean-up bogus comments in calc.Guillaume Poussel1-4/+4
2011-01-19Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold1-2/+2
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-82/+82
2011-01-07cppcheck: Reduce variable scope in column3.cxxNigel Hawkins1-1/+1
2011-01-04fix build error and match signatureCaolán McNamara1-1/+1
2011-01-03Fixed build errors due to BOOL to bool conversions.Kohei Yoshida1-9/+9