/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #pragma once #include #include namespace com::sun::star::frame { class XController; } namespace com::sun::star::frame { class XDispatch; } namespace com::sun::star::frame { class XFrame; } namespace sfx2::sidebar { class Tools { public: static css::uno::Reference GetImage( const OUString& rsImageURL, const OUString& rsHighContrastImageURL, const css::uno::Reference& rxFrame); static css::uno::Reference GetImage( const OUString& rsURL, const css::uno::Reference& rxFrame); static css::util::URL GetURL (const OUString& rsCommand); static css::uno::Reference GetDispatch ( const css::uno::Reference& rxFrame, const css::util::URL& rURL); static OUString GetModuleName ( const css::uno::Reference& rxFrame); }; } // end of namespace sfx2::sidebar /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 'distro/cib/libreoffice-6-4'>distro/cib/libreoffice-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-16tdf#132293 Remove unused import from uitestAshok
2024-10-03tdf#134166 sw: Fixed RTL/LTR toolbar buttons not updatingJonathan Clark
2024-07-28sfx2, solenv, sw: fix issues found by Ruff linterIlmari Lauhakangas
2024-07-13Python: use is None/is not None instead of == None/!= NoneJulien Nabet
2024-07-03disable most of tdf159102 UITest againNoel Grandin
2024-07-02tdf#159102 sw: add missing get_url_for_data_file to the unit testLászló Németh
2024-07-01tdf#159102 sw: enable unit test again with extended test documentLászló Németh
2024-07-01tdf#160170 sw: test for fix overshrank lines with hyphenationLászló Németh
2024-05-08Revert "tdf#150037 Writer: text fieldmark behaviour changed"Justin Luth
2024-03-28disable part of tdf150443 UITest for nowNoel Grandin
2024-03-28tdf#158803 Remove unused imports from uitestBogdan Buzea
2024-03-08tdf#146356: sw: move UItest to CppUnittestXisco Fauli
2024-03-07test of tdf#146356Oliver Specht
2024-03-07tdf#157518: add uitest for password policySarper Akdemir
2024-03-04tdf#150443: replace missing fonts in testfileXisco Fauli
2024-03-04Fix typoAndrea Gelmini
2024-03-04sw: UITest_writer_tests8 test_tdf150443 more tolerantMichael Stahl
2024-03-01Revert "Unit test to tdf159797"Xisco Fauli
2024-03-01Unit test to tdf159797Oliver Specht
2024-02-15sw: move some UItests from writer_tests7 to writer_tests8Xisco Fauli
2024-01-25disabling UITest tdf159102Noel Grandin
2024-01-24tdf#106733 sw cui: add CharNoHyphenation checkboxLászló Németh
2024-01-19tdf#106733 sw: implement CharNoHyphenationLászló Németh
2024-01-18tdf#159102 sw smart justify: fix automatic hyphenationLászló Németh
2024-01-17tdf#150037 Writer: text fieldmark behaviour changedOliver Specht
2023-12-27tdf#158803 Fix issues detected by pyflakesChenxiong Qi
2023-12-04UITest_writer_tests8: do not use custom configurationXisco Fauli
2023-11-25tdf#156243 Fix off-by-one bug for autocorrectMatt K