summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/textfield/ReferencePageGet.idl
blob: 1b0a8761f726ee4b4c79e2bddaf0c4fb99921d86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/* -*- 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 __com_sun_star_text_textfield_ReferencePageGet_idl__
#define __com_sun_star_text_textfield_ReferencePageGet_idl_

#include <com/sun/star/text/TextField.idl>


module com { module sun { module star { module text { module textfield {

/** specifies service of a text field that
    displays the page number with respect to a reference point.
    The reference point is determined by a ReferencePageSet text field.
    @see com::sun::star::text::TextField
    @see com::sun::star::text::textfield::ReferencePageSet
*/
published service ReferencePageGet
{
    service  com::sun::star::text::TextField;
    /** specifies the type of the numbering as
        com::sun::star::style::NumberingType
     */
    [property]short NumberingType;
};


}; }; }; }; };

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
?h=libreoffice-4.0.6.1&id=4c50f23f87e391d93ded2564000589ef1a70696a'>LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl 2012-04-08gbuild: "use" vs. "add":Michael Stahl 2012-03-31clucene: do not use mixed path hereMatúš Kukan 2012-03-31clucene: use CustomTarget makefileMatúš Kukan 2012-03-23older versions of tar don't do autodetection of compression formatChristian Lohmaier 2012-03-23Enable use of older tars that uses --strip-path to strip componentsFridrich Štrba 2012-03-21chmod -xTor Lillqvist 2012-03-13gtar actually expects --strip-components, with trailing 's'Korrawit Pruegsanusak 2012-03-10patch clucene to avoid narrowing conversionsLuboš Luňák 2012-03-06more idle code documentation improvementMichael Meeks 2012-02-25make this consistentMatúš Kukan 2012-02-24filter out not needed uwinapi which is not yet builtMatúš Kukan 2012-02-24MinGW: Make clucene build.Jan Holesovsky 2012-02-24Trailing whitespace cleanup in the clucene configs.Jan Holesovsky 2012-02-23fix for cross-compilingCaolán McNamara 2012-02-23Fix CLucene _DEBUG codeStephan Bergmann 2012-02-23tweak generic config for MacOSXCaolán McNamara 2012-02-23another problematic _CL_HAVE_GCC_ATOMIC_FUNCTIONS for MacOSXCaolán McNamara 2012-02-23use the same compiler test for atomics in clucene as salCaolán McNamara 2012-02-23wcsdup not universally available on non-windowsCaolán McNamara 2012-02-23disable warnings in exported headersCaolán McNamara 2012-02-23need to export more headers from CLuceneCaolán McNamara 2012-02-23use different OUString ctor for RTL_TEXTENCODING_UCS4Caolán McNamara 2012-02-17get clucene building under windows-msvcCaolán McNamara 2012-02-17suppress -Werror for cluceneDavid Tardon 2012-02-17use custom target for preparing sourcesDavid Tardon 2012-02-17first cut at building an internal cluceneCaolán McNamara