LibreOffice Module basctl (master)
1
basctl
source
basicide
iderdll2.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
class
StarBASIC
;
23
class
SvxSearchItem
;
24
25
26
#include <
bastypes.hxx
>
27
#include <
bastype2.hxx
>
28
29
namespace
basctl
30
{
31
32
class
ExtraData
final
33
{
34
LibInfo
aLibInfo
;
35
36
EntryDescriptor
m_aLastEntryDesc
;
37
38
OUString
aAddLibPath
;
39
OUString
aAddLibFilter
;
40
41
bool
bChoosingMacro
;
42
bool
bShellInCriticalSection
;
43
44
DECL_STATIC_LINK
(
ExtraData
, GlobalBasicBreakHdl,
StarBASIC
*,
BasicDebugFlags
);
45
46
public
:
47
ExtraData
();
48
~ExtraData
();
49
50
LibInfo
&
GetLibInfo
() {
return
aLibInfo
; }
51
52
EntryDescriptor
&
GetLastEntryDescriptor
() {
return
m_aLastEntryDesc
; }
53
void
SetLastEntryDescriptor
(
EntryDescriptor
const
& rDesc) {
m_aLastEntryDesc
= rDesc; }
54
55
bool
&
ChoosingMacro
() {
return
bChoosingMacro
; }
56
bool
&
ShellInCriticalSection
() {
return
bShellInCriticalSection
; }
57
58
const
OUString&
GetAddLibPath
()
const
{
return
aAddLibPath
; }
59
void
SetAddLibPath
(
const
OUString& rPath ) {
aAddLibPath
= rPath; }
60
61
const
OUString&
GetAddLibFilter
()
const
{
return
aAddLibFilter
; }
62
void
SetAddLibFilter
(
const
OUString& rFilter ) {
aAddLibFilter
= rFilter; }
63
};
64
65
}
// namespace basctl
66
67
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
bastype2.hxx
bastypes.hxx
StarBASIC
SvxSearchItem
basctl::EntryDescriptor
Definition:
bastype2.hxx:120
basctl::ExtraData
Definition:
iderdll2.hxx:33
basctl::ExtraData::SetAddLibFilter
void SetAddLibFilter(const OUString &rFilter)
Definition:
iderdll2.hxx:62
basctl::ExtraData::aAddLibPath
OUString aAddLibPath
Definition:
iderdll2.hxx:38
basctl::ExtraData::ExtraData
ExtraData()
Definition:
iderdll.cxx:147
basctl::ExtraData::GetLibInfo
LibInfo & GetLibInfo()
Definition:
iderdll2.hxx:50
basctl::ExtraData::GetLastEntryDescriptor
EntryDescriptor & GetLastEntryDescriptor()
Definition:
iderdll2.hxx:52
basctl::ExtraData::SetLastEntryDescriptor
void SetLastEntryDescriptor(EntryDescriptor const &rDesc)
Definition:
iderdll2.hxx:53
basctl::ExtraData::bChoosingMacro
bool bChoosingMacro
Definition:
iderdll2.hxx:41
basctl::ExtraData::m_aLastEntryDesc
EntryDescriptor m_aLastEntryDesc
Definition:
iderdll2.hxx:36
basctl::ExtraData::ChoosingMacro
bool & ChoosingMacro()
Definition:
iderdll2.hxx:55
basctl::ExtraData::ShellInCriticalSection
bool & ShellInCriticalSection()
Definition:
iderdll2.hxx:56
basctl::ExtraData::GetAddLibPath
const OUString & GetAddLibPath() const
Definition:
iderdll2.hxx:58
basctl::ExtraData::bShellInCriticalSection
bool bShellInCriticalSection
Definition:
iderdll2.hxx:42
basctl::ExtraData::aLibInfo
LibInfo aLibInfo
Definition:
iderdll2.hxx:34
basctl::ExtraData::DECL_STATIC_LINK
DECL_STATIC_LINK(ExtraData, GlobalBasicBreakHdl, StarBASIC *, BasicDebugFlags)
basctl::ExtraData::aAddLibFilter
OUString aAddLibFilter
Definition:
iderdll2.hxx:39
basctl::ExtraData::GetAddLibFilter
const OUString & GetAddLibFilter() const
Definition:
iderdll2.hxx:61
basctl::ExtraData::SetAddLibPath
void SetAddLibPath(const OUString &rPath)
Definition:
iderdll2.hxx:59
basctl::ExtraData::~ExtraData
~ExtraData()
Definition:
iderdll.cxx:154
basctl::LibInfo
Definition:
bastypes.hxx:248
basctl
Definition:
accessibledialogcontrolshape.cxx:42
BasicDebugFlags
BasicDebugFlags
Generated on Sun Jul 30 2023 04:30:06 for LibreOffice Module basctl (master) by
1.9.3