Lines Matching refs:szPN

819 			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()
867 pPS->addPropertiesChangeListener( szPN, x1 ); in test_PropertySetHelper()
868 szPN = Sequence<OUString>(); in test_PropertySetHelper()
869 pPS->addPropertiesChangeListener( szPN, x1 ); in test_PropertySetHelper()
1108 Sequence<OUString> szPN( 4 ); in test_PropertySetHelper() local
1109 szPN.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("BOOL") ); in test_PropertySetHelper()
1110 szPN.getArray()[1] = OUString( RTL_CONSTASCII_USTRINGPARAM("INT32") ); in test_PropertySetHelper()
1111szPN.getArray()[2] = OUString( RTL_CONSTASCII_USTRINGPARAM("Does not exist") ); // must ne ignored… in test_PropertySetHelper()
1112 szPN.getArray()[3] = OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ); in test_PropertySetHelper()
1113 pPS->addPropertiesChangeListener( szPN, x1 ); in test_PropertySetHelper()
1127 szPN = Sequence<OUString>( 2 ); in test_PropertySetHelper()
1128 szPN.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ); in test_PropertySetHelper()
1129 szPN.getArray()[1] = OUString( RTL_CONSTASCII_USTRINGPARAM("INT32") ); in test_PropertySetHelper()
1133 pPS->setPropertyValues( szPN, aValues ); in test_PropertySetHelper()
1145 pPS->firePropertiesChangeEvent( szPN, pPS_L ); in test_PropertySetHelper()
1150 szPN.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ); in test_PropertySetHelper()
1151 szPN.getArray()[1] = OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ); in test_PropertySetHelper()
1165 pPS->setPropertyValues( szPN, aValues ); in test_PropertySetHelper()