Home
last modified time | relevance | path

Searched refs:seq (Results 1 – 25 of 120) sorted by relevance

12345

/aoo41x/main/sax/source/expatwrap/
H A Dxml2utf.cxx74 seq.getConstArray(), in readAndConvert()
85 seqStart = seq; in readAndConvert()
113 removeEncoding( seq ); in readAndConvert()
115 nRead = seq.getLength(); in readAndConvert()
170 seq.realloc( seq.getLength() - ( nStop+1 - nFound ) ); in removeEncoding()
283 seq.realloc( seq.getLength() + 2 ); in scanForEncoding()
284 memmove( &( seq.getArray()[2] ) , seq.getArray() , seq.getLength() - 2 ); in scanForEncoding()
294 seq.realloc( seq.getLength() + 2 ); in scanForEncoding()
295 memmove( &( seq.getArray()[2] ) , seq.getArray() , seq.getLength() - 2 ); in scanForEncoding()
307 memmove( seq.getArray(), &( seq.getArray()[3] ), seq.getLength()-3 ); in scanForEncoding()
[all …]
/aoo41x/main/extensions/test/ole/OleClient/
H A Dfuncs.cxx184 orig >>= seq; in equalSequences()
192 orig >>= seq; in equalSequences()
200 orig >>= seq; in equalSequences()
208 orig >>= seq; in equalSequences()
216 orig >>= seq; in equalSequences()
224 orig >>= seq; in equalSequences()
232 orig >>= seq; in equalSequences()
240 orig >>= seq; in equalSequences()
247 Sequence<Any> seq; in equalSequences() local
248 orig >>= seq; in equalSequences()
[all …]
/aoo41x/main/io/source/stm/
H A Dstreamhelper.cxx41 void MemFIFO::write( const Sequence< sal_Int8 > &seq ) in write() argument
47 writeAt(getSize(), seq ); in write()
63 readAt(0, seq , nBufferLen); in read()
141 seq.realloc( nBytesToRead ); in readAt()
145 memcpy( seq.getArray() , &(m_p[nStartReadingPos]) , nDeltaLen ); in readAt()
146 memcpy( &(seq.getArray()[nDeltaLen]), m_p , nBytesToRead - nDeltaLen ); in readAt()
149 memcpy( seq.getArray() , &(m_p[nStartReadingPos]) , nBytesToRead ); in readAt()
159 sal_Int32 nLen = seq.getLength(); in writeAt()
167 resizeBuffer( nPos + seq.getLength() ); in writeAt()
184 memcpy( &( m_p[nStartWritingIndex]), seq.getConstArray() , nLen ); in writeAt()
[all …]
/aoo41x/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx67 auto_ptr< rtl_mem > seq( in seq_allocate() local
69 uno_Sequence * p = (uno_Sequence *)seq.get(); in seq_allocate()
72 return seq; in seq_allocate()
1266 auto_ptr< rtl_mem > seq; in map_to_uno() local
1438 seq = seq_allocate(0, sizeof (sal_Int32)); in map_to_uno()
1760 uno_Sequence const * seq = 0; in map_to_cli() local
1761 seq = *(uno_Sequence * const *)uno_data; in map_to_cli()
1762 nElements = seq->nElements; in map_to_cli()
1905 ((sal_Int32*) seq->elements)[i]), i); in map_to_cli()
1919 char * p = (char *) &seq->elements; in map_to_cli()
[all …]
/aoo41x/main/i18npool/source/localedata/
H A Dlocaledata.cxx600 return seq; in getAllCurrencies2()
710 return seq; in getAllFormats()
750 return seq; in getCollatorImplementations()
772 return seq; in getCollationOptions()
794 return seq; in getSearchOptions()
823 return seq; in getIndexAlgorithm()
910 return seq; in getUnicodeScripts()
932 return seq; in getFollowPageWords()
957 return seq; in getTransliterations()
1043 return seq; in getBreakIteratorRules()
[all …]
/aoo41x/main/ucb/source/ucp/ftp/
H A Dftpcontent.cxx233 m_seq(seq), in ResultSetFactoryI()
378 seq[0] <<= value; in execute()
381 seq, in execute()
416 seq, in execute()
539 seq, in execute()
654 Sequence< ContentInfo > seq(2); in queryCreatableContentsInfo_Static() local
656 seq[0].Type = FTP_FILE; in queryCreatableContentsInfo_Static()
666 seq[0].Properties = props; in queryCreatableContentsInfo_Static()
669 seq[1].Type = FTP_FOLDER; in queryCreatableContentsInfo_Static()
671 seq[1].Properties = props; in queryCreatableContentsInfo_Static()
[all …]
H A Dftpresultsetbase.cxx44 const uno::Sequence< beans::Property >& seq, in ResultSetBase()
52 m_sProperty( seq ), in ResultSetBase()
511 uno::Sequence< beans::Property > seq(2); in getPropertySetInfo() local
512 seq[0].Name = rtl::OUString::createFromAscii( "RowCount" ); in getPropertySetInfo()
513 seq[0].Handle = -1; in getPropertySetInfo()
514 seq[0].Type = getCppuType( static_cast< sal_Int32* >(0) ); in getPropertySetInfo()
515 seq[0].Attributes = beans::PropertyAttribute::READONLY; in getPropertySetInfo()
518 seq[1].Handle = -1; in getPropertySetInfo()
519 seq[1].Type = getCppuType( static_cast< sal_Bool* >(0) ); in getPropertySetInfo()
520 seq[1].Attributes = beans::PropertyAttribute::READONLY; in getPropertySetInfo()
[all …]
/aoo41x/main/stoc/source/simpleregistry/
H A Dtextualservices.cxx730 seq[i++] = *j; in getAsciiListValue()
732 return seq; in getAsciiListValue()
1065 return seq; in getChildren()
1085 return seq; in getChildren()
1094 return seq; in getChildren()
1123 seq[i++] = *j; in getChildren()
1125 return seq; in getChildren()
1149 return seq; in getChildren()
1169 return seq; in getChildren()
1189 return seq; in getChildren()
[all …]
/aoo41x/main/ucb/source/ucp/file/
H A Dfilrset.cxx50 const uno::Sequence< beans::Property >& seq, in XResultSet_impl()
59 m_sProperty( seq ), in XResultSet_impl()
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()
258 seq = m_pIsFinalListeners->getElements(); in isFinalChanged()
272 seq[i], uno::UNO_QUERY ); in isFinalChanged()
805 uno::Sequence< beans::Property > seq(2); in getPropertySetInfo() local
807 seq[0].Handle = -1; in getPropertySetInfo()
812 seq[0].Handle = -1; in getPropertySetInfo()
[all …]
H A Dshell.cxx1098 seq[i] = uno::Any(); in getv()
1100 seq[i] = it1->getValue(); in getv()
2165 if(seq[j].Name == Title) in getMaskFromProperties()
2170 seq[j].Name == IsFolder || in getMaskFromProperties()
2178 else if(seq[j].Name == Size) in getMaskFromProperties()
2546 seq[i] = uno::Any(); in getv()
2548 seq[i] = it1->getValue(); in getv()
3025 seq[0].Type = FileContentType; in queryCreatableContentsInfo()
3036 seq[0].Properties = props; in queryCreatableContentsInfo()
3041 seq[1].Properties = props; in queryCreatableContentsInfo()
[all …]
H A Dbc.cxx421 Sequence< beans::Property > seq(1); in execute() local
422 seq[0] = beans::Property( in execute()
427 Reference< sdbc::XRow > xRow = getPropertyValues( CommandId,seq ); in execute()
531 Sequence< beans::Property > seq(1); in getContentType() local
536 Reference< sdbc::XRow > xRow = getPropertyValues( -1,seq ); in getContentType()
670 Sequence< beans::Property > seq(1); in createNewContent() local
675 Reference< sdbc::XRow > xRow = getPropertyValues( -1,seq ); in createNewContent()
1130 Sequence< beans::Property > seq(1); in transfer() local
1131 seq[0] = beans::Property( rtl::OUString::createFromAscii("IsDocument"), in transfer()
1199 Sequence< beans::Property > seq(1); in insert() local
[all …]
/aoo41x/main/bridges/source/jni_uno/
H A Djni_data.cxx43 auto_ptr< rtl_mem > seq( in seq_allocate() local
45 uno_Sequence * p = (uno_Sequence *)seq.get(); in seq_allocate()
48 return seq.release(); in seq_allocate()
135 auto_ptr< rtl_mem > seq(seq_allocate(0, 0)); in createDefaultUnoValue() local
1025 auto_ptr< rtl_mem > seq; in map_to_uno() local
2174 uno_Sequence const * seq = 0; in map_to_java() local
2177 seq = *(uno_Sequence * const *)uno_data; in map_to_java()
2178 nElements = seq->nElements; in map_to_java()
2244 0, nElements, (jint *) seq->elements ); in map_to_java()
2290 (rtl_uString * const *) seq->elements; in map_to_java()
[all …]
H A Dnativethreadpool.cxx99 rtl::ByteSequence seq(s); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_threadId() local
101 sal_Int32 n = seq.getLength(); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_threadId()
111 rtl_copyMemory(p, seq.getConstArray(), n); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_threadId()
186 rtl::ByteSequence seq( in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_putJob() local
207 p->pool, seq.getHandle(), in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_putJob()
/aoo41x/main/xmlhelp/source/treeview/
H A Dtvfactory.cxx143 Sequence< Any > seq( 1 ); in createInstance() local
144 seq[0] <<= PropertyValue( in createInstance()
151 seq ); in createInstance()
205 Sequence< rtl::OUString > seq( 1 ); in getAvailableServiceNames() local
206 seq[0] = rtl::OUString::createFromAscii( "com.sun.star.ucb.HierarchyDataReadAccess" ); in getAvailableServiceNames()
207 return seq; in getAvailableServiceNames()
225 Sequence< rtl::OUString > seq( 2 ); in getSupportedServiceNames_static() local
226 seq[0] = rtl::OUString::createFromAscii( "com.sun.star.help.TreeView" ); in getSupportedServiceNames_static()
227 seq[1] = rtl::OUString::createFromAscii( "com.sun.star.ucb.HiearchyDataSource" ); in getSupportedServiceNames_static()
228 return seq; in getSupportedServiceNames_static()
/aoo41x/main/comphelper/inc/comphelper/
H A Dunwrapargs.hxx51 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any> const& seq, in extract()
56 if (nArg >= seq.getLength()) { in extract()
62 if (! (seq[nArg] >>= v)) { in extract()
65 buf.append( seq[nArg].getValueType().getTypeName() ); in extract()
77 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any> const& seq, in extract()
82 if (nArg < seq.getLength()) { in extract()
84 extract( seq, nArg, t, xErrorContext ); in extract()
92 detail::extract( seq, n_, BOOST_PP_CAT(v, n_), xErrorContext );
123 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > const& seq, \
/aoo41x/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx417 if (seq.getLength() > 0) in queryMeanings()
419 codeTerm = seq[0]; in queryMeanings()
460 if (seq.getLength() > 0) in queryMeanings()
461 sTerm = seq[0]; in queryMeanings()
520 Sequence<OUString>seq = xTmpRes->getAlternatives(); in queryMeanings() local
522 for (int i = 0; i < seq.getLength(); i++) in queryMeanings()
528 if (seq.getLength() > 0) in queryMeanings()
530 rTerm = seq[0]; // XXX Use only the first stem in queryMeanings()
545 if (seq.getLength() > 0) in queryMeanings()
548 rTerm = rTerm.copy(0, pos + 1) + seq[0]; in queryMeanings()
[all …]
/aoo41x/main/io/test/
H A Dtestconnection.cxx69 Sequence < sal_Int8 > seq(10); in doWrite() local
72 seq.getArray()[i] = i; in doWrite()
75 r->write( seq ); in doWrite()
80 Sequence < sal_Int8 > seq(10); in doRead() local
82 OSL_ASSERT( 10 == r->read( seq , 10 ) ); in doRead()
86 OSL_ASSERT( seq.getConstArray()[i] == i ); in doRead()
105 Sequence < sal_Int8 > seq(12); in run() local
159 Sequence < sal_Int8 > seq(10); in testConnection() local
160 r->write( seq ); in testConnection()
/aoo41x/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.cxx44 const uno::Sequence< beans::Property >& seq, in ResultSetBase()
52 m_sProperty( seq ), in ResultSetBase()
504 uno::Sequence< beans::Property > seq(2); in getPropertySetInfo() local
505 seq[0].Name = rtl::OUString::createFromAscii( "RowCount" ); in getPropertySetInfo()
506 seq[0].Handle = -1; in getPropertySetInfo()
507 seq[0].Type = getCppuType( static_cast< sal_Int32* >(0) ); in getPropertySetInfo()
508 seq[0].Attributes = beans::PropertyAttribute::READONLY; in getPropertySetInfo()
510 seq[1].Name = rtl::OUString::createFromAscii( "IsRowCountFinal" ); in getPropertySetInfo()
511 seq[1].Handle = -1; in getPropertySetInfo()
512 seq[1].Type = getCppuType( static_cast< sal_Bool* >(0) ); in getPropertySetInfo()
[all …]
H A Dcontent.cxx228 const uno::Sequence< beans::Property >& seq, in ResultSetForRootFactory()
235 m_seq( seq ), in ResultSetForRootFactory()
276 const uno::Sequence< beans::Property >& seq, in ResultSetForQueryFactory()
283 m_seq( seq ), in ResultSetForQueryFactory()
545 uno::Sequence< rtl::OUString > seq( 2 ); in getPropertyValues() local
546 seq[0] = rtl::OUString::createFromAscii( "Heading" ); in getPropertyValues()
547 seq[1] = rtl::OUString::createFromAscii( "FullText" ); in getPropertyValues()
549 aAny <<= seq; in getPropertyValues()
/aoo41x/main/extensions/test/ole/VisualBasic/
H A DModule1.vb612 Dim seq() As Object
613 seq = objOleTest.methodLong(arrLong)
616 Debug.Print(CStr(seq(countvar)))
617 If arrLong(countvar) <> seq(countvar) Then
621 seq = objOleTest.methodXInterface(arrObj)
624 seq(countvar).resetDisposing()
625 seq(countvar).disposing(CObj(tmp))
626 If seq(countvar).disposingCalled = False Then
639 seq = objOleTest.methodXEventListeners(arEventListener)
652 seq = objOleTest.methodXEventListeners(arEventListener2)
[all …]
/aoo41x/main/configmgr/source/
H A Dvalueparser.cxx160 comphelper::SequenceAsVector< sal_Int8 > seq; in parseValue() local
169 seq.push_back(static_cast< sal_Int8 >((n1 << 4) | n2)); in parseValue()
171 *value = seq.getAsConstList(); in parseValue()
190 comphelper::SequenceAsVector< T > seq; in parseListValue() local
209 seq.push_back(val); in parseListValue()
217 return css::uno::makeAny(seq.getAsConstList()); in parseListValue()
467 css::uno::Sequence< T > seq(items_.size()); in convertItems() local
468 for (sal_Int32 i = 0; i < seq.getLength(); ++i) { in convertItems()
469 OSL_VERIFY(items_[i] >>= seq[i]); in convertItems()
471 return css::uno::makeAny(seq); in convertItems()
/aoo41x/main/bridges/test/
H A Dtestoffice.cxx91 Sequence < sal_Int8 > seq( 10 ); in testPipe() local
92 seq.getArray()[0] = 42; in testPipe()
93 rOut->writeBytes( seq ); in testPipe()
98 Sequence < sal_Int8 > seq; in testPipe() local
102 if( ! ( rIn->readBytes( seq , 10 ) == 10 ) ) in testPipe()
104 if( ! ( 42 == seq.getArray()[0] ) ) in testPipe()
/aoo41x/main/extensions/workben/
H A Dpythontest.cxx258 Sequence<UString> seq = (*m_pDebuggingRef)->getStackTrace(); in cmdLine() local
260 aUString = seq.getArray(); in cmdLine()
261 int iMax = seq.getLen(); in cmdLine()
340 Sequence<XIdlMethodRef> seq = ref->getMethods( 0 ); in dumpIntrospectionToStream() local
341 iMax = seq.getLen(); in dumpIntrospectionToStream()
342 XIdlMethodRef *aRef = seq.getArray(); in dumpIntrospectionToStream()
407 Sequence< Property > seq = refInfo->getProperties(); in dumpVarToStream() local
408 int i,iMax = seq.getLen(); in dumpVarToStream()
411 pArray = seq.getArray(); in dumpVarToStream()
/aoo41x/main/testtools/source/bridgetest/pyuno/
H A Dimpl.py40 def writeBytes( self, seq ): argument
41 self.s = self.s + seq
51 def __init__( self, seq ): argument
52 self.s = seq
83 def __init__( self, seq ): argument
84 SequenceInputStream.__init__( self, seq )
/aoo41x/main/odk/examples/DevelopersGuide/Components/CppComponent/
H A Dservice1_impl.cxx157 Sequence< Type > seq( 3 ); in getTypes() local
158 seq[ 0 ] = ::cppu::UnoType< Reference< lang::XTypeProvider > >::get(); in getTypes()
159 seq[ 1 ] = ::cppu::UnoType< Reference< lang::XServiceInfo > >::get(); in getTypes()
160 seq[ 2 ] = ::cppu::UnoType< Reference< ::my_module::XSomething > >::get(); in getTypes()
161 return seq; in getTypes()

Completed in 188 milliseconds

12345