/* -*- 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_CPPCANVAS_SOURCE_WRAPPER_IMPLFONT_HXX #define INCLUDED_CPPCANVAS_SOURCE_WRAPPER_IMPLFONT_HXX #include #include #include #include namespace com { namespace sun { namespace star { namespace rendering { class XCanvasFont; } } } } /* Definition of Font class */ namespace cppcanvas { namespace internal { class ImplFont : public Font { public: ImplFont( const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XCanvas >& rCanvas, const OUString& rFontName, const double& rCellSize ); virtual ~ImplFont(); virtual OUString getName() const SAL_OVERRIDE; virtual double getCellSize() const SAL_OVERRIDE; virtual ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XCanvasFont > getUNOFont() const SAL_OVERRIDE; private: ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XCanvas > mxCanvas; ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XCanvasFont > mxFont; }; } } #endif // INCLUDED_CPPCANVAS_SOURCE_WRAPPER_IMPLFONT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 'distro/collabora/co-22.05'>distro/collabora/co-22.05 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/mdds
AgeCommit message (Expand)Author
2013-06-25one more fix for mdds with msvcLuboš Luňák
2013-06-25Another place where the same fix needs to be applied.Kohei Yoshida
2013-06-25Try to help the Windows tinderbox.Kohei Yoshida
2013-06-24Adjusted the patch against mdds 0.9.0.Kohei Yoshida
2013-06-24These patches are in the upstream.Kohei Yoshida
2013-05-21Try not to crash in mdds when _GLIBCXX_DEBUG is defined.Kohei Yoshida
2013-05-20We don't need this patch anymore.Kohei Yoshida
2013-05-09Perhaps this will help the clang buildbot (?)Kohei Yoshida
2013-05-09Remove a patch that's no longer needed.Kohei Yoshida
2013-04-02mdds, vigra: drop obsolete gb_UnpackedTarball_mark_output_filesMichael Stahl
2013-03-18fix Wundef in mddsLuboš Luňák
2013-03-14mdds: work around warning from MSVC which is a little too smartMichael Stahl
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-02-28remove all d.lstMichael Stahl
2012-10-15tweak some build.lsts for the group photo...Michael Stahl
2012-10-03adjust patch level for mdds tooDavid Tardon
2012-09-22fix output files of mdds and vigra tooDavid Tardon
2012-09-18Updated mdds to 0.6.1.Kohei Yoshida
2012-08-31mdds: convert to gbuildMatúš Kukan
2012-07-30Get mdds to build against gcc 3.4.* thru 3.5.1.Kohei Yoshida
2012-07-30fix linking error with boost 1.50David Tardon
2012-07-24More warning C4702: unreachable codeStephan Bergmann
2012-07-23warning C4702: unreachable codeStephan Bergmann
2012-07-23-Werror,-Wunused-parameter (Clang 3.1)Stephan Bergmann
2012-07-20fix mdds breakage in mingw buildDavid Tardon
2012-07-19Deliver a missing header.Kohei Yoshida
2012-07-19Update mdds package to 0.6.0. It builds for me.Kohei Yoshida
2012-06-26re-base on ALv2 code.Michael Meeks
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-03-06more documentation and cleanups for various modules.Michael Meeks
2012-02-08Added and improved READMEs for modules whihc used to be in libs-externJosh Heidenreich