summaryrefslogtreecommitdiff
path: root/include/svx/tabline.hxx
blob: 398845146102b86fc98fbbd1964543010e9bec79 (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
/* -*- 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_TABLINE_HXX
#define INCLUDED_SVX_TABLINE_HXX

class SvxBrushItem;
class SdrModel;
class SdrObject;

//defines for the symbol selection on the page
//Positive value (0,...n) declares the index in pSymbollist, else:
#define SVX_SYMBOLTYPE_NONE       (-3)  //symbol hidden
#define SVX_SYMBOLTYPE_AUTO       (-2)  //symbol automatically generated
#define SVX_SYMBOLTYPE_BRUSHITEM  (-1)  //symbol is contained as graphic in item:
#define SVX_SYMBOLTYPE_UNKNOWN  (-100) //unknown/not initialized

#endif // INCLUDED_SVX_TABLINE_HXX

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
-Id: I525ba4d7706e6f6a385a0fbf5976d8e9883a40a5 2017-02-06Add missing #includesStephan Bergmann ...like 6dce9c6757823b9e89863716ae70ff4e8ddd4e60, for macOS-only code Change-Id: I0b4c0ba12df487107661a6af54fba42122e8f023 2016-09-14loplugin:overrideStephan Bergmann Change-Id: Ica137897f02c5caa4c4891f75531ada3957025d9 2016-09-12Bin some noise comments and superfluous vertical whitespaceTor Lillqvist Change-Id: I3c19457bb29cd1392f14598fc8798aed4b1a1a7f 2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann Change-Id: Icd5cc30d88f514a724dfe4858d0077650584820d 2015-11-18com::sun::star->css in vcl/Noel Grandin Change-Id: Ifad76177673cf93746ba221838be80ff76fed228 Reviewed-on: https://gerrit.libreoffice.org/20032 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann Change-Id: I90a955eb3e485723bb81e7164edcf60f7b0e94c7 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274 2015-05-23Remove include stdio (part6)Julien Nabet Change-Id: I4dde46c81b36b318710e32c8f420dff8d9c2e655 Reviewed-on: https://gerrit.libreoffice.org/15879 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr> 2015-05-11loplugin:staticmethodsStephan Bergmann Change-Id: If28afc6a2936b150e6659ed84c5ecac9f4c54edc 2015-04-02loplugin:redundantcastStephan Bergmann Change-Id: I6095d1209f2339387e8562074daa32779089a018 2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann Change-Id: I3269d005634c66929e092d6a8fb33d71819b6971 2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava Added clear() method to OString and OUString class, Updated appropriate call-sites. Change-Id: I0ba97fa6dc7af3e31b605953089a4e8e9c3e61ac Signed-off-by: Stephan Bergmann <sbergman@redhat.com>