Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-02 | Cache field style index for current range for better performance. | Kohei Yoshida | 2 | -1/+32 | |
This cuts about 3 seconds off with my test document. | |||||
2010-12-02 | Replaced the inner vector with flat_segment_tree. | Kohei Yoshida | 2 | -25/+15 | |
This dramatically reduced memory footprint per sheet during export to ods. With my test doc with 293 sheets, the resident memory size dropped from 1.4 GB to 270 MB. | |||||
2010-12-02 | Replaced std::vector with boost::ptr_vector. | Kohei Yoshida | 2 | -7/+7 | |
Nested std::vector does excessive copying of inner vector instances behind the scene. Using ptr_vector to store the pointers to the inner vector instances avoids that. Doing this alone cuts memory footprint per sheet when exporting document to .ods file. | |||||
2010-12-02 | WaE, fix member init list | Caolán McNamara | 1 | -1/+1 | |
2010-12-01 | Remove DECLARE_LIST( ScHTMLImageList, ScHTMLImage* ) from eeparser.hxx | Joseph Powers | 3 | -43/+33 | |
This is the 1st of 2 DECLARE_LIST()s in the file. | |||||
2010-12-01 | Remove DECLARE_LIST() from class ScDocument | Joseph Powers | 4 | -38/+25 | |
The list wasn't needed. You could only have 1 item in the list at any one time; so, I just replaced it with a pointer. | |||||
2010-12-01 | remove a compiler warning | Joseph Powers | 1 | -18/+20 | |
The compiler was thinking that you could get to the end without a return. It was wrong... but this will shut it up. | |||||
2010-12-01 | cppcheck: can reduce the scope of this variable | Caolán McNamara | 1 | -1/+1 | |
2010-12-01 | Resolves: rhbz#658304 late-init color config. to avoid crash on recovery | David Tardon | 5 | -35/+55 | |
2010-11-30 | Fix incorrect merge conflict. This fixes fdo#32002.LIBREOFFICE_PRE_BOOTSTRAP_BUILD | Caolán McNamara | 1 | -2/+0 | |
2010-11-30 | Fix Muthu Subramanian type issue | Joseph Powers | 1 | -1/+1 | |
2010-11-30 | Import of super/subscript properties of cells - n#655193 | Muthu Subramanian K | 1 | -10/+38 | |
2010-11-30 | Import hyperlinks of textboxes/shapes - n#655216 | Muthu Subramanian K | 1 | -3/+7 | |
2010-11-29 | callcatcher: unused methods | Caolán McNamara | 1 | -12/+0 | |
2010-11-28 | cppcheck: unit member | Caolán McNamara | 1 | -0/+1 | |
2010-11-28 | cppcheck: can reduce scope of this variable | Caolán McNamara | 1 | -2/+1 | |
2010-11-27 | cppcheck: use prefix form | Caolán McNamara | 1 | -5/+5 | |
2010-11-27 | fix debug build with dbglevel=2 | David Tardon | 1 | -17/+22 | |
2010-11-27 | remove unnecessary #if | David Tardon | 1 | -2/+0 | |
It's in #if OSL_DEBUG_LEVEL > 1 block already. | |||||
2010-11-26 | cppcheck: use prefix variantfeature/bootstrap-build | Caolán McNamara | 1 | -1/+1 | |
2010-11-26 | This one also unintended commit... Sigh. | Kohei Yoshida | 1 | -1/+0 | |
2010-11-26 | Heh, nuke this also. What's wrnog with me? | Kohei Yoshida | 1 | -2/+0 | |
2010-11-26 | Removed stack printer definition. Oops. | Kohei Yoshida | 1 | -41/+0 | |
I didn't intend to check this piece in, sorry. | |||||
2010-11-26 | samba-hyperlinks-sc-sd.diff: migrated | Jan Holesovsky | 1 | -1/+9 | |
process relative SMB paths (in hyperlinks) correctly | |||||
2010-11-26 | fix failing build on windows, use osl_getSystemTime instead of gettimeofday | Noel Power | 1 | -4/+3 | |
2010-11-26 | Add more files to EXCEPTIONSFILES. | Thomas Klausner | 3 | -5/+5 | |
2010-11-25 | RTL_CONSTASCII_USTRINGPARAM in calc | Gert Faller | 4 | -10/+11 | |
2010-11-25 | Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/calc | Jan Holesovsky | 5 | -10/+11 | |
2010-11-25 | cppcheck: methods can be const | Caolán McNamara | 1 | -1/+1 | |
2010-11-25 | cppcheck: methods can be const | Caolán McNamara | 1 | -2/+4 | |
2010-11-25 | remove empty method | Caolán McNamara | 2 | -5/+5 | |
2010-11-25 | Fixed crash in xls export caused by off-by-one iterator | Katarina Machalkova | 1 | -2/+1 | |
(this is for bnc#653533 and fdo#31141) | |||||
2010-11-25 | Merge remote branch 'origin/libreoffice-3-3' | Jan Holesovsky | 5 | -3/+26 | |
Conflicts: sc/source/filter/xml/xmlimprt.cxx | |||||
2010-11-25 | cppcheck: methods can be const | Caolán McNamara | 2 | -2/+2 | |
2010-11-25 | cppcheck: methods can be const | Caolán McNamara | 2 | -8/+10 | |
2010-11-25 | WaE, use SAL_PRIdINT32 for printf | Caolán McNamara | 1 | -1/+1 | |
2010-11-24 | .src cleanup | Joseph Powers | 9 | -22/+8 | |
2010-11-24 | cppcheck: Fixed self-assignment of sModuleName. | Kohei Yoshida | 1 | -2/+2 | |
2010-11-24 | cppcheck: marked several methods const. | Kohei Yoshida | 1 | -2/+2 | |
2010-11-24 | cppcheck: removed a local var that is never used, plus some cleanups. | Kohei Yoshida | 1 | -7/+1 | |
2010-11-24 | cppcheck: Variable 'nPosY' is assigned a value that is never used. | Kohei Yoshida | 1 | -2/+0 | |
2010-11-24 | cppcheck: removed local variable that was not really used. | Kohei Yoshida | 1 | -2/+0 | |
2010-11-24 | cppcheck: removed excess parens. | Kohei Yoshida | 1 | -1/+1 | |
2010-11-24 | cppcheck: reduce the scopes of local variables. | Kohei Yoshida | 1 | -8/+9 | |
2010-11-24 | Move typedef for private members into their respective class scope. | Kohei Yoshida | 2 | -12/+53 | |
2010-11-24 | uno::Reference -> Reference, to make it shorter. | Kohei Yoshida | 1 | -36/+37 | |
2010-11-24 | Let's not include everything from the rtl namespace. | Kohei Yoshida | 1 | -1/+2 | |
2010-11-24 | Reduced indentation levels & some code cleanups. | Kohei Yoshida | 1 | -129/+119 | |
2010-11-24 | .src cleanup | Joseph Powers | 18 | -46/+104 | |
2010-11-24 | Fixed indentation inconsistencies. | Kohei Yoshida | 1 | -39/+38 | |