Searched refs:seqProp (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/ucb/source/ucp/ftp/ |
| H A D | ftpresultsetI.cxx | 49 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 D | ftpcontent.cxx | 820 const Sequence< Property >& seqProp, in getPropertyValues() 829 for(sal_Int32 i = 0; i < seqProp.getLength(); ++i) { in getPropertyValues() 830 const rtl::OUString& Name = seqProp[i].Name; in getPropertyValues() 832 xRow->appendString(seqProp[i],aDirEntry.m_aName); in getPropertyValues() 834 xRow->appendObject(seqProp[i], in getPropertyValues() 838 xRow->appendString(seqProp[i], in getPropertyValues() 843 xRow->appendBoolean(seqProp[i], in getPropertyValues() 849 xRow->appendBoolean(seqProp[i], in getPropertyValues() 853 xRow->appendBoolean(seqProp[i], in getPropertyValues() 857 xRow->appendLong(seqProp[i], in getPropertyValues() [all …]
|
| H A D | ftpcontent.hxx | 151 com::sun::star::beans::Property>& seqProp,
|
| /trunk/main/extensions/workben/ |
| H A D | pythontest.cxx | 348 Sequence<Property> seqProp = ref->getProperties( 0 ); in dumpIntrospectionToStream() local 349 iMax = seqProp.getLen(); in dumpIntrospectionToStream() 350 Property *aProp = seqProp.getArray(); in dumpIntrospectionToStream()
|