LibreOffice
LibreOffice 6.4 SDK API Reference
com
sun
star
drawing
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
13
#include <
com/sun/star/drawing/XShapes.idl
>
14
15
module
com
{ module sun { module star { module drawing {
16
24
interface
XShapes3
25
{
36
void
sort
( [in] sequence< long> sortOrder )
37
raises(
com::sun::star::lang::IllegalArgumentException
);
38
};
39
40
}; }; }; };
41
42
#endif
43
44
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
XShapes.idl
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::sun::star::drawing::XShapes3
Yet another XShapes interface, enables sorting shapes with some extra attention paid to shapes with t...
Definition:
XShapes3.idl:25
com
Definition:
Ambiguous.idl:22
com::sun::star::lang::IllegalArgumentException
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition:
IllegalArgumentException.idl:31
Generated by
1.8.18