summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
AgeCommit message (Expand)Author
2016-12-08Avoid using uninitialized nCol, nRowStephan Bergmann
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-11-30ScTabViewShell::InnerResizePixel must not mark document as modified...Stephan Bergmann
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: scStephan Bergmann
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin
2016-11-28orcus is mandatory nowMarkus Mohrhard
2016-11-24convert SFX_VISIBILITY constants to scoped enumNoel Grandin
2016-11-24Use std::unique_ptr for the input handler instance here.Kohei Yoshida
2016-11-21Remove excessive parenthesis.Kohei Yoshida
2016-11-21convert inventorId to scoped enumNoel Grandin
2016-11-19LOK - Calc: use the tiled rendering area as visible area in PaintAreaMarco Cecchetti
2016-11-19LOK - calc: now PgUp/PgDn offset is used only when PgUp/PgDn are pressedMarco Cecchetti
2016-11-14coverity#703927 Unchecked return valueCaolán McNamara
2016-11-13drop extra semicolonsDavid Tardon
2016-11-12Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well.Kohei Yoshida
2016-11-12Renaming due to the fact that it now dumps non-formula blocks too.Kohei Yoshida
2016-11-12Ctrl-Shift-F8 to dump the column storage where the cursor is.Kohei Yoshida
2016-11-12accidentally kept always scroll test enabled.. tdf#46200 follow-upEike Rathke
2016-11-11tdf#46200 Use the Scroll Lock key as a toggling lock key like ExcelAbhilash Singh
2016-11-11tdf#101299 : do not show merge cells context menu for the trivial caseDennis Francis
2016-11-10Wrap pointer to dialog with VclPtrTakeshi Abe
2016-11-07wrap some more dialog pointers in VclPtrNoel Grandin
2016-11-07loplugin:expandablemethods in scNoel Grandin
2016-11-03Resolves: tdf#103684 calculate status bar functions across sheetsEike Rathke
2016-10-31loplugin:countusersofdefaultparams in sc(part1)Noel Grandin
2016-10-29convert usages of DPIScalingFactor from int to floatTomaž Vajngerl
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin
2016-10-28can do this in one stepCaolán McNamara
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-10-28convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin
2016-10-27make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin
2016-10-26Resolves: tdf#92117 create only one Undo for all UnmergeCells() callsEike Rathke
2016-10-25tdf#103409: No selection outline displayed when SUM button is clickedHenry Castro
2016-10-24Rename ClearFormulaContext() to make it more representative.Kohei Yoshida
2016-10-24tdf#100517 : Optionally include comment-only columns when sortingDennis Francis
2016-10-23sc lok: fix cell cursor when hide column/rowHenry Castro
2016-10-23tdf#103178 Final SID can differ from the original oneMaxim Monastirsky
2016-10-20sc: check SID_EDIT_POSTIT parametersHenry Castro
2016-10-19Resolves: tdf#100841 use Popover instead of Tooltip for the fill series hintCaolán McNamara
2016-10-19loplugin:expandablemethodds in scNoel Grandin
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-10-14sc: silence loplugin:staticmethodsMiklos Vajna
2016-10-14tdf#103211 Calc: it is insane to call EditGrowX/Y while the edit view is grow...Marco Cecchetti
2016-10-14LOK: Calc: fixed missed tile invalidations on cell text editingMarco Cecchetti
2016-10-14LOK: Calc: an edit view may be not displayed when a 2nd one is killedMarco Cecchetti
2016-10-14LOK: Calc: if text of 2 cells overlaps, painting occurs in wrong orderMarco Cecchetti
2016-10-14LOK: Calc: missing invalidate when ending larger-than-cell edit textMarco Cecchetti
2016-10-14LOK: Calc: parallel cell editing: small code improvementsMarco Cecchetti