LibreOffice
LibreOffice 7.5 SDK API Reference
SpreadsheetView.idl
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
21 module com { module sun { module star { module sheet {
22
23
26published service SpreadsheetView
27{
31
35
39
43
47
54
65
69
73
77
79
81};
82
83
84}; }; }; };
85
86/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
used to enumerate objects in a container which contains objects.
Definition: XEnumerationAccess.idl:28
provides access to the elements of a collection through an index.
Definition: XIndexAccess.idl:32
provides methods to add and remove XActivationEventListener
Definition: XActivationBroadcaster.idl:31
provides methods to add and remove EnhancedMouseClickHandler
Definition: XEnhancedMouseClickBroadcaster.idl:31
allows to let the user to select a cell range.
Definition: XRangeSelection.idl:32
is the main interface of a SpreadsheetView.
Definition: XSpreadsheetView.idl:29
enables a SpreadsheetView to freeze columns and rows of the view.
Definition: XViewFreezable.idl:29
enables a SpreadsheetView to split the view.
Definition: XViewSplitable.idl:30
makes it possible to access and change the selection in a view.
Definition: XSelectionSupplier.idl:30
Definition: Ambiguous.idl:20
is an abstract service for a component which offers a deeper integration of desktop components than a...
Definition: Controller.idl:38
represents a single pane in a view of a spreadsheet document.
Definition: SpreadsheetViewPane.idl:28
contains settings which are specific to each view of a spreadsheet
Definition: SpreadsheetViewSettings.idl:27
represents a view of a spreadsheet document.
Definition: SpreadsheetView.idl:27