Home
last modified time | relevance | path

Searched refs:aListSource (Results 1 – 9 of 9) sorted by relevance

/trunk/main/forms/source/component/
H A DComboBox.cxx424 StringSequence aListSource; in read() local
425 _rxInStream >> aListSource; in read()
426 const ::rtl::OUString* pToken = aListSource.getConstArray(); in read()
427 sal_Int32 nLen = aListSource.getLength(); in read()
H A DListBox.cxx312 Sequence< ::rtl::OUString > aListSource; in setFastPropertyValue_NoBroadcast() local
313 OSL_VERIFY( _rValue >>= aListSource ); in setFastPropertyValue_NoBroadcast()
318 aListSource.getConstArray(), in setFastPropertyValue_NoBroadcast()
319 aListSource.getConstArray() + aListSource.getLength(), in setFastPropertyValue_NoBroadcast()
/trunk/main/extensions/source/dbpilots/
H A Dlistcombowizard.cxx200 Sequence< ::rtl::OUString > aListSource(1); in implApplySettings() local
201 aListSource[0] = sStatement; in implApplySettings()
202 …bjectModel->setPropertyValue(::rtl::OUString::createFromAscii("ListSource"), makeAny(aListSource)); in implApplySettings()
/trunk/main/xmloff/source/forms/
H A Delementimport.cxx1720 PropertyValue aListSource; in handleAttribute() local
1721 aListSource.Name = PROPERTY_LISTSOURCE; in handleAttribute()
1727 aListSource.Value <<= _rValue; in handleAttribute()
1736 aListSource.Value <<= aListSourcePropValue; in handleAttribute()
1739 implPushBackPropertyValue( aListSource ); in handleAttribute()
H A Delementexport.cxx1242 Any aListSource = m_xProps->getPropertyValue( PROPERTY_LISTSOURCE ); in getScalarListSourceValue() local
1243 if ( !( aListSource >>= sListSource ) ) in getScalarListSourceValue()
1246 aListSource >>= aListSourceSequence; in getScalarListSourceValue()
/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx2574 uno::Sequence< ::rtl::OUString > aListSource(nLen); in Import() local
2576 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()
/trunk/main/extensions/source/bibliography/
H A Dgeneral.cxx524 uno::Sequence<rtl::OUString> aListSource(TYPE_COUNT); in AddXControl() local
525 rtl::OUString* pListSourceArr = aListSource.getArray(); in AddXControl()
529 aAny.setValue(&aListSource, ::getCppuType((uno::Sequence<rtl::OUString>*)0)); in AddXControl()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DDataAwareness.java769 String[] aListSource = new String[] { sListSource }; in prepareDocument() local
770 xCustomerColumn.setPropertyValue( "ListSource", aListSource ); in prepareDocument()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx1828 Sequence< ::rtl::OUString > aListSource; in impl_updateDependentProperty_nothrow() local
1830 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 96 milliseconds