Home
last modified time | relevance | path

Searched refs:ind (Results 1 – 25 of 51) sorted by relevance

123

/aoo41x/main/odk/examples/java/EmbedDocument/Container1/
H A DEmbedContApp.java678 for ( int ind = 0; ind < 16; ind++ ) in createEmbedObject()
679 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()
685 for ( int ind = 0; ind < 16; ind++ ) in createEmbedObject()
686 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()
692 for ( int ind = 0; ind < 16; ind++ ) in createEmbedObject()
693 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()
699 for ( int ind = 0; ind < 16; ind++ ) in createEmbedObject()
706 for ( int ind = 0; ind < 16; ind++ ) in createEmbedObject()
713 for ( int ind = 0; ind < 16; ind++ ) in createEmbedObject()
720 for ( int ind = 0; ind < 16; ind++ ) in createEmbedObject()
[all …]
/aoo41x/main/extensions/source/activex/main/
H A Dso_activex.cpp221 int ind; in DllRegisterServerNative_Impl() local
308 for( ind = 0; ind < SUPPORTED_EXT_NUM && aResult; ind++ ) in DllRegisterServerNative_Impl()
310 if( nForModes[ind] & nMode ) in DllRegisterServerNative_Impl()
338 for( ind = 0; ind < SUPPORTED_EXT_NUM; ind++ ) in DllRegisterServerNative_Impl()
399 for( int ind = 0; ind < SUPPORTED_EXT_NUM; ind++ ) in DllUnregisterServerNative_Impl() local
512 int ind; in DllRegisterServerDoc_Impl() local
521 for( ind = 0; ind < SUPPORTED_MSEXT_NUM && aResult; ind++ ) in DllRegisterServerDoc_Impl()
528 (const BYTE *)aMSFileExt[ind], strlen( aMSFileExt[ind] ) ) in DllRegisterServerDoc_Impl()
539 (const BYTE *)aMSMimeType[ind], strlen( aMSMimeType[ind] ) ) ) in DllRegisterServerDoc_Impl()
551 for( ind = 0; ind < SUPPORTED_MSEXT_NUM; ind++ ) in DllRegisterServerDoc_Impl()
[all …]
H A DSODispatchInterceptor.cpp128 for ( long ind = nLB; ind <= nUB; ind ++ ) in queryDispatches() local
131 SafeArrayGetElement( aDescripts, &ind, pElem ); in queryDispatches()
144 SafeArrayPutElement( *retVal, &ind, aRes ); in queryDispatches()
175 for ( long ind = nLB; ind <= nUB; ind ++ ) in dispatch() local
178 SafeArrayGetElement( aArgs, &ind, &pVarElem ); in dispatch()
H A DSOActiveX.cpp115 for( unsigned int ind = 0; ind < count; ind++ ) in PutPropertiesToIDisp() local
118 …HRESULT hr = pdispObject->GetIDsOfNames( IID_NULL, &sMemberNames[ind], 1, LOCALE_USER_DEFAULT, &id… in PutPropertiesToIDisp()
121 hr = CComDispatchDriver::PutProperty( pdispObject, id, &pVariant[ind] ); in PutPropertiesToIDisp()
133 for( unsigned int ind = 0; ind < count; ind++ ) in GetPropertiesFromIDisp() local
139 hr = CComDispatchDriver::GetProperty( pdispObject, id, &pVariant[ind] ); in GetPropertiesFromIDisp()
362 for( unsigned long ind = 0; ind < aNum; ind++ ) in Load() local
365 if( aVal[ind].vt == VT_BSTR && !strcmp( OLE2T( aPropNames[ind].pstrName ), "src" ) ) in Load()
367 mCurFileUrl = wcsdup( aVal[ind].bstrVal ); in Load()
369 else if( aVal[ind].vt == VT_BSTR in Load()
370 && !strcmp( OLE2T( aPropNames[ind].pstrName ), "readonly" ) ) in Load()
[all …]
/aoo41x/main/embeddedobj/test/Container1/
H A DEmbedContApp.java1225 for ( int ind = 0; ind < 16; ind++ ) in createEmbedObject()
1226 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()
1232 for ( int ind = 0; ind < 16; ind++ ) in createEmbedObject()
1239 for ( int ind = 0; ind < 16; ind++ ) in createEmbedObject()
1246 for ( int ind = 0; ind < 16; ind++ ) in createEmbedObject()
1253 for ( int ind = 0; ind < 16; ind++ ) in createEmbedObject()
1260 for ( int ind = 0; ind < 16; ind++ ) in createEmbedObject()
1267 for ( int ind = 0; ind < 16; ind++ ) in createEmbedObject()
1274 for ( int ind = 0; ind < 16; ind++ ) in createEmbedObject()
1275 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()
[all …]
/aoo41x/main/odk/examples/OLE/activex/
H A DSOActiveX.cpp101 for( unsigned int ind = 0; ind < count; ind++ ) in PutPropertiesToIDisp() local
233 for( unsigned long ind = 0; ind < aNum; ind++ ) in Load() local
236 if( aVal[ind].vt == VT_BSTR && !strcmp( OLE2T( aPropNames[ind].pstrName ), "src" ) ) in Load()
238 mCurFileUrl = wcsdup( aVal[ind].bstrVal ); in Load()
240 else if( aVal[ind].vt == VT_BSTR in Load()
241 && !strcmp( OLE2T( aPropNames[ind].pstrName ), "readonly" ) ) in Load()
243 if( !strcmp( OLE2T( aVal[ind].bstrVal ), "true" ) ) in Load()
459 for( int ind = 0; ind < BARS_TO_SHOW; ind ++ ) in ShowSomeBars() local
461 HRESULT hr = CallDispatch1PBool( pSlotUrl[ind], pSlotName[ind], TRUE ); in ShowSomeBars()
470 for( int ind = 0; ind < BARS_NUMBER; ind ++ ) in HideAllBars() local
[all …]
/aoo41x/main/embeddedobj/test/mtexecutor/
H A Dmteregister.cxx90 sal_Int32 ind = 0; in component_writeInfo() local
97 for( ind = 0; ind < rServices.getLength(); ind++ ) in component_writeInfo()
98 xNewKey->createKey( rServices.getConstArray()[ind] ); in component_writeInfo()
105 for( ind = 0; ind < rServices.getLength(); ind++ ) in component_writeInfo()
106 xNewKey->createKey( rServices.getConstArray()[ind] ); in component_writeInfo()
/aoo41x/main/embeddedobj/source/msole/
H A Doleregister.cxx95 for( sal_Int32 ind = 0; ind < rServices.getLength(); ind++ ) in component_writeInfo() local
96 xNewKey->createKey( rServices.getConstArray()[ind] ); in component_writeInfo()
104 for( sal_Int32 ind = 0; ind < rServices.getLength(); ind++ ) in component_writeInfo() local
105 xNewKey->createKey( rServices.getConstArray()[ind] ); in component_writeInfo()
/aoo41x/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx165 for( int ind = 0; ind < buf.getLength(); ind++ ) in getAsciiLine() local
167 outbuf[ind*2] = ( ((sal_uInt8)buf[ind]) >> 4 ) + 'a'; in getAsciiLine()
168 outbuf[ind*2+1] = ( ((sal_uInt8)buf[ind]) & 0x0f ) + 'a'; in getAsciiLine()
185 for( int ind = 0; ind < tmpLine.getLength()/2; ind++ ) in getBufFromAsciiLine() local
187 …aResult[ind] = ( (sal_uInt8)( tmpLine.getStr()[ind*2] - 'a' ) << 4 ) | (sal_uInt8)( tmpLine.getStr… in getBufFromAsciiLine()
498 for( int ind = 0; ind < RTL_DIGEST_LENGTH_MD5; ind++ ) { in decodeMasterPassword() local
500 code[ ind ] = (char)((((aMasterBuf[ind * 2] - 'a') & 15) << 4) | in decodeMasterPassword()
501 ((aMasterBuf[ind * 2 + 1] - 'a') & 15)); in decodeMasterPassword()
503 code[ ind ] = (char)(aMasterPasswd.copy( ind*2, 2 ).toInt32(16)); in decodeMasterPassword()
/aoo41x/main/unotools/source/ucbhelper/
H A Dprogresshandlerwrap.cxx46 for( int ind = 0; ind < aSetList.getLength(); ind++ ) in getStatusFromAny_Impl() local
48 if( !bNumIsSet && ( aSetList[ind] >>= nNum ) ) in getStatusFromAny_Impl()
51 !aText.getLength() && ( aSetList[ind] >>= aText ); in getStatusFromAny_Impl()
/aoo41x/main/uui/source/
H A Diahndl-filter.cxx337 for( sal_Int32 ind = 0; ind < nPropCount; ++ind ) in handleFilterOptionsRequest_() local
339 rtl::OUString tmp = rRequest.rProperties[ind].Name; in handleFilterOptionsRequest_()
340 if( rRequest.rProperties[ind].Name.equals( in handleFilterOptionsRequest_()
343 rRequest.rProperties[ind].Value >>= aFilterName; in handleFilterOptionsRequest_()
/aoo41x/main/embeddedobj/test/MainThreadExecutor/
H A Dregister.cxx83 for( sal_Int32 ind = 0; ind < rServices.getLength(); ind++ ) in component_writeInfo() local
84 xNewKey->createKey( rServices.getConstArray()[ind] ); in component_writeInfo()
/aoo41x/main/package/qa/ofopxmlstorages/
H A DTestHelper.java451 for ( int ind = 0; ind < pBytes.length; ind++ ) in InternalCheckStream()
453 if ( pBytes[ind] != pContents[0][ind] ) in InternalCheckStream()
456 + ind + " should be" + pBytes[ind] + " but it is " + pContents[0][ind] + ")" ); in InternalCheckStream()
/aoo41x/main/filter/source/msfilter/
H A Dmsoleexp.cxx284 for ( int ind = 0; ind < 4; ind++ ) in ExportOLEObject() local
286 sal_Int32 nVal = pRect[ind]; in ExportOLEObject()
289 aWriteSet[ind*4+nByte] = (sal_Int8) nVal % 0x100; in ExportOLEObject()
/aoo41x/main/package/qa/storages/
H A DTestHelper.java810 for ( int ind = 0; ind < pBytes.length; ind++ ) in InternalCheckStream()
812 if ( pBytes[ind] != pContents[0][ind] ) in InternalCheckStream()
815 + ind + " should be " + pBytes[ind] + " but it is " + pContents[0][ind] + ")" ); in InternalCheckStream()
/aoo41x/main/embedserv/source/embed/
H A Ded_ioleobject.cxx375 for ( unsigned int ind = 0; ind < cNames; ind++ ) in GetIDsOfNames() local
376 rgDispId[ind] = DISPID_UNKNOWN; in GetIDsOfNames()
/aoo41x/main/odk/examples/java/Storage/
H A DTestHelper.java416 for ( int ind = 0; ind < pBytes.length; ind++ ) in InternalCheckStream()
418 if ( pBytes[ind] != pContents[0][ind] ) in InternalCheckStream()
/aoo41x/main/package/source/zipapi/
H A DZipFile.cxx1042 for ( int ind = 0; in getCRC() local
1043 aGrabber.readBytes( aBuffer, nBlockSize ) && ind * nBlockSize < nSize; in getCRC()
1044 ind++ ) in getCRC()
1046 aCRC.updateSegment( aBuffer, 0, ::std::min( nBlockSize, nSize - ind * nBlockSize ) ); in getCRC()
1063 for ( int ind = 0; in getSizeAndCRC() local
1064 …!aInflaterLocal.finished() && aGrabber.readBytes( aBuffer, nBlockSize ) && ind * nBlockSize < nCom… in getSizeAndCRC()
1065 ind++ ) in getSizeAndCRC()
/aoo41x/main/sc/source/filter/excel/
H A Dnamebuff.cxx141 unsigned int ind = nBase; in Find() local
142 for (ShrfmlaList::const_iterator ptr = index_list.end(); ptr != index_list.begin() ; ind++) in Find()
144 return static_cast< sal_uInt16 >( ind ); in Find()
/aoo41x/main/package/source/zippackage/
H A DZipPackage.cxx613 for( int ind = 0; ind < aArguments.getLength(); ind++ ) in initialize() local
616 if ( ( aArguments[ind] >>= aParamUrl )) in initialize()
677 else if ( ( aArguments[ind] >>= m_xStream ) ) in initialize()
683 else if ( ( aArguments[ind] >>= m_xContentStream ) ) in initialize()
687 else if ( ( aArguments[ind] >>= aNamedValue ) ) in initialize()
/aoo41x/main/package/source/xstor/
H A Dxstorage.cxx143 for ( int ind = 0; ind < aPropNames.getLength(); ind++ ) in completeStorageStreamCopy_Impl() local
144 …xDestProps->setPropertyValue( aPropNames[ind], xSourceProps->getPropertyValue( aPropNames[ind] ) ); in completeStorageStreamCopy_Impl()
848 for ( int ind = 0; ind < aSrcPkgProps.getLength(); ind++ ) in CopyStorageElement() local
850 …if ( aSrcPkgProps[ind].Name.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "MediaType" ) )… in CopyStorageElement()
851 …|| aSrcPkgProps[ind].Name.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "Compressed" ) ) … in CopyStorageElement()
854 aStrProps[nNum-1].Name = aSrcPkgProps[ind].Name; in CopyStorageElement()
855 aStrProps[nNum-1].Value = aSrcPkgProps[ind].Value; in CopyStorageElement()
/aoo41x/main/libtextcat/data/new_fingerprints/lm/
H A Ddanish.lm194 ind 164
H A Dromanian.lm186 ind 145
H A Dgerman.lm361 ind 148
H A Dzulu.lm262 ind

Completed in 244 milliseconds

123