Home
last modified time | relevance | path

Searched refs:aIter (Results 251 – 275 of 827) sorted by last modified time

1...<<11121314151617181920>>...34

/trunk/main/sw/source/ui/dbui/
H A Dmailmergehelper.cxx543 SwAddressIterator aIter(sAddress); in FillData() local
545 while(aIter.HasMore()) in FillData()
547 SwMergeAddressItem aItem = aIter.Next(); in FillData()
H A Dmmconfigitem.cxx1452 SwAddressIterator aIter(aBlocks[m_pImpl->GetCurrentAddressBlockIndex()]); in IsAddressFieldsAssigned() local
1453 while(aIter.HasMore()) in IsAddressFieldsAssigned()
1455 SwMergeAddressItem aItem = aIter.Next(); in IsAddressFieldsAssigned()
1513 SwAddressIterator aIter(sAddress); in IsGreetingFieldsAssigned() local
1514 while(aIter.HasMore()) in IsGreetingFieldsAssigned()
1516 SwMergeAddressItem aItem = aIter.Next(); in IsGreetingFieldsAssigned()
H A Dmmdocselectpage.cxx163 SfxFilterMatcherIter aIter( &aMatcher ); in IMPL_LINK() local
165 const SfxFilter* pFlt = aIter.First(); in IMPL_LINK()
179 pFlt = aIter.Next(); in IMPL_LINK()
H A Dmmlayoutpage.cxx372 SwAddressIterator aIter(aBlocks[0]); in InsertAddressFrame() local
373 while(aIter.HasMore()) in InsertAddressFrame()
375 SwMergeAddressItem aItem = aIter.Next(); in InsertAddressFrame()
632 SwAddressIterator aIter(sGreeting); in InsertGreeting() local
633 while(aIter.HasMore()) in InsertGreeting()
635 SwMergeAddressItem aItem = aIter.Next(); in InsertGreeting()
/trunk/main/sw/source/ui/config/
H A Duinums.cxx374 SfxItemIter aIter( pFmt->GetAttrSet() ); in _SwNumFmtGlobal() local
375 const SfxPoolItem *pCurr = aIter.GetCurItem(); in _SwNumFmtGlobal()
379 if( aIter.IsAtEnd() ) in _SwNumFmtGlobal()
381 pCurr = aIter.NextItem(); in _SwNumFmtGlobal()
/trunk/main/sw/source/ui/app/
H A Ddocstyle.cxx617 SfxItemIter aIter( *pSet ); in GetDescription() local
619 const SfxPoolItem* pItem = aIter.FirstItem(); in GetDescription()
647 pItem = aIter.NextItem(); in GetDescription()
657 SfxItemIter aIter( *pSet ); in GetDescription() local
659 const SfxPoolItem* pItem = aIter.FirstItem(); in GetDescription()
781 pItem = aIter.NextItem(); in GetDescription()
1426 SfxItemIter aIter( rSet ); in SetItemSet() local
1427 const SfxPoolItem* pItem = aIter.GetCurItem(); in SetItemSet()
1436 rDoc.ResetAttrAtFormat( rSet.GetWhichByPos(aIter.GetCurPos()), in SetItemSet()
1440 if( aIter.IsAtEnd() ) in SetItemSet()
[all …]
H A Ddocst.cxx92 SfxWhichIter aIter(rSet); in StateStyleSheet() local
93 sal_uInt16 nWhich = aIter.FirstWhich(); in StateStyleSheet()
102 nWhich = aIter.NextWhich(); in StateStyleSheet()
257 nWhich = aIter.NextWhich(); in StateStyleSheet()
/trunk/main/sw/source/filter/xml/
H A Dxmltexti.cxx320 SwIterator<SwCntntNode,SwFmtColl> aIter( *pDoc->GetDfltGrfFmtColl() ); in createAndInsertOLEObject() local
321 for( SwCntntNode* pNd = aIter.First(); pNd; pNd = aIter.Next() ) in createAndInsertOLEObject()
937 … ::rtl::OUString, ::rtl::OUString, ::comphelper::UStringLess > ::iterator aIter = rParamMap.begin(… in endAppletOrPlugin()
940 while (aIter != aEnd ) in endAppletOrPlugin()
942 aCommandSequence[nIndex].Name = (*aIter).first; in endAppletOrPlugin()
944 aCommandSequence[nIndex].Value = makeAny( OUString((*aIter).second) ); in endAppletOrPlugin()
946 aIter++, nIndex++; in endAppletOrPlugin()
H A Dxmltbli.cxx1905 map_BoxFmt::iterator aIter = pSharedBoxFormats->find( aKey ); in GetSharedBoxFormat() local
1906 if ( aIter == pSharedBoxFormats->end() ) in GetSharedBoxFormat()
1927 pBoxFmt2 = aIter->second; in GetSharedBoxFormat()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx2909 return aIter.FindSprm(nId); in HasSprm()
2923 while(aIter.GetSprms()) in HasSprm()
2925 if (aIter.GetAktId() == nId) in HasSprm()
2927 aIter++; in HasSprm()
3024 myiter aIter = in NewFkp() local
3028 pFkp = *aIter; in NewFkp()
3070 for (myiter aIter = maFkpCache.begin(); aIter != aEnd; ++aIter) in ~WW8PLCFx_Fc_FKP() local
3071 delete *aIter; in ~WW8PLCFx_Fc_FKP()
3251 while(aIter.GetSprms()) in HasSprm()
3255 aIter++; in HasSprm()
[all …]
H A Dww8par6.cxx708 for (mySegrIter aIter = maSegments.rbegin(); aIter != aEnd; ++aIter) in InsertSection() local
710 if (0 != (pPage = aIter->mpPage)) in InsertSection()
2347 SfxItemIter aIter( *pSet ); in Insert() local
2348 const SfxPoolItem* pItem = aIter.GetCurItem(); in Insert()
2352 }while( !aIter.IsAtEnd() && 0 != ( pItem = aIter.NextItem() ) ); in Insert()
H A Dww8par5.cxx958 for(mycFieldIter aIter = maFieldStack.begin(); aIter != aEnd; ++aIter) in Read_Field() local
960 bNested = !AcceptableNestedField(aIter->mnFieldId); in Read_Field()
2799 for(std::vector<const SwCharFmt*>::const_iterator aIter in Read_SubF_Ruby() local
2800 = aRubyCharFmts.begin(); aIter != aEnd; ++aIter) in Read_SubF_Ruby()
2803 ItemGet<SvxFontHeightItem>(*(*aIter), in Read_SubF_Ruby()
2807 const SvxFontItem &rF = ItemGet<SvxFontItem>(*(*aIter), in Read_SubF_Ruby()
2811 pCharFmt=*aIter; in Read_SubF_Ruby()
H A Dww8graf2.cxx94 while (aIter != aEnd) in MapEscherIdxToIter()
98 ++aIter; in MapEscherIdxToIter()
100 return aIter; in MapEscherIdxToIter()
148 ++aIter; in GetEscherObjectPos()
152 while (aIter != aEnd) in GetEscherObjectPos()
164 ++aIter; in GetEscherObjectPos()
201 while (aIter != aEnd) in InsertTextLayerObject()
204 ++aIter; in InsertTextLayerObject()
229 while (aIter != aEnd) in GetDrawingObjectPos()
233 ++aIter; in GetDrawingObjectPos()
[all …]
H A Dwrtww8gr.cxx120 SfxItemIter aIter( rSet ); in TestOleNeedsGraphic()
121 const SfxPoolItem* pItem = aIter.GetCurItem(); in TestOleNeedsGraphic()
143 } while( !bGraphicNeeded && !aIter.IsAtEnd() && in TestOleNeedsGraphic()
144 0 != ( pItem = aIter.NextItem() ) ); in TestOleNeedsGraphic()
1045 for (myiter aIter = maDetails.begin(); aIter != aEnd; ++aIter) in Write() local
1052 for (myiter aIter2 = maDetails.begin(); aIter2 != aIter; ++aIter2) in Write()
1054 if (*aIter2 == *aIter) in Write()
1056 aIter->mnPos = aIter2->mnPos; in Write()
1064 aIter->mnPos = rStrm.Tell(); in Write()
1065 WriteGraphicNode(rStrm, *aIter); in Write()
H A Dwrtw8sty.cxx743 ::std::map<wwFont, sal_uInt16>::const_iterator aIter = maFonts.find(rFont); in GetId()
744 if (aIter != maFonts.end()) in GetId()
745 nRet = aIter->second; in GetId()
818 for ( myiter aIter = maFonts.begin(); aIter != aEnd; ++aIter ) in AsVector() local
819 aFontList[aIter->second] = &aIter->first; in AsVector()
2137 myiter aIter = ::std::unique(aStrArr.begin(), aStrArr.end()); in WriteGenericPlc() local
2138 aStrArr.erase(aIter, aStrArr.end()); in WriteGenericPlc()
2271 myiter aIter = ::std::lower_bound(aStrArr.begin(), in WriteGenericPlc() local
2273 ASSERT(aIter != aStrArr.end() && *aIter == rAtn.msOwner, in WriteGenericPlc()
2275 sal_uInt16 nFndPos = static_cast< sal_uInt16 >(aIter - aStrArr.begin()); in WriteGenericPlc()
[all …]
H A Drtfexport.cxx1173 …for(std::map<String,sal_uInt16>::iterator aIter = m_aRedlineTbl.begin(); aIter != m_aRedlineTbl.en… in GetRedline() local
1174 if ((*aIter).second == nId) in GetRedline()
1175 return &(*aIter).first; in GetRedline()
H A Dstyles.cxx162 myIter aIter = std::find_if(aBegin, aEnd, SameName(rName)); in GetCanonicalStiFromEnglishName() local
163 if (aIter != aEnd) in GetCanonicalStiFromEnglishName()
164 eRet = static_cast<sti>(std::distance(aBegin, aIter)); in GetCanonicalStiFromEnglishName()
H A Dwriterhelper.cxx146 for(SwPosFlyFrms::const_iterator aIter(rFlys.begin()); aIter != rFlys.end(); aIter++) in SwPosFlyFrmsToFrames() local
148 const SwFrmFmt &rEntry = (*aIter)->GetFmt(); in SwPosFlyFrmsToFrames()
156 SwPosition aPos((*aIter)->GetNdIndex()); in SwPosFlyFrmsToFrames()
519 SfxItemIter aIter(rSet); in GetPoolItems() local
524 while (!aIter.IsAtEnd() && 0 != (pItem = aIter.NextItem())); in GetPoolItems()
532 sw::cPoolItemIter aIter = rItems.find(eType); in SearchPoolItems() local
533 if (aIter != rItems.end()) in SearchPoolItems()
534 return aIter->second; in SearchPoolItems()
544 SfxItemIter aIter(pCharFmt->GetAttrSet()); in ClearOverridesFromSet() local
548 while (!aIter.IsAtEnd() && 0 != (pItem = aIter.NextItem())); in ClearOverridesFromSet()
[all …]
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx2588 return aIter.FindSprm(nId); in HasSprm()
2602 while(aIter.GetSprms()) in HasSprm()
2604 if (aIter.GetAktId() == nId) in HasSprm()
2606 aIter++; in HasSprm()
2695 myiter aIter = in NewFkp() local
2699 pFkp = *aIter; in NewFkp()
2741 for (myiter aIter = maFkpCache.begin(); aIter != aEnd; ++aIter) in ~WW8PLCFx_Fc_FKP() local
2742 delete *aIter; in ~WW8PLCFx_Fc_FKP()
2914 while(aIter.GetSprms()) in HasSprm()
2918 aIter++; in HasSprm()
[all …]
/trunk/main/sw/source/filter/writer/
H A Dwrt_fn.cxx70 SfxItemIter aIter( *pSet ); in Out_SfxItemSet() local
71 pItem = aIter.GetCurItem(); in Out_SfxItemSet()
75 } while( !aIter.IsAtEnd() && 0 != ( pItem = aIter.NextItem() ) ); in Out_SfxItemSet()
79 SfxWhichIter aIter( *pSet ); in Out_SfxItemSet() local
80 sal_uInt16 nWhich = aIter.FirstWhich(); in Out_SfxItemSet()
90 nWhich = aIter.NextWhich(); in Out_SfxItemSet()
/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx120 SfxItemIter aIter( rSet ); in IsEqualFly() local
121 const SfxPoolItem *pItem, *pCurr = aIter.GetCurItem(); in IsEqualFly()
133 if( aIter.IsAtEnd() ) in IsEqualFly()
135 pCurr = aIter.NextItem(); in IsEqualFly()
487 for (myIter aIter = rDeque.begin(); aIter != aEnd; ++aIter) in SetFlysInDoc() local
489 aIter->second.SetAnchor(&aPos); in SetFlysInDoc()
493 aPrevFmts[pCurrentAnchor].push_front(*aIter); in SetFlysInDoc()
515 for(myriter aIter = aPrevFmts.rbegin(); aIter != aEnd; ++aIter) in SetFlysInDoc() local
517 rtfframesAtIndex &rDeque = aIter->second; in SetFlysInDoc()
H A Dswparrtf.cxx842 for (mySegrIter aIter = maSegments.rbegin(); aIter != aEnd; ++aIter) in InsertSection() local
844 pPage = aIter->mpPage; in InsertSection()
878 for (mySegIter aIter = aStart; aIter != aEnd; ++aIter) in InsertSegments() local
882 bool bInsertSection = aIter != aStart ? aIter->IsContinous() : false; in InsertSegments()
934 aIter->mpPage = in InsertSegments()
946 if (!aIter->mpPage) in InsertSegments()
949 SetHdFt(*aIter); in InsertSegments()
956 aIter->mpTitlePage : aIter->mpPage); in InsertSegments()
959 aIter->mpTitlePage->SetFollow(aIter->mpPage); in InsertSegments()
962 ((aIter == aStart) && aIter->PageStartAt() != 1)) in InsertSegments()
[all …]
/trunk/main/sw/source/filter/html/
H A Dhtmlcss1.cxx2391 SfxItemIter aIter( rItemSet ); in InsertParaAttrs() local
2393 const SfxPoolItem *pItem = aIter.FirstItem(); in InsertParaAttrs()
2409 pItem = aIter.NextItem(); in InsertParaAttrs()
H A Dhtmlctxt.cxx545 SfxItemIter aIter( rItemSet ); in InsertAttrs() local
547 const SfxPoolItem *pItem = aIter.FirstItem(); in InsertAttrs()
700 pItem = aIter.NextItem(); in InsertAttrs()
H A Dhtmldraw.cxx476 SfxItemIter aIter( aStyleItemSet ); in NewMarquee() local
478 const SfxPoolItem *pItem = aIter.FirstItem(); in NewMarquee()
482 pItem = aIter.NextItem(); in NewMarquee()
627 SfxWhichIter aIter( rObjItemSet ); in GetEEAttrsFromDrwObj() local
628 sal_uInt16 nEEWhich = aIter.FirstWhich(); in GetEEAttrsFromDrwObj()
674 nEEWhich = aIter.NextWhich(); in GetEEAttrsFromDrwObj()

Completed in 361 milliseconds

1...<<11121314151617181920>>...34