Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-10 | Removed ScRangePairList::at() also, in favor of operator[]. | Kohei Yoshida | 5 | -18/+13 | |
2010-12-10 | Removed ScRangeList::at() in favor of operator[]. | Kohei Yoshida | 27 | -68/+49 | |
2010-12-10 | ScRangePtr is now gone. Good riddance. | Kohei Yoshida | 23 | -41/+41 | |
2010-12-10 | Use for_each to format string for range list. | Kohei Yoshida | 1 | -8/+41 | |
2010-12-10 | More on using iterators over element access operator. | Kohei Yoshida | 1 | -27/+30 | |
2010-12-10 | Access data member directly if we can. | Kohei Yoshida | 1 | -1/+1 | |
2010-12-10 | BOOL to bool | Kohei Yoshida | 1 | -2/+2 | |
2010-12-10 | Use for_each & iterators to count the number of cells. | Kohei Yoshida | 1 | -12/+22 | |
2010-12-10 | More on using iterators over manual loops. | Kohei Yoshida | 1 | -23/+30 | |
2010-12-10 | Prefer to use iterators to for loop & element access via []. | Kohei Yoshida | 1 | -17/+35 | |
2010-12-10 | Some cleanup & build fix. | Kohei Yoshida | 1 | -52/+40 | |
I need to export symbols of ScRangePairList as it is called from the excel export filter. | |||||
2010-12-10 | XLSX VML Export fixes. | Muthu Subramanian K | 1 | -1/+4 | |
VML files have .vml (instead of .xml) | |||||
2010-12-10 | Remove DECLARE_LIST( ScRangePairList ) | Joseph Powers | 6 | -208/+277 | |
2010-12-10 | Remove of the virtual function AppendContent | serval | 1 | -18/+0 | |
2010-12-09 | Don't allow client code to call clear() directly, it leaks memory. | Kohei Yoshida | 11 | -26/+35 | |
Call RemoveAll() instead. Better yet, I've removed clear() call as it's safer this way. | |||||
2010-12-09 | More efficient Find() operations using iterators. | Kohei Yoshida | 1 | -13/+23 | |
2010-12-09 | Access maRanges directly when we can. | Kohei Yoshida | 1 | -13/+13 | |
2010-12-09 | First cut on making ScRangeList not a child class of std::vector. | Kohei Yoshida | 11 | -27/+116 | |
Also fixed some memory leaks along the way. | |||||
2010-12-09 | Suppressed compiler warnings. | Kohei Yoshida | 2 | -3/+3 | |
2010-12-09 | Delete its objects before removing pointers. | Kohei Yoshida | 1 | -1/+5 | |
2010-12-09 | Remove another DECLARE_LIST() from Calc | Joseph Powers | 69 | -961/+676 | |
Signed-off-by: Kohei Yoshida <kyoshida@novell.com> | |||||
2010-12-09 | cppcheck: the scope of these variables can be reduced | Caolán McNamara | 1 | -2/+2 | |
2010-12-09 | cppcheck: can reduce the scope of these variables | Caolán McNamara | 1 | -1/+1 | |
2010-12-08 | Oops I forgot to pass the iterator position. | Kohei Yoshida | 1 | -1/+1 | |
2010-12-08 | More on micro-speed optimization on std::map insertion. | Kohei Yoshida | 2 | -32/+32 | |
Cf. Effective STL, Item 24. | |||||
2010-12-08 | Slightly more efficient insertion for std::map. | Kohei Yoshida | 1 | -6/+8 | |
2010-12-08 | More on killing use of operator[] with std::map. | Kohei Yoshida | 1 | -2/+9 | |
2010-12-08 | Nuke more operator[] usage with std::map. | Kohei Yoshida | 1 | -3/+5 | |
2010-12-08 | More operator[] usage removal with std::map. | Kohei Yoshida | 1 | -2/+10 | |
2010-12-08 | Remove use of operator[] once again. | Kohei Yoshida | 1 | -10/+10 | |
2010-12-08 | Another removal of use of operator[] with std::map. | Kohei Yoshida | 1 | -1/+7 | |
2010-12-08 | Removed another use of operator[] with std::map. | Kohei Yoshida | 1 | -2/+11 | |
2010-12-08 | Replace one use of ScfRefMap | Nigel Hawkins | 3 | -16/+44 | |
Signed-off-by: Kohei Yoshida <kyoshida@novell.com> | |||||
2010-12-08 | Avoid use of operator[] with std::map. | Kohei Yoshida | 1 | -2/+13 | |
2010-12-08 | Avoid using operator[] with std::map when inserting a new element. | Kohei Yoshida | 1 | -2/+16 | |
2010-12-07 | remove duplicate definition of memory pool for ImplTokenIterator | David Tardon | 1 | -4/+0 | |
This is already done in formula/source/core/api/token.cxx ! | |||||
2010-12-06 | remove obsolete __FAR_DATAfeature/currency-64bit | Michael Callahan | 16 | -142/+142 | |
2010-12-05 | Replace all occured, occurance etc. | Takeshi Abe | 15 | -24/+24 | |
2010-12-05 | WaE, shadowed variable names | Caolán McNamara | 1 | -2/+1 | |
2010-12-04 | Remove DECLARE_LIST( ScRTFDefaultList, ScRTFCellDefault* ) | Joseph Powers | 2 | -17/+23 | |
2010-12-04 | Remove DECLARE_LIST( ScHTMLGraphList, ScHTMLGraphEntry* ) | Joseph Powers | 3 | -44/+21 | |
2010-12-03 | WaE, shadowed variables | Caolán McNamara | 1 | -14/+7 | |
2010-12-03 | WaE, shadowed variables | Caolán McNamara | 2 | -13/+11 | |
2010-12-03 | Remove DECLARE_LIST( ScEEParseList, ScEEParseEntry* ) from ScEEParser | Joseph Powers | 6 | -68/+112 | |
2010-12-03 | more Sal n elements | Kenneth Venken | 13 | -28/+36 | |
2010-12-03 | WaE: ptr_vector ctor takes a size to reserve, not a pointer | Caolán McNamara | 1 | -1/+1 | |
2010-12-02 | Fix another mistake in my patch | Joseph Powers | 1 | -2/+2 | |
Hopefully this is the last fix. | |||||
2010-12-02 | Fix "Remove DECLARE_LIST() from class ScDocument" | Joseph Powers | 3 | -23/+37 | |
Fixes some issues with commit 95b419dfeea83549ed021d9b1ccc0da0649779ab. | |||||
2010-12-02 | Moved new wrapper class into own files. | Kohei Yoshida | 5 | -63/+139 | |
2010-12-02 | Refactored to avoid using CR_HIDDEN and CR_FILTERED. | Kohei Yoshida | 2 | -42/+120 | |
CR_HIDDEN and CR_FILTERED as row attributes are deprecated; we should eliminate all instances of their usage ASAP. |