Searched refs:szPN (Results 1 – 1 of 1) sorted by relevance
819 Sequence<OUString> szPN( 3 ); in test_PropertySetHelper() local820 szPN.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("BOOL") ); in test_PropertySetHelper()821 szPN.getArray()[1] = OUString( RTL_CONSTASCII_USTRINGPARAM("INT32") ); in test_PropertySetHelper()822 …szPN.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() local865 szPN.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("BOOL") ); in test_PropertySetHelper()866 szPN.getArray()[1] = OUString( RTL_CONSTASCII_USTRINGPARAM("INT32") ); in test_PropertySetHelper()[all …]