Lines Matching refs:getConstArray

318                 aListSource.getConstArray(),  in setFastPropertyValue_NoBroadcast()
319 aListSource.getConstArray() + aListSource.getLength(), in setFastPropertyValue_NoBroadcast()
414 const ::rtl::OUString* pStartPos = _rPropertyNames.getConstArray(); in setPropertyValues()
415 … const ::rtl::OUString* pEndPos = _rPropertyNames.getConstArray() + _rPropertyNames.getLength(); in setPropertyValues()
428 pSelectSequenceValue = _rValues.getConstArray() + ( pSelectedItemsPos - pStartPos ); in setPropertyValues()
890 seqNames.getConstArray(), in loadData()
891 seqNames.getConstArray() + seqNames.getLength(), in loadData()
969 aStringItems.getConstArray(), in impl_getValues()
970 aStringItems.getConstArray() + aStringItems.getLength(), in impl_getValues()
1167 aSelectIndexesPure.getConstArray(), in translateExternalValueToControlValue()
1168 aSelectIndexesPure.getConstArray() + aSelectIndexesPure.getLength(), in translateExternalValueToControlValue()
1205 aThisEntryIndexes.getConstArray(), in translateExternalValueToControlValue()
1206 aThisEntryIndexes.getConstArray() + aThisEntryIndexes.getLength(), in translateExternalValueToControlValue()
1280 _rSelectSequence.getConstArray(), in lcl_getMultiSelectedEntries()
1281 _rSelectSequence.getConstArray() + _rSelectSequence.getLength(), in lcl_getMultiSelectedEntries()
1306 aSelectSequence.getConstArray(), in translateControlValueToExternalValue()
1307 aSelectSequence.getConstArray() + aSelectSequence.getLength(), in translateControlValueToExternalValue()
1605 const sal_Int16* pVal = rSelection.getConstArray(); in itemStateChanged()
1606 const sal_Int16* pCompVal = rOldSelection.getConstArray(); in itemStateChanged()