# -*- 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_JunitTest_JunitTest,sd_unoapi)) $(eval $(call gb_JunitTest_set_defs,sd_unoapi,\ $$(DEFS) \ -Dorg.openoffice.test.arg.sce=$(SRCDIR)/sd/qa/unoapi/sd.sce \ -Dorg.openoffice.test.arg.xcl=$(SRCDIR)/sd/qa/unoapi/knownissues.xcl \ -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/sd/qa/unoapi/testdocuments \ )) $(eval $(call gb_JunitTest_use_jars,sd_unoapi,\ OOoRunner \ ridl \ test \ unoil \ jurt \ )) $(eval $(call gb_JunitTest_add_classes,sd_unoapi,\ org.openoffice.test.UnoApiTest \ )) # vim: set noet sw=4 ts=4: istro/allotropia/zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/tbcontrl.cxx
AgeCommit message (Expand)Author
2022-08-24NFC related tdf#85592: simplify SID_ATTR_CHAR_COLOR_BACKGROUND_EXTJustin Luth
2022-08-22I see this empty entry for the separator in the styles dropdownCaolán McNamara
2022-08-22tdf#87535: Preview styles using CTL/CJK fonts in the styles menuKhaled Hosny
2022-07-21clang-tidy modernize-pass-by-value in svxNoel Grandin
2022-05-03Just use Any ctor instead of makeAny in svxStephan Bergmann
2022-03-14set active element to -1 when no selection for fontnameboxMert Tumer
2022-03-11new loplugin:trivialdestructorNoel Grandin
2022-01-25tdf#146407: Hide diagonal border icons for WriterBayram Çiçek
2021-12-22sd theme: allow setting color effects in the sidebarMiklos Vajna
2021-12-21sd theme: allow setting color effects in the chardlgMiklos Vajna
2021-12-20sd theme: allow setting the color's theme index in the chardlgMiklos Vajna
2021-12-07tdf#48622, tdf#145828 use correct default for border line widthArmin Le Grand (Allotropia)
2021-12-02use smaller squares for smaller checker patternsCaolán McNamara
2021-11-17use ListBoxPreview size for the color shown in autofilter color listCaolán McNamara
2021-11-04tdf#48622 Add new border line width defaultsSamuel Mehrbrodt
2021-10-31Prepare for removal of non-const operator[] from Sequence in svxMike Kaganski
2021-10-25Fix toolbar button's currency list's number format for default localeEike Rathke
2021-10-09Rename strings and change criss-cross border iconBayram Çiçek
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-23tdf#143919: Calc: add diagonal borders in Toolbar>BordersBayram Çiçek
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-07-28Don't steal focus from popup in onlineSzymon Kłos
2021-07-13Resolves tdf#143272 - Window text color for border linesHeiko Tietze
2021-07-08tdf#125533 Update Calc style names for style sidebar dropdownThorsten Wagner
2021-07-02no need to allocate return val on heap for GetItemSetForPreviewNoel Grandin
2021-06-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-11Resolves tdf#127406 - Font name and style name not readableHeiko Tietze