Home
last modified time | relevance | path

Searched refs:seqProp (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/ucb/source/ucp/ftp/
H A DftpresultsetI.cxx49 const Sequence<Property>& seqProp, in ResultSetI() argument
52 : ResultSetBase(xMSF,xProvider,nOpenMode,seqProp,seqSort) in ResultSetI()
66 for( int i = 0; i < seqProp.getLength(); ++i) { in ResultSetI()
67 const rtl::OUString& Name = seqProp[i].Name; in ResultSetI()
69 xRow->appendString(seqProp[i], in ResultSetI()
73 xRow->appendString(seqProp[i],dirvec[n].m_aName); in ResultSetI()
75 xRow->appendBoolean(seqProp[i], in ResultSetI()
79 xRow->appendBoolean(seqProp[i], in ResultSetI()
83 xRow->appendBoolean(seqProp[i], in ResultSetI()
87 xRow->appendLong(seqProp[i], in ResultSetI()
[all …]
H A Dftpcontent.cxx833 const Sequence< Property >& seqProp, in getPropertyValues()
842 for(sal_Int32 i = 0; i < seqProp.getLength(); ++i) { in getPropertyValues()
843 const rtl::OUString& Name = seqProp[i].Name; in getPropertyValues()
845 xRow->appendString(seqProp[i],aDirEntry.m_aName); in getPropertyValues()
847 xRow->appendObject(seqProp[i], in getPropertyValues()
851 xRow->appendString(seqProp[i], in getPropertyValues()
856 xRow->appendBoolean(seqProp[i], in getPropertyValues()
862 xRow->appendBoolean(seqProp[i], in getPropertyValues()
866 xRow->appendBoolean(seqProp[i], in getPropertyValues()
870 xRow->appendLong(seqProp[i], in getPropertyValues()
[all …]
H A Dftpcontent.hxx162 com::sun::star::beans::Property>& seqProp,
/AOO41X/main/extensions/workben/
H A Dpythontest.cxx348 Sequence<Property> seqProp = ref->getProperties( 0 ); in dumpIntrospectionToStream() local
349 iMax = seqProp.getLen(); in dumpIntrospectionToStream()
350 Property *aProp = seqProp.getArray(); in dumpIntrospectionToStream()