Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-07 | compensate for missing newlines at end of windows .d files when concatenating | Michael Meeks | |
2011-09-07 | We don't need any .lnk or .link stuff, do we? | Tor Lillqvist | |
2011-09-07 | Don't deliver build.lst to solver and don't look for it there | Tor Lillqvist | |
2011-09-07 | update to latest version of vcredist fdo#40399 | Andras Timar | |
2011-09-07 | enable to replace the vendor name in Windows installer, bnc#571489 | Andras Timar | |
2011-09-07 | Fixed build error about double conversion | Cédric Bosdonnat | |
2011-09-07 | Sw page break: added a text above the line to explain the visualization | Cédric Bosdonnat | |
2011-09-07 | replace api.openoffice.org to api.libreoffice.org | Andras Timar | |
2011-09-07 | callcatcher: unused code | Caolán McNamara | |
2011-09-07 | Resolves/Related: fdo#40449 uninitialized issymbol member variable | Caolán McNamara | |
2011-09-07 | callcatcher: unused code | Caolán McNamara | |
2011-09-07 | surely a terrible idea to use a random system encoding here | Caolán McNamara | |
2011-09-07 | use read_uInt8s_AsOString here | Caolán McNamara | |
2011-09-07 | ByteString->rtl::OString | Caolán McNamara | |
2011-09-07 | probably want a SfxBoolItem of false here | Caolán McNamara | |
2011-09-07 | kill TF_POOLABLE, step 2: remove dead code | Bjoern Michaelsen | |
2011-09-07 | Hopefully this will fix the build breakage on Mac. | Kohei Yoshida | |
2011-09-06 | Improve performance of large Excel documents wrt cell style import. | Kohei Yoshida | |
This change improves import performance of Excel documents based on the following changes. 1) Pool styles only once per call. This removes SfxItemPoolCache instantiation and destruction which is quite expensive. This alone cuts import almost by half with large documents with lots of styles applied. 2) Skip removal of direct formats when setting style. The old code was iterating through all attribute regions in order to try to remove overlapping format attributes when applying a style. But that's strictly not necessary (and bad for performance) during import. This also removes the need to re-apply the direct formats right afterward. 3) Avoid creating a duplicate ScPatternAttr instance per XF. There is simply no need to create a clone of the style only to put it into the styles pool and get discarded. This saves additional few seconds. | |||
2011-09-06 | Refactored SfxItemPool for better encapsulation. | Kohei Yoshida | |
Basically everything except pItemInfos is under pImp. This will make it easier for future refactoring in the implementation area. | |||
2011-09-06 | silence the hamcrest check | Peter Foley | |
2011-09-06 | clean visibility.cxx | Peter Foley | |
The visibility configure test failed to clean up visibility.cxx. This patch fixes that. | |||
2011-09-07 | kill TF_POOLABLE, step 1: error if unset | Bjoern Michaelsen | |
2011-09-07 | try to prevent race condition related to settings.mk/%minor.mk | Bjoern Michaelsen | |
* observed on gentoo tinderbox | |||
2011-09-07 | don't use fixed version number | Andras Timar | |
2011-09-07 | css tweaks and LibreOffice branding | Andras Timar | |
2011-09-07 | licence footer for API docs | Andras Timar | |
2011-09-07 | translated German comment | Andras Timar | |
2011-09-07 | add LibreOffice colors to SDK cpp doc css | Andras Timar | |
2011-09-06 | initital work for a unit test for calc's basic features | Markus Mohrhard | |
the SC_DLLPUBLIC changes in document.hxx are only necessary until we can link statically against sc | |||
2011-09-06 | related #i114504: external reference manager part | Markus Mohrhard | |
2011-09-06 | related #i114504: don't assume external references are always file urls | Niklas Nebel | |
2011-09-06 | merge area does not need to be increased if a shadow is attached | Markus Mohrhard | |
2011-09-06 | Update shape fill preview on switch to this tab | Katarina Machalkova | |
(related to i#95158, but not quite) | |||
2011-09-06 | [cppchecker] unread Variable warning suppressed | Pierre-André Jacquod | |
2011-09-06 | [cppchecker] suppress unread Variable warnings | Pierre-André Jacquod | |
2011-09-06 | [cppchecker] superfluous variable deleted | Pierre-André Jacquod | |
2011-09-06 | [cppchecker] deletion of unread variable | Pierre-André Jacquod | |
2011-09-06 | [cppchecker] unread variable deleted | Pierre-André Jacquod | |
2011-09-06 | [cppchecker] deletion of supperfluous variable | Pierre-André Jacquod | |
2011-09-06 | [cppchecker] deletion of unread / unneeded variable | Pierre-André Jacquod | |
2011-09-06 | [cppchecker] deletion of unneeded variables | Pierre-André Jacquod | |
2011-09-06 | [cppchecker] suppression of unread Variable | Pierre-André Jacquod | |
2011-09-06 | [cppchecker] deleting unread variable | Pierre-André Jacquod | |
2011-09-06 | [cppcheker] delete unread variable | Pierre-André Jacquod | |
2011-09-06 | [cppchecker] local variable deleted | Pierre-André Jacquod | |
this local declaration makes no sense, based on the previous code, it seems this is a rest of the former code change | |||
2011-09-06 | [cppchecker] deletion of not needed variable | Pierre-André Jacquod | |
2011-09-06 | [cppchecker] unread Variable within a #ifdef [WINT] removed | Pierre-André Jacquod | |
2011-09-06 | i#118224: kill O(n^2) complexity of unique bookmark name creation | Christoph Lutz | |
2011-09-06 | Header/Footer: added the menu button to the separator. | Cédric Bosdonnat | |
Show either a SPIN_DOWN arrow if there is a header or a plus is there is none. | |||
2011-09-06 | make sure we can detect if vba code was imported | Noel Power | |