/aoo42x/main/sw/source/core/SwNumberTree/ |
H A D | SwNumberTree.cxx | 130 if (aIt != mChildren.end() && (*aIt)->IsPhantom()) in ClearObsoletePhantoms() 256 ++aIt; in ValidateHierarchical() 296 aIt++; in ValidateContinuous() 336 while (aIt != mChildren.end() && *aIt != pNode); in ValidateContinuous() 369 for (aIt = mChildren.begin(); aIt != mChildren.end(); aIt++) in ValidateTree() 427 for (aIt = aItUpper; aIt != mChildren.end(); aIt++) in MoveGreaterChildren() 487 for (aIt = mChildren.begin(); aIt != mChildren.end(); aIt++) in MoveChildren() 882 aIt++; in IsFirst() 1001 for (aIt = mChildren.begin(); aIt != mChildren.end(); aIt++) in IsSane() 1243 for (aIt = mChildren.begin(); aIt != mChildren.end(); aIt++) in InvalidateTree() [all …]
|
/aoo42x/main/svx/source/dialog/ |
H A D | frmsel.cxx | 280 for( FrameBorderCIter aIt( maAllBorders ); bOk && aIt.Is(); bOk = (*aIt != 0), ++aIt ); in FrameSelectorImpl() local 311 for( FrameBorderIter aIt( maAllBorders ); aIt.Is(); ++aIt ) in Initialize() local 445 for( FrameBorderIter aIt( maAllBorders ); aIt.Is(); ++aIt ) in InitBorderGeometry() local 553 for( FrameBorderCIter aIt( maEnabBorders ); aIt.Is(); ++aIt ) in DrawBackground() local 617 for( FrameBorderCIter aIt( maEnabBorders ); aIt.Is(); ++aIt ) in DrawAllArrows() local 632 for( FrameBorderIter aIt( maEnabBorders ); aIt.Is(); ++aIt ) in DrawAllFrameBorders() local 675 for( SelFrameBorderCIter aIt( maEnabBorders ); aIt.Is(); ++aIt ) in DrawAllTrackingRects() local 774 for( ++aIt; bEqual && aIt.Is(); ++aIt ) in SelectedBordersEqual() 874 for( FrameBorderIter aIt( mxImpl->maEnabBorders ); aIt.Is(); ++aIt ) in HideAllBorders() local 886 for( ++aIt; bFound && aIt.Is(); ++aIt ) in GetVisibleWidth() [all …]
|
/aoo42x/main/chart2/source/view/axes/ |
H A D | MinimumAndMaximumSupplier.cxx | 62 for( MinimumAndMaximumSupplierSet::iterator aIt = begin(), aEnd = end(); aIt != aEnd; ++aIt ) in getMinimumX() local 77 for( MinimumAndMaximumSupplierSet::iterator aIt = begin(), aEnd = end(); aIt != aEnd; ++aIt ) in getMaximumX() local 92 for( MinimumAndMaximumSupplierSet::iterator aIt = begin(), aEnd = end(); aIt != aEnd; ++aIt ) in getMinimumYInRange() local 107 for( MinimumAndMaximumSupplierSet::iterator aIt = begin(), aEnd = end(); aIt != aEnd; ++aIt ) in getMaximumYInRange() local 122 for( MinimumAndMaximumSupplierSet::iterator aIt = begin(), aEnd = end(); aIt != aEnd; ++aIt ) in getMinimumZ() local 137 for( MinimumAndMaximumSupplierSet::iterator aIt = begin(), aEnd = end(); aIt != aEnd; ++aIt ) in getMaximumZ() local 151 for( MinimumAndMaximumSupplierSet::iterator aIt = begin(), aEnd = end(); aIt != aEnd; ++aIt ) in isExpandBorderToIncrementRhythm() local 160 for( MinimumAndMaximumSupplierSet::iterator aIt = begin(), aEnd = end(); aIt != aEnd; ++aIt ) in isExpandIfValuesCloseToBorder() local 169 for( MinimumAndMaximumSupplierSet::iterator aIt = begin(), aEnd = end(); aIt != aEnd; ++aIt ) in isExpandWideValuesToZero() local 178 for( MinimumAndMaximumSupplierSet::iterator aIt = begin(), aEnd = end(); aIt != aEnd; ++aIt ) in isExpandNarrowValuesTowardZero() local [all …]
|
H A D | VCoordinateSystem.cxx | 148 for( ; aIt != aEnd; ++aIt ) in setTransformationSceneToScreen() 150 VAxisBase* pVAxis = aIt->second.get(); in setTransformationSceneToScreen() 304 aRet = aIt->second; in getExplicitScale() 327 aRet = aIt->second; in getExplicitIncrement() 351 for(; aIt!=aEnd; ++aIt) in getMaximumAxisIndexByDimension() 433 if( aIt != m_aAxisMap.end() ) in getVAxis() 434 pRet = aIt->second.get(); in getVAxis() 471 for( ; aIt != aEnd; ++aIt ) in createMaximumAxesLabels() 486 for( ; aIt != aEnd; ++aIt ) in createAxesLabels() 502 for( ; aIt != aEnd; ++aIt ) in updatePositions() [all …]
|
/aoo42x/main/oox/source/helper/ |
H A D | propertymap.cxx | 89 …for( PropertyMap::const_iterator aIt = rPropMap.begin(), aEnd = rPropMap.end(); aIt != aEnd; ++aIt… in GenericPropertySet() local 90 maPropMap[ rPropNames[ aIt->first ] ] = aIt->second; in GenericPropertySet() 107 if( aIt == maPropMap.end() ) in getPropertyValue() 109 return aIt->second; in getPropertyValue() 123 …for( PropertyNameMap::iterator aIt = maPropMap.begin(), aEnd = maPropMap.end(); aIt != aEnd; ++aIt… in getProperties() local 136 if( aIt == maPropMap.end() ) in getPropertyByName() 139 aProperty.Name = aIt->first; in getPropertyByName() 169 return (aIt == end()) ? 0 : &aIt->second; in getProperty() 178 for( const_iterator aIt = begin(), aEnd = end(); aIt != aEnd; ++aIt, ++pValues ) in makePropertyValueSequence() local 197 for( const_iterator aIt = begin(), aEnd = end(); aIt != aEnd; ++aIt, ++pNames, ++pValues ) in fillSequences() local [all …]
|
H A D | containerhelper.cxx | 62 …ValueRangeVector::iterator aIt = ::std::lower_bound( aBeg, aEnd, rRange.mnFirst, ValueRangeComp() … in insert() local 64 if( (aIt != aEnd) && aIt->contains( rRange ) ) return; in insert() 66 if( (aIt != aBeg) && ((aIt - 1)->mnLast + 1 == rRange.mnFirst) ) --aIt; in insert() 68 if( (aIt != aEnd) && aIt->intersects( rRange ) ) in insert() 71 aIt->mnFirst = ::std::min( aIt->mnFirst, rRange.mnFirst ); in insert() 73 ValueRangeVector::iterator aNext = aIt + 1; in insert() 76 aIt->mnLast = ::std::max( (aNext - 1)->mnLast, rRange.mnLast ); in insert() 78 maRanges.erase( aIt + 1, aNext ); in insert() 83 maRanges.insert( aIt, rRange ); in insert() 92 …geVector::const_iterator aEnd = maRanges.end(); (aIt != aEnd) && (aIt->mnFirst <= rRange.mnLast); … in getIntersection() [all …]
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unosrch.cxx | 109 PropertyEntryVector_t::const_iterator aIt = aPropertyEntries.begin(); in SetProperties() local 110 while(pProps[i].Name != aIt->sName) in SetProperties() 112 ++aIt; in SetProperties() 114 if( aIt == aPropertyEntries.end() ) in SetProperties() 196 PropertyEntryVector_t::const_iterator aIt = aPropertyEntries.begin(); in FillItemSet() local 197 for(sal_uInt32 i = 0; i < nArrLen; i++, ++aIt) in FillItemSet() 202 switch(aIt->nWID) in FillItemSet() 206 pBoxItem = rSet.GetPool()->GetDefaultItem(aIt->nWID).Clone(); in FillItemSet() 336 pULItem = rSet.GetPool()->GetDefaultItem(aIt->nWID).Clone(); in FillItemSet() 341 pLRItem = rSet.GetPool()->GetDefaultItem(aIt->nWID).Clone(); in FillItemSet() [all …]
|
/aoo42x/main/writerfilter/source/doctok/ |
H A D | WW8PieceTableImpl.cxx | 86 for (tEntries::const_iterator aIt = mEntries.begin(); aIt != aEnd; in findCp() local 87 aIt++) in findCp() 89 if (aIt->getCp() <= rCp) in findCp() 91 aResult = aIt; in findCp() 113 aIt != aEnd; aIt++) in findFc() 217 if (aIt != mEntries.end()) in fc2cp() 219 cpResult = aIt->getCp() + (aFc - aIt->getFc()); in fc2cp() 238 if (aIt != mEntries.end()) in cp2fc() 240 aResult = aIt->getFc() + (rCp - aIt->getCp()); in cp2fc() 259 if (aIt != mEntries.end()) in isComplex() [all …]
|
H A D | Dff.cxx | 151 while (aIt != end()) in findRecords() 161 ++aIt; in findRecords() 167 Records_t::iterator aIt; in resolveChildren() local 168 for (aIt = begin(); aIt != end(); ++aIt) in resolveChildren() 170 rHandler.sprm(**aIt); in resolveChildren() 419 while (aIt != end()) in findRecords() 430 ++aIt; in findRecords() 436 Records_t::iterator aIt; in resolve() local 438 for (aIt = begin(); aIt != end(); ++aIt) in resolve() 450 Records_t::iterator aIt; in getShape() local [all …]
|
/aoo42x/main/sc/source/core/data/ |
H A D | dpdimsave.cxx | 392 *aIt = rGroupDim; in ReplaceGroupDimension() 417 aIt->second = rGroupDim; in ReplaceNumGroupDimension() 430 …for( ScDPSaveGroupDimVec::const_iterator aIt = maGroupDims.begin(), aEnd = maGroupDims.end(); aIt … in WriteToData() local 431 aIt->AddToData( rData ); in WriteToData() 433 …cDPSaveNumGroupDimMap::const_iterator aIt = maNumGroupDims.begin(), aEnd = maNumGroupDims.end(); a… in WriteToData() local 472 return (aIt == maGroupDims.end()) ? 0 : &*aIt; in GetNamedGroupDimAcc() 479 return (aIt == maGroupDims.end()) ? 0 : &*aIt; in GetFirstNamedGroupDimAcc() 489 …aIt = ::std::find_if( aIt + 1, maGroupDims.end(), ScDPSaveGroupSourceNameFunc( aIt->GetSourceDimNa… in GetNextNamedGroupDimAcc() 490 return (aIt == maGroupDims.end()) ? 0 : &*aIt; in GetNextNamedGroupDimAcc() 496 return (aIt == maNumGroupDims.end()) ? 0 : &aIt->second; in GetNumGroupDimAcc() [all …]
|
/aoo42x/main/oox/source/drawingml/ |
H A D | color.cxx | 378 …for( TransformVec::const_iterator aIt = maTransforms.begin(), aEnd = maTransforms.end(); aIt != aE… in getColor() local 380 switch( aIt->mnToken ) in getColor() 401 lclSetValue( mnC3, aIt->mnValue ); in getColor() 407 lclModValue( mnC3, aIt->mnValue ); in getColor() 413 lclOffValue( mnC3, aIt->mnValue ); in getColor() 421 …OSL_ENSURE( (0 <= aIt->mnValue) && (aIt->mnValue <= MAX_PERCENT), "Color::getColor - invalid shade… in getColor() 422 if( (0 <= aIt->mnValue) && (aIt->mnValue <= MAX_PERCENT) ) in getColor() 433 …OSL_ENSURE( (0 <= aIt->mnValue) && (aIt->mnValue <= MAX_PERCENT), "Color::getColor - invalid tint … in getColor() 434 if( (0 <= aIt->mnValue) && (aIt->mnValue <= MAX_PERCENT) ) in getColor() 446 if( (-MAX_PERCENT <= aIt->mnValue) && (aIt->mnValue < 0) ) in getColor() [all …]
|
/aoo42x/main/oox/source/xls/ |
H A D | worksheethelper.cxx | 840 --aIt; in setColumnModel() 900 --aIt; in setRowModel() 972 …for( HyperlinkModelList::const_iterator aIt = maHyperlinks.begin(), aEnd = maHyperlinks.end(); aIt… in finalizeHyperlinkRanges() local 977 …( CellAddress aAddress( getSheetIndex(), aIt->maRange.StartColumn, aIt->maRange.StartRow ); aAddre… in finalizeHyperlinkRanges() 1067 …r( ValidationModelList::const_iterator aIt = maValidations.begin(), aEnd = maValidations.end(); aI… in finalizeValidationRanges() local 1098 switch( aIt->mnType ) in finalizeValidationRanges() 1166 …for( ColumnModelRangeMap::iterator aIt = maColModels.begin(), aEnd = maColModels.end(); aIt != aEn… in convertColumns() local 1213 …for( RowModelRangeMap::iterator aIt = maRowModels.begin(), aEnd = maRowModels.end(); aIt != aEnd; … in convertRows() local 1249 …for( ValueRangeVector::const_iterator aIt = aManualRows.begin(), aEnd = aManualRows.end(); aIt != … in convertRows() local 1566 …for( ApiCellRangeList::const_iterator aIt = rColRanges.begin(), aEnd = rColRanges.end(); aIt != aE… in setLabelRanges() local [all …]
|
H A D | sheetdatabuffer.cxx | 196 …or( RichStringCellList::const_iterator aIt = maRichStrings.begin(), aEnd = maRichStrings.end(); aI… in finalizeImport() local 197 putRichString( aIt->maCellAddr, *aIt->mxString, aIt->mpFirstPortionFont ); in finalizeImport() 535 …for( ArrayFormulaList::iterator aIt = maArrayFormulas.begin(), aEnd = maArrayFormulas.end(); aIt !… in finalizeImport() local 536 finalizeArrayFormula( aIt->first, aIt->second ); in finalizeImport() 539 …for( TableOperationList::iterator aIt = maTableOperations.begin(), aEnd = maTableOperations.end();… in finalizeImport() local 540 finalizeTableOperation( aIt->first, aIt->second ); in finalizeImport() 548 …for( XfIdRangeMap::const_iterator aIt = maXfIdRanges.begin(), aEnd = maXfIdRanges.end(); aIt != aE… in finalizeImport() local 552 …for( MergedRangeList::iterator aIt = maMergedRanges.begin(), aEnd = maMergedRanges.end(); aIt != a… in finalizeImport() local 554 …for( MergedRangeList::iterator aIt = maCenterFillRanges.begin(), aEnd = maCenterFillRanges.end(); … in finalizeImport() local 806 ++aIt; in setCellFormat() [all …]
|
H A D | richstring.cxx | 532 …for( PortionVector::const_iterator aIt = maTextPortions.begin(), aEnd = maTextPortions.end(); aIt … in convert() local 534 (*aIt)->convert( rxText, pFirstPortionFont, bReplaceOld ); in convert() 569 … for( FontPortionModelList::const_iterator aIt = rPortions.begin(); aIt->mnPos < nStrLen; ++aIt ) in createTextPortions() local 571 sal_Int32 nPortionLen = (aIt + 1)->mnPos - aIt->mnPos; in createTextPortions() 581 xPortion->setFontId( aIt->mnFontId ); in createTextPortions() 600 … for( FontPortionModelList::const_iterator aIt = rPortions.begin(); aIt->mnPos < nStrLen; ++aIt ) in createTextPortions() local 602 sal_Int32 nPortionLen = (aIt + 1)->mnPos - aIt->mnPos; in createTextPortions() 607 xPortion->setFontId( aIt->mnFontId ); in createTextPortions() 627 …for( PhoneticPortionModelList::const_iterator aIt = rPortions.begin(); aIt->mnPos < nStrLen; ++aIt… in createPhoneticPortions() local 629 sal_Int32 nPortionLen = (aIt + 1)->mnPos - aIt->mnPos; in createPhoneticPortions() [all …]
|
H A D | scenariobuffer.cxx | 154 …for( ScenarioCellVector::iterator aIt = maCells.begin(), aEnd = maCells.end(); !rStrm.isEof() && (… in importScenario() local 155 aIt->maValue = rStrm.readUniString(); in importScenario() 162 …for( ScenarioCellVector::iterator aIt = maCells.begin(), aEnd = maCells.end(); aIt != aEnd; ++aIt ) in finalizeImport() local 163 if( !aIt->mbDeleted && rAddrConv.checkCellAddress( aIt->maPos, true ) ) in finalizeImport() 164 …aRanges.push_back( CellRangeAddress( aIt->maPos.Sheet, aIt->maPos.Column, aIt->maPos.Row, aIt->maP… in finalizeImport() 180 …for( ScenarioCellVector::iterator aIt = maCells.begin(), aEnd = maCells.end(); aIt != aEnd; ++aIt ) in finalizeImport() local 182 if( !aIt->mbDeleted ) try in finalizeImport() 185 …Reference< XCell > xCell( xSheet->getCellByPosition( aIt->maPos.Column, aIt->maPos.Row ), UNO_SET_… in finalizeImport() 186 xCell->setFormula( aIt->maValue ); in finalizeImport()
|
/aoo42x/main/comphelper/source/eventattachermgr/ |
H A D | eventattachermgr.cxx | 243 while( aIt.hasMoreElements() ) in firing() 310 while( aIt.hasMoreElements() ) in approveFiring() 474 for ( sal_Int32 i = 0; (i < _nIndex) && (aIt != aIndex.end()); ++i, ++aIt ) in implCheckIndex() 477 if( aIt == aIndex.end() ) in implCheckIndex() 480 return aIt; in implCheckIndex() 541 (*aIt).aEventList.realloc( (*aIt).aEventList.getLength() +1 ); in registerScriptEvent() 542 (*aIt).aEventList.getArray()[(*aIt).aEventList.getLength() -1] = aEvt; in registerScriptEvent() 704 aIndex.erase( aIt ); in removeEntry() 728 return (*aIt).aEventList; in getScriptEvents() 920 while( aIt != aEnd ) in write() [all …]
|
/aoo42x/main/linguistic/source/ |
H A D | convdic.cxx | 338 ++aIt) in GetEntry() 341 aPos = aIt; in GetEntry() 477 ConvMap::iterator aIt; in getConversions() local 478 for (aIt = aRange.first; aIt != aRange.second; ++aIt) in getConversions() 484 for (aIt = aRange.first; aIt != aRange.second; ++aIt) in getConversions() 527 while (aIt != rConvMap.end()) in getConversionEntries() 536 ++aIt; in getConversionEntries() 595 ++aIt; in getMaxCharCount() 607 ++aIt; in getMaxCharCount() 654 nRes = (*aIt).second; in getPropertyType() [all …]
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | itemconnect.cxx | 229 … for( ControlWrpVecI aIt = mxImpl->maVec.begin(), aEnd = mxImpl->maVec.end(); aIt != aEnd; ++aIt ) in ModifyControl() local 230 (*aIt)->ModifyControl( eEnable, eShow ); in ModifyControl() 236 …for( ControlWrpVecCI aIt = mxImpl->maVec.begin(), aEnd = mxImpl->maVec.end(); bIs && (aIt != aEnd)… in IsControlDontKnow() local 237 bIs &= (*aIt)->IsControlDontKnow(); in IsControlDontKnow() 243 … for( ControlWrpVecI aIt = mxImpl->maVec.begin(), aEnd = mxImpl->maVec.end(); aIt != aEnd; ++aIt ) in SetControlDontKnow() local 244 (*aIt)->SetControlDontKnow( bSet ); in SetControlDontKnow() 352 for( ItemConnectionListIt aIt = maList.begin(), aEnd = maList.end(); aIt != aEnd; ++aIt ) in ApplyFlags() local 353 (*aIt)->DoApplyFlags( rItemSet ); in ApplyFlags() 358 for( ItemConnectionListIt aIt = maList.begin(), aEnd = maList.end(); aIt != aEnd; ++aIt ) in Reset() local 359 (*aIt)->DoReset( rItemSet ); in Reset() [all …]
|
/aoo42x/main/ucb/source/ucp/webdav/ |
H A D | DAVSessionFactory.cxx | 50 Map::iterator aIt( m_aMap.begin() ); in createDAVSession() local 53 while ( aIt != aEnd ) in createDAVSession() 55 if ( (*aIt).second->CanUse( inUri ) ) in createDAVSession() 58 ++aIt; in createDAVSession() 61 if ( aIt == aEnd ) in createDAVSession() 69 aIt->second->m_aContainerIt = aIt; in createDAVSession() 71 return aIt->second; in createDAVSession() 75 rtl::Reference< DAVSession > xElement( aIt->second ); in createDAVSession() 82 aIt->second->m_aContainerIt = m_aMap.end(); in createDAVSession() 90 aIt->second->m_aContainerIt = aIt; in createDAVSession() [all …]
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xestring.cxx | 93 for( CIT aIt = rVec.begin(), aEnd = rVec.end(); aIt != aEnd; ++aIt ) in lclHashVector() local 94 (nHash *= 31) += rHasher( *aIt ); in lclHashVector() 402 for( ; aIt != aEnd; ++aIt ) in WriteFormats() 403 rStrm << aIt->mnChar << aIt->mnFontIdx; in WriteFormats() 410 for( ; aIt != aEnd; ++aIt ) in WriteFormats() 454 …for( ScfUInt16Vec::const_iterator aIt = maUniBuffer.begin(), aEnd = maUniBuffer.end(); aIt != aEnd… in WriteBufferToMem() local 456 sal_uInt16 nChar = *aIt; in WriteBufferToMem() 518 for ( ; aIt != aEnd; ++aIt ) in WriteXml() 554 for( ScfUInt16Vec::iterator aIt = aBeg; aIt != aEnd; ++aIt, ++pcSrcChar ) in CharsToBuffer() local 557 if( *aIt & 0xFF00 ) in CharsToBuffer() [all …]
|
/aoo42x/main/comphelper/source/container/ |
H A D | embeddedobjectcontainer.cxx | 241 aIt++; in CloseEmbeddedObjects() 296 aIt++; in HasEmbeddedObject() 317 return (*aIt).first; in GetEmbeddedObjectName() 319 aIt++; in GetEmbeddedObjectName() 349 xObj = (*aIt).second; in GetEmbeddedObject() 504 aIt++; in AddEmbeddedObject() 934 aIt++; in MoveEmbeddedObject() 988 xObj = (*aIt).second; in MoveEmbeddedObject() 1142 aIt++; in RemoveEmbeddedObject() 1189 aIt++; in CloseEmbeddedObject() [all …]
|
/aoo42x/main/chart2/source/controller/main/ |
H A D | ObjectHierarchy.cxx | 561 return aIt->second; in getChildren() 571 aIt != m_aChildMap.end(); ++aIt ) in getSiblings() 574 ::std::find( aIt->second.begin(), aIt->second.end(), rNode )); in getSiblings() 576 return aIt->second; in getSiblings() 591 if( aIt != aChildren.end()) in getParentImpl() 594 for( aIt = aChildren.begin(); aIt != aChildren.end(); ++aIt ) in getParentImpl() 679 for( sal_Int32 nIndex = 0; aIt != aChildren.end(); ++nIndex, ++aIt ) in getIndexInParent() 681 if ( *aIt == rNode ) in getIndexInParent() 785 aIt = aSiblings.begin(); in next() 805 aIt = aSiblings.end(); in previous() [all …]
|
/aoo42x/main/accessibility/source/extended/ |
H A D | textwindowaccessibility.cxx | 880 for (; aIt != aPara; ++aIt) in retrieveParagraphBounds() 1904 ++aIt; in determineVisibleRange() 1924 ++aIt) in notifyVisibleRangeChanges() 1926 && (aIt < m_aVisibleBegin || aIt >= m_aVisibleEnd)) in notifyVisibleRangeChanges() 1934 ++aIt) in notifyVisibleRangeChanges() 2028 aIt != m_aVisibleEnd; ++aIt) in handleParagraphNotifications() 2104 aIt = m_xParagraphs->erase(aIt); in handleParagraphNotifications() 2110 for (; aIt != m_xParagraphs->end(); ++aIt) in handleParagraphNotifications() 2282 aIt < aEnd; ++aIt) in sendEvent() 2325 if (aIt >= m_aVisibleBegin && aIt < m_aVisibleEnd in handleSelectionChangeNotification() [all …]
|
/aoo42x/main/sw/source/core/doc/ |
H A D | acmplwrd.cxx | 183 for(aIt = aClientVector.begin(); aIt != aClientVector.end(); aIt++) in AddDocument() 185 if(&aIt->GetDoc() == &rDoc) in AddDocument() 196 for(aIt = aClientVector.begin(); aIt != aClientVector.end(); aIt++) in RemoveDocument() 198 if(&aIt->GetDoc() == &rDoc) in RemoveDocument() 229 SwDocPtrVector::iterator aIt; in AddDocument() local 230 for(aIt = aSourceDocs.begin(); aIt != aSourceDocs.end(); aIt++) in AddDocument() 232 if(*aIt == &rDoc) in AddDocument() 243 SwDocPtrVector::iterator aIt; in RemoveDocument() local 244 for(aIt = aSourceDocs.begin(); aIt != aSourceDocs.end(); aIt++) in RemoveDocument() 246 if(*aIt == &rDoc) in RemoveDocument() [all …]
|
/aoo42x/main/oox/source/dump/ |
H A D | dffdumper.cxx | 238 if( aIt != maComplexProps.end() ) in dumpDffOpt() 240 const ItemFormat& rItemFmt = aIt->second; in dumpDffOpt() 256 if( aIt != maSimpleProps.end() ) in dumpDffOpt() 258 const ItemFormat& rItemFmt = aIt->second; in dumpDffOpt() 282 …for( PropInfoVector::iterator aIt = aPropInfos.begin(), aEnd = aPropInfos.end(); !mxStrm->isEof() … in dumpDffOpt() local 286 writeHexItem( "id", aIt->mnId, "DFFOPT-PROPERTY-NAMES" ); in dumpDffOpt() 289 switch( aIt->meType ) in dumpDffOpt() 292 dumpBinary( aIt->maName, aIt->mnSize ); in dumpDffOpt() 295 dumpUnicodeArray( aIt->maName, aIt->mnSize / 2, true ); in dumpDffOpt() 298 dumpBinary( aIt->maName, aIt->mnSize ); in dumpDffOpt() [all …]
|