summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-07compensate for missing newlines at end of windows .d files when concatenatingMichael Meeks
2011-09-07We don't need any .lnk or .link stuff, do we?Tor Lillqvist
2011-09-07Don't deliver build.lst to solver and don't look for it thereTor Lillqvist
2011-09-07update to latest version of vcredist fdo#40399Andras Timar
2011-09-07enable to replace the vendor name in Windows installer, bnc#571489Andras Timar
2011-09-07Fixed build error about double conversionCédric Bosdonnat
2011-09-07Sw page break: added a text above the line to explain the visualizationCédric Bosdonnat
2011-09-07replace api.openoffice.org to api.libreoffice.orgAndras Timar
2011-09-07callcatcher: unused codeCaolán McNamara
2011-09-07Resolves/Related: fdo#40449 uninitialized issymbol member variableCaolán McNamara
2011-09-07callcatcher: unused codeCaolán McNamara
2011-09-07surely a terrible idea to use a random system encoding hereCaolán McNamara
2011-09-07use read_uInt8s_AsOString hereCaolán McNamara
2011-09-07ByteString->rtl::OStringCaolán McNamara
2011-09-07probably want a SfxBoolItem of false hereCaolán McNamara
2011-09-07kill TF_POOLABLE, step 2: remove dead codeBjoern Michaelsen
2011-09-07Hopefully this will fix the build breakage on Mac.Kohei Yoshida
2011-09-06Improve 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-06Refactored 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-06silence the hamcrest checkPeter Foley
2011-09-06clean visibility.cxxPeter Foley
The visibility configure test failed to clean up visibility.cxx. This patch fixes that.
2011-09-07kill TF_POOLABLE, step 1: error if unsetBjoern Michaelsen
2011-09-07try to prevent race condition related to settings.mk/%minor.mkBjoern Michaelsen
* observed on gentoo tinderbox
2011-09-07don't use fixed version numberAndras Timar
2011-09-07css tweaks and LibreOffice brandingAndras Timar
2011-09-07licence footer for API docsAndras Timar
2011-09-07translated German commentAndras Timar
2011-09-07add LibreOffice colors to SDK cpp doc cssAndras Timar
2011-09-06initital work for a unit test for calc's basic featuresMarkus Mohrhard
the SC_DLLPUBLIC changes in document.hxx are only necessary until we can link statically against sc
2011-09-06related #i114504: external reference manager partMarkus Mohrhard
2011-09-06related #i114504: don't assume external references are always file urlsNiklas Nebel
2011-09-06merge area does not need to be increased if a shadow is attachedMarkus Mohrhard
2011-09-06Update shape fill preview on switch to this tabKatarina Machalkova
(related to i#95158, but not quite)
2011-09-06[cppchecker] unread Variable warning suppressedPierre-André Jacquod
2011-09-06[cppchecker] suppress unread Variable warningsPierre-André Jacquod
2011-09-06[cppchecker] superfluous variable deletedPierre-André Jacquod
2011-09-06[cppchecker] deletion of unread variablePierre-André Jacquod
2011-09-06[cppchecker] unread variable deletedPierre-André Jacquod
2011-09-06[cppchecker] deletion of supperfluous variablePierre-André Jacquod
2011-09-06[cppchecker] deletion of unread / unneeded variablePierre-André Jacquod
2011-09-06[cppchecker] deletion of unneeded variablesPierre-André Jacquod
2011-09-06[cppchecker] suppression of unread VariablePierre-André Jacquod
2011-09-06[cppchecker] deleting unread variablePierre-André Jacquod
2011-09-06[cppcheker] delete unread variablePierre-André Jacquod
2011-09-06[cppchecker] local variable deletedPierre-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 variablePierre-André Jacquod
2011-09-06[cppchecker] unread Variable within a #ifdef [WINT] removedPierre-André Jacquod
2011-09-06i#118224: kill O(n^2) complexity of unique bookmark name creationChristoph Lutz
2011-09-06Header/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-06make sure we can detect if vba code was importedNoel Power