Home
last modified time | relevance | path

Searched refs:seq2 (Results 1 – 7 of 7) sorted by relevance

/trunk/main/extensions/test/ole/OleClient/
H A Dfuncs.cxx185 Sequence<Any> seq2; in equalSequences() local
186 returned >>= seq2; in equalSequences()
194 returned >>= seq2; in equalSequences()
202 returned >>= seq2; in equalSequences()
210 returned >>= seq2; in equalSequences()
218 returned >>= seq2; in equalSequences()
226 returned >>= seq2; in equalSequences()
234 returned >>= seq2; in equalSequences()
242 returned >>= seq2; in equalSequences()
250 returned >>= seq2; in equalSequences()
[all …]
/trunk/main/writerfilter/unocomponent/debugservices/rtftok/
H A DScannerTestService.cxx181 comphelper::ByteSequence seq2(4+binLen); in rbrace() local
183 seq2[0]= sal::static_int_cast<sal_Int8>(binLen&0xFF); in rbrace()
184 seq2[1]= sal::static_int_cast<sal_Int8>((binLen>>8)&0xFF); in rbrace()
185 seq2[2]= sal::static_int_cast<sal_Int8>((binLen>>16)&0xFF); in rbrace()
186 seq2[3]= sal::static_int_cast<sal_Int8>((binLen>>24)&0xFF); in rbrace()
188 memcpy(seq2.getArray()+4, data2+o, binLen); in rbrace()
189 uno::Reference<io::XInputStream> myInStream=new comphelper::SequenceInputStream(seq2); in rbrace()
/trunk/main/stoc/test/
H A Dtestsmgr2.cxx77 Sequence< OUString > seq2 = r3->getSupportedServiceNames(); in SAL_IMPLEMENT_MAIN() local
78 for( int i = 0 ;i < seq2.getLength() ; i ++ ) in SAL_IMPLEMENT_MAIN()
80 o = OUStringToOString( seq2[i] , RTL_TEXTENCODING_ASCII_US ); in SAL_IMPLEMENT_MAIN()
/trunk/main/extensions/test/ole/VisualBasic/
H A DModule1.vb836 Dim seq2(2) As Object
839 seq2(i) = CreateObject("VBasicEventListener.VBEventListener")
841 seq2(i).setQuiet(True)
844 arEventListener4(1) = VB6.CopyArray(seq2)
848 If seq1(i).disposingCalled = False Or seq2(i).disposingCalled = False Then
/trunk/main/sal/qa/osl/socket/
H A Dsockethelper.cxx278 sal_Bool ifIpv4is( const ::rtl::ByteSequence Ipaddr, sal_Int8 seq1, sal_Int8 seq2, sal_Int8 seq3, s… in ifIpv4is() argument
280 …if ( ( Ipaddr[0] == seq1 ) && ( Ipaddr[1] == seq2 ) && ( Ipaddr[2] == seq3 ) && ( Ipaddr[3] == se… in ifIpv4is()
H A Dsockethelper.hxx144 sal_Bool ifIpv4is( const ::rtl::ByteSequence Ipaddr, sal_Int8 seq1, sal_Int8 seq2, sal_Int8 seq3, s…
/trunk/main/stoc/source/servicemanager/
H A Dservicemanager.cxx224 Sequence< OUString > seq2 = retrieveAsciiValueList( xTempReg, keyName ); in retrieveAsciiValueList() local
226 if( seq2.getLength() ) in retrieveAsciiValueList()
229 sal_Int32 n2Len = seq2.getLength(); in retrieveAsciiValueList()
232 const OUString *pSource = seq2.getConstArray(); in retrieveAsciiValueList()

Completed in 44 milliseconds