20#ifndef __com_sun_star_util_XStringAbbreviation_idl__
21#define __com_sun_star_util_XStringAbbreviation_idl__
25module
com { module sun { module star { module util {
26 published
interface XStringWidth;
29module
com { module sun { module star { module util {
base interface of all UNO interfaces
Definition XInterface.idl:48
Abbreviate arbitrary strings.
Definition XStringAbbreviation.idl:42
string abbreviateString([in] XStringWidth xStringWidth, [in] long nWidth, [in] string aString)
Abbreviate a string, so that the resulting abbreviated string is not wider than some given width.
An interface that encapsulates the abstract notion of string width.
Definition XStringWidth.idl:32
Definition Ambiguous.idl:22