summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2020-07-15Empty reference marks on selection resetSzymon Kłos1-0/+2
2020-07-15Get correct tab for current selectionSzymon Kłos1-1/+1
2020-07-13cid#1465274 Dereference before null checkCaolán McNamara1-4/+4
2020-07-13drop unused forward declaresCaolán McNamara1-7/+0
2020-07-12Fix typoAndrea Gelmini1-1/+1
2020-07-12update pchesCaolán McNamara2-3/+11
2020-07-12cid#1465256 silence Uncaught exceptionCaolán McNamara2-2/+13
2020-07-12cid#1465252 Dereference null return valueCaolán McNamara1-1/+3
2020-07-11cid#1465255 Unchecked dynamic_castCaolán McNamara1-1/+2
2020-07-11paintTile: Try to find a view that matches the tile-zoom requested...Dennis Francis1-1/+37
2020-07-11reset all draw gridOffsets when zoom needs to change...Dennis Francis1-1/+12
2020-07-11scPrintTwipsMsgs: Use print logical coordinates for draw objectsDennis Francis7-6/+113
2020-07-10tdf#107902: sc_macros_test: Add unittestXisco Fauli2-0/+46
2020-07-10tdf#107885: sc_macros_test: Add unittestXisco Fauli2-0/+40
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-10replace usage of blacklist with denylistThorsten Behrens2-3/+3
2020-07-09tdf131562: sc_macros_test: Add unittestXisco Fauli2-0/+36
2020-07-09cid#1401334 Uncaught exceptionCaolán McNamara1-1/+1
2020-07-09tdf#124454: sc: Add unittestXisco Fauli2-0/+18
2020-07-09Use OUString::toChar(), tdf#107885 follow-upEike Rathke1-1/+1
2020-07-09tdf#107885 - VBA AutoFilter can't compare stringsAndreas Heinisch1-6/+19
2020-07-09tdf#134688 run error dialog async and keep the events in the one event loopCaolán McNamara2-7/+11
2020-07-09cid#1465236 Uncaught exceptionCaolán McNamara2-2/+2
2020-07-09lokit: Avoid sending wrong edit-cursor/selection messages when...Dennis Francis1-0/+37
2020-07-08Resolves: tdf#124454 exec the matrix operator on values converted from stringsEike Rathke1-1/+1
2020-07-08scPrintTwipsMsgs: Use print-twips paper-sizeDennis Francis1-5/+5
2020-07-08uitest : Add demo for Calc-commentsAhmed ElShreif1-0/+49
2020-07-08uitest : Add support to Calc - commentsAhmed ElShreif2-0/+43
2020-07-08distinguish between dialog screenshoting and rendering a widgetCaolán McNamara1-28/+14
2020-07-08SetLOKSpecialOutputArea() call must precede SetOutputArea()Dennis Francis1-5/+7
2020-07-07Use std::optional to allow optional inclusion of attributesMike Kaganski4-16/+15
2020-07-07ScGridWindow::UpdateEditViewPos: keep EditView's print-twips data updatedDennis Francis1-0/+12
2020-07-07ScViewData::EditGrowY: keep EditView's print-twips data updatedDennis Francis1-1/+22
2020-07-07ScViewData::EditGrowX: keep EditView's print-twips data updatedDennis Francis1-4/+106
2020-07-07ScViewData::SetEditEngine: keep EditView's print-twips data updatedDennis Francis1-7/+94
2020-07-07scPrintTwipsMsgs: No more view specific edit-cursor messagesDennis Francis1-18/+25
2020-07-07Allow edit-area computation in print-twips...Dennis Francis2-4/+6
2020-07-06Allow print-twips version of ScEditUtil::GetEditArea()Dennis Francis2-26/+45
2020-07-06Allow print-twips version of ScDocument::GetNeededSize()...Dennis Francis6-41/+76
2020-07-06tdf#133342 UnitTest Add/Delete decimal of percentLaurent BP2-0/+25
2020-07-06lokit: Do not assume 100% zoom for computing document-sizeDennis Francis1-5/+7
2020-07-06lokit: Adjust nSize* to agree with the definition in tools::RectangleDennis Francis1-1/+1
2020-07-06Don't explicitly convert OUString to OStringMike Kaganski4-30/+29
2020-07-05lokit: scPrintTwipsMsgs: LOK_CALLBACK_COMMENTDennis Francis1-11/+22
2020-07-05lokit: scPrintTwipsMsgs: LOK_CALLBACK_*SELECTION*Dennis Francis3-24/+87
2020-07-05lokit: scPrintTwipsMsgs: LOK_CALLBACK_CELL_VIEW_CURSORDennis Francis1-3/+32
2020-07-05lokit: scPrintTwipsMsgs: LOK_CALLBACK_REFERENCE_MARKSDennis Francis1-0/+19
2020-07-05lokit: do not set an artificial cursor size when it is zero...Dennis Francis1-8/+6
2020-07-05lokit: scPrintTwipsMsgs: LOK_CALLBACK_CELL_CURSORDennis Francis1-0/+4
2020-07-05Allow cell coordinates calculation in print twips tooDennis Francis2-21/+74