Home
last modified time | relevance | path

Searched refs:ii (Results 1 – 25 of 172) sorted by relevance

1234567

/trunk/main/xmlsecurity/source/framework/
H A Dbuffernode.cxx80 for( ; ii != m_vElementCollectors.end() ; ++ii ) in isECOfBeforeModifyIncluded()
192 for( ; ii != m_vElementCollectors.end() ; ++ii ) in removeElementCollector()
276 for( ; ii != m_vElementCollectors.end() ; ++ii ) in printChildren()
522 for( ; ii != m_vChildren.end() ; ++ii ) in removeChild()
564 for( ; ii != m_vChildren.end() ; ++ii ) in indexOfChild()
699 for( ; ii != m_vChildren.end() ; ++ii ) in isAncestor()
886 for( ; ii != m_vChildren.end() ; ++ii ) in notifyBranch()
1068 for( ; ii != m_vChildren.end() ; ++ii ) in isECInSubTreeIncluded()
1168 for( ; ii != m_vChildren.end() ; ++ii ) in isBlockerInSubTreeIncluded()
1222 for( ; ii != m_vChildren.end() ; ++ii ) in getNextChild()
[all …]
H A Dsaxeventkeeperimpl.cxx78 for( ; ii != m_vElementMarkBuffers.end(); ++ii ) in ~SAXEventKeeperImpl()
80 delete (*ii); in ~SAXEventKeeperImpl()
212 for( ; ii != m_vNewElementCollectors.end(); ++ii ) in addNewElementMarkBuffers()
256 for( ; ii != m_vElementMarkBuffers.end(); ++ii ) in findElementMarkBuffer()
258 if ( nId == (*ii)->getBufferId()) in findElementMarkBuffer()
296 for( ; ii != m_vElementMarkBuffers.end(); ++ii ) in removeElementMarkBuffer()
306 if ((*ii) == (*jj)) in removeElementMarkBuffer()
316 if ((*ii) == m_pNewBlocker) in removeElementMarkBuffer()
324 delete (*ii); in removeElementMarkBuffer()
460 for( ; ii != vChildren->end(); ++ii ) in collectChildWorkingElement()
[all …]
H A Dsignatureengine.cxx143 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 Dthreadpool.cxx77 ii != m_lst.end() ; in stopDisposing()
78 ++ ii ) in stopDisposing()
80 if( (*ii) == nDisposeId ) in stopDisposing()
82 m_lst.erase( ii ); in stopDisposing()
92 ii != m_lst.end() ; in isDisposed()
93 ++ ii ) in isDisposed()
144 ++ii) in dispose()
162 ++ ii ) in dispose()
274 (*ii).second.first = 0; in revokeQueue()
277 if( 0 == (*ii).second.first && 0 == (*ii).second.second ) in revokeQueue()
[all …]
H A Djobqueue.cxx141 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 Domark.cxx281 m_mapMarks.erase( ii ); in deleteMark()
324 if( ii == m_mapMarks.end() ) in offsetToMark()
404 for( ii = m_mapMarks.begin() ; ii != m_mapMarks.end() ; ii ++ ) { in checkMarksAndFlush()
406 nNextFound = (*ii).second; in checkMarksAndFlush()
413 for( ii = m_mapMarks.begin() ; ii != m_mapMarks.end() ; ii ++ ) { in checkMarksAndFlush()
414 (*ii).second -= nNextFound; in checkMarksAndFlush()
806 m_mapMarks.erase( ii ); in deleteMark()
819 if( ii == m_mapMarks.end() ) in jumpToMark()
848 if( ii == m_mapMarks.end() ) in offsetToMark()
937 for( ii = m_mapMarks.begin() ; ii != m_mapMarks.end() ; ii ++ ) { in checkMarksAndFlush()
[all …]
/trunk/main/comphelper/source/xml/
H A Dattributelist.cxx88 ::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()
141 for( ; ii != m_pImpl->vecAttribute.end() ; ii ++ ) { in RemoveAttribute()
142 if( (*ii).sName == sName ) { in RemoveAttribute()
[all …]
/trunk/main/xmloff/source/core/
H A Dattrlist.cxx130 ::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 Dattrlistimpl.cxx108 vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getTypeByName()
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()
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 Dunohelper.py93 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 Dpyuno_gc.cxx75 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 Dlicinserter.pl94 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 Dxmlaccelcfg.cxx142 ::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 Dcalc.cxx220 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()
531 sal_uInt16 ii = 0; in VarLook() local
548 *(VarTable+ii) = pFnd; in VarLook()
654 VarTable[ ii ] = pNewExp; in VarLook()
1806 unsigned long ii = 0; in main() local
1810 ii = ii << 1 ^ *pp++; in main()
1811 ii %= nTblSize; in main()
[all …]
/trunk/main/jvmfwk/source/
H A Dframework.cxx157 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 Dsaxdemo.cxx354 vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getTypeByName()
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()
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 Dtestwriter.cxx249 vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getTypeByName()
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()
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 Dtestwriter.cxx332 vector<struct TagAttribute>::iterator ii = m_pImpl->vecAttribute.begin(); in getTypeByName()
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()
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 Dperformance.cxx380 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()
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()
1634 AncestorEvent* ancestorEvent = *ii; in flushAncestorEvents()
1638 ii = checkAncestorStartElementEvent(ii, xDocumentHandler); in flushAncestorEvents()
[all …]
/trunk/main/xmerge/source/palmtests/qa/lib/
H A Dconverterlib.pm353 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 DDocumentDeserializerImpl.java403 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 Dunsort.cxx148 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 Dsspellimp.cxx487 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/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx382 for (int ii=0; ii < count; ii++) in GetProposals() local
385 NSString* guess = [guesses objectAtIndex:ii]; in GetProposals()
387 pStr[ii] = cvtwrd; in GetProposals()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx808 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()
842 ++ii; in Impl_createDataSource()
[all …]

Completed in 124 milliseconds

1234567