summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewdata.cxx
AgeCommit message (Expand)Author
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27#i119557# Ignore redundant "split" property.Andre Fischer
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac
2013-02-24loplugin: unused variablesThomas Arnhold
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
2013-01-28fdo#46808, Adapt document::*PropertyValues UNO service to new styleNoel Grandin
2012-12-14bnc#791706: Support multiple selection in page fields.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara
2012-05-25Revert "fix bad import positions of shapes & controls fdo#49430"Noel Power
2012-05-18ensure that number of tabs is correctly set in ScViewData, fdo#45987Markus Mohrhard
2012-05-18Revert 4 commits related to fdo#45987Markus Mohrhard
2012-05-18Yet another -Werror=sign-compareStephan Bergmann
2012-05-18and another wae ( that I missed )Noel Power
2012-05-18fix waeNoel Power
2012-05-18attempt to prevent illegal maTabData access(s)Noel Power
2012-05-18One more -Werror=sign-compareStephan Bergmann
2012-05-17fix bad stl access fdo#45987Noel Power
2012-05-03fix bad import positions of shapes & controls fdo#49430Noel Power
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-02-19Get rid of size() == 0Elton Chung
2012-01-10fdo#44147: Sheet 0 is selected by default.Kohei Yoshida
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara
2011-11-29These methods can be const.Kohei Yoshida
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl
2011-09-06merge area does not need to be increased if a shadow is attachedMarkus Mohrhard
2011-08-26String to rtl::OUString.Kohei Yoshida
2011-07-05change from manual loop to ScMarkData::iteratorMarkus Mohrhard
2011-06-07Shared commonly used STL function objects & remove memory leak.Kohei Yoshida
2011-06-07sal_Bool to bool etc.Kohei Yoshida
2011-06-07More meaningful method name & this should be private.Kohei Yoshida
2011-06-07A little code cleanup.Kohei Yoshida
2011-06-07Fixed out-of-bound access to array, which would cause a crash later.Kohei Yoshida
2011-06-07Renamed data member from pTabData to maTabData.Kohei Yoshida
2011-06-07Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard
2011-06-03improve performance of ScUndoInsertTables::UndoMarkus Mohrhard
2011-05-27some performance improvements for inserting sheetsMarkus Mohrhard
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak
2011-05-19fix some bugs introduced with the last patches and rework some partsMarkus Mohrhard
2011-05-18rework ScViewData to work with unlimited number of sheetsMarkus Mohrhard
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-02Remove bogus comments.Guillaume Poussel