LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
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
10module com { module sun { module star { module drawing {
11
19interface XShapes3
20{
31 void sort( [in] sequence< long> sortOrder )
33};
34
35}; }; }; };
36
37/* 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:27
Yet another XShapes interface, enables sorting shapes with some extra attention paid to shapes with t...
Definition XShapes3.idl:20
void sort([in] sequence< long > sortOrder)
Sort shapes according to given sort order, for perf reason just rearrange and don't broadcast.
Definition Ambiguous.idl:20