Lines Matching refs:getArray

175 		Property * pP = aProps.getArray();  in test_PropertyArrayHelper()
190 Property * pP = aProps.getArray(); in test_PropertyArrayHelper()
208 Property * pP = aProps.getArray(); in test_PropertyArrayHelper()
291 aS.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("a") ); in test_PropertyArrayHelper()
292 aS.getArray()[1] = OUString( RTL_CONSTASCII_USTRINGPARAM("d") ); in test_PropertyArrayHelper()
293 aS.getArray()[2] = OUString( RTL_CONSTASCII_USTRINGPARAM("f") ); in test_PropertyArrayHelper()
294 aS.getArray()[3] = OUString( RTL_CONSTASCII_USTRINGPARAM("t") ); in test_PropertyArrayHelper()
820 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()
865 szPN.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("BOOL") ); in test_PropertySetHelper()
866 szPN.getArray()[1] = OUString( RTL_CONSTASCII_USTRINGPARAM("INT32") ); in test_PropertySetHelper()
1036 valueNames.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("BOOL") ); in test_PropertySetHelper()
1037 valueNames.getArray()[1] = OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ); in test_PropertySetHelper()
1038 valueNames.getArray()[2] = OUString( RTL_CONSTASCII_USTRINGPARAM("INT32") ); in test_PropertySetHelper()
1063 pPS_L->pExceptedListenerValues = aSeq.getArray(); in test_PropertySetHelper()
1109 szPN.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("BOOL") ); in test_PropertySetHelper()
1110 szPN.getArray()[1] = OUString( RTL_CONSTASCII_USTRINGPARAM("INT32") ); in test_PropertySetHelper()
1111 …szPN.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()
1118 pPS_L->pExceptedListenerValues = aSeq.getArray(); 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()
1131 aValues.getArray()[0] <<= (sal_Int16) 22; in test_PropertySetHelper()
1132 aValues.getArray()[1] <<= (sal_Int16) 44; 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()
1163 aValues.getArray()[0] <<= (sal_Int16)44; in test_PropertySetHelper()
1164 aValues.getArray()[1] <<= (sal_Int16)100; in test_PropertySetHelper()