| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
Checks whether a set of properties matches a set of search criteria. More...
import "XPropertyMatcher.idl";
 
  
| Public Member Functions | |
| boolean | matches ([in] com::sun::star::ucb::XCommandProcessor Properties, [in] com::sun::star::ucb::XCommandEnvironment Environment) | 
| Checks whether a set of properties matches the given search criteria. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
Checks whether a set of properties matches a set of search criteria.
| boolean matches | ( | [in] com::sun::star::ucb::XCommandProcessor | Properties, | 
| [in] com::sun::star::ucb::XCommandEnvironment | Environment ) | 
Checks whether a set of properties matches the given search criteria.
| Properties | A Command Processor through which the set of properties is accessible. | 
| Environment | The environment to use when accessing the property set via the given Command Processor. It may be null. |