summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2010-12-13Made the dialog a bit smaller to fit.Kohei Yoshida
2010-12-13Change Sheet copy processJoost Wezenbeek
2010-12-13Change Sheet copy processJoost Wezenbeek
2010-12-13Change Sheet copy processJoost Wezenbeek
2010-12-13Remove callcatcher for ScCellRangesBaseserval
2010-12-13Remove trailing spaces too when parsing csv's simple numbers.Kohei Yoshida
2010-12-13WaE, shadowed warningCaolán McNamara
2010-12-13We need to reset i to 0 after parsing spaces.Kohei Yoshida
2010-12-13The previous commit would skip *all* spaces. This is the right fix.Kohei Yoshida
2010-12-13When parsing numbers, ignore preceding spaces.Kohei Yoshida
2010-12-12Remove commented codeAnders Jonsson
2010-12-12Remove callcatcher ScBitMaskCompressedArrayserval
2010-12-12change of __READONLY_DATA define to constGert Faller
2010-12-11cleaning of __EXPORT defineGert Faller
2010-12-10Removed ScRangePairList::at() also, in favor of operator[].Kohei Yoshida
2010-12-10Removed ScRangeList::at() in favor of operator[].Kohei Yoshida
2010-12-10ScRangePtr is now gone. Good riddance.Kohei Yoshida
2010-12-10Use for_each to format string for range list.Kohei Yoshida
2010-12-10More on using iterators over element access operator.Kohei Yoshida
2010-12-10Access data member directly if we can.Kohei Yoshida
2010-12-10BOOL to boolKohei Yoshida
2010-12-10Use for_each & iterators to count the number of cells.Kohei Yoshida
2010-12-10More on using iterators over manual loops.Kohei Yoshida
2010-12-10Prefer to use iterators to for loop & element access via [].Kohei Yoshida
2010-12-10Some cleanup & build fix.Kohei Yoshida
2010-12-10XLSX VML Export fixes.Muthu Subramanian K
2010-12-10Remove DECLARE_LIST( ScRangePairList )Joseph Powers
2010-12-10Remove of the virtual function AppendContentserval
2010-12-09Don't allow client code to call clear() directly, it leaks memory.Kohei Yoshida
2010-12-09More efficient Find() operations using iterators.Kohei Yoshida
2010-12-09Access maRanges directly when we can.Kohei Yoshida
2010-12-09First cut on making ScRangeList not a child class of std::vector.Kohei Yoshida
2010-12-09Suppressed compiler warnings.Kohei Yoshida
2010-12-09Delete its objects before removing pointers.Kohei Yoshida
2010-12-09Remove another DECLARE_LIST() from CalcJoseph Powers
2010-12-09cppcheck: the scope of these variables can be reducedCaolán McNamara
2010-12-09cppcheck: can reduce the scope of these variablesCaolán McNamara
2010-12-08Oops I forgot to pass the iterator position.Kohei Yoshida
2010-12-08More on micro-speed optimization on std::map insertion.Kohei Yoshida
2010-12-08Slightly more efficient insertion for std::map.Kohei Yoshida
2010-12-08More on killing use of operator[] with std::map.Kohei Yoshida
2010-12-08Nuke more operator[] usage with std::map.Kohei Yoshida
2010-12-08More operator[] usage removal with std::map.Kohei Yoshida
2010-12-08Remove use of operator[] once again.Kohei Yoshida
2010-12-08Another removal of use of operator[] with std::map.Kohei Yoshida
2010-12-08Removed another use of operator[] with std::map.Kohei Yoshida
2010-12-08Replace one use of ScfRefMapNigel Hawkins
2010-12-08Avoid use of operator[] with std::map.Kohei Yoshida
2010-12-08Avoid using operator[] with std::map when inserting a new element.Kohei Yoshida
2010-12-07remove duplicate definition of memory pool for ImplTokenIteratorDavid Tardon