Home
last modified time | relevance | path

Searched refs:aIter (Results 26 – 50 of 827) sorted by last modified time

12345678910>>...34

/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx991 SwIterator<SwFmtFld,SwFieldType> aIter( *pType ); in GetHiddenInformationState() local
992 SwFmtFld* pFirst = aIter.First(); in GetHiddenInformationState()
1000 pFirst = aIter.Next(); in GetHiddenInformationState()
1017 SfxWhichIter aIter( rSet ); in GetState() local
1018 sal_uInt16 nWhich = aIter.FirstWhich(); in GetState()
1144 nWhich = aIter.NextWhich(); in GetState()
1235 SwIterator<SwCntntNode,SwFmtColl> aIter( *mpDoc->GetDfltGrfFmtColl() ); in RemoveOLEObjects() local
1236 for( SwCntntNode* pNd = aIter.First(); pNd; pNd = aIter.Next() ) in RemoveOLEObjects()
1263 SwIterator<SwCntntNode,SwFmtColl> aIter( *mpDoc->GetDfltGrfFmtColl() ); in CalcLayoutForOLEObjects() local
1264 for( SwCntntNode* pNd = aIter.First(); pNd; pNd = aIter.Next() ) in CalcLayoutForOLEObjects()
H A Dapphdl.cxx154 SfxWhichIter aIter(rSet); in StateOther() local
155 sal_uInt16 nWhich = aIter.FirstWhich(); in StateOther()
207 nWhich = aIter.NextWhich(); in StateOther()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx290 SdrViewIter aIter( pSdrShape ); in remove() local
292 for ( SdrView* pView = aIter.FirstView(); pView; pView = aIter.NextView() ) in remove()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryTableView.cxx354 for(;aIter != pTabWinDataList->rend();++aIter) in ReSync()
435 if(aIter == aEnd ) in NotifyTabConnection()
438 for(;aIter != aEnd;++aIter) in NotifyTabConnection()
627 for(aIter = pTabWins->begin();aIter != aEnd;++aIter) in AddTabWin()
635 if ( aIter != aEnd && pNewTabWin != aIter->second ) in AddTabWin()
645 for(;aIter != aEnd;++aIter) in AddTabWin()
828 for(;aIter != aEnd;++aIter) in FindTableFromField()
846 for ( ;aIter != aEnd ; ++aIter ) in ContainsTabWin()
944 for ( ;aIter != aEnd ; ++aIter ) in HideTabWin()
1043 for(;aIter != aEnd;++aIter) in ShowTabWin()
[all …]
/trunk/main/connectivity/source/cpool/
H A DZConnectionPool.cxx193 if ( m_aPool.end() != aIter ) in getConnectionWithInfo()
194 xConnection = getPooledConnection(aIter); in getConnectionWithInfo()
210 if(aIter != m_aActiveConnections.end()) in disposing()
213 aIter->second.aPos->second.aConnections.push_back(aIter->second.xPooledConnection); in disposing()
214 m_aActiveConnections.erase(aIter); in disposing()
260 for (; aIter != m_aPool.end(); ) in invalidatePooledConnections()
266 aIter->second.aConnections.clear(); in invalidatePooledConnections()
272 if(aIter == aActIter->second.aPos) in invalidatePooledConnections()
278 ++aIter; in invalidatePooledConnections()
282 ++aIter; in invalidatePooledConnections()
[all …]
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx1354 while( aIter.IsMore() ) in ProcessObj()
7580 sal_Int32 nLastPosition( *aIter ); in CreateTableRows()
7585 if ( ++aIter != rRows.end() ) in CreateTableRows()
7588 nLastPosition = *aIter; in CreateTableRows()
7605 sal_Int32 nLastPosition( *aIter ); in CreateTableColumns()
7610 if ( ++aIter != rColumns.end() ) in CreateTableColumns()
7613 nLastPosition = *aIter; in CreateTableColumns()
7818 aIter++; in ApplyCellLineAttributes()
7922 *aIter++ = nNewPosition; in CreateTable()
7937 while( aIter.IsMore() ) in CreateTable()
[all …]
H A Dsvxmsbas.cxx139 for (myIter aIter = aUserForms.begin(); aIter != aEnd; ++aIter) in ImportForms_Impl() local
141 SvStorageRef xForm (xVBAStg->OpenSotStorage(*aIter, in ImportForms_Impl()
175 OCX_UserForm aForm(xVBAStg, *aIter, *aIter, xDialog, xSF ); in ImportForms_Impl()
H A Dmsdffimp.cxx1217 fA = aIter->fDist; in ApplyRectangularGradientAsBitmap()
1225 fB = aIter->fDist; in ApplyRectangularGradientAsBitmap()
1229 aIter++; in ApplyRectangularGradientAsBitmap()
1588 PropVecIter aIter; in ApplyCustomShapeGeometryAttributes() local
1979 while ( aIter != aEnd ) in ApplyCustomShapeGeometryAttributes()
2585 while ( aIter != aEnd ) in ApplyCustomShapeGeometryAttributes()
2634 while ( aIter != aEnd ) in ApplyCustomShapeGeometryAttributes()
2635 *pValues++ = *aIter++; in ApplyCustomShapeGeometryAttributes()
7698 while( aIter != aEnd ) in removeShapeId()
7705 aIter++; in removeShapeId()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx5299 SfxItemIter aIter( *pSet ); in OutputStyleItemSet() local
5300 pItem = aIter.GetCurItem(); in OutputStyleItemSet()
5303 } while ( !aIter.IsAtEnd() && 0 != ( pItem = aIter.NextItem() ) ); in OutputStyleItemSet()
5307 SfxWhichIter aIter( *pSet ); in OutputStyleItemSet() local
5308 sal_uInt16 nWhich = aIter.FirstWhich(); in OutputStyleItemSet()
5318 nWhich = aIter.NextWhich(); in OutputStyleItemSet()
H A Dww8par3.cxx849 if ( aIter != aEnd ) in ReadLVL()
855 ++aIter; in ReadLVL()
856 while (aIter != aEnd) in ReadLVL()
858 (*aIter) = 0; in ReadLVL()
859 ++aIter; in ReadLVL()
1034 SfxItemIter aIter( *pThisLevelItemSet ); in AdjustLVL() local
1056 if( aIter.IsAtEnd() ) in AdjustLVL()
1555 aIter != maLSTInfos.end(); ++aIter) in ~WW8ListManager()
1557 if ((*aIter)->pNumRule && !(*aIter)->bUsedInDoc && in ~WW8ListManager()
1558 (*aIter)->pNumRule->IsAutoRule()) in ~WW8ListManager()
[all …]
H A Dwrtw8esh.cxx679 cDrawObjIter aIter; in WritePlc() local
681 for (aIter = maDrawObjs.begin(); aIter < aEnd; ++aIter) in WritePlc()
687 for (aIter = maDrawObjs.begin(); aIter < aEnd; ++aIter) in WritePlc()
742 aRect -= aIter->maParentPos; in WritePlc()
759 sal_Int32 nThick = aIter->mnThick; in WritePlc()
1288 SfxItemIter aIter( aSet ); in OutParaAttr() local
1311 } while( !aIter.IsAtEnd() && 0 != ( pItem = aIter.NextItem() ) ); in OutParaAttr()
2253 for (DrawObjPointerIter aIter = aSorted.begin(); aIter != aEnd; ++aIter) in SwEscherEx() local
2256 DrawObj *pObj = (*aIter); in SwEscherEx()
2938 for (DrawObjPointerIter aIter = rPVec.begin(); aIter != aEnd; ++aIter) in FindPos() local
[all …]
H A Dww8graf.cxx771 for (myIter aIter = aChunks.begin(); aIter != aEnd; ++aIter) in InsertAttrsAsDrawingAttrs() local
773 ESelection aSel(GetESelection(aIter->GetStartPos()-nStartCp, in InsertAttrsAsDrawingAttrs()
774 aIter->GetEndPos()-nStartCp)); in InsertAttrsAsDrawingAttrs()
781 if (aIter->GetURL().Len()) in InsertAttrsAsDrawingAttrs()
783 SvxURLField aURL(aIter->GetURL(), aString, in InsertAttrsAsDrawingAttrs()
793 for (myIter aIter2 = aIter+1; aIter2 != aEnd; ++aIter2) in InsertAttrsAsDrawingAttrs()
/trunk/main/dbaccess/source/core/api/
H A DKeySet.cxx468 for(;aIter != aPosEnd;++aIter) in deleteRows()
570 for(;aIter != aEnd;++aIter,++i) in updateRow()
657 for(;aIter != aEnd;++aIter,++j) in executeUpdate()
678 for(;aIter != aEnd;++aIter,++j) in executeUpdate()
682 …setParameter(i++,xParameter,(_rOrginalRow->get())[aIter->second.nPosition],aIter->second.nType,aIt… in executeUpdate()
730 for(;aIter != aEnd;++aIter,++j) in insertRow()
763 for(sal_Int32 i = 1;aIter != aEnd;++aIter) in executeInsert()
788 for(;aIter != aEnd;++aIter) in executeInsert()
1026 for(i = 1;aIter != aEnd;++aIter,++i) in deleteRow()
1073 for(;aIter != aEnd;++aIter,++i) in deleteRow()
[all …]
/trunk/main/sw/source/core/text/
H A Dtxtdrop.cxx226 SwIterator<SwTxtFrm,SwTxtNode> aIter( *this ); in GetDropSize() local
227 for( SwTxtFrm* pLastFrm = aIter.First(); pLastFrm; pLastFrm = aIter.Next() ) in GetDropSize()
/trunk/main/sw/source/core/crsr/
H A Dannotationmark.cxx101 SwIterator<SwFmtFld,SwFieldType> aIter( *pType ); in GetAnnotationFmtFld() local
102 for( SwFmtFld* pFmtFld = aIter.First(); pFmtFld != NULL; pFmtFld = aIter.Next() ) in GetAnnotationFmtFld()
/trunk/main/forms/source/xforms/
H A Dcollection.hxx275 Listeners_t::iterator aIter = in removeContainerListener() local
277 if( aIter != maListeners.end() ) in removeContainerListener()
278 maListeners.erase( aIter ); in removeContainerListener()
293 aIter != maListeners.end(); in _elementInserted()
294 aIter++ ) in _elementInserted()
296 (*aIter)->elementInserted( aEvent ); in _elementInserted()
308 aIter != maListeners.end(); in _elementRemoved()
309 aIter++ ) in _elementRemoved()
311 (*aIter)->elementRemoved( aEvent ); in _elementRemoved()
324 aIter != maListeners.end(); in _elementReplaced()
[all …]
/trunk/main/sc/source/core/data/
H A Ddocument.cxx604 SdrObjListIter aIter( *pPage, IM_DEEPNOGROUPS ); in SetLayoutRTL() local
605 SdrObject* pObject = aIter.Next(); in SetLayoutRTL()
616 pObject = aIter.Next(); in SetLayoutRTL()
3067 ScCellIterator aIter( this, *rRanges.GetObject(nPos) ); in InterpretDirtyCells() local
3068 ScBaseCell* pCell = aIter.GetFirst(); in InterpretDirtyCells()
3076 pCell = aIter.GetNext(); in InterpretDirtyCells()
4148 SfxStyleSheetIterator aIter( xPoolHelper->GetStylePool(), in IsStyleSheetUsed() local
4150 for ( const SfxStyleSheetBase* pStyle = aIter.First(); pStyle; in IsStyleSheetUsed()
4151 pStyle = aIter.Next() ) in IsStyleSheetUsed()
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx407 SdrObjListIter aIter(*pObject); in createSdrDragEntries_SolidDrag() local
409 while(aIter.IsMore()) in createSdrDragEntries_SolidDrag()
411 SdrObject* pCandidate = aIter.Next(); in createSdrDragEntries_SolidDrag()
H A Dsvdotxat.cxx423 std::vector<sal_uInt16>::const_iterator aIter( rCharWhichIds.begin() ); in RemoveOutlinerCharacterAttribs() local
424 while( aIter != rCharWhichIds.end() ) in RemoveOutlinerCharacterAttribs()
426 pOutliner->RemoveAttribs( aSelAll, false, (*aIter++) ); in RemoveOutlinerCharacterAttribs()
/trunk/main/sw/source/ui/shells/
H A Dannotsh.cxx636 SfxWhichIter aIter(rSet); in GetState() local
870 nWhich = aIter.NextWhich(); in GetState()
969 SfxWhichIter aIter(rSet); in StateClpbrd() local
1010 nWhich = aIter.NextWhich(); in StateClpbrd()
1016 SfxWhichIter aIter( rSet ); in StateStatusLine() local
1035 nWhich = aIter.NextWhich(); in StateStatusLine()
1046 SfxWhichIter aIter(rSet); in StateInsert() local
1091 nWhich = aIter.NextWhich(); in StateInsert()
1339 SfxWhichIter aIter(rSet); in GetLinguState() local
1533 SfxWhichIter aIter(rSet); in StateUndo() local
[all …]
H A Ddrwtxtsh.cxx186 SfxWhichIter aIter(rSet); in StateDisableItems() local
187 sal_uInt16 nWhich = aIter.FirstWhich(); in StateDisableItems()
192 nWhich = aIter.NextWhich(); in StateDisableItems()
657 SfxWhichIter aIter(rSet); in StateUndo() local
658 sal_uInt16 nWhich = aIter.FirstWhich(); in StateUndo()
704 nWhich = aIter.NextWhich(); in StateUndo()
908 SfxWhichIter aIter( rSet ); in GetStatePropPanelAttr() local
909 sal_uInt16 nWhich = aIter.FirstWhich(); in GetStatePropPanelAttr()
953 nWhich = aIter.NextWhich(); in GetStatePropPanelAttr()
/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx480 SfxWhichIter aIter(rSet); in GetState() local
481 sal_uInt16 nWhich = aIter.FirstWhich(); in GetState()
603 nWhich = aIter.NextWhich(); in GetState()
/trunk/main/sw/source/ui/docvw/
H A DPostItMgr.cxx1179 SwIterator<SwFmtFld,SwFieldType> aIter( *pType ); in AddPostIts() local
1180 SwFmtFld* pSwFmtFld = aIter.First(); in AddPostIts()
1188 pSwFmtFld = aIter.Next(); in AddPostIts()
/trunk/main/svx/source/sdr/properties/
H A Dtextproperties.cxx318 SfxItemIter aIter(pNewStyleSheet->GetItemSet()); in SetStyleSheet() local
319 const SfxPoolItem* pItem = aIter.FirstItem(); in SetStyleSheet()
332 pItem = aIter.NextItem(); in SetStyleSheet()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx580 std::vector< double >::iterator aIter = rDistances.begin(); in CalcDistances() local
582 while ( aIter != aEnd ) in CalcDistances()
583 *aIter++ /= fLength; in CalcDistances()
601 if ( aIter != rDistances.end() && ( *aIter > fLastDistance ) && ( *aIter < fDistance ) ) in InsertMissingOutlinePoints()
608 fDistance = *aIter; in InsertMissingOutlinePoints()
614 if ( aIter-- != rDistances.begin() ) in InsertMissingOutlinePoints()
616 if ( ( *aIter > fDistance ) && ( *aIter < fLastDistance ) ) in InsertMissingOutlinePoints()
623 fDistance = *aIter; in InsertMissingOutlinePoints()
639 if ( aIter == rDistances.end() ) in GetPoint()
644 if ( nIdx && ( aIter != rDistances.end() ) && ( *aIter != fX ) ) in GetPoint()
[all …]

Completed in 291 milliseconds

12345678910>>...34