Home
last modified time | relevance | path

Searched refs:nInd (Results 1 – 25 of 124) sorted by relevance

12345

/trunk/main/comphelper/source/misc/
H A Dmimeconfighelper.cxx55 for ( sal_Int32 nInd = 0; nInd < aClassID.getLength(); nInd++ ) in GetStringClassIDRepresentation() local
57 if ( nInd == 4 || nInd == 6 || nInd == 8 || nInd == 10 ) in GetStringClassIDRepresentation()
242 for ( sal_Int32 nInd = 0; nInd < aFilterData.getLength(); nInd++ ) in GetDocServiceNameFromFilter() local
276 for ( sal_Int32 nInd = 0; nInd < aType.getLength(); nInd++ ) in GetDocServiceNameFromMediaType() local
344 for ( sal_Int32 nInd = 0; nInd < aObjPropNames.getLength(); nInd++ ) in GetObjPropsFromConfigEntry() local
498 for ( sal_Int32 nInd = 0; nInd < aClassIDs.getLength(); nInd++ ) in GetObjectPropsByDocumentName() local
611 for ( sal_Int32 nInd = 0; nInd < aMediaDescr.getLength(); nInd++ ) in UpdateMediaDescriptorWithFilterName() local
633 for ( sal_Int32 nInd = 0; nInd < aTempMD.getLength(); nInd++ ) in UpdateMediaDescriptorWithFilterName() local
652 for ( sal_Int32 nInd = 0; nInd < aTypes.getLength(); nInd++ ) in UpdateMediaDescriptorWithFilterName() local
675 for ( sal_Int32 nInd = 0; nInd < aObject.getLength(); nInd++ ) in UpdateMediaDescriptorWithFilterName() local
[all …]
H A Ddocpasswordhelper.cxx114 for ( sal_Int32 nInd = 0; nInd < aInfo.getLength(); nInd++ ) in IsModifyPasswordCorrect() local
130 …for ( sal_Int32 nInd = 0; nInd < aNewHash.getLength() && nInd < aHash.getLength() && aNewHash[nInd in IsModifyPasswordCorrect() local
132 if ( nInd == aNewHash.getLength() - 1 && nInd == aHash.getLength() - 1 ) in IsModifyPasswordCorrect()
193 for ( sal_uInt32 nInd = 0; nInd < nLen; nInd++ ) in GetWordHashAsUINT32() local
243 for ( sal_Int32 nInd = aString.getLength() - 1; nInd >= 0; nInd-- ) in GetXLHashAsUINT16() local
313 sal_Int32 nInd = 0; in GenerateStd97Key() local
316 for ( nInd = 0; nInd < 16 && pPassData[nInd]; nInd++) in GenerateStd97Key()
318 pKeyData[2*nInd] = sal::static_int_cast< sal_uInt8 >( (pPassData[nInd] >> 0) & 0xff ); in GenerateStd97Key()
319 … pKeyData[2*nInd + 1] = sal::static_int_cast< sal_uInt8 >( (pPassData[nInd] >> 8) & 0xff ); in GenerateStd97Key()
322 pKeyData[2*nInd] = 0x80; in GenerateStd97Key()
[all …]
/trunk/main/embeddedobj/source/commonembedding/
H A Dpersistence.cxx77 for ( sal_Int32 nInd = 0; nInd < aMedDescr.getLength(); nInd++ ) in GetValuableArgs_Impl() local
110 for ( sal_Int32 nInd = 0; nInd < nLength; nInd++ ) in addAsTemplate() local
112 aResult[nInd].Name = aOrig[nInd].Name; in addAsTemplate()
434 for ( sal_Int32 nInd = 0; nInd < aProps.getLength(); nInd++ ) in LoadLink_Impl() local
682 for ( nInd = 0; nInd < aModelProps.getLength(); nInd++ ) in GetBaseURL_Impl()
698 for ( nInd = 0; nInd < m_aDocMediaDescriptor.getLength(); nInd++ ) in GetBaseURL_Impl()
721 for ( nInd = 0; nInd < lArguments.getLength(); nInd++ ) in GetBaseURLFrom_Impl()
730 for ( nInd = 0; nInd < lObjArgs.getLength(); nInd++ ) in GetBaseURLFrom_Impl()
1018 for ( sal_Int32 nInd = 0; nInd < lArguments.getLength(); nInd++ ) in setPersistentEntry() local
1222 for ( sal_Int32 nInd = 0; nInd < lObjArgs.getLength(); nInd++ ) in storeToEntry() local
[all …]
H A Dmiscobj.cxx113 for ( sal_Int32 nInd = 0; nInd < aObjectProps.getLength(); nInd++ ) in CommonInit_Impl() local
115 if ( aObjectProps[nInd].Name.equalsAscii( "ClassID" ) ) in CommonInit_Impl()
116 aObjectProps[nInd].Value >>= m_aClassID; in CommonInit_Impl()
118 aObjectProps[nInd].Value >>= m_aDocServiceName; in CommonInit_Impl()
120 aObjectProps[nInd].Value >>= m_aPresetFilterName; in CommonInit_Impl()
122 aObjectProps[nInd].Value >>= m_nMiscStatus; in CommonInit_Impl()
124 aObjectProps[nInd].Value >>= m_aObjectVerbs; in CommonInit_Impl()
232 for ( sal_Int32 nInd = 0; nInd < aMediaDescr.getLength(); nInd++ ) in LinkInit_Impl() local
233 if ( aMediaDescr[nInd].Name.equalsAscii( "URL" ) ) in LinkInit_Impl()
234 aMediaDescr[nInd].Value >>= m_aLinkURL; in LinkInit_Impl()
[all …]
H A Dxfactory.cxx372 for ( sal_Int32 nInd = 0; nInd < aTempMedDescr.getLength(); nInd++ ) in createInstanceLink() local
373 if ( aTempMedDescr[nInd].Name.equalsAscii( "URL" ) ) in createInstanceLink()
374 aTempMedDescr[nInd].Value >>= aURL; in createInstanceLink()
438 for ( sal_Int32 nInd = 0; nInd < aTempMedDescr.getLength(); nInd++ ) in createInstanceLinkUserInit() local
439 if ( aTempMedDescr[nInd].Name.equalsAscii( "URL" ) ) in createInstanceLinkUserInit()
440 aTempMedDescr[nInd].Value >>= aURL; in createInstanceLinkUserInit()
486 for ( sal_Int32 nInd = 0; nInd < aSeq.getLength(); nInd++ ) in supportsService() local
487 if ( ServiceName.compareTo( aSeq[nInd] ) == 0 ) in supportsService()
561 for ( sal_Int32 nInd = 0; nInd < aSeq.getLength(); nInd++ ) in supportsService() local
562 if ( ServiceName.compareTo( aSeq[nInd] ) == 0 ) in supportsService()
/trunk/main/svl/source/misc/
H A Dsharecontrolfile.cxx190 for ( sal_Int32 nInd = 0; nInd < nRead; nInd++ ) in GetUsersData() local
191 aBuffer[aBuffer.getLength() - (sal_Int32)nLength + nInd] = aTmpBuf[nInd]; in GetUsersData()
216 for ( sal_Int32 nInd = 0; nInd < aUsersData.getLength(); nInd++ ) in SetUsersDataAndStore() local
218 if ( aUsersData[nInd].getLength() != SHARED_ENTRYSIZE ) in SetUsersDataAndStore()
251 for ( sal_Int32 nInd = 0; nInd < m_aUsersData.getLength(); nInd++ ) in InsertOwnEntry() local
253 if ( m_aUsersData[nInd].getLength() == SHARED_ENTRYSIZE ) in InsertOwnEntry()
267 aNewData[nNewInd] = m_aUsersData[nInd]; in InsertOwnEntry()
296 for ( sal_Int32 nInd = 0; nInd < m_aUsersData.getLength(); ++nInd ) in HasOwnEntry() local
327 for ( sal_Int32 nInd = 0; nInd < m_aUsersData.getLength(); nInd++ ) in RemoveEntry() local
329 if ( m_aUsersData[nInd].getLength() == SHARED_ENTRYSIZE ) in RemoveEntry()
[all …]
H A Dlockfilecommon.cxx146 for ( int nInd = 0; nInd < LOCKFILE_ENTRYSIZE; nInd++ ) in ParseEntry() local
148 aResult[nInd] = ParseName( aBuffer, io_nCurPos ); in ParseEntry()
150 || ( nInd < LOCKFILE_ENTRYSIZE - 1 && aBuffer[io_nCurPos++] != ',' ) in ParseEntry()
151 || ( nInd == LOCKFILE_ENTRYSIZE - 1 && aBuffer[io_nCurPos++] != ';' ) ) in ParseEntry()
201 for ( sal_Int32 nInd = 0; nInd < aSource.getLength() && pStr[nInd] != 0; nInd++ ) in EscapeCharacters() local
203 if ( pStr[nInd] == '\\' || pStr[nInd] == ';' || pStr[nInd] == ',' ) in EscapeCharacters()
205 aBuffer.append( pStr[nInd] ); in EscapeCharacters()
/trunk/main/embedserv/source/inprocserv/
H A Ddllentry.cxx52 int nInd = 0; in FillCharFromInt() local
53 while( nInd < nLen ) in FillCharFromInt()
61 nInd++; in FillCharFromInt()
79 int nInd = 0; in GetStringFromClassID() local
80 for ( nInd = 0; nInd < 2 ; nInd++ ) in GetStringFromClassID()
81 FillCharFromInt( guid.Data4[nInd], &pBuf[20 + 2*nInd], 2 ); in GetStringFromClassID()
83 for ( nInd = 2; nInd < 8 ; nInd++ ) in GetStringFromClassID()
84 FillCharFromInt( guid.Data4[nInd], &pBuf[20 + 1 + 2*nInd], 2 ); in GetStringFromClassID()
98 for ( int nInd = 0; nInd < SUPPORTED_FACTORIES_NUM; nInd++ ) in WriteLibraryToRegistry() local
181 for( int nInd = 0; nInd < SUPPORTED_FACTORIES_NUM; nInd++ ) in DllGetClassObject() local
[all …]
H A Dinprocembobj.cxx39 for ( int nInd = 0; nInd < 8; nInd++ ) in WriteDebugInfo() local
64 for ( int nInd = 0; pszNameFromOutside[nInd] != 0 || pOwnName[nInd] != 0; nInd++ ) in StringsEqual() local
66 if ( pszNameFromOutside[nInd] != pOwnName[nInd] ) in StringsEqual()
103 for ( size_t nInd = 0; nInd < nLen; nInd++ ) in SetName() local
104 pOwnName[nInd] = pszNameFromOutside[nInd]; in SetName()
134 for ( DWORD nInd = 0; nInd < DEFAULT_ARRAY_LEN; nInd++ ) in CheckDefHandler() local
151 for ( DWORD nInd = 0; nInd < DEFAULT_ARRAY_LEN; nInd++ ) in CheckDefHandler() local
268 for ( DWORD nInd = 0; nInd < DEFAULT_ARRAY_LEN; nInd++ ) in CheckDefHandler() local
283 for ( DWORD nInd = 0; nInd < DEFAULT_ARRAY_LEN; nInd++ ) in CheckDefHandler() local
319 for ( DWORD nInd = 1; nInd < DEFAULT_ARRAY_LEN && nResult == 0; nInd++ ) in InsertAdviseLinkToList() local
[all …]
/trunk/main/package/source/xstor/
H A Dowriteablestream.cxx155 for ( sal_Int32 nInd = 0; nInd < aSequence1.getLength(); nInd++ ) in SequencesEqual() local
168 for ( sal_Int32 nInd = 0; nInd < aSequence1.getLength(); nInd++ ) in SequencesEqual() local
429 for ( sal_Int32 nInd = 0; nInd < m_aProps.getLength(); nInd++ ) in IsEncrypted() local
480 for ( sal_Int32 nInd = 0; nInd < m_aProps.getLength(); nInd++ ) in SetDecrypted() local
504 for ( sal_Int32 nInd = 0; nInd < m_aProps.getLength(); nInd++ ) in SetEncrypted() local
831 for ( sal_Int32 nInd = 0; nInd < aProps.getLength(); nInd++ ) in InsertStreamDirectly() local
948 for ( sal_Int32 nInd = 0; nInd < m_aProps.getLength(); nInd++ ) in Commit() local
1062 for ( sal_Int32 nInd = 0; nInd < nLen; nInd++ ) in InsertOwnProps() local
1086 for ( sal_Int32 nInd = 0; nInd < nLen; nInd++ ) in InsertOwnProps() local
2795 for ( sal_Int32 nInd = 0; nInd < aSeq.getLength(); nInd++ ) in getTargetByID() local
[all …]
H A Dxfactory.cxx198 for ( sal_Int32 nInd = 0, nNumArgs = 1; nInd < aDescr.getLength(); nInd++ ) in createInstanceWithArguments() local
200 if ( aDescr[nInd].Name.equalsAscii( "InteractionHandler" ) in createInstanceWithArguments()
201 || aDescr[nInd].Name.equalsAscii( "Password" ) in createInstanceWithArguments()
202 || aDescr[nInd].Name.equalsAscii( "RepairPackage" ) in createInstanceWithArguments()
203 || aDescr[nInd].Name.equalsAscii( "StatusIndicator" ) ) in createInstanceWithArguments()
207 aPropsToSet[nNumArgs-1].Name = aDescr[nInd].Name; in createInstanceWithArguments()
208 aPropsToSet[nNumArgs-1].Value = aDescr[nInd].Value; in createInstanceWithArguments()
210 else if ( aDescr[nInd].Name.equalsAscii( "StorageFormat" ) ) in createInstanceWithArguments()
214 if ( aDescr[nInd].Value >>= aFormatName ) in createInstanceWithArguments()
307 for ( sal_Int32 nInd = 0; nInd < aSeq.getLength(); nInd++ ) in supportsService() local
[all …]
/trunk/main/embeddedobj/source/msole/
H A Dolecomponent.cxx359 for ( sal_Int32 nInd = 0; nInd < m_aSupportedGraphFormats.getLength(); nInd++ ) in ConvertDataForFlavor() local
379 for ( sal_Int32 nInd = 0; nInd < m_aSupportedGraphFormats.getLength(); nInd++ ) in GraphicalFlavor() local
395 for( int nInd = 0; nInd < 8; nInd++ ) in GetClassIDFromSequence_Impl() local
396 aResult.Data4[nInd] = ( sal_uInt8 )aSeq[nInd+8]; in GetClassIDFromSequence_Impl()
596 for ( sal_Int32 nInd = 0; nInd < m_aSupportedGraphFormats.getLength(); nInd++ ) in GetFlavorsForAspects() local
634 for( sal_uInt32 nInd = 0; nInd < FORMATS_NUM; nInd++ ) in RetrieveObjectDataFlavors_Impl() local
636 if ( pElem[nInd].cfFormat == pFormatTemplates[nInd].cfFormat in RetrieveObjectDataFlavors_Impl()
637 && pElem[nInd].tymed == pFormatTemplates[nInd].tymed ) in RetrieveObjectDataFlavors_Impl()
1067 for( sal_uInt32 nInd = 0; nInd < nNum; nInd++ ) in GetVerbList() local
1574 for ( sal_Int32 nInd = 0; nInd < FORMATS_NUM; nInd++ ) in getTransferData() local
[all …]
H A Dolepersist.cxx368 for ( sal_Int32 nInd = 3; nInd >= 0; nInd-- ) in TryToGetAcceptableFormat_Impl() local
562 for ( sal_Int32 nInd = 0; nInd < 4; nInd++ ) in InsertVisualCache_Impl() local
613 for ( sal_uInt8 nInd = 0; nInd < 10; nInd++ ) in RemoveVisualCache_Impl() local
686 for ( sal_uInt8 nInd = 0; nInd < 10 && !bExists; nInd++ ) in HasVisReplInStream() local
736 for ( sal_uInt8 nInd = 0; nInd < 10; nInd++ ) in TryToRetrieveCachedVisualRepresentation_Impl() local
753 if ( nInd == 0 ) in TryToRetrieveCachedVisualRepresentation_Impl()
1187 for ( sal_Int32 nInd = 0; nInd < lObjArgs.getLength(); nInd++ ) in StoreToLocation_Impl() local
1448 sal_Int32 nInd = 0; in setPersistentEntry() local
1449 for ( nInd = 0; nInd < lArguments.getLength(); nInd++ ) in setPersistentEntry()
1459 for ( nInd = 0; nInd < lObjArgs.getLength(); nInd++ ) in setPersistentEntry()
[all …]
/trunk/main/embeddedobj/source/general/
H A Ddocholder.cxx121 sal_Int32 nInd = 0; in InsertMenu_Impl() local
130 for ( nInd = 0; nInd < aSourceProps.getLength(); nInd++ ) in InsertMenu_Impl()
132 aTargetProps[nInd].Name = aSourceProps[nInd].Name; in InsertMenu_Impl()
144 aTargetProps[nInd].Value = aSourceProps[nInd].Value; in InsertMenu_Impl()
149 aTargetProps.realloc( ++nInd ); in InsertMenu_Impl()
619 for ( sal_Int32 nInd = 0; nInd < xMenu->getCount(); nInd++ ) in FindConnectPoints() local
635 nConnectPoints[0] = nInd; in FindConnectPoints()
637 nConnectPoints[1] = nInd; in FindConnectPoints()
671 for ( sal_Int32 nInd = 0; nInd < xOwnMenu->getCount(); nInd++ ) in MergeMenuesForInplace() local
673 if ( nOwnPoints[0] == nInd ) in MergeMenuesForInplace()
[all …]
/trunk/main/comphelper/source/xml/
H A Dofopxmlhelper.cxx109 for ( sal_Int32 nInd = 0; nInd < aSequence.getLength(); nInd++ ) in WriteRelationsInfoSequence() local
113 for( sal_Int32 nSecInd = 0; nSecInd < aSequence[nInd].getLength(); nSecInd++ ) in WriteRelationsInfoSequence()
115 if ( aSequence[nInd][nSecInd].First.equals( aIDAttr ) in WriteRelationsInfoSequence()
116 || aSequence[nInd][nSecInd].First.equals( aTypeAttr ) in WriteRelationsInfoSequence()
117 || aSequence[nInd][nSecInd].First.equals( aTargetModeAttr ) in WriteRelationsInfoSequence()
118 || aSequence[nInd][nSecInd].First.equals( aTargetAttr ) ) in WriteRelationsInfoSequence()
120 …pAttrList->AddAttribute( aSequence[nInd][nSecInd].First, aCDATAString, aSequence[nInd][nSecInd].Se… in WriteRelationsInfoSequence()
174 for ( sal_Int32 nInd = 0; nInd < aDefaultsSequence.getLength(); nInd++ ) in WriteContentSequence() local
178 pAttrList->AddAttribute( aExtensionAttr, aCDATAString, aDefaultsSequence[nInd].First ); in WriteContentSequence()
186 for ( sal_Int32 nInd = 0; nInd < aOverridesSequence.getLength(); nInd++ ) in WriteContentSequence() local
[all …]
/trunk/main/embeddedobj/test/mtexecutor/
H A Dmainthreadexecutor.cxx65 for ( sal_Int32 nInd = 0; nInd < aArguments.getLength(); nInd++ ) in execute() local
66 if ( aArguments[nInd].Name.equalsAscii( "JobToExecute" ) ) in execute()
67 aArguments[nInd].Value >>= xJob; in execute()
71 aValues[nValuesSize-1].Name = aArguments[nInd].Name; in execute()
72 aValues[nValuesSize-1].Value = aArguments[nInd].Value; in execute()
107 for ( sal_Int32 nInd = 0; nInd < aSeq.getLength(); nInd++ ) in supportsService() local
108 if ( ServiceName.compareTo( aSeq[nInd] ) == 0 ) in supportsService()
/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DOwnEmbeddedObject.java204 for ( int nInd = 0; nInd < m_aListeners.size(); nInd++ ) in PostEvent()
216 m_aListeners.remove( nInd ); in PostEvent()
228 for ( int nInd = 0; nInd < m_aListeners.size(); nInd++ ) in StateChangeNotification()
245 m_aListeners.remove( nInd ); in StateChangeNotification()
770 for ( int nInd = 0; nInd < m_aListeners.size(); nInd++ ) in close()
786 m_aListeners.remove( nInd ); in close()
792 for ( int nInd = 0; nInd < m_aListeners.size(); nInd++ ) in close()
804 m_aListeners.remove( nInd ); in close()
1031 for ( int nInd = 0; nInd < pVerbShortcuts.length; nInd++ ) in getSupportedVerbs()
1045 pVerbs[nInd] = aVerb; in getSupportedVerbs()
[all …]
/trunk/main/package/source/package/manifest/
H A DManifestImport.cxx326 for( sal_Int16 nInd = 0; nInd < nAttrCount; nInd++ ) in PushNameAndNamespaces() local
328 ::rtl::OUString aAttrName = xAttribs->getNameByIndex( nInd ); in PushNameAndNamespaces()
329 ::rtl::OUString aAttrValue = xAttribs->getValueByIndex( nInd ); in PushNameAndNamespaces()
352 for ( sal_uInt16 nInd = 0; nInd < aAttribsStrs.size(); nInd++ ) in PushNameAndNamespaces() local
355 o_aConvertedAttribs[ConvertName( aAttribsStrs[nInd].first )] = aAttribsStrs[nInd].second; in PushNameAndNamespaces()
368 sal_Int32 nInd = aName.indexOf( ( sal_Unicode )':' ); in ConvertNameWithNamespace() local
369 if ( nInd != -1 && nInd < aName.getLength() ) in ConvertNameWithNamespace()
371 aNsAlias = aName.copy( 0, nInd ); in ConvertNameWithNamespace()
372 aPureName = aName.copy( nInd + 1 ); in ConvertNameWithNamespace()
/trunk/main/package/qa/storages/
H A DTest03.java77 for ( int nInd = 0; nInd < 33000; nInd++ ) in test()
78 pBigBytes[nInd] = (byte)( nInd % 128 ); in test()
183 for ( int nInd = 0; nInd < sRootCont.length; nInd++ ) in test()
185 if ( sRootCont[nInd].equals( "SubStorage1" ) ) in test()
187 else if ( sRootCont[nInd].equals( "SubStream1" ) ) in test()
189 else if ( sRootCont[nInd].equals( "BigSubStream1" ) ) in test()
/trunk/main/sfx2/source/view/
H A Dorgmgr.cxx517 sal_uInt16 nInd = 0; in Delete() local
518 for ( nInd = 0; nInd < nItemNum; nInd++ ) in Delete()
519 pEntriesToDelete[nInd] = NULL; in Delete()
521 for ( nInd = 0; nInd < nItemNum; nInd++ ) in Delete()
524 if ( pTemplates->Delete( nRegion, nInd ) ) in Delete()
527 pEntriesToDelete[nToDeleteNum++] = pCaller->SvLBox::GetEntry( pGroupToDelete, nInd ); in Delete()
531 for ( nInd = 0; nInd < nToDeleteNum; nInd++ ) in Delete()
532 if ( pEntriesToDelete[nInd] ) in Delete()
533 pCaller->GetModel()->Remove( pEntriesToDelete[nInd] ); in Delete()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java179 for ( int nInd = 0; nInd < STRINGS_NUM; nInd++ ) in GetLocalizedString()
180 if ( m_pEntryNames[nInd] != null ) in GetLocalizedString()
181 … pStrings[nInd] = AnyConverter.toString( xNameAccess.getByName( m_pEntryNames[nInd] ) ); in GetLocalizedString()
183 pStrings[nInd] = ""; in GetLocalizedString()
346 int nInd = sWebPage.indexOf( "http-equiv=\"refresh\"" ); in GetRedirectURL() local
347 if ( nInd != -1 ) in GetRedirectURL()
349 int nContent = sWebPage.indexOf( "content=", nInd ); in GetRedirectURL()
557 for ( int nInd = 0; nInd < nLen; nInd++ ) in GetFilterName()
559 if ( pFilterProps[nInd].Name.equals( "Name" ) ) in GetFilterName()
1084 for ( int nInd = 0; nInd < pNames.length; nInd++ ) in GetSpecialArgs()
[all …]
/trunk/main/embedserv/source/embed/
H A Dservprov.cxx123 for( int nInd = 0; nInd < SUPPORTED_FACTORIES_NUM; nInd++ ) in EmbedServer_Impl() local
125 m_pOLEFactories[nInd] = new EmbedProviderFactory_Impl( m_xFactory, guidList[nInd] ); in EmbedServer_Impl()
126 m_pOLEFactories[nInd]->registerClass(); in EmbedServer_Impl()
132 for( int nInd = 0; nInd < SUPPORTED_FACTORIES_NUM; nInd++ ) in ~EmbedServer_Impl() local
134 if ( m_pOLEFactories[nInd] ) in ~EmbedServer_Impl()
135 m_pOLEFactories[nInd]->deregisterClass(); in ~EmbedServer_Impl()
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx482 sal_Int32 nInd = 0; in parseContentType() local
491 for ( nInd = 0; nInd < aContentTypeInfo[0].getLength(); nInd++ ) in parseContentType()
495 for ( nInd = 0; nInd < aContentTypeInfo[1].getLength(); nInd++ ) in parseContentType()
499 aPath = aContentTypeInfo[1][nInd].First.copy( 1 ); in parseContentType()
501 aPath = aContentTypeInfo[1][nInd].First; in parseContentType()
1052 sal_Int32 nInd = 0; in WriteManifest() local
1055 aIter++, nInd++ ) in WriteManifest()
1057 aManifestSequence[nInd] = ( *aIter ); in WriteManifest()
1605 for ( sal_Int32 nInd = 0; nInd < m_aStorageEncryptionKeys.getLength(); nInd++ ) in GetEncryptionKey() local
1749 for ( sal_Int32 nInd = 0; nInd < aKeys.getLength(); nInd++ ) in setPropertyValue() local
[all …]
H A Dzipfileaccess.cxx83 sal_Int32 nInd = 0; in GetPatternsFromString_Impl() local
94 aPattern[nInd] += ::rtl::OUString::valueOf( (sal_Unicode)'\\' ); in GetPatternsFromString_Impl()
99 aPattern[nInd] += ::rtl::OUString::valueOf( (sal_Unicode)'*' ); in GetPatternsFromString_Impl()
105 aPattern[nInd] += ::rtl::OUString::valueOf( (sal_Unicode)'\\' ); in GetPatternsFromString_Impl()
110 aPattern.realloc( ( ++nInd ) + 1 ); in GetPatternsFromString_Impl()
115 aPattern[nInd] += ::rtl::OUString::valueOf( *pString ); in GetPatternsFromString_Impl()
127 sal_Int32 nInd = aPattern.getLength() - 1; in StringGoodForPattern_Impl() local
128 if ( nInd < 0 ) in StringGoodForPattern_Impl()
131 if ( nInd == 0 ) in StringGoodForPattern_Impl()
476 for ( sal_Int32 nInd = 0; nInd < aSeq.getLength(); nInd++ ) in supportsService() local
[all …]
/trunk/main/package/qa/ofopxmlstorages/
H A DTestHelper.java269 for ( int nInd = 0; nInd < aTestRels.length; nInd++ ) in checkRelations()
272 for ( int nTagInd = 0; nTagInd < aTestRels[nInd].length; nTagInd++ ) in checkRelations()
274 if ( aTestRels[nInd][nTagInd].First.equals( "Id" ) ) in checkRelations()
283 …( "One of the test hardcoded entries has no ID, num = " + nInd + ", length = " + aTestRels[nInd].l… in checkRelations()
287 if ( aStorRels[nStorInd][nStorIDInd].Second.equals( aTestRels[nInd][nIDInd].Second ) ) in checkRelations()
289 boolean[] pRelCheckMark = new boolean[ aTestRels[nInd].length ]; in checkRelations()
298 for ( int nTagInd = 0; nTagInd < aTestRels[nInd].length; nTagInd++ ) in checkRelations()
300 if ( aTestRels[nInd][nTagInd].First.equals( aStorRels[nStorInd][nStorTagInd].First ) ) in checkRelations()
304 …Error( "Test rel. num. " + nInd + " has different tag \"" + aTestRels[nInd][nTagInd].First + "\" v… in checkRelations()
323 if ( !pRelCheckMark[nCheckInd] && !aTestRels[nInd][nCheckInd].Second.equals( "" ) ) in checkRelations()
[all …]

Completed in 159 milliseconds

12345