/trunk/main/odk/examples/java/EmbedDocument/Container1/ |
H A D | EmbedContApp.java | 678 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 …]
|
/trunk/main/extensions/source/activex/main/ |
H A D | so_activex.cpp | 221 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 D | SOActiveX.cpp | 115 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 …]
|
H A D | SODispatchInterceptor.cpp | 128 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()
|
/trunk/main/embeddedobj/test/Container1/ |
H A D | EmbedContApp.java | 1227 for ( int ind = 0; ind < 16; ind++ ) in createEmbedObject() 1228 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject() 1234 for ( int ind = 0; ind < 16; ind++ ) in createEmbedObject() 1235 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject() 1241 for ( int ind = 0; ind < 16; ind++ ) in createEmbedObject() 1248 for ( int ind = 0; ind < 16; ind++ ) in createEmbedObject() 1255 for ( int ind = 0; ind < 16; ind++ ) in createEmbedObject() 1262 for ( int ind = 0; ind < 16; ind++ ) in createEmbedObject() 1269 for ( int ind = 0; ind < 16; ind++ ) in createEmbedObject() 1276 for ( int ind = 0; ind < 16; ind++ ) in createEmbedObject() [all …]
|
/trunk/main/odk/examples/OLE/activex/ |
H A D | SOActiveX.cpp | 101 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 …]
|
/trunk/main/embeddedobj/test/mtexecutor/ |
H A D | mteregister.cxx | 90 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()
|
/trunk/main/embeddedobj/source/msole/ |
H A D | oleregister.cxx | 95 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()
|
/trunk/main/svl/source/passwordcontainer/ |
H A D | passwordcontainer.cxx | 165 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()
|
/trunk/main/unotools/source/ucbhelper/ |
H A D | progresshandlerwrap.cxx | 46 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()
|
/trunk/main/uui/source/ |
H A D | iahndl-filter.cxx | 337 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_()
|
/trunk/main/embeddedobj/test/MainThreadExecutor/ |
H A D | register.cxx | 83 for( sal_Int32 ind = 0; ind < rServices.getLength(); ind++ ) in component_writeInfo() local 84 xNewKey->createKey( rServices.getConstArray()[ind] ); in component_writeInfo()
|
/trunk/main/package/qa/ofopxmlstorages/ |
H A D | TestHelper.java | 451 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()
|
/trunk/main/filter/source/msfilter/ |
H A D | msoleexp.cxx | 284 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()
|
/trunk/main/package/qa/storages/ |
H A D | TestHelper.java | 810 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()
|
/trunk/main/embedserv/source/embed/ |
H A D | ed_ioleobject.cxx | 375 for ( unsigned int ind = 0; ind < cNames; ind++ ) in GetIDsOfNames() local 376 rgDispId[ind] = DISPID_UNKNOWN; in GetIDsOfNames()
|
/trunk/main/odk/examples/java/Storage/ |
H A D | TestHelper.java | 416 for ( int ind = 0; ind < pBytes.length; ind++ ) in InternalCheckStream() 418 if ( pBytes[ind] != pContents[0][ind] ) in InternalCheckStream()
|
/trunk/main/package/source/package/zipapi/ |
H A D | ZipFile.cxx | 1042 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()
|
/trunk/main/sc/source/filter/excel/ |
H A D | namebuff.cxx | 141 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()
|
/trunk/main/package/source/package/zippackage/ |
H A D | ZipPackage.cxx | 613 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()
|
/trunk/main/package/source/xstor/ |
H A D | xstorage.cxx | 143 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()
|
/trunk/main/libtextcat/data/new_fingerprints/lm/ |
H A D | zulu.lm | 262 ind
|
H A D | danish.lm | 194 ind 164
|
H A D | german.lm | 361 ind 148
|
H A D | romanian.lm | 186 ind 145
|