interface XStringMapping in module com::sun::star::util::

(Global Index)

Syntax

interface XStringMapping : com::sun::star::uno::XInterface ;

Description

provides a mapping from string to string

Method Summary

mapStrings provides a mapping for a given sequence of Strings to a sequence of belonging Strings.

Known Services Which Export this Interface

com::sun::star::frame::MediaTypeDetectionHelper

Method Details



mapStrings

Syntax

boolean mapStrings (
sequence< string > Parameter );

Description

provides a mapping for a given sequence of Strings to a sequence of belonging Strings.

Top of Page