LibreOffice
LibreOffice 7.2 SDK API Reference
XShapes3.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
10#ifndef __com_sun_star_drawing_XShapes3_idl__
11#define __com_sun_star_drawing_XShapes3_idl__
12
14
15module com { module sun { module star { module drawing {
16
24interface XShapes3
25{
36 void sort( [in] sequence< long> sortOrder )
38};
39
40}; }; }; };
41
42#endif
43
44/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
Yet another XShapes interface, enables sorting shapes with some extra attention paid to shapes with t...
Definition: XShapes3.idl:25
void sort([in] sequence< long > sortOrder)
Sort shapes according to given sort order, for perf reason just rearrange and don't broadcast.
Definition: Accessible.idl:22