/* -*- 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 /** PropertyHandler for the XML-data-type: */ class XMLClipPropertyHandler final : public XMLPropertyHandler { bool m_bODF11; public: XMLClipPropertyHandler( bool bODF11 ); virtual ~XMLClipPropertyHandler() override; virtual bool equals( const css::uno::Any& r1, const css::uno::Any& r2 ) const override; virtual bool importXML( const OUString& rStrImpValue, css::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const override; virtual bool exportXML( OUString& rStrExpValue, const css::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const override; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ fice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mysql/YUser.cxx
AgeCommit message (Expand)Author
2018-08-24Moving mysqlc into connectivity as a libraryTamas Bunth
2017-10-23loplugin:includeform: connectivityStephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-07loplugin:oncevar in cui..connectivityNoel Grandin
2016-09-14loplugin:constantparam in chart2..connectivityNoel Grandin
2016-05-30com::sun::star->css in connectivityNoel Grandin
2016-04-06Avoid reserved identifiersStephan Bergmann
2016-02-25convert EComposeRule to scoped enumNoel Grandin
2015-11-02loplugin:stringconstantNoel Grandin
2015-04-23loplugin:staticmethodsNoel Grandin
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-06-04connectivity: fix includesThomas Arnhold
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet
2014-04-01connectivity: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-30User grants debug Mysql part: retrieve IS_GRANTABLE + update column privsJulien Nabet