summaryrefslogtreecommitdiff
path: root/include/svtools/imgdef.hxx
blob: cd9c6d9e15d5d2a293e3da89568899201890b89c (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
/* -*- 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_SVTOOLS_IMGDEF_HXX
#define INCLUDED_SVTOOLS_IMGDEF_HXX

enum SfxSymbolsSize
{
    SFX_SYMBOLS_SIZE_SMALL,
    SFX_SYMBOLS_SIZE_LARGE,
    SFX_SYMBOLS_SIZE_AUTO
};

#endif // INCLUDED_SVTOOLS_IMGDEF_HXX

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
2018-10-02loplugin:useuniqueptr in SdrPageViewNoel Grandin 2018-04-12Translate German variable and function namesJohnny_M 2018-02-27replace Color(COL_*) with COL_*Noel Grandin 2017-10-08Make Color a forward declarationChris Sherlock 2017-07-27loplugin:constparams in svxNoel Grandin 2017-05-12convert SdrLayerId to strong_intNoel Grandin 2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna 2016-12-07tdf#91260 svx, sw: don't paint off-page part of drawing objectMichael Stahl 2016-12-04tdf#88206 replace cppu::WeakImplHelper* in svtools and svxJochen Nitschke 2016-10-27loplugin:expandablemethods in svxNoel Grandin 2016-10-20loplugin:expandablemethodds in svxNoel Grandin 2016-09-29merge SdrPageView::IsObjSelectable and SdrPageView::IsObjMarkableJochen Nitschke 2016-09-01loplugin:countusersofdefaultparamsNoel Grandin 2016-04-14loplugin:passstuffbyref in svxNoel Grandin 2016-03-01loplugin:unuseddefaultparam in svx (part1)Noel Grandin 2016-02-09Remove excess newlinesChris Sherlock 2016-01-14-Werror=misleading-indentation (GCC 6)Stephan Bergmann 2016-01-13loplugin:unusedmethods unused return value in include/svxNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin 2015-10-13tdf#95002 sd tiled rendering: fix handling of images on page switchMiklos Vajna 2015-10-12sd tiled rendering: make invalidation in DrawViewShell::SwitchPage() optionalMiklos Vajna 2015-10-01remove old standalone Sun bug numbersNoel Grandin 2015-08-16tdf#39468 Translate German comments - include/svxPhilipp Weissenbacher 2015-08-03Removed some whole page invalidations in impressMihai Varga 2015-07-16loplugin:unusedmethods svxNoel Grandin 2015-07-03fix deselect of textbox on slides with images in underlying masterCaolán McNamara