Home
last modified time | relevance | path

Searched refs:szPN (Results 1 – 1 of 1) sorted by relevance

/trunk/main/cppuhelper/test/
H A Dtestpropshlp.cxx819 Sequence<OUString> szPN( 3 ); in test_PropertySetHelper() local
820 szPN.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("BOOL") ); in test_PropertySetHelper()
821 szPN.getArray()[1] = OUString( RTL_CONSTASCII_USTRINGPARAM("INT32") ); in test_PropertySetHelper()
822szPN.getArray()[2] = OUString( RTL_CONSTASCII_USTRINGPARAM("Does not exist") ); // must ne ignored… in test_PropertySetHelper()
823 pPS->addPropertiesChangeListener( szPN, x1 ); in test_PropertySetHelper()
825 szPN = Sequence<OUString>(); in test_PropertySetHelper()
826 pPS->addPropertiesChangeListener( szPN, x1 ); in test_PropertySetHelper()
864 Sequence<OUString> szPN( 2 ); in test_PropertySetHelper() local
865 szPN.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("BOOL") ); in test_PropertySetHelper()
866 szPN.getArray()[1] = OUString( RTL_CONSTASCII_USTRINGPARAM("INT32") ); in test_PropertySetHelper()
[all …]