summaryrefslogtreecommitdiffstats
path: root/formula
Commit message (Collapse)AuthorAgeFilesLines
* more dependencies and include pathsMatúš Kukan2012-03-271-0/+1
|
* .html files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* .component files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* .hrc files don't need executable bitsMichael Stahl2012-03-236-0/+0
|
* .h files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* restructure the code a bit moreMarkus Mohrhard2012-03-222-9/+6
|
* prevent call to virtual method in destructor, fdo#47589Markus Mohrhard2012-03-222-9/+31
|
* No FORMULA_DLLPUBLIC needed hereStephan Bergmann2012-03-211-3/+2
|
* Ensure ResMgr outlives ResourcesStephan Bergmann2012-03-2110-17/+109
|
* chmod -xTor Lillqvist2012-03-211-0/+0
|
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-145-0/+28
| | | | | | | | | | | | | | ...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.
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-104-6/+6
|
* WaE: expression result unusedTor Lillqvist2012-03-051-1/+1
|
* More IMPL_LINK_NOARG fixesStephan Bergmann2012-03-012-2/+2
|
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-017-20/+20
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-104-4/+0
|
* Added READMEs for modules which used to be in libs-coreJosh Heidenreich2012-02-081-0/+3
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* callcatcher: update list, remove newly unused methodsCaolán McNamara2012-01-243-43/+0
|
* Mempool size args are unused.Stephan Bergmann2012-01-201-7/+4
|
* remove unused methodsThomas Arnhold2012-01-1910-227/+0
|
* remove unused macrosThomas Arnhold2012-01-191-7/+0
|
* Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz2012-01-172-16/+16
|
* Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz2012-01-162-16/+16
|
* simplify CharClassCaolán McNamara2012-01-091-2/+1
| | | | | | | 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
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+1
|
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
|
* Fix for fdo43460 Part XIX getLength() to isEmpty()Olivier Hallot2011-12-264-13/+13
| | | | | | Part XIX Module formula and fpicker
* catch exception by constant referenceTakeshi Abe2011-12-141-1/+1
|
* i#106210 store proper ODFF names, accept aliasesEike Rathke2011-12-071-3/+3
| | | | | | | | | | | | | | | | | | | 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)
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-066-30/+24
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* #i111413# re-added translation relevant strings for SEC, CSC, SECH and CSCH.Eike Rathke2011-11-281-4/+4
| | | | Functions' UI name strings weren't marked for translation, added that now.
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-68/+0
|
* remove pch from the include listNorbert Thiebaud2011-11-272-2/+0
|
* remove include of pch header from formulaNorbert Thiebaud2011-11-2713-20/+0
|
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-272-4/+0
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-2/+2
|
* remove [Byte]String::EraseAllCharsCaolán McNamara2011-11-192-1/+3
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* Fix for bug fdo#41997, cleanup vcl enumerationOlivier Hallot2011-10-211-2/+2
|
* remove unused methods from formula::FormulaModalDialogFelix Zhang2011-10-202-87/+0
|
* WaE: unreachable codeTor Lillqvist2011-10-181-1/+0
|
* cppcheck reduce scope of var in formula/..formula.cxxPierre-André Jacquod2011-10-071-3/+4
|
* cppcheck reduce scope of var in formula/..formula.cxxPierre-André Jacquod2011-10-071-2/+2
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* Revert "Fixx FormulaCompiler build after the O[U]String[Buffer] changes"Stephan Bergmann2011-09-271-1/+1
| | | | | Obsoleted by the subsequent fix to tools/string.hxx. This reverts commit 928f7a47a15d53817697283ba0a7fa4987ea458f.
* Fixx FormulaCompiler build after the O[U]String[Buffer] changesFridrich Štrba2011-09-271-1/+1
|
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-271-1/+1
|