| /trunk/main/xmlsecurity/source/framework/ |
| H A D | buffernode.cxx | 78 std::vector< const ElementCollector* >::const_iterator ii = m_vElementCollectors.begin(); in isECOfBeforeModifyIncluded() local 80 for( ; ii != m_vElementCollectors.end() ; ++ii ) in isECOfBeforeModifyIncluded() 82 ElementCollector* pElementCollector = (ElementCollector*)*ii; in isECOfBeforeModifyIncluded() 190 std::vector< const ElementCollector* >::iterator ii = m_vElementCollectors.begin(); in removeElementCollector() local 192 for( ; ii != m_vElementCollectors.end() ; ++ii ) in removeElementCollector() 194 if( *ii == pElementCollector ) in removeElementCollector() 196 m_vElementCollectors.erase( ii ); in removeElementCollector() 274 std::vector< const ElementCollector* >::const_iterator ii = m_vElementCollectors.begin(); in printChildren() local 276 for( ; ii != m_vElementCollectors.end() ; ++ii ) in printChildren() 279 rc += rtl::OUString::valueOf((*ii)->getBufferId()); in printChildren() [all …]
|
| H A D | saxeventkeeperimpl.cxx | 77 std::vector< const ElementMark* >::const_iterator ii = m_vElementMarkBuffers.begin(); in ~SAXEventKeeperImpl() local 78 for( ; ii != m_vElementMarkBuffers.end(); ++ii ) in ~SAXEventKeeperImpl() 80 delete (*ii); in ~SAXEventKeeperImpl() 210 … std::vector< const ElementCollector* >::const_iterator ii = m_vNewElementCollectors.begin(); in addNewElementMarkBuffers() local 212 for( ; ii != m_vNewElementCollectors.end(); ++ii ) in addNewElementMarkBuffers() 214 pBufferNode->addElementCollector(*ii); in addNewElementMarkBuffers() 254 std::vector< const ElementMark* >::const_iterator ii = m_vElementMarkBuffers.begin(); in findElementMarkBuffer() local 256 for( ; ii != m_vElementMarkBuffers.end(); ++ii ) in findElementMarkBuffer() 258 if ( nId == (*ii)->getBufferId()) in findElementMarkBuffer() 260 pElementMark = (ElementMark*)*ii; in findElementMarkBuffer() [all …]
|
| H A D | signatureengine.cxx | 143 std::vector< sal_Int32 >::const_iterator ii = m_vReferenceIds.begin(); in tryToPerform() local 145 for( ; ii != m_vReferenceIds.end() ; ++ii ) in tryToPerform() 147 xXMLElement = m_xSAXEventKeeper->getElement( *ii ); in tryToPerform() 206 std::vector< sal_Int32 >::const_iterator ii = m_vReferenceIds.begin(); in clearUp() local 208 for( ; ii != m_vReferenceIds.end() ; ++ii ) in clearUp() 211 *ii, in clearUp() 213 m_xSAXEventKeeper->removeElementCollector(*ii); in clearUp()
|
| /trunk/main/cppu/source/threadpool/ |
| H A D | threadpool.cxx | 76 for( DisposedCallerList::iterator ii = m_lst.begin() ; in stopDisposing() local 77 ii != m_lst.end() ; in stopDisposing() 78 ++ ii ) in stopDisposing() 80 if( (*ii) == nDisposeId ) in stopDisposing() 82 m_lst.erase( ii ); in stopDisposing() 91 for( DisposedCallerList::iterator ii = m_lst.begin() ; in isDisposed() local 92 ii != m_lst.end() ; in isDisposed() 93 ++ ii ) in isDisposed() 95 if( (*ii) == nDisposeId ) in isDisposed() 142 for( ThreadIdHashMap::iterator ii = m_mapQueue.begin() ; in dispose() local [all …]
|
| H A D | jobqueue.cxx | 141 for( CallStackList::iterator ii = m_lstCallstack.begin() ; in dispose() local 142 ii != m_lstCallstack.end() ; in dispose() 143 ++ii ) in dispose() 145 if( (*ii) == nDisposeId ) in dispose() 147 (*ii) = 0; in dispose()
|
| /trunk/main/io/source/stm/ |
| H A D | omark.cxx | 271 map<sal_Int32,sal_Int32,less<sal_Int32> >::iterator ii = m_mapMarks.find( Mark ); in deleteMark() local 273 if( ii == m_mapMarks.end() ) { in deleteMark() 281 m_mapMarks.erase( ii ); in deleteMark() 292 map<sal_Int32,sal_Int32,less<sal_Int32> >::iterator ii = m_mapMarks.find( nMark ); in jumpToMark() local 294 if( ii == m_mapMarks.end() ) { in jumpToMark() 302 m_nCurrentPos = (*ii).second; in jumpToMark() 322 map<sal_Int32,sal_Int32,less<sal_Int32> >::const_iterator ii = m_mapMarks.find( nMark ); in offsetToMark() local 324 if( ii == m_mapMarks.end() ) in offsetToMark() 332 return m_nCurrentPos - (*ii).second; in offsetToMark() 400 map<sal_Int32,sal_Int32,less<sal_Int32> >::iterator ii; in checkMarksAndFlush() local [all …]
|
| /trunk/main/comphelper/source/xml/ |
| H A D | attributelist.cxx | 88 ::std::vector<struct TagAttribute_Impl>::iterator ii = m_pImpl->vecAttribute.begin(); in getTypeByName() 90 for( ; ii != m_pImpl->vecAttribute.end() ; ii ++ ) { in getTypeByName() 91 if( (*ii).sName == sName ) { in getTypeByName() 92 return (*ii).sType; in getTypeByName() 100 ::std::vector<struct TagAttribute_Impl>::iterator ii = m_pImpl->vecAttribute.begin(); in getValueByName() 102 for( ; ii != m_pImpl->vecAttribute.end() ; ii ++ ) { in getValueByName() 103 if( (*ii).sName == sName ) { in getValueByName() 104 return (*ii).sValue; in getValueByName() 139 ::std::vector<struct TagAttribute_Impl>::iterator ii = m_pImpl->vecAttribute.begin(); in RemoveAttribute() 141 for( ; ii != m_pImpl->vecAttribute.end() ; ii ++ ) { in RemoveAttribute() [all …]
|
| /trunk/main/xmloff/source/core/ |
| H A D | attrlist.cxx | 130 ::std::vector<struct SvXMLTagAttribute_Impl>::iterator ii = m_pImpl->vecAttribute.begin(); in getValueByName() 132 for( ; ii != m_pImpl->vecAttribute.end() ; ++ii ) { in getValueByName() 133 if( (*ii).sName == sName ) { in getValueByName() 134 return (*ii).sValue; in getValueByName() 181 ::std::vector<struct SvXMLTagAttribute_Impl>::iterator ii = m_pImpl->vecAttribute.begin(); in RemoveAttribute() 183 for( ; ii != m_pImpl->vecAttribute.end() ; ++ii ) { in RemoveAttribute() 184 if( (*ii).sName == sName ) { in RemoveAttribute() 185 m_pImpl->vecAttribute.erase( ii ); in RemoveAttribute() 251 ::std::vector<struct SvXMLTagAttribute_Impl>::iterator ii = in GetIndexByName() 254 for( sal_Int16 nIndex=0; ii!=m_pImpl->vecAttribute.end(); ++ii, ++nIndex ) in GetIndexByName() [all …]
|
| /trunk/main/sax/source/expatwrap/ |
| H A D | attrlistimpl.cxx | 108 vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getTypeByName() local 110 for( ; ii != m_pImpl->vecAttribute.end() ; ii ++ ) { in getTypeByName() 111 if( (*ii).sName == sName ) { in getTypeByName() 112 return (*ii).sType; in getTypeByName() 120 vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getValueByName() local 122 for( ; ii != m_pImpl->vecAttribute.end() ; ii ++ ) { in getValueByName() 123 if( (*ii).sName == sName ) { in getValueByName() 124 return (*ii).sValue; in getValueByName()
|
| /trunk/main/pyuno/source/module/ |
| H A D | unohelper.py | 93 for ii in names: 94 out.write( " " + ii + "\n" ) 101 for ii in interfaces: 102 out.write( " " + ii.typeName + "\n" ) 109 for ii in methods: 110 out.write( " " + ii.ReturnType.Name + " " + ii.Name ) 111 args = ii.ParameterTypes 112 infos = ii.ParameterInfos 122 for ii in props: 123 … out.write( " ("+_propertymode_to_str( ii.Attributes ) + ") "+ii.Type.typeName+" "+ii.Name+ "\n" )
|
| H A D | pyuno_gc.cxx | 75 PyRef2Adapter::iterator ii = in run() local 77 if( ii != runtime.getImpl()->cargo->mappedObjects.end() ) in run() 79 runtime.getImpl()->cargo->mappedObjects.erase( ii ); in run()
|
| /trunk/main/solenv/bin/ |
| H A D | licinserter.pl | 94 my $ii; 97 $ii = $i; 100 $ii =~ s/isocode/$code/g; 101 $ii =~ s?licensefile?$name?g; 102 push @outlines, "$ii\n"; 119 my $ii = $i; 122 $ii =~ s/isocode/$code/g; 123 $ii =~ s?licensefile?$name?g; 124 push @outlines, "$ii\n";
|
| /trunk/main/unotools/source/config/ |
| H A D | xmlaccelcfg.cxx | 142 ::std::vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getTypeByName() 144 for( ; ii != m_pImpl->vecAttribute.end() ; ii ++ ) { in getTypeByName() 145 if( (*ii).sName == sName ) { in getTypeByName() 146 return (*ii).sType; in getTypeByName() 154 ::std::vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getValueByName() 156 for( ; ii != m_pImpl->vecAttribute.end() ; ii ++ ) { in getValueByName() 157 if( (*ii).sName == sName ) { in getValueByName() 158 return (*ii).sValue; in getValueByName()
|
| /trunk/main/sw/source/core/bastyp/ |
| H A D | calc.cxx | 220 sal_uLong ii = 0; in Find() local 222 ii = ii << 1 ^ rStr.GetChar( n ); in Find() 223 ii %= nTblSize; in Find() 226 *pPos = (sal_uInt16)ii; in Find() 228 for( SwHash* pEntry = *(ppTable+ii); pEntry; pEntry = pEntry->pNext ) in Find() 531 sal_uInt16 ii = 0; in VarLook() local 535 SwHash* pFnd = Find( aStr, VarTable, TBLSZ, &ii ); in VarLook() 541 for( SwHash* pEntry = *(ppDocTbl+ii); pEntry; pEntry = pEntry->pNext ) in VarLook() 547 pFnd->pNext = *(VarTable+ii); in VarLook() 548 *(VarTable+ii) = pFnd; in VarLook() [all …]
|
| /trunk/main/jvmfwk/source/ |
| H A D | framework.cxx | 157 for (citLoc ii = vecJRELocations.begin(); in jfw_findAllJREs() local 158 ii != vecJRELocations.end(); ii++) in jfw_findAllJREs() 164 ii->pData, in jfw_findAllJREs() 197 for (ci_pl ii = vecPlugins.begin(); ii != vecPlugins.end(); ii++) in jfw_findAllJREs() local 199 if ( ii->sVendor.equals((*ivm)->sVendor)) in jfw_findAllJREs() 389 for (int ii = 0; ii < cOptions; ii++) in jfw_startVM() 391 arOpt[index].optionString = arOptions[ii].optionString; in jfw_startVM() 392 arOpt[index].extraInfo = arOptions[ii].extraInfo; in jfw_startVM() 502 for (int ii = 0; ii < cInfos; ii++) in jfw_findAndSelectJRE() local 504 JavaInfo* pJInfo = arInfos[ii]; in jfw_findAndSelectJRE()
|
| /trunk/main/sax/test/ |
| H A D | saxdemo.cxx | 354 vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getTypeByName() local 356 for( ; ii != m_pImpl->vecAttribute.end() ; ii ++ ) { in getTypeByName() 357 if( (*ii).sName == sName ) { in getTypeByName() 358 return (*ii).sType; in getTypeByName() 366 vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getValueByName() local 368 for( ; ii != m_pImpl->vecAttribute.end() ; ii ++ ) { in getValueByName() 369 if( (*ii).sName == sName ) { in getValueByName() 370 return (*ii).sValue; in getValueByName()
|
| /trunk/main/sax/test/sax/ |
| H A D | testwriter.cxx | 249 vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getTypeByName() local 251 for( ; ii != m_pImpl->vecAttribute.end() ; ii ++ ) { in getTypeByName() 252 if( (*ii).sName == sName ) { in getTypeByName() 253 return (*ii).sType; in getTypeByName() 261 vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getValueByName() local 263 for( ; ii != m_pImpl->vecAttribute.end() ; ii ++ ) { in getValueByName() 264 if( (*ii).sName == sName ) { in getValueByName() 265 return (*ii).sValue; in getValueByName()
|
| /trunk/main/extensions/test/sax/ |
| H A D | testwriter.cxx | 332 vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getTypeByName() local 334 for( ; ii != m_pImpl->vecAttribute.end() ; ii ++ ) { in getTypeByName() 335 if( (*ii).sName == sName ) { in getTypeByName() 336 return (*ii).sType; in getTypeByName() 344 vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getValueByName() local 346 for( ; ii != m_pImpl->vecAttribute.end() ; ii ++ ) { in getValueByName() 347 if( (*ii).sName == sName ) { in getValueByName() 348 return (*ii).sValue; in getValueByName()
|
| /trunk/main/xmlsecurity/tools/demo/ |
| H A D | performance.cxx | 380 const std::vector< AncestorEvent* >::const_iterator& ii, 980 std::vector<const rtl::OUString>::const_iterator ii; in hasReference() local 981 for (ii = m_vReferenceIds.begin(); ii != m_vReferenceIds.end(); ++ii) in hasReference() 983 if (ouUri == *ii) in hasReference() 1597 const std::vector< AncestorEvent* >::const_iterator& ii, in checkAncestorStartElementEvent() 1600 std::vector< AncestorEvent* >::const_iterator next = ii+1; in checkAncestorStartElementEvent() 1605 (*ii)->ouName, (*ii)->aAttributeList, xDocumentHandler); in checkAncestorStartElementEvent() 1626 std::vector< AncestorEvent* >::const_iterator ii; in flushAncestorEvents() local 1630 ii = m_vAncestorEvents.begin(); in flushAncestorEvents() 1632 while (ii != m_vAncestorEvents.end()) in flushAncestorEvents() [all …]
|
| /trunk/main/xmerge/source/palmtests/qa/lib/ |
| H A D | converterlib.pm | 353 my $ii; 416 for $ii (0..$num_objects - 1) 418 my ($object_type) = FrmGetObjectType($form, $ii); 443 $label_id = FrmGetObjectId ($form, $ii); 559 for $ii (0..$num_objects - 1) 561 my ($object_type) = FrmGetObjectType($form, $ii); 568 my (%bounds) = FrmGetObjectBounds($form, $ii);
|
| /trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
| H A D | DocumentDeserializerImpl.java | 403 for (int ii = 0; ii < trNodes.length; ii++) { in buildDocument() 404 currPara.appendChild(trNodes[ii]); in buildDocument() 434 for (int ii = 0; ii < trNodes.length; ii++) { in buildDocument() 435 textSpanNode.appendChild(trNodes[ii]); in buildDocument()
|
| /trunk/main/sw/source/core/undo/ |
| H A D | unsort.cxx | 148 for( sal_uInt16 ii=0; ii < aSortList.Count(); ++ii ) in UndoImpl() local 149 if( aSortList[ii]->SORT_TXT_TBL.TXT.nSource == nSttNode + i ) in UndoImpl() 152 aSortList[ii]->SORT_TXT_TBL.TXT.nTarget ); in UndoImpl()
|
| /trunk/main/lingucomponent/source/spellcheck/spell/ |
| H A D | sspellimp.cxx | 487 for (int ii=0; ii < count; ++ii) in GetProposals() local 489 OUString cvtwrd(suglst[ii],strlen(suglst[ii]),eEnc); in GetProposals() 490 pStr[numsug + ii] = cvtwrd; in GetProposals()
|
| /trunk/main/sw/source/core/unocore/ |
| H A D | unochart.cxx | 793 sal_Int32 ii; // inner index (faster changing index) in Impl_createDataSource() local 808 ii = 0; in Impl_createDataSource() 809 while (ii < iiEnd) in Impl_createDataSource() 811 sal_Char &rChar = bDtaSrcIsColumns ? aMap[ii][oi] : aMap[oi][ii]; in Impl_createDataSource() 816 aLabelIdx[oi] = ii; in Impl_createDataSource() 825 aDataStartIdx[oi] = ii; in Impl_createDataSource() 830 … while (ii< iiEnd && 'x' == (c = bDtaSrcIsColumns ? aMap[ii][oi] : aMap[oi][ii])) in Impl_createDataSource() 832 ++nL; ++ii; in Impl_createDataSource() 838 while (ii < iiEnd) in Impl_createDataSource() 840 if ('x' == (c = bDtaSrcIsColumns ? aMap[ii][oi] : aMap[oi][ii])) in Impl_createDataSource() [all …]
|
| /trunk/main/lingucomponent/source/spellcheck/macosxspell/ |
| H A D | macspellimp.cxx | 382 for (int ii=0; ii < count; ii++) in GetProposals() local 385 NSString* guess = [guesses objectAtIndex:ii]; in GetProposals() 387 pStr[ii] = cvtwrd; in GetProposals()
|