Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: util ::

interface XStringMapping

Base Interface
com::sun::star::uno::XInterface

Description
provides a mapping from string to string


Known Services which Export this Interface

com::sun::star::frame::MediaTypeDetectionHelper provides for mapping a given sequence of ContentIdentifierStrings to a sequence of respective MediaTypes.

Methods' Summary

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

Methods' Details

mapStrings
 
boolean
mapStrings(
[ inout ] sequence< string > Parameter );

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

Top of Page