LibreOffice
LibreOffice 26.2 SDK API Reference
Toggle main menu visibility
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
10
module
com
{ module sun { module star { module drawing {
11
19
interface
XShapes3
20
{
30
31
void
sort
( [in] sequence< long> sortOrder )
32
raises(
com::sun::star::lang::IllegalArgumentException
);
33
};
34
35
}; }; }; };
36
37
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com::sun::star::lang::IllegalArgumentException
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition
IllegalArgumentException.idl:27
com::sun::star::drawing::XShapes3
Yet another XShapes interface, enables sorting shapes with some extra attention paid to shapes with t...
Definition
XShapes3.idl:20
com::sun::star::drawing::XShapes3::sort
void sort([in] sequence< long > sortOrder)
Sort shapes according to given sort order, for perf reason just rearrange and don't broadcast.
com
Definition
Ambiguous.idl:20
com
sun
star
drawing
XShapes3.idl
Generated by
1.17.0