Searched refs:aListSource (Results 1 – 9 of 9) sorted by relevance
421 StringSequence aListSource; in read() local422 _rxInStream >> aListSource; in read()423 const ::rtl::OUString* pToken = aListSource.getConstArray(); in read()424 sal_Int32 nLen = aListSource.getLength(); in read()
313 Sequence< ::rtl::OUString > aListSource; in setFastPropertyValue_NoBroadcast() local314 OSL_VERIFY( _rValue >>= aListSource ); in setFastPropertyValue_NoBroadcast()319 aListSource.getConstArray(), in setFastPropertyValue_NoBroadcast()320 aListSource.getConstArray() + aListSource.getLength(), in setFastPropertyValue_NoBroadcast()
200 Sequence< ::rtl::OUString > aListSource(1); in implApplySettings() local201 aListSource[0] = sStatement; in implApplySettings()202 …bjectModel->setPropertyValue(::rtl::OUString::createFromAscii("ListSource"), makeAny(aListSource)); in implApplySettings()
1720 PropertyValue aListSource; in handleAttribute() local1721 aListSource.Name = PROPERTY_LISTSOURCE; in handleAttribute()1727 aListSource.Value <<= _rValue; in handleAttribute()1736 aListSource.Value <<= aListSourcePropValue; in handleAttribute()1739 implPushBackPropertyValue( aListSource ); in handleAttribute()
1242 Any aListSource = m_xProps->getPropertyValue( PROPERTY_LISTSOURCE ); in getScalarListSourceValue() local1243 if ( !( aListSource >>= sListSource ) ) in getScalarListSourceValue()1246 aListSource >>= aListSourceSequence; in getScalarListSourceValue()
2573 uno::Sequence< ::rtl::OUString > aListSource(nLen); in Import() local2575 aListSource[nI] = rtl::OUString(maListEntries[nI]); in Import()2576 aTmp <<= aListSource; in Import()2581 aTmp <<= aListSource[fDropdownIndex]; in Import()2585 aTmp <<= aListSource[0]; in Import()
524 uno::Sequence<rtl::OUString> aListSource(TYPE_COUNT); in AddXControl() local525 rtl::OUString* pListSourceArr = aListSource.getArray(); in AddXControl()529 aAny.setValue(&aListSource, ::getCppuType((uno::Sequence<rtl::OUString>*)0)); in AddXControl()
769 String[] aListSource = new String[] { sListSource }; in prepareDocument() local770 xCustomerColumn.setPropertyValue( "ListSource", aListSource ); in prepareDocument()
1827 Sequence< ::rtl::OUString > aListSource; in impl_updateDependentProperty_nothrow() local1829 if ( aListSourceValue >>= aListSource ) in impl_updateDependentProperty_nothrow()1831 if ( aListSource.getLength() ) in impl_updateDependentProperty_nothrow()1832 sListSource = aListSource[0]; in impl_updateDependentProperty_nothrow()