/* -*- 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 . */ #ifndef INCLUDED_COMPHELPER_FILEURL_HXX #define INCLUDED_COMPHELPER_FILEURL_HXX #include #include #include namespace comphelper { // Return true iff url is an absolute URL of "file" scheme: COMPHELPER_DLLPUBLIC bool isFileUrl(OUString const & url); } #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ce-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)Author
2019-07-20loplugin:referencecasting in oox..pyunoNoel Grandin
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-06-10Adapt to upcoming Python 3.8Stephan Bergmann
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov
2019-05-10an uno -> a unoCaolán McNamara
2019-04-26tdf#42949 Fix IWYU warnings in pyuno/Gabor Kelemen
2019-04-13loplugin:sequentialassign in oox..reportdesignNoel Grandin
2019-04-02For Python extensions, set __file__ before executing the moduleThomas Viehmann
2019-04-02renamed ssl test to testsslShubham Goyal
2019-03-18tdf#124011 Add __ne__ method to UNO typesShubham Goyal
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann