LibreOffice Module dbaccess (master)
1
dbaccess
source
core
inc
commandbase.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 <com/sun/star/uno/Sequence.hxx>
23
#include <com/sun/star/beans/PropertyValue.hpp>
24
25
namespace
dbaccess
26
{
27
28
// OCommandBase - a base class (in fact just a container for some members)
29
// for classes implementing the sdb.CommandDefinition service
30
class
OCommandBase
31
{
32
public
:
// need public access
33
// <properties>
34
css::uno::Sequence< css::beans::PropertyValue>
35
m_aLayoutInformation
;
36
OUString
m_sCommand
;
37
bool
m_bEscapeProcessing
;
// no BitField! So it can be used with an OPropertyStateContainer
38
OUString
m_sUpdateTableName
;
39
OUString
m_sUpdateSchemaName
;
40
OUString
m_sUpdateCatalogName
;
41
// </properties>
42
43
protected
:
44
OCommandBase
() :
m_bEscapeProcessing
(true) { }
45
46
};
47
48
}
// namespace dbaccess
49
50
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
dbaccess::OCommandBase
Definition:
commandbase.hxx:31
dbaccess::OCommandBase::OCommandBase
OCommandBase()
Definition:
commandbase.hxx:44
dbaccess::OCommandBase::m_bEscapeProcessing
bool m_bEscapeProcessing
Definition:
commandbase.hxx:37
dbaccess::OCommandBase::m_aLayoutInformation
css::uno::Sequence< css::beans::PropertyValue > m_aLayoutInformation
Definition:
commandbase.hxx:35
dbaccess::OCommandBase::m_sUpdateSchemaName
OUString m_sUpdateSchemaName
Definition:
commandbase.hxx:39
dbaccess::OCommandBase::m_sCommand
OUString m_sCommand
Definition:
commandbase.hxx:36
dbaccess::OCommandBase::m_sUpdateTableName
OUString m_sUpdateTableName
Definition:
commandbase.hxx:38
dbaccess::OCommandBase::m_sUpdateCatalogName
OUString m_sUpdateCatalogName
Definition:
commandbase.hxx:40
dbaccess
Definition:
BookmarkSet.hxx:27
Generated on Sun Jul 30 2023 04:30:04 for LibreOffice Module dbaccess (master) by
1.9.3