Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-13 | reduce use of UniString ctor from null-terminated unicodearray | Caolán McNamara | |
Change-Id: I98361309ada084d8f78517ce88f210d785f59cc0 | |||
2012-06-12 | fdo#50822 add function XOR to calc as in ODFF1.2 | Winfried Donkers | |
Change-Id: I994119c0520658775d07f776237d31a03f53ab52 | |||
2012-06-11 | remove EraseLeadingChars and EraseTrailingChars | Caolán McNamara | |
Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892 | |||
2012-06-09 | Remove superfluous include comments | Thomas Arnhold | |
Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59 | |||
2012-05-29 | targetted SAL_N_ELEMENTS reversion. | Michael Meeks | |
Change-Id: I30be93ccaeb1f9fd17cbe9e3ed3165e094810b2e | |||
2012-05-16 | remove unneeded include of boost/bind.hpp | Caolán McNamara | |
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c | |||
2012-05-13 | fdo#44456 added calc function DATEDIF as in ODF1.2 | Winfried Donkers | |
Change-Id: I082ea20d02bf37d515fc33d627281696fc48fcb6 | |||
2012-05-13 | callcatcher: update unused code list | Caolán McNamara | |
Change-Id: I2b21cb0b6d9164b18594e2c122ce242062be276d | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||
2012-04-23 | Unused code removal | Javier Silva Sanahuja | |
2012-04-20 | Remove unused method ArgInput::GetArgSelection | Jaime Navarro | |
2012-04-09 | add package deps for resources | David Tardon | |
2012-04-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | |
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) | |||
2012-04-02 | remove static objects from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-27 | more dependencies and include paths | Matúš Kukan | |
2012-03-23 | .html files don't need executable bits | Michael Stahl | |
2012-03-23 | .component files don't need executable bits | Michael Stahl | |
2012-03-23 | .hrc files don't need executable bits | Michael Stahl | |
2012-03-23 | .h files don't need executable bits | Michael Stahl | |
2012-03-22 | restructure the code a bit more | Markus Mohrhard | |
2012-03-22 | prevent call to virtual method in destructor, fdo#47589 | Markus Mohrhard | |
2012-03-21 | No FORMULA_DLLPUBLIC needed here | Stephan Bergmann | |
2012-03-21 | Ensure ResMgr outlives Resources | Stephan Bergmann | |
2012-03-21 | chmod -x | Tor Lillqvist | |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann | |
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed. | |||
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-05 | WaE: expression result unused | Tor Lillqvist | |
2012-03-01 | More IMPL_LINK_NOARG fixes | Stephan Bergmann | |
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann | |
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. | |||
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2012-02-08 | Added READMEs for modules which used to be in libs-core | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-24 | callcatcher: update list, remove newly unused methods | Caolán McNamara | |
2012-01-20 | Mempool size args are unused. | Stephan Bergmann | |
2012-01-19 | remove unused methods | Thomas Arnhold | |
2012-01-19 | remove unused macros | Thomas Arnhold | |
2012-01-17 | Replaced SAL_INFO with SAL_WARN were applicable. | Marcel Metz | |
2012-01-16 | Replaced DBG_ERRORFILE with SAL_INFO. | Marcel Metz | |
2012-01-09 | simplify CharClass | Caolán McNamara | |
multiple variants of toUpper (etc) some that take a non-const OUString or String and modify it some that take a const OUString or String and return a new one some that take part of a const OUString or String and return a new one | |||
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2011-12-26 | Fix for fdo43460 Part XIX getLength() to isEmpty() | Olivier Hallot | |
Part XIX Module formula and fpicker | |||
2011-12-14 | catch exception by constant reference | Takeshi Abe | |
2011-12-07 | i#106210 store proper ODFF names, accept aliases | Eike Rathke | |
Older releases stored a few function names not defined by ODFF, namely EASTERSUNDAY instead of ORG.OPENOFFICE.EASTERSUNDAY, TDIST instead of LEGACY.TDIST and B instead of BINOM.DIST.RANGE. Since OOo/LibO 3.3 the proper function names can be read, additionally to the "wrong" names. Now it's time to write the proper names and still accept the incorrect ones. Test cases are attached to AOOo issues: ORG.OPENOFFICE.EASTERSUNDAY https://issues.apache.org/ooo/show_bug.cgi?id=112882 LEGACY.TDIST and BINOM.DIST.RANGE https://issues.apache.org/ooo/show_bug.cgi?id=110229 Note that the FALSE in A2 and A3 is a result of the string comparison of the actual formula, that differs in separators (, vs ;) only. (cherry picked from commit a9b03bd19945a90040fd4346599e281a7813efc2) | |||
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-06 | normalize Red Hat, Inc. spellings, and bump to latest template | Caolán McNamara | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-28 | #i111413# re-added translation relevant strings for SEC, CSC, SECH and CSCH. | Eike Rathke | |
Functions' UI name strings weren't marked for translation, added that now. | |||
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |