summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewdata.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-28set only valid positions from ScExtTabSettings at ScViewDataTableEike Rathke1-4/+13
2014-01-11fdo#73484: Ensure that we import all tab settings from Excel.Kohei Yoshida1-0/+4
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-45/+45
2013-10-24more string bounds checks for scCaolán McNamara1-1/+1
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-6/+6
2013-10-04convert sc/inc/view*.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-14convert Read/WriteUserData methods to OUString and boolIvan Timofeev1-32/+30
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-1/+1
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-39/+39
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-45/+45
2013-03-27#i119557# Ignore redundant "split" property.Andre Fischer1-0/+3
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac1-29/+16
2013-02-24loplugin: unused variablesThomas Arnhold1-2/+0
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-17/+17
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-2/+2
2013-01-28fdo#46808, Adapt document::*PropertyValues UNO service to new styleNoel Grandin1-32/+24
2012-12-14bnc#791706: Support multiple selection in page fields.Kohei Yoshida1-2/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky1-2/+2
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara1-1/+1
2012-05-25Revert "fix bad import positions of shapes & controls fdo#49430"Noel Power1-4/+3
2012-05-18ensure that number of tabs is correctly set in ScViewData, fdo#45987Markus Mohrhard1-0/+3
2012-05-18Revert 4 commits related to fdo#45987Markus Mohrhard1-27/+19
2012-05-18Yet another -Werror=sign-compareStephan Bergmann1-1/+1
2012-05-18and another wae ( that I missed )Noel Power1-1/+1
2012-05-18fix waeNoel Power1-1/+1
2012-05-18attempt to prevent illegal maTabData access(s)Noel Power1-16/+21
2012-05-18One more -Werror=sign-compareStephan Bergmann1-1/+1
2012-05-17fix bad stl access fdo#45987Noel Power1-4/+7
2012-05-03fix bad import positions of shapes & controls fdo#49430Noel Power1-3/+4
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks1-0/+5
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-2/+2
2012-02-19Get rid of size() == 0Elton Chung1-2/+2
2012-01-10fdo#44147: Sheet 0 is selected by default.Kohei Yoshida1-0/+2
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-3/+4
2011-11-29These methods can be const.Kohei Yoshida1-2/+2
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida1-13/+25
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl1-2/+4
2011-09-06merge area does not need to be increased if a shadow is attachedMarkus Mohrhard1-1/+1
2011-08-26String to rtl::OUString.Kohei Yoshida1-5/+3
2011-07-05change from manual loop to ScMarkData::iteratorMarkus Mohrhard1-16/+7
2011-06-07Shared commonly used STL function objects & remove memory leak.Kohei Yoshida1-0/+3
2011-06-07sal_Bool to bool etc.Kohei Yoshida1-11/+11
2011-06-07More meaningful method name & this should be private.Kohei Yoshida1-22/+13
2011-06-07A little code cleanup.Kohei Yoshida1-26/+19
2011-06-07Fixed out-of-bound access to array, which would cause a crash later.Kohei Yoshida1-1/+13
2011-06-07Renamed data member from pTabData to maTabData.Kohei Yoshida1-136/+135
2011-06-07Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard1-57/+82