Searched refs:szPN (Results 1 – 1 of 1) sorted by relevance
816 Sequence<OUString> szPN( 3 ); in test_PropertySetHelper() local817 szPN.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("BOOL") ); in test_PropertySetHelper()818 szPN.getArray()[1] = OUString( RTL_CONSTASCII_USTRINGPARAM("INT32") ); in test_PropertySetHelper()819 …szPN.getArray()[2] = OUString( RTL_CONSTASCII_USTRINGPARAM("Does not exist") ); // must ne ignored… in test_PropertySetHelper()820 pPS->addPropertiesChangeListener( szPN, x1 ); in test_PropertySetHelper()822 szPN = Sequence<OUString>(); in test_PropertySetHelper()823 pPS->addPropertiesChangeListener( szPN, x1 ); in test_PropertySetHelper()861 Sequence<OUString> szPN( 2 ); in test_PropertySetHelper() local862 szPN.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("BOOL") ); in test_PropertySetHelper()863 szPN.getArray()[1] = OUString( RTL_CONSTASCII_USTRINGPARAM("INT32") ); in test_PropertySetHelper()[all …]