summaryrefslogtreecommitdiff
path: root/include/basegfx/utils/zoomtools.hxx
blob: 16a36448af49dec91ab3f84d4c38919c85a2dbf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* -*- 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/.
 */

#pragma once

#include <basegfx/basegfxdllapi.h>

namespace basegfx::zoomtools
{
/** This namespace provides functions for optimized geometric zooming
*/
BASEGFX_DLLPUBLIC sal_uInt16 zoomOut(sal_uInt16 nCurrent);
BASEGFX_DLLPUBLIC sal_uInt16 zoomIn(sal_uInt16 nCurrent);
}

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
decoration'>andreas kainz 2018-11-08sw: Remove the comment sub menu from table.xmlMaxim Monastirsky 2018-10-29sw modules: finish context menuesandreas kainz 2018-10-27tdf#119773 update sw table context barandreas kainz 2018-10-11tdf#64242 sw add minimize table col/row UIJustin Luth 2018-07-24tdf#86619 Reintroduce Insert Caption to the table context menuXisco Fauli