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

interface XStringMapping
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XStringMapping
Description
provides a mapping from string to string

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