Home
last modified time | relevance | path

Searched refs:sListSource (Results 1 – 5 of 5) sorted by relevance

/trunk/main/forms/source/component/
H A DListBox.cxx572 ::rtl::OUString sListSource; in read()
573 _rxInStream >> sListSource; in read()
576 const sal_Unicode* pStr = sListSource.getStr(); in read()
587 aListSourceSeq.getArray()[i] = sListSource.getToken(i,';',nTmp); in read()
662 ::rtl::OUString sListSource; in loadData()
668 AppendRowSetValueString( sListSource ) in loadData()
672 if ( !xConnection.is() || !sListSource.getLength() ) in loadData()
700 Reference<XNameAccess> xFieldsByName = getTableFields(xConnection, sListSource); in loadData()
771 m_aListRowSet.setCommandFromQuery( sListSource ); in loadData()
777 m_aListRowSet.setCommand( sListSource ); in loadData()
[all …]
H A DComboBox.cxx418 ::rtl::OUString sListSource; in read()
/trunk/main/xmloff/source/forms/
H A Delementexport.cxx1241 ::rtl::OUString sListSource; in getScalarListSourceValue()
1243 if ( !( aListSource >>= sListSource ) ) in getScalarListSourceValue()
1248 sListSource = aListSourceSequence[ 0 ]; in getScalarListSourceValue()
1250 return sListSource; in getScalarListSourceValue()
1259 ::rtl::OUString sListSource = getScalarListSourceValue(); in exportListSourceAsAttribute()
1260 if ( sListSource.getLength() ) in exportListSourceAsAttribute()
1265 sListSource); in exportListSourceAsAttribute()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DDataAwareness.java767 String sListSource = "SELECT LASTNAME, COS_NR FROM "; in prepareDocument() local
768 sListSource += s_tableNameCustomers; in prepareDocument()
769 String[] aListSource = new String[] { sListSource }; in prepareDocument()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx1826 ::rtl::OUString sListSource; in impl_updateDependentProperty_nothrow()
1833 sListSource = aListSource[0]; in impl_updateDependentProperty_nothrow()
1836 OSL_VERIFY( aListSourceValue >>= sListSource ); in impl_updateDependentProperty_nothrow()
1840 || ( sListSource.getLength() == 0 ) in impl_updateDependentProperty_nothrow()

Completed in 60 milliseconds