# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Package_Package,desktop_simpress_sh,$(SRCDIR)/desktop/scripts)) $(eval $(call gb_Package_add_file,desktop_simpress_sh,$(LIBO_BIN_FOLDER)/simpress,simpress.sh)) # vim: set ts=4 sw=4 noet: : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/source/ui/attrdlg
AgeCommit message (Expand)Author
2024-08-15tdf#162475 sc: now conditions can be edited from easy conditional format dialogPranam Lashkari
2024-08-15sc: tdf#162475 manage conditional format with simpler dialogPranam Lashkari
2024-07-02cid#1606605 Logically dead codeCaolán McNamara
2024-06-03loplugin:ostr in scNoel Grandin
2024-04-20tdf#80390 Extend InsertCells Dialog to allow adding a set of Rows/ColumnsSahil Gautam
2024-04-06tdf#152336 Detect charset and separators for csv filesGabriel Masei
2024-03-26tdf#160338 Calc freeze on Text Attribute dialogNoel Grandin
2024-03-21ITEM: Remove InvalidateAllItems()Armin Le Grand (allotropia)
2024-03-05Create an UNO service to do the symbol lookup in scNoel Grandin
2024-02-13sc: add back protect cell tab from cell format dialogHubert Figuière
2024-01-29make chart-source dialog asyncNoel Grandin
2024-01-29make append/rename table dialog asyncNoel Grandin
2024-01-29make set-tab-bg-col dialog asyncNoel Grandin
2024-01-24make insert table dialog asyncNoel Grandin
2024-01-24convert more calc dialogs to asyncNoel Grandin
2024-01-23sc: make inactive sheets movable and copyableBayram Çiçek
2023-10-07Revert "tdf#149598 - Remember window state of the format cell dialog"Andreas Heinisch
2023-08-25downgrade from assert to SAL_WARNCaolán McNamara
2023-08-25sc: fix crash in ScAttrDlg::PageCreatedXisco Fauli
2023-07-25follow tdf#154131 Treat also HMTL importLaurent Balland
2023-06-01tdf#149598 - Remember window state of the format cell dialogAndreas Heinisch
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-03-22sc drawstyles: Add a dialog for style editingMaxim Monastirsky
2023-03-04sc: remove protect cell tab from cell format dialogPranam Lashkari
2022-12-16check SfxObjectShell::Current()Caolán McNamara
2022-11-15sc: convert optimal width/height and normal width/height dialog to asyncrash419
2022-11-02sc: make InsertCell and DeleteCell async.Michael Meeks
2022-06-07tdf#129674 Add GoTo Sheet commandLaurent BP
2022-02-03sal_uLong->sal_Int32 for refresh delayNoel Grandin
2021-12-27remove unused DECL_ABSTDLG_BASE and IMPL_ABSTDLG_BASETomoyuki Kubota
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin
2021-07-28use officecfg for SvtCJKOptionsNoel Grandin
2021-07-20tdf#142763 sc UI: add first page header/footer optionsDaniel Arato (NISZ)
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin
2021-05-22fix shutdown leak in ScCreateDialogFactoryNoel Grandin
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-04-17pivot table: properly close all subdialogsSzymon Kłos
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2021-03-09let ScLinkedAreaDlg have a Widget parent instead of a WindowCaolán McNamara
2021-03-08pivot table: make subdialogs of pivot table dialog asyncSzymon Kłos
2021-02-19tdf#65872 [WIP] Allow prefered interpretation of pasted numbers to be savedGeorge Bateman
2021-01-11CreateScSubTotalDlg always called with a non-null pArgSetCaolán McNamara
2021-01-11CreateScAutoFormatDlg always passed a non-null ScViewData*Caolán McNamara
2021-01-07Make Pivot table db & external source dialogs asyncSzymon Kłos
2020-11-30Make Pivot table data source dialog asyncSzymon Kłos
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-11-19tdf#123936 Formatting files in module sc with clang-formatPhilipp Hofer
2020-10-20use tools::Long in scNoel