Lines Matching refs:seq
50 const uno::Sequence< beans::Property >& seq, in XResultSet_impl()
59 m_sProperty( seq ), in XResultSet_impl()
228 uno::Sequence< uno::Reference< uno::XInterface > > seq; in rowCountChanged() local
232 seq = m_pRowCountListeners->getElements(); in rowCountChanged()
242 for( sal_Int32 i = 0; i < seq.getLength(); ++i ) in rowCountChanged()
245 seq[i], uno::UNO_QUERY ); in rowCountChanged()
254 uno::Sequence< uno::Reference< XInterface > > seq; in isFinalChanged() local
258 seq = m_pIsFinalListeners->getElements(); in isFinalChanged()
269 for( sal_Int32 i = 0; i < seq.getLength(); ++i ) in isFinalChanged()
272 seq[i], uno::UNO_QUERY ); in isFinalChanged()
805 uno::Sequence< beans::Property > seq(2); in getPropertySetInfo() local
806 seq[0].Name = rtl::OUString::createFromAscii( "RowCount" ); in getPropertySetInfo()
807 seq[0].Handle = -1; in getPropertySetInfo()
808 seq[0].Type = getCppuType( static_cast< sal_Int32* >(0) ); in getPropertySetInfo()
809 seq[0].Attributes = beans::PropertyAttribute::READONLY; in getPropertySetInfo()
811 seq[0].Name = rtl::OUString::createFromAscii( "IsRowCountFinal" ); in getPropertySetInfo()
812 seq[0].Handle = -1; in getPropertySetInfo()
813 seq[0].Type = getCppuType( static_cast< sal_Bool* >(0) ); in getPropertySetInfo()
814 seq[0].Attributes = beans::PropertyAttribute::READONLY; in getPropertySetInfo()
817 seq ); in getPropertySetInfo()