1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #ifndef __com_sun_star_sheet_XConditionalFormat_idl__
11 #define __com_sun_star_sheet_XConditionalFormat_idl__
13 #include
<com
/sun
/star
/container
/XIndexAccess.idl
>
14 #include
<com
/sun
/star
/sheet
/XConditionEntry.idl
>
16 module com
{ module sun
{ module star
{ module sheet
{
18 interface XConditionalFormat
: com
::sun
::star
::container
::XIndexAccess
21 * Creates a new conditional format entry and insert its at the position.
23 * @param Type: a com.sun.star.sheet.ConditionFormatEntryType specifying the
24 * type of the new entry
26 * @param Position: the position in the conditional format
29 void createEntry
( [in] long Type
, [in] long Position
);
31 void removeByIndex
( [in] long Index
);
39 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */