summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2021-07-04move SfxSetItem to own header fileNoel Grandin1-1/+1
2021-07-03Purge out when safe rtl::math ( isValidArcArg / sin / cos )BaiXiaochun1-1/+1
2021-07-03Implement Interface for Data Providers.tushar15-1351/+1041
2021-07-02tdf#142932: sc: Add UItestXisco Fauli2-0/+56
2021-07-02uitest: LICENSE.html can be read-only, skip the 'ok' buttonXisco Fauli1-1/+1
2021-07-02can allocate these SfxItemSet on the stackNoel Grandin4-22/+16
2021-07-02convert ScPrintSelectionMode to scoped enumNoel Grandin2-13/+13
2021-07-02Purge rtl::math:: ( erf / erfc / expm1 )BaiXiaochun3-13/+7
2021-07-01XLSX export: handle button form controlsMiklos Vajna4-1/+88
2021-07-01Resolves: tdf#138432 Use locale's CharClass to parse numeric i18n contextEike Rathke1-1/+5
2021-07-01exclude some tests for non-default DPINoel Grandin1-0/+2
2021-07-01sc: VclPtr, missing dispose (Page Style->Edit...->Header)László Németh1-0/+2
2021-07-01ofz#30762 TimeoutCaolán McNamara1-4/+11
2021-07-01Purge out rtl::math::setInfBaiXiaochun3-19/+7
2021-06-30XLSX export: improve handling of checkbox (form controls)Miklos Vajna5-2/+131
2021-06-30uitest: combine create_doc_in_start_center methodsXisco Fauli123-199/+199
2021-06-30tdf#140431 XLSX export: fix double file:// prefixTünde Tóth3-2/+21
2021-06-30uitest: guard create_doc_in_start_center in scXisco Fauli125-7593/+7216
2021-06-30uitest: guard create_doc_in_start_center in sdXisco Fauli1-2/+1
2021-06-30tdf#132421 - don't URL encode filename for the import ASCII dialog titleAndreas Heinisch1-1/+2
2021-06-30Purge out rtl::math::setNanBaiXiaochun17-70/+55
2021-06-29maShowPageBreaksTimer.Stop() in ScGridWindow::dispose(), tdf#124983 follow-upEike Rathke1-0/+2
2021-06-29sc: don't require ctrl-click when clicking on internal links of shapesMiklos Vajna3-3/+7
2021-06-29uitest: combine execute_dialog_through_command methodsXisco Fauli124-304/+304
2021-06-29uitest: guard execute_dialog_through_command in scXisco Fauli123-3436/+2596
2021-06-29uitest: guard execute_dialog_through_command in sdXisco Fauli1-2/+2
2021-06-29tdf#121715 XLSX: support custom first page header/footerDaniel Arato (NISZ)20-55/+192
2021-06-28open menu down in direction shown by arrowCaolán McNamara1-1/+1
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin27-82/+83
2021-06-27uitest: remove duplicated calls to get_component()Xisco Fauli99-867/+731
2021-06-26cid#1474269 Untrusted allocation sizeCaolán McNamara3-12/+29
2021-06-26gtk4: GtkPicture triggers some sort of unexplained vertical expandCaolán McNamara1-6/+17
2021-06-26resave with latest gladeCaolán McNamara1-177/+177
2021-06-26uitest: introduce load_empty_fileXisco Fauli11-202/+165
2021-06-25remove stray max-length from GtkSpinButtonCaolán McNamara1-1/+0
2021-06-25unused always-show-image in GtkCheckButtonCaolán McNamara1-1/+0
2021-06-25Missing dependencyMike Kaganski1-0/+7
2021-06-25uitest: guard execute_dialog_through_actionXisco Fauli28-1675/+1422
2021-06-25uitest: use wait_for_top_focus_window when opening the csv dialogXisco Fauli2-3/+3
2021-06-25tdf#58250 - Show custom unicode separator in the csv import dialogAndreas Heinisch1-7/+3
2021-06-25Resolves tdf#125868 - Insert dialog text in case of RTLHeiko Tietze3-0/+10
2021-06-24uitest: sc: move csv dialog tests to their own moduleXisco Fauli5-0/+21
2021-06-24Fix presumed race between executeAction and following asserts in UITestStephan Bergmann1-0/+8
2021-06-24tdf#69207 - Use selected text delimiter to parse the provided csv dataAndreas Heinisch1-0/+2
2021-06-24Revert "uitest: guard create_doc_in_start_center"Xisco Fauli133-7966/+8305
2021-06-23uitest: blind fix for failure in slow machinesXisco Fauli1-3/+2
2021-06-23Introduce wait_for_top_focus_window to fix UITest_calc_tests9Stephan Bergmann1-1/+1
2021-06-23Resolves: tdf#143008 Evaluate AM/PM for type date+time text-to-column and CSVEike Rathke1-1/+31
2021-06-23tdf#124983 In calc make printable page borders initially visibleIlhan Yesil4-0/+79
2021-06-22uitest: guard create_doc_in_start_centerXisco Fauli133-8305/+7966