LibreOffice Module extensions (master)
1
extensions
source
abpilot
addresssettings.hxx
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
#pragma once
21
22
#include <rtl/ustring.hxx>
23
#include "
abptypes.hxx
"
24
25
26
namespace
abp
27
{
28
29
enum
AddressSourceType
30
{
31
AST_THUNDERBIRD
,
32
AST_EVOLUTION
,
33
AST_EVOLUTION_GROUPWISE
,
34
AST_EVOLUTION_LDAP
,
35
AST_KAB
,
36
AST_MACAB
,
37
AST_OTHER
,
38
39
AST_INVALID
40
};
41
42
struct
AddressSettings
43
{
44
AddressSourceType
eType
;
45
OUString
sDataSourceName
;
46
OUString
sRegisteredDataSourceName
;
47
OUString
sSelectedTable
;
48
bool
bIgnoreNoTable
;
49
MapString2String
aFieldMapping
;
50
bool
bRegisterDataSource
;
51
bool
bEmbedDataSource
;
52
};
53
54
55
}
// namespace abp
56
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
abptypes.hxx
abp
Definition:
abpfinalpage.cxx:33
abp::AddressSourceType
AddressSourceType
Definition:
addresssettings.hxx:30
abp::AST_MACAB
@ AST_MACAB
Definition:
addresssettings.hxx:36
abp::AST_EVOLUTION_GROUPWISE
@ AST_EVOLUTION_GROUPWISE
Definition:
addresssettings.hxx:33
abp::AST_KAB
@ AST_KAB
Definition:
addresssettings.hxx:35
abp::AST_EVOLUTION_LDAP
@ AST_EVOLUTION_LDAP
Definition:
addresssettings.hxx:34
abp::AST_INVALID
@ AST_INVALID
Definition:
addresssettings.hxx:39
abp::AST_OTHER
@ AST_OTHER
Definition:
addresssettings.hxx:37
abp::AST_THUNDERBIRD
@ AST_THUNDERBIRD
Definition:
addresssettings.hxx:31
abp::AST_EVOLUTION
@ AST_EVOLUTION
Definition:
addresssettings.hxx:32
abp::MapString2String
std::map< OUString, OUString > MapString2String
Definition:
abptypes.hxx:36
abp::AddressSettings
Definition:
addresssettings.hxx:43
abp::AddressSettings::sSelectedTable
OUString sSelectedTable
Definition:
addresssettings.hxx:47
abp::AddressSettings::bRegisterDataSource
bool bRegisterDataSource
Definition:
addresssettings.hxx:50
abp::AddressSettings::bEmbedDataSource
bool bEmbedDataSource
Definition:
addresssettings.hxx:51
abp::AddressSettings::eType
AddressSourceType eType
Definition:
addresssettings.hxx:44
abp::AddressSettings::aFieldMapping
MapString2String aFieldMapping
Definition:
addresssettings.hxx:49
abp::AddressSettings::sDataSourceName
OUString sDataSourceName
Definition:
addresssettings.hxx:45
abp::AddressSettings::bIgnoreNoTable
bool bIgnoreNoTable
Definition:
addresssettings.hxx:48
abp::AddressSettings::sRegisteredDataSourceName
OUString sRegisteredDataSourceName
Definition:
addresssettings.hxx:46
Generated on Sun Jul 30 2023 04:39:36 for LibreOffice Module extensions (master) by
1.9.3