Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-18 | Fix redundant assignment of "nAngle" in switch | Julien Nabet | |
2012-03-17 | workaround broken msvc template instantiation | Luboš Luňák | |
2012-03-16 | correction of typo in comment | Winfried Donkers | |
2012-03-15 | fdo#45671 split button for calc cell border color | Winfried Donkers | |
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-13 | Related: fdo#46728 it would help to initialize the reference count I suppose | Caolán McNamara | |
2012-03-13 | Resolves: fdo#46728 reference count the overlay managers | Caolán McNamara | |
2012-03-13 | forward declaration doesn't make any sense, need to see whole definition | Caolán McNamara | |
2012-03-12 | SvxULSpaceItem: implement contextual spacing | Miklos Vajna | |
2012-03-12 | remove usage of RTL_CONSTASCII_STRINGPARAM | Luboš Luňák | |
2012-03-12 | fix SvxShowCharSetItem leak | Caolán McNamara | |
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-09 | fdo#45671 fix for transparent colour split button | Winfried Donkers | |
2012-03-08 | Convert from tools/table.hxx to std::map in SvxMacroTableDtor | Noel Grandin | |
In this case, we also convert from storing pointers to storing the items directly because SvxMacroTableDtor completely controls the lifecycle of the SvxMacro objects it contains. Also add an operator== to SvxMacroTableDtor and remove the out-of-line implementations of equals from two other places. | |||
2012-03-08 | fdo#45682 split button for writer table line color | Winfried Donkers | |
2012-03-08 | drop dead makefile.mk's | Caolán McNamara | |
2012-03-06 | remove misc. unused code | Michael Meeks | |
2012-03-06 | ClickLightHdl doesn't need to be a link | Caolán McNamara | |
and ClickLightHdl always takes a non-NULL argument, so NULL test is pointless. Turn it into a normal method that takes a reference. GetLightSource can be const. Nothing calls DoubleClickHdl, remove it. | |||
2012-03-06 | fdo#45688: Split button for Calc cell font color | Winfried Donkers | |
2012-03-04 | Removed dead code | Marc-André Laverdière-Papineau | |
2012-03-05 | Sprinkle DISABLE_SCRIPTING ifdefs | Tor Lillqvist | |
2012-03-05 | Do deliver dbcharsethelper.hxx even if DISABLE_DBCONNECTIVITY | Tor Lillqvist | |
2012-03-05 | Don't bypass the form stuff for iOS for now | Tor Lillqvist | |
2012-03-05 | Don't bypass the form stuff for iOS for now | Tor Lillqvist | |
2012-03-02 | WaE: use of logical '&&' with constant operand | Tor Lillqvist | |
Presumably a bitwise '&' is intended, i.e. a normal flag bit test. | |||
2012-03-02 | WaE: unused function | Tor Lillqvist | |
2012-03-02 | WaE: equality comparison with extraneous parentheses | Tor Lillqvist | |
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-03-01 | -Werror=unused-variable | Stephan Bergmann | |
2012-03-01 | fdo#45671 calc cell background color simplified code for split button | Winfried Donkers | |
2012-03-01 | fix crash using instances dialog of dataform navigator fdo#44816 | Noel Power | |
also silence a valgrind 'Conditional jump or move depends on uninitialised value(s)' where initial state of a checkbox was undefined | |||
2012-03-01 | callcatcher: update list | Caolán McNamara | |
2012-02-29 | fdo#46340: fix crash in SdrGrafObj::getInputStream: | Michael Stahl | |
Add the ridiculous hack that used to be here (and distributed across various GetDocumentStream methods to make it non-obvious) that makes this not crash by accident. (regression from fd95f1ab6220c6a530fd2e4e727417f504a5db51) | |||
2012-02-29 | WaE: C4805: '!=' : unsafe mix of type 'bool' and type 'const sal_Bool' | Caolán McNamara | |
2012-02-28 | Some more work for --disable-database-connectivity | Riccardo Magliocchetti | |
2012-02-28 | Avoid temporary rtl::OUString | Takeshi Abe | |
in scripting / sdext / starmath / stoc / svtools / svx | |||
2012-02-27 | fdo#46438 - add ctrl-g / ctrl-shift-g binding for find again fwd/back | Cameron Paul | |
2012-02-27 | CRLF to LF, no code changed | Korrawit Pruegsanusak | |
2012-02-27 | n742593: Adding checks before using textbox sizes. | Muthu Subramanian | |
2012-02-27 | Removed unused code | Szabolcs Dezsi | |
2012-02-27 | drop UniString::CreateFromInt64 | Caolán McNamara | |
2012-02-27 | mpStreamMap is leaking | Caolán McNamara | |
2012-02-27 | callcatcher: update unused list | Caolán McNamara | |
2012-02-24 | unusedcode.easy: remove unused code | Thomas Arnhold | |
2012-02-23 | Get rid of CREATEVERSIONRESMGR[_NAME] | Stephan Bergmann | |
2012-02-22 | revert slew of debug code committed in error | Michael Meeks | |
2012-02-22 | fdo#37210 - UI: Calc usability improvement: Merge cells on right mouse click | Greggory Hernandez | |
2012-02-22 | unusedcode.easy: remove some more | Thomas Arnhold | |
2012-02-21 | WaE: potentially uninitailized nMode | Michael Meeks | |
2012-02-21 | fdo#44611 writer: paragraph background color picker with split button | Winfried Donkers | |