summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-07This seems to help the MSVC build alongTor Lillqvist
2011-09-07remove freshly unused methodsCaolán McNamara
2011-09-07BITxxx functions according to ODF 1.2 OpenFormulaWolfgang Pechlaner
Implements BITAND, BITOR, BITXOR, BITLSHIFT and BITRSHIFT as specified by OASIS OpenDocument Format 1.2 OpenFormula / ODFF. Changes made by the committer: * Original submission added the new functions to the Logical group, that group has only functions though that return a logical value 1/0/true/false. ODFF groups them under "Bit operation functions" that currently is not available in Calc. Added the functions to the Mathematical group instead. * Changed descriptions of functions in the Function Wizard. * One sal_uInt64 constant instead of several identical literal 281474976710655 values. * Replaced 'or' operators with || * Don't push two return values, if PushIllegalArgument() was used don't use PushDouble() thereafter. * Treat double values with ::rtl::math::approxFloor() to obtain integer values. * For BITLSHIFT and BITRSHIFT implemented a different algorithm following the ODFF specification that allows larger shift values. * Use our block braces style, respectively don't use block braces for one-line if-statements. * Fixed indentation levels. * Adapted RTL_LOGFILE_CONTEXT_AUTHOR to say "pechlaner". Credit to whom credit is due ;-)
2011-09-07correct OPropertySetHelper2 copy constructor and assignment operatorLionel Elie Mamane
allows to get rid of export of vtable
2011-09-07apparently vtable & thunks necessary after all in gcc3.mapLionel Elie Mamane
2011-09-07typoLionel Elie Mamane
2011-09-07shouldEscapeDateTime() controls ODBC syntax for date literals, not ## formatLionel Elie Mamane
2011-09-07use MKDIRHIER instead of MKDIR to avoid bogus error messagesLionel Elie Mamane
2011-09-07moz ldap libraries: don't need LIBDIR to existLionel Elie Mamane
2011-09-07moz: do not try to get into non-existent directory and ignore errorLionel Elie Mamane
2011-09-07Restore ABI compatibility with LO 3.4 and earlierLionel Elie Mamane
Factor out ABI-breaking changes to OPropertySetHelper into a derived class OPropertySetHelper2. Only gcc3.map is up-to-date.
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