LibreOffice
LibreOffice 24.8 SDK API Reference
|
Yet another XShapes interface, enables sorting shapes with some extra attention paid to shapes with textboxes and overall performance. More...
import <XShapes3.idl;
Public Member Functions | |
void | sort ([in] sequence< long > sortOrder) raises ( com::sun::star::lang::IllegalArgumentException ) |
Sort shapes according to given sort order, for perf reason just rearrange and don't broadcast. | |
Yet another XShapes interface, enables sorting shapes with some extra attention paid to shapes with textboxes and overall performance.
void sort | ( | [in] sequence< long > | sortOrder | ) | ||
raises | ( | com::sun::star::lang::IllegalArgumentException ) |
Sort shapes according to given sort order, for perf reason just rearrange and don't broadcast.
sortOrder | desired order of the shapes |