Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-02 | remove static objects from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-29 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-28 | unused global OUString | Caolán McNamara | |
2012-03-26 | reduce over use of static OUStrings | Caolán McNamara | |
2012-03-23 | .component files don't need executable bits | Michael Stahl | |
2012-03-23 | .h files don't need executable bits | Michael Stahl | |
2012-03-21 | chmod -x | Tor Lillqvist | |
2012-03-20 | correct exception specification on a function | Luboš Luňák | |
It's obvious that the function above is called by this one, and the exception it throws cannot really propagate. The solution to this mystery is the fact that msvc doesn't give a damn, and gcc does not either since OOo has used -fno-enforce-sh-specs since 2001. But clang does, so fix this for now, although it should possibly be just dumped. | |||
2012-03-20 | Fix WaE : Add call to ScVbaControl::getForeColor() | Julien Nabet | |
2012-03-20 | More missing SAL_CALL | Stephan Bergmann | |
2012-03-20 | Missing SAL_CALL | Stephan Bergmann | |
2012-03-20 | add vba support for BackColor, AutoSize, Locked attributes bnc#749960 | Noel Power | |
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-12 | SAL_DLLPUBLIC_TEMPLATE | Luboš Luňák | |
On Linux, public templates should not be hidden at the linker level. But on Windows, dllimport causes trouble. So create a new macro to be used specifically with templates that does the right thing on both platforms. (http://lists.freedesktop.org/archives/libreoffice/2012-March/028041.html and followups) | |||
2012-03-10 | exported templates need to be marked as such | Luboš Luňák | |
Otherwise their instances created in other modules may end up as non-exported even when used by something exported. | |||
2012-03-08 | Removed unused code. | Santiago Martinez | |
2012-03-05 | support import of key shortcut for macro ( Excel only ) | Noel Power | |
2012-03-05 | vba implementation for Application.OnKey | Noel Power | |
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-27 | s/interpreters/scripting/ | Tor Lillqvist | |
2012-02-27 | Decouple disabling of scripting (BASIC &co) from OS being iOS | Tor Lillqvist | |
2012-02-17 | Fix "never read" reported by clang | Julien Nabet | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-05 | Remove unused code | Elton Chung | |
2012-02-05 | Remove unused code. | Elton Chung | |
2012-01-28 | Fix for fdo43460 Part LVI getLength() to isEmpty() | Olivier Hallot | |
Part LVI Modules vbahelper | |||
2012-01-27 | Do deliver headers also for iOS even if we don't build the libs | Tor Lillqvist | |
2012-01-27 | Bypass building BASIC and scripting related modules for iOS | Tor Lillqvist | |
Any LO-based app distributed through the App Store can't have scripting or extendability anyway. Sure, this will break the build elsewhere because of missing headers. No big deal, I will take care of that eventually. It isn't as if there would anybody else building for iOS anyway, as far as I know. If there is, please make yourself heard. | |||
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2011-12-21 | SfxObjectShell may not have a medium | Caolán McNamara | |
2011-12-15 | Removed extra semicolons | Jesse | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-01 | get rid of class Date and Time default ctor with system time penalty | Eike Rathke | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-28 | typos fixing | Korrawit Pruegsanusak | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-11-16 | replaced String in SfxPickList with rtl::OUString | Takeshi Abe | |
this consists of 12df49396e6bcb07bafc95255a8526caac96e60a and related changes | |||
2011-10-07 | WaE: class has virtual functions, but destructor is not virtual | Tor Lillqvist | |
2011-10-07 | WaE: unreachable code | Tor Lillqvist | |
Interesting use of for loops with the body of the loop returning unconditionally. | |||
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-10-01 | d.lst should be empty in gbuildized modules | Matúš Kukan | |
2011-09-30 | add mode-lines to .m files and last round of merged files, etc. | Caolán McNamara | |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | |
2011-09-21 | OSL_TRACE: Remove trailing newlines | Thomas Arnhold | |
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines | |||
2011-09-17 | drop makefile.mk | Caolán McNamara | |
2011-09-06 | WaE: unused variable | Caolán McNamara | |
2011-09-05 | unusedcode: vbahelper::CollectionBase class | Matúš Kukan | |