/* -*- 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/. * */ #pragma once #include #if ENABLE_GSTREAMER_1_0 #include #include typedef GstElement* (*GstElementFactoryName)(const gchar*, const gchar*); static GstElementFactoryName gstElementFactoryNameSymbol() { return reinterpret_cast(dlsym(nullptr, "gst_element_factory_make")); } #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ge='this.form.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-11-30loplugin:stringliteraldefine in variousNoel Grandin
2021-11-30use more OInterfaceContainerHelper3 in xmlhelpNoel Grandin
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-01Prepare for removal of non-const operator[] from Sequence in xmlhelpMike Kaganski
2021-10-17Simplify Sequence in xmlhelpJulien Nabet
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-05drop 'using namespace std' in o* r* x*Julien Nabet
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-31osl::Mutex->std::mutex in InputStreamTransformerNoel Grandin
2021-07-31osl::Mutex->std::mutex in TreeFileIteratorNoel Grandin
2021-07-23Avoid strtol on non-NUL-terminated inputStephan Bergmann
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-24error: unknown type name 'OStringBuffer'Caolán McNamara
2021-06-22configure: Improve help-options handlingJan-Marek Glogowski
2021-06-11Simplify Sequences initializations (writerfilter/writerperfect/x*)Julien Nabet
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-23tdf#124176 Use pragma once in x*Vincent LE GARREC
2021-03-18tdf#88205: Use initializer_list ctor in css::uno::SequenceMani Kumar
2021-03-02loplugin:refcounting in xmlhelpNoel
2021-02-19loplugin:refcounting in xmlhelpNoel
2021-02-18loplugin:referencecasting add check for new rtl::Reference operatorNoel
2021-02-11loplugin:refcounting generalise type checkingNoel
2021-02-05Revert "Fix typo in code"Stephan Bergmann
2021-02-04Fix typo in codeAndrea Gelmini
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-18tdf#123936 Formatting files in module xmlhelp with clang-formatPhilipp Hofer
2020-11-11loplugin:stringviewNoel
2020-11-10new loplugin:reducevarscopeNoel Grandin
2020-09-07loplugin:singlevalfieldsNoel Grandin
2020-08-11loplugin:flattenNoel Grandin