Age | Commit message (Expand) | Author |
2016-12-08 | tdf#104446: there can only be 1 condition for SUMIF | Julien Nabet |
2016-12-08 | convert SFX_HINT to scoped enum | Noel Grandin |
2016-12-08 | Sigh, MSVC randomly doesn't like '= default' here | Stephan Bergmann |
2016-12-08 | Replace manual acquire/release calls with rtl::Reference | Stephan Bergmann |
2016-12-08 | Avoid using uninitialized nCol, nRow | Stephan Bergmann |
2016-12-08 | sc-perf: avoid calling GetRowHeight() twice or thrice | Eike Rathke |
2016-12-08 | sc-perf: call RowHidden() only once, tdf#98106 follow-up | Eike Rathke |
2016-12-07 | sc-perf: possibly halve the iterations to find the most used XF index | Eike Rathke |
2016-12-07 | tdf#104434 tdf#104451 Revert "tdf#46738 Fix exporting .xlsx of coloured em"... | Eike Rathke |
2016-12-07 | stab at the sick "units in character width of the standard font", tdf#101363 | Eike Rathke |
2016-12-07 | Fix typo in comments: et -> ed | Takeshi Abe |
2016-12-07 | convert VCLEVENT constants to scoped enum | Noel Grandin |
2016-12-06 | Revert "attempt to fix Linux-rpm_deb-x86_71-TDF tinderbox build for 5-2, tdf#... | Eike Rathke |
2016-12-06 | Revert "try a volatile" | Eike Rathke |
2016-12-06 | Change Read/Write access to Scoped Read/Write access | Mark Page |
2016-12-06 | tdf#71409: Let's not crash the function wizard dialog. | Kohei Yoshida |
2016-12-06 | try a volatile | Eike Rathke |
2016-12-06 | use IncCol() IncRow() | Eike Rathke |
2016-12-05 | attempt to fix Linux-rpm_deb-x86_71-TDF tinderbox build for 5-2, tdf#101363 | Eike Rathke |
2016-12-05 | unwind sc RID_STYLEFAMILY_IMAGELIST imagelist | Caolán McNamara |
2016-12-05 | convert FSysStyle to o3tl::typed_flags | Noel Grandin |
2016-12-05 | convert DecodeMechanism to scoped enum | Noel Grandin |
2016-12-05 | convert INetURLObject::EncodeMechanism to scoped enum | Noel Grandin |
2016-12-05 | tdf#91475 Fix column width during .xlsx export | Bartosz Kosiorek |
2016-12-05 | loplugin:unnecessaryoverride (dtors) in sc | Stephan Bergmann |
2016-12-03 | Remove unnecessary indirections. | Kohei Yoshida |
2016-12-03 | Fix the formatting style a bit, to be more consistent. | Kohei Yoshida |
2016-12-02 | coverity#1394668 Inferred misuse of enum | Caolán McNamara |
2016-12-02 | coverity#1396676 Uninitialized pointer field | Caolán McNamara |
2016-12-02 | prevent corrupt warning in MSO - justify dimension | Justin Luth |
2016-12-02 | tdf#104310: Accept x12ac lists and fallbacks in dataValidations | Mike Kaganski |
2016-12-01 | tdf#104310: Accept also x14-style dataValidations | Mike Kaganski |
2016-12-01 | Throw RuntimeException with message | Stephan Bergmann |
2016-11-30 | ScAddress::operator<() is not what we need here, tdf#48140 follow-up fix | Eike Rathke |
2016-11-30 | tdf#50916 : Refactor table1.cxx wherever there is column access | Dennis Francis |
2016-11-30 | ScTabViewShell::InnerResizePixel must not mark document as modified... | Stephan Bergmann |
2016-11-30 | tdf#71409: always create edit engine instance for the input window. | Kohei Yoshida |
2016-11-29 | Rewrite some (trivial) assignments inside if/while conditions: sc | Stephan Bergmann |
2016-11-29 | Drop a bunch of font metrics flags | Khaled Hosny |
2016-11-29 | extensions,sc,sd,vcl: de-obfuscate assignments in conditions to help GCC | Michael Stahl |
2016-11-29 | tdf#48140 Replace uno with direct calls | Bartosz Kosiorek |
2016-11-29 | loplugin:vclwidgets check for assigning from VclPt<T> to T* | Noel Grandin |
2016-11-28 | orcus is mandatory now | Markus Mohrhard |
2016-11-28 | nitpicks, tdf#43544 follow-up | Eike Rathke |
2016-11-28 | tdf#43544 ScStyleObj: Only call StylePool->find() when necessary | Maarten Bosmans |
2016-11-27 | use the existing ScAddress::operator== | Markus Mohrhard |
2016-11-26 | Resolves: tdf#103493 copying note captions needs a completed destination sheet | Eike Rathke |
2016-11-26 | tdf#48140 Replace uno with direct calls | Bartosz Kosiorek |
2016-11-25 | loplugin:stringconstant: look into 'char const * const var = "..."' | Stephan Bergmann |
2016-11-24 | vcl: rename Window::Notify to EventNotify | Michael Stahl |