/* -*- 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_SVX_XPROPERTYENTRY_HXX #define INCLUDED_SVX_XPROPERTYENTRY_HXX #include #include #include class SVXCORE_DLLPUBLIC XPropertyEntry { private: OUString maPropEntryName; BitmapEx maUiBitmap; protected: XPropertyEntry(OUString aPropEntryName); XPropertyEntry(XPropertyEntry const&) = default; XPropertyEntry(XPropertyEntry&&) = default; public: virtual ~XPropertyEntry(); XPropertyEntry& operator=(XPropertyEntry const&) = default; XPropertyEntry& operator=(XPropertyEntry&&) = default; void SetName(const OUString& rPropEntryName) { maPropEntryName = rPropEntryName; } const OUString& GetName() const { return maPropEntryName; } void SetUiBitmap(const BitmapEx& rUiBitmap) { maUiBitmap = rUiBitmap; } const BitmapEx& GetUiBitmap() const { return maUiBitmap; } }; #endif // INCLUDED_SVX_XPROPERTYENTRY_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ office-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-28tdf#109202: Convert images to desired format in (f)odt filterKatarina Behrens
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-16comphelper: move base64 encode/decode helpers from saxAshod Nakashian
2017-06-15comphelper: add a profiling APILászló Németh
2017-04-21add generic digest classMarkus Mohrhard
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-12[API-CHANGE] drop css.comp.logging.SimpleLogRingCaolán McNamara
2016-10-11profilesafe: Added zip deflate/inflateArmin Le Grand
2016-10-11profilesafe: Initial creation of BackupFileHelperArmin Le Grand
2016-04-22Add an interaction handler wrapper for simple file access.Giuseppe Castagno
2016-02-08loplugin:unusedmethodsNoel Grandin
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-08-19Consolidate isFileUrl checksStephan Bergmann
2015-04-02Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist
2015-03-16Factor out the .uno: command dispatching to a separate function / file.Jan Holesovsky
2014-12-03From ill-named comphelper::getExpandedFilePath to comphelper::getExpanedUriStephan Bergmann
2014-11-11Add a function to compare version number stringsTor Lillqvist
2014-10-30Move thread-pool down into comphelper for re-use elsewhere.Michael Meeks
2014-05-17move boost rng wrapper from sc to comphelperThomas Arnhold
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold
2014-05-09callcatcher: update unused codeCaolán McNamara
2013-12-12Remove newly unused comphelper/TypeGeneration.hxxStephan Bergmann
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann
2013-10-21Remove comphelper::ComponentContextStephan Bergmann
2013-09-10Parsing master presentation objects from 'objectlist.xml'Vishv Brahmbhatt
2013-05-14SolarMutex does not belong into the URE interfaceStephan Bergmann
2013-05-07officecfg: remove Package_cppheaderMichael Stahl
2013-04-24Don't point to inc directories that don't exist any longerTor Lillqvist
2013-04-24gbuild: drop uses of removed packagesDavid Tardon