summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2021-03-25tdf#58745 - Detect end of month when extending a date listAndreas Heinisch1-4/+19
2021-03-24cid#1242836 rearrange to clear Untrusted value as argumentCaolán McNamara1-11/+15
2021-03-24cid#1474363 Untrusted value as argumentCaolán McNamara1-0/+36
2021-03-24tdf#46062 - Indicate hidden whitespaces using quotesAndreas Heinisch1-5/+4
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC575-2269/+575
2021-03-23Assert supported FormulaGrammar instead of OSL_ENSUREEike Rathke1-2/+1
2021-03-23tdf#133159 store current config before changing sheetCaolán McNamara2-2/+14
2021-03-23check for null SC_MOD given crashes at exit in similar casesCaolán McNamara1-1/+1
2021-03-22cid#1242892 experiment if this makes any differenceCaolán McNamara1-1/+1
2021-03-22cid#1474296 experiment to see if this makes a differenceCaolán McNamara1-1/+2
2021-03-22Force FormulaLanguage::OOXML for AddressConvention::CONV_XL_OOXEike Rathke1-15/+31
2021-03-22tdf#36383 sc AutoFilter: fix changing row heightTünde Tóth1-2/+20
2021-03-22drop unneeded includeCaolán McNamara1-1/+0
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-20cid#1474037 Uninitialized scalar fieldCaolán McNamara1-1/+4
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara2-27/+27
2021-03-19tdf#140955 sc UI: highlight active autofilter dropdownTünde Tóth1-2/+4
2021-03-19tdf#118482 set a scroll step of the height of a collapsed entryCaolán McNamara2-0/+10
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 Fauli2-3/+3
2021-03-15tdf#139804 Focus form controls inside document with Alt-<Mnemonic>Samuel Mehrbrodt3-3/+8
2021-03-15Calc: Update selected cell range before calculating the selection area.Gökay Şatır1-0/+1
2021-03-15tdf#133487 sc ODF export: reorder flys' ZOrder/z-index...Michael Stahl1-0/+20
2021-03-15Fix typosAndrea Gelmini1-1/+1
2021-03-14tdf#140986 hang in validity messageNoel Grandin1-0/+15
2021-03-14check for quit when calling Yield in loopNoel Grandin1-1/+1
2021-03-13merge the various SetPointFont via DefaultDevice callsCaolán McNamara2-7/+4
2021-03-12use ScTabViewShell to get toplevel dialog parentCaolán McNamara4-8/+9
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-12tdf#137626 XLSX import: fix missing datetime filtersBalazs Varga3-5/+41
2021-03-12use the DocShell GetDialogParent as explicit dialog parentCaolán McNamara1-2/+2
2021-03-11TransferableDataHelper::CreateFromSelection doesn't use its argumentCaolán McNamara1-2/+1
2021-03-11remove intermediate containers in sidebarsCaolán McNamara13-141/+88
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel4-76/+77
2021-03-11tdf#89841 sc UI: show blue row numbers for filtered rowsTünde Tóth2-7/+98
2021-03-11tdf#114441: Convert use of sal_uLong to better integer typesBayram Çiçek2-5/+4
2021-03-11tdf#89754 - don't increment non different consecutive date cellsAndreas Heinisch1-0/+7
2021-03-11rename SfxChildWindowContext::GetFloatingWindow to what it doesCaolán McNamara1-2/+2
2021-03-11register navigator individually in each module that it exists inCaolán McNamara3-22/+39
2021-03-10Revert "default to 'contents' hidden until toggled to floating mode"Caolán McNamara1-2/+0
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski2-11/+11
2021-03-09fetch/set/clear primary selection without intermediate vcl::WindowCaolán McNamara2-2/+2
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski3-16/+16
2021-03-09let ScLinkedAreaDlg have a Widget parent instead of a WindowCaolán McNamara4-4/+4
2021-03-09fix ScFlatBoolSegmentsImpl delayed setup with threads (tdf#140754)Luboš Luňák2-0/+37
2021-03-09defer getting toplevel for color picker until we need itCaolán McNamara5-14/+19