LibreOffice Module basctl (master) 1
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
22class StarBASIC;
23class SvxSearchItem;
24
25
26#include <bastypes.hxx>
27#include <bastype2.hxx>
28
29namespace basctl
30{
31
32class ExtraData final
33{
35
37
38 OUString aAddLibPath;
39 OUString aAddLibFilter;
40
43
45
46public:
47 ExtraData();
48 ~ExtraData();
49
50 LibInfo& GetLibInfo () { return aLibInfo; }
51
54
55 bool& ChoosingMacro() { return bChoosingMacro; }
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: */
void SetAddLibFilter(const OUString &rFilter)
Definition: iderdll2.hxx:62
OUString aAddLibPath
Definition: iderdll2.hxx:38
LibInfo & GetLibInfo()
Definition: iderdll2.hxx:50
EntryDescriptor & GetLastEntryDescriptor()
Definition: iderdll2.hxx:52
void SetLastEntryDescriptor(EntryDescriptor const &rDesc)
Definition: iderdll2.hxx:53
EntryDescriptor m_aLastEntryDesc
Definition: iderdll2.hxx:36
bool & ChoosingMacro()
Definition: iderdll2.hxx:55
bool & ShellInCriticalSection()
Definition: iderdll2.hxx:56
const OUString & GetAddLibPath() const
Definition: iderdll2.hxx:58
bool bShellInCriticalSection
Definition: iderdll2.hxx:42
LibInfo aLibInfo
Definition: iderdll2.hxx:34
DECL_STATIC_LINK(ExtraData, GlobalBasicBreakHdl, StarBASIC *, BasicDebugFlags)
OUString aAddLibFilter
Definition: iderdll2.hxx:39
const OUString & GetAddLibFilter() const
Definition: iderdll2.hxx:61
void SetAddLibPath(const OUString &rPath)
Definition: iderdll2.hxx:59
BasicDebugFlags