LibreOffice Module ucb (master) 1
filcmd.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#pragma once
20
21#include <rtl/ustring.hxx>
22#include <cppuhelper/weak.hxx>
23#include <com/sun/star/ucb/XCommandInfo.hpp>
24
25
26namespace fileaccess {
27
28
29 // forward
30 class TaskManager;
31
32
34 : public cppu::OWeakObject,
35 public css::ucb::XCommandInfo
36 {
37 public:
38
39 explicit XCommandInfo_impl( TaskManager* pMyShell );
40
41 virtual ~XCommandInfo_impl() override;
42
43 // XInterface
44 virtual css::uno::Any SAL_CALL
45 queryInterface( const css::uno::Type& aType ) override;
46
47 virtual void SAL_CALL
48 acquire()
49 noexcept override;
50
51 virtual void SAL_CALL
52 release()
53 noexcept override;
54
55 // XCommandInfo
56
57 virtual css::uno::Sequence< css::ucb::CommandInfo > SAL_CALL
58 getCommands() override;
59
60 virtual css::ucb::CommandInfo SAL_CALL
61 getCommandInfoByName( const OUString& Name ) override;
62
63 virtual css::ucb::CommandInfo SAL_CALL
64 getCommandInfoByHandle( sal_Int32 Handle ) override;
65
66 virtual sal_Bool SAL_CALL
67 hasCommandByName( const OUString& Name ) override;
68
69 virtual sal_Bool SAL_CALL
70 hasCommandByHandle( sal_Int32 Handle ) override;
71
72
73 private:
74
76 };
77
78}
79
80/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
virtual ~XCommandInfo_impl() override
Definition: filcmd.cxx:43
virtual sal_Bool SAL_CALL hasCommandByHandle(sal_Int32 Handle) override
Definition: filcmd.cxx:116
virtual void SAL_CALL acquire() noexcept override
Definition: filcmd.cxx:49
virtual sal_Bool SAL_CALL hasCommandByName(const OUString &Name) override
Definition: filcmd.cxx:107
TaskManager * m_pMyShell
Definition: filcmd.hxx:75
virtual void SAL_CALL release() noexcept override
Definition: filcmd.cxx:57
virtual css::ucb::CommandInfo SAL_CALL getCommandInfoByHandle(sal_Int32 Handle) override
Definition: filcmd.cxx:94
XCommandInfo_impl(TaskManager *pMyShell)
Definition: filcmd.cxx:38
virtual css::uno::Any SAL_CALL queryInterface(const css::uno::Type &aType) override
Definition: filcmd.cxx:65
virtual css::uno::Sequence< css::ucb::CommandInfo > SAL_CALL getCommands() override
Definition: filcmd.cxx:74
virtual css::ucb::CommandInfo SAL_CALL getCommandInfoByName(const OUString &Name) override
Definition: filcmd.cxx:81
OUString Name
unsigned char sal_Bool