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

interface XStringMapping
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XStringMapping
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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