Age | Commit message (Expand) | Author |
2017-12-08 | We already have the type, use it | Eike Rathke |
2017-12-08 | A "standard" format does not necessarily mean the General format | Eike Rathke |
2017-12-08 | Avoid iterating over selected cells' attribute ranges | Eike Rathke |
2017-12-08 | Call GetItemState() only once per WhichID loop | Eike Rathke |
2017-12-08 | Slightly change state method logic, tdf#86085 follow-up | Eike Rathke |
2017-12-08 | tdf#86085 add slot for toggling thousands separator | Jim Raykowski |
2017-12-08 | GetMarkableObjCount() is only compared against 1 | Matteo Casalin |
2017-12-08 | Fix segfault when ScDBDocFunc::AddDBRange is called ... | Jens Carl |
2017-12-08 | sc lok: 1 view has 1 clipboard to transfer data | Henry Castro |
2017-12-08 | rtlRandomPool: remove pointless seeding with system time | Thorsten Behrens |
2017-12-08 | loplugin:salcall vcl builder methods | Noel Grandin |
2017-12-08 | clang-tidy modernize-use-equals-default in sc/source/ui | Jochen Nitschke |
2017-12-08 | simplify construction of a const vector | Jochen Nitschke |
2017-12-08 | Key must be sal_uInt32 instead of sal_Int16 SCCOL, tdf#113861 follow-up | Eike Rathke |
2017-12-07 | coverity#1425723 silence 'Wrapper object use after free' | Caolán McNamara |
2017-12-07 | lokit: add .uno:DocumentRepair command | Henry Castro |
2017-12-07 | Translate german variable name | Ulrich Gemkow |
2017-12-07 | Assert pDrawView even to spot bad usage | Eike Rathke |
2017-12-07 | Check pDrawView | Eike Rathke |
2017-12-07 | aDrawView -> pDrawView | Eike Rathke |
2017-12-07 | Remember ScViewData* and further check ScDrawView* | Eike Rathke |
2017-12-07 | loplugin:constparams | Noel Grandin |
2017-12-07 | sc: don't crash on loading comments | Thorsten Behrens |
2017-12-06 | Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxx | Stephan Bergmann |
2017-12-06 | Prevent out-of-bounds access, tdf#114228 related | Eike Rathke |
2017-12-06 | tdf#114228: fix crash when deleting sheet in specific case | Julien Nabet |
2017-12-06 | assert on export of fdo69698-1.ods to pdf | Caolán McNamara |
2017-12-06 | coverity#1421089 seems to be really reporting missing move ctors/assignments | Caolán McNamara |
2017-12-06 | loplugin:salcall handle virtual methods | Noel Grandin |
2017-12-05 | ofz#4530 Null-dereference READ | Caolán McNamara |
2017-12-05 | loplugin:salcall fix non-virtual methods | Noel Grandin |
2017-12-05 | loplugin:countusersofdefaultparams in editeng..package | Noel Grandin |
2017-12-05 | Add ServiceProvider "com.sun.star.sheet.FunctionDescriptions" | Jens Carl |
2017-12-05 | Add ServiceProvider "com.sun.star.sheet.RecentFunctions" | Jens Carl |
2017-12-05 | assert(mnRangeOpPosInSymbol < MAXSTRLEN) | Eike Rathke |
2017-12-04 | tdf#39593 deduplicate code in ScOutputData | tagezi |
2017-12-04 | lokdialog: sc: Guard autofilter popup's LOK notification | Pranav Kant |
2017-12-04 | Calculate print page ranges only when needed, cache in print state | Tomaž Vajngerl |
2017-12-04 | Convert from unique_ptr<bool[]> to vector<bool> | Tomaž Vajngerl |
2017-12-04 | Use print state when rendering a Calc document | Tomaž Vajngerl |
2017-12-04 | loplugin:singlevalfields | Noel Grandin |
2017-12-03 | tdf#113980 Refresh row/column buttons state after selection change | Maxim Monastirsky |
2017-12-03 | tdf#105268 - Auto Fill: Fix The Next Value for 001-001-001 | Daniel |
2017-12-03 | Don't leak formats that get merged | Mike Kaganski |
2017-12-02 | ofz#4484 another stab at mnRangeOpPosInSymbol | Eike Rathke |
2017-12-01 | tdf#109240, tdf#112571: don't export dupe built-in named ranges | Aron Budea |
2017-12-01 | Remove nonsensical loop | Mike Kaganski |
2017-12-01 | Prepare for translated new AutoFormat Table Styles, tdf#101349 | Eike Rathke |
2017-12-01 | ofz: guard against binary crap argument counts and ID/OpCode generation | Eike Rathke |
2017-12-01 | Need to use dynamic_cast and not static_cast here, thanks UBSan and sberg | Tor Lillqvist |