Searched refs:sListSource (Results 1 – 5 of 5) sorted by relevance
572 ::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 …]
418 ::rtl::OUString sListSource; in read()
1241 ::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()
767 String sListSource = "SELECT LASTNAME, COS_NR FROM "; in prepareDocument() local768 sListSource += s_tableNameCustomers; in prepareDocument()769 String[] aListSource = new String[] { sListSource }; in prepareDocument()
1826 ::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 2166 milliseconds