1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
21 module com
{ module sun
{ module star
{ module frame
{
24 Unified interface for LayoutManager service.
26 @since LibreOffice 4.2
28 interface XLayoutManager2
30 /** central interface to query for, create, destroy and manipulate user
31 interface elements which are bound to a frame.
33 @see ::com::sun::star::frame::XLayoutManager;
35 interface ::com
::sun
::star
::frame
::XLayoutManager
;
37 /** notification interface to receive status information about the state
38 of the connected frame.
41 E.g., you can receive events of instantiation/destruction and
42 activation/deactivation of a frame.
45 @see XFrame::addFrameActionListener()
46 @see XFrame::removeFrameActionListener()
48 interface ::com
::sun
::star
::frame
::XFrameActionListener
;
50 /** notification interface to receive change messages of user interface
51 elements which are part of the layout manager.
54 E.g., you can receive events of insertion/replacing and
55 removing of settings data of user interface elements.
58 @see com::sun::star::ui::XUIConfiguration
60 interface ::com
::sun
::star
::ui
::XUIConfigurationListener
;
62 /** provides functions to merge menus for inplace editing of components
63 inside OpenOffice.org.
65 interface ::com
::sun
::star
::frame
::XMenuBarMergingAcceptor
;
67 /** registers listeners that want to receive layout manager
70 interface ::com
::sun
::star
::frame
::XLayoutManagerEventBroadcaster
;
76 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */