summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
AgeCommit message (Expand)AuthorFilesLines
2021-05-04Related: tdf#140968 avoid duplicated filter valuesBalazs Varga2-5/+7
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin1-6/+6
2021-05-03tdf#102255 add .uno:PasteTransposedscito2-0/+18
2021-05-03tdf#76258 Filter by colorsSamuel Mehrbrodt1-0/+41
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-17/+17
2021-04-28tdf#141904 Blue row number for autofilter only when pTab is not NULL.tushar1-1/+1
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-5/+5
2021-04-26lok: calc: formula breaking to multiple lines partly shown in edit modeMarco Cecchetti1-0/+22
2021-04-24Removed executable bits on source filesAndrea Gelmini1-0/+0
2021-04-23tdf#84517 show count of non-filtered rows in sc status barscito1-1/+2
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-2/+2
2021-04-22tdf#101217 Change row height and col width decimal places to 4Winston Min Tjong1-4/+4
2021-04-22tdf#107348 tdf#45958 tdf#141215 tdf#141683 fix filtered/transpose pastescito1-15/+15
2021-04-21lok: fix incomplete/wrong tiles after zoom change and sheet switchDennis Francis1-4/+19
2021-04-20Fix Line and Connectors enable interactive drawingmerttumer1-0/+2
2021-04-17tdf#93664 sc: fix filtering clicking on cells merged horizontallyTünde Tóth1-3/+6
2021-04-17pivot table: make partial sum message box asyncSzymon Kłos1-36/+65
2021-04-16Avoid infinite loop in AddPixelsWhile when removing SheetSzymon Kłos1-1/+6
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin1-4/+4
2021-04-14lok: sc: Desktop: Function wizard isn't properly asyncMarco Cecchetti1-4/+5
2021-04-13Calc: Send sheet invalidation for full row/col opsGökay Şatır1-3/+13
2021-04-12less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin1-5/+4
2021-04-09enable set_busy_cursor to stack up in the gtk version tooCaolán McNamara2-9/+6
2021-04-09Recheck include/ with IWYUGabor Kelemen29-0/+29
2021-04-07lok: draw bgcolor lines for covering client grid...Dennis Francis2-13/+46
2021-04-06remove Application::GetDefDialogParent call in editengCaolán McNamara2-9/+10
2021-04-06ExecuteSpellPopup never called with a null spelling callbackCaolán McNamara1-1/+1
2021-04-06expand used-once ScCellShell::GetFrameWin methodCaolán McNamara1-6/+1
2021-03-30Related: tdf#137577 Be able to select a global named range from Name BoxEike Rathke1-1/+6
2021-03-29tdf#36466 sc: update status bar at Select Visible RowsTünde Tóth1-0/+4
2021-03-26tdf#119292 sc layout: fix overlapping wrapped cell textsTibor Nagy2-38/+70
2021-03-25tdf#140968 tdf#140978 XLSX import: fix lost rounded filtersBalazs Varga1-11/+17
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2021-03-22tdf#36383 sc AutoFilter: fix changing row heightTünde Tóth1-2/+20
2021-03-21cid#1473798 silence Unchecked return value from libraryCaolán McNamara1-1/+1
2021-03-20OutputDevice view is sufficient hereCaolán McNamara2-5/+5
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara1-9/+9
2021-03-17make SalLayoutGlyphs work with MultiSalLayoutLuboš Luňák1-2/+2
2021-03-17Revert "tdf#101217 Change row height and col width decimal places to 4"Noel Grandin1-4/+4
2021-03-16tdf#101217 Change row height and col width decimal places to 4Winston Min Tjong1-4/+4
2021-03-15sc_uicalc: use UNO commands for copy, cut or paste everywhereXisco Fauli1-2/+2
2021-03-15tdf#139804 Focus form controls inside document with Alt-<Mnemonic>Samuel Mehrbrodt2-2/+7
2021-03-15Calc: Update selected cell range before calculating the selection area.Gökay Şatır1-0/+1
2021-03-15Fix typosAndrea Gelmini1-1/+1
2021-03-14tdf#140986 hang in validity messageNoel Grandin1-0/+15
2021-03-12use ScTabViewShell to get toplevel dialog parentCaolán McNamara2-5/+6
2021-03-12query the DocShell if we have entered modal modeCaolán McNamara1-1/+1
2021-03-12document how this ScTabControl::AllowRenaming condition can be reachedCaolán McNamara1-0/+3
2021-03-11TransferableDataHelper::CreateFromSelection doesn't use its argumentCaolán McNamara1-2/+1
2021-03-11tdf#89841 sc UI: show blue row numbers for filtered rowsTünde Tóth1-7/+96