/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* * 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/. */ #pragma once #include namespace jsdialog { bool isBuilderEnabled(std::u16string_view rUIFile, bool bMobile); bool isBuilderEnabledForPopup(std::u16string_view rUIFile); bool isBuilderEnabledForSidebar(std::u16string_view rUIFile); bool isInterimBuilderEnabledForNotebookbar(std::u16string_view rUIFile); } /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/starmath/inc/utility.hxx
AgeCommit message (Expand)Author
2024-07-18make some single-arg constructors in starmath explicitNoel Grandin
2023-09-19starmath: Improve glyph positioningKhaled Hosny
2022-12-02tdf#151842: starmath_import: Add unittestXisco Fauli
2022-11-04lok: use twips in MathMike Kaganski
2022-11-04Use o3tl::convert in MathMike Kaganski
2021-03-01tdf#124176 on starmathdante
2020-10-22long->tools::Long in slideshow..starmathNoel
2020-04-16loplugin:buriedassign in starmath..svlNoel Grandin
2020-01-11loplugin:finalclasses in starmathNoel Grandin
2018-09-19drop some unnecessary headersCaolán McNamara
2018-09-17rename to weld::ComboBox are they are not text only nowCaolán McNamara
2018-08-20return weld widgets by std::unique_ptr from builderNoel Grandin
2018-04-29weld SmFontTypeDialogCaolán McNamara
2017-10-24loplugin:finalclasses in sfx2..svlNoel Grandin
2016-11-29starmath: these static functions can be localTakeshi Abe
2016-10-27loplugin:expandablemethods in sot..starmathNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-06-07starmath: Make ctors explicitTakeshi Abe
2016-05-19loplugin:unusedmethods in slideshow to svtoolsNoel Grandin
2016-03-10starmath: no need to override SmFontPickList::Update/RemoveTakeshi Abe
2016-02-09Remove excess newlinesChris Sherlock
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-01-14loplugin:unusedmethods unused return value in starmathNoel Grandin