/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ #ifndef __com_sun_star_sheet_DataResult_idl__ #define __com_sun_star_sheet_DataResult_idl__ //============================================================================= module com { module sun { module star { module sheet { //============================================================================= /** contains the result of one element in the data pilot data array. @see com::sun::star::sheet::XDataPilotResults */ published struct DataResult { /** contains boolean flags describing the result. @see com::sun::star::sheet::DataResultFlags */ long Flags; //------------------------------------------------------------------------- /** contains the result value. */ double Value; }; //============================================================================= }; }; }; }; #endif istro/collabora/cd-5.3-3.1'>distro/collabora/cd-5.3-3.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/libxslt
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-07-14 00:13:40 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-09-12 05:14:34 +0000
commit5aaef82232f7f51ddd658f3ad34903f3fe7107d4 (patch)
treebaf9c17d92eb169bd3407d1d332ef0fc307a85b2 /libxslt
parentf49db879b7e6362a12450c87352f6ba72823c45e (diff)
coretext: use only the FontFace ref from the Style
Change-Id: I696065f6f60fb55eaa24e4a8b4cbff1e93856f04 Reviewed-on: https://gerrit.libreoffice.org/306 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>