Lines Matching refs:seq
227 const Sequence<Property>& seq, in ResultSetFactoryI() argument
233 m_seq(seq), in ResultSetFactoryI()
372 Sequence<Any> seq(1); in execute() local
378 seq[0] <<= value; in execute()
381 seq, in execute()
407 Sequence<Any> seq(1); in execute() local
413 seq[0] <<= value; in execute()
416 seq, in execute()
529 Sequence<Any> seq(1); in execute() local
536 seq[0] <<= value; in execute()
539 seq, in execute()
654 Sequence< ContentInfo > seq(2); in queryCreatableContentsInfo_Static() local
656 seq[0].Type = FTP_FILE; in queryCreatableContentsInfo_Static()
657 seq[0].Attributes = ContentInfoAttribute::INSERT_WITH_INPUTSTREAM in queryCreatableContentsInfo_Static()
666 seq[0].Properties = props; in queryCreatableContentsInfo_Static()
669 seq[1].Type = FTP_FOLDER; in queryCreatableContentsInfo_Static()
670 seq[1].Attributes = ContentInfoAttribute::KIND_FOLDER; in queryCreatableContentsInfo_Static()
671 seq[1].Properties = props; in queryCreatableContentsInfo_Static()
673 return seq; in queryCreatableContentsInfo_Static()
745 Sequence<sal_Int8> seq(nBytesRequested); in read() local
746 m = m_xInputStream->readBytes(seq,nBytesRequested); in read()
747 rtl_copyMemory(dest,seq.getConstArray(),m); in read()