LibreOffice Module svx (master)
1
svx
inc
TextUnderlinePopup.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 <
svtools/popupwindowcontroller.hxx
>
22
23
namespace
svx
24
{
25
class
TextUnderlinePopup
final :
public
svt::PopupWindowController
26
{
27
public
:
28
TextUnderlinePopup
(
const
css::uno::Reference<css::uno::XComponentContext>& rContext);
29
virtual
~TextUnderlinePopup
()
override
;
30
31
virtual
std::unique_ptr<WeldToolbarPopup>
weldPopupWindow
()
override
;
32
virtual
VclPtr<vcl::Window>
createVclPopupWindow
(
vcl::Window
* pParent)
override
;
33
34
// XServiceInfo
35
virtual
OUString SAL_CALL
getImplementationName
()
override
;
36
virtual
css::uno::Sequence<OUString> SAL_CALL
getSupportedServiceNames
()
override
;
37
38
// XInitialization
39
virtual
void
SAL_CALL
initialize
(
const
css::uno::Sequence<css::uno::Any>& rArguments)
override
;
40
};
41
42
}
// end of namespace svx
43
44
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
VclPtr< vcl::Window >
svt::PopupWindowController
svx::TextUnderlinePopup
Definition:
TextUnderlinePopup.hxx:26
svx::TextUnderlinePopup::getSupportedServiceNames
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override
Definition:
TextUnderlinePopup.cxx:70
svx::TextUnderlinePopup::getImplementationName
virtual OUString SAL_CALL getImplementationName() override
Definition:
TextUnderlinePopup.cxx:65
svx::TextUnderlinePopup::~TextUnderlinePopup
virtual ~TextUnderlinePopup() override
Definition:
TextUnderlinePopup.cxx:31
svx::TextUnderlinePopup::createVclPopupWindow
virtual VclPtr< vcl::Window > createVclPopupWindow(vcl::Window *pParent) override
Definition:
TextUnderlinePopup.cxx:54
svx::TextUnderlinePopup::initialize
virtual void SAL_CALL initialize(const css::uno::Sequence< css::uno::Any > &rArguments) override
Definition:
TextUnderlinePopup.cxx:33
svx::TextUnderlinePopup::TextUnderlinePopup
TextUnderlinePopup(const css::uno::Reference< css::uno::XComponentContext > &rContext)
Definition:
TextUnderlinePopup.cxx:25
svx::TextUnderlinePopup::weldPopupWindow
virtual std::unique_ptr< WeldToolbarPopup > weldPopupWindow() override
Definition:
TextUnderlinePopup.cxx:49
svx
popupwindowcontroller.hxx
vcl::Window
Generated on Sun Jul 30 2023 04:27:44 for LibreOffice Module svx (master) by
1.9.3