Searched refs:aListSource (Results 1 – 9 of 9) sorted by relevance
424 StringSequence aListSource; in read() local425 _rxInStream >> aListSource; in read()426 const ::rtl::OUString* pToken = aListSource.getConstArray(); in read()427 sal_Int32 nLen = aListSource.getLength(); in read()
312 Sequence< ::rtl::OUString > aListSource; in setFastPropertyValue_NoBroadcast() local313 OSL_VERIFY( _rValue >>= aListSource ); in setFastPropertyValue_NoBroadcast()318 aListSource.getConstArray(), in setFastPropertyValue_NoBroadcast()319 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()
2574 uno::Sequence< ::rtl::OUString > aListSource(nLen); in Import() local2576 aListSource[nI] = rtl::OUString(maListEntries[nI]); in Import()2577 aTmp <<= aListSource; in Import()2582 aTmp <<= aListSource[fDropdownIndex]; in Import()2586 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()
1828 Sequence< ::rtl::OUString > aListSource; in impl_updateDependentProperty_nothrow() local1830 if ( aListSourceValue >>= aListSource ) in impl_updateDependentProperty_nothrow()1832 if ( aListSource.getLength() ) in impl_updateDependentProperty_nothrow()1833 sListSource = aListSource[0]; in impl_updateDependentProperty_nothrow()
Completed in 86 milliseconds