LibreOffice Module editeng (master) 1
swafopt.cxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
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/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20#include <editeng/swafopt.hxx>
21#include <tools/gen.hxx>
22#include <vcl/keycodes.hxx>
23
25 : aBulletFont( "OpenSymbol", Size( 0, 14 ) )
26{
43
50
59 bAutoCmpltKeepList = true;
60
61 nRightMargin = 50; // default 50%
63
64 aBulletFont.SetCharSet( RTL_TEXTENCODING_SYMBOL );
69
70 cBullet = 0x2022;
73
75 nAutoCmpltListLen = 1000;
76 m_pAutoCompleteList = nullptr;
77 pSmartTagMgr = nullptr;
78}
79
80/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
void SetPitch(FontPitch ePitch)
void SetTransparent(bool bTransparent)
void SetWeight(FontWeight)
void SetFamily(FontFamily)
void SetCharSet(rtl_TextEncoding)
PITCH_DONTKNOW
FAMILY_DONTKNOW
WEIGHT_DONTKNOW
constexpr sal_uInt16 KEY_RETURN
vcl::Font aBulletFont
Definition: swafopt.hxx:80
bool bAFormatDelSpacesBetweenLines
Definition: swafopt.hxx:131
bool bCapitalStartSentence
Definition: swafopt.hxx:96
sal_uInt32 nAutoCmpltListLen
Definition: swafopt.hxx:89
sal_UCS4 cByInputBullet
Definition: swafopt.hxx:87
vcl::Font aByInputBulletFont
Definition: swafopt.hxx:81
bool bAFormatDelSpacesAtSttEnd
Definition: swafopt.hxx:130
sal_uInt8 nRightMargin
Definition: swafopt.hxx:93
sal_uInt16 nAutoCmpltWordLen
Definition: swafopt.hxx:90
bool bAFormatByInpDelSpacesBetweenLines
Definition: swafopt.hxx:133
sal_uInt16 nAutoCmpltExpandKey
Definition: swafopt.hxx:91
SmartTagMgr * pSmartTagMgr
Definition: swafopt.hxx:84
bool bAFormatByInpDelSpacesAtSttEnd
Definition: swafopt.hxx:132
const editeng::SortedAutoCompleteStrings * m_pAutoCompleteList
only valid inside the Dialog!!!
Definition: swafopt.hxx:83