Home
last modified time | relevance | path

Searched refs:aIter (Results 501 – 525 of 827) sorted by relevance

1...<<21222324252627282930>>...34

/trunk/main/reportdesign/source/core/api/
H A DFormattedField.cxx237 …::std::vector< uno::Reference< report::XFormatCondition> >::iterator aIter = m_aProps.m_aFormatCon… in createClone()
239 for (sal_Int32 i = 0; aIter != aEnd; ++aIter,++i) in createClone()
242 ::comphelper::copyProperties(aIter->get(),xCond.get()); in createClone()
/trunk/main/connectivity/inc/connectivity/
H A DFValue.hxx436 for(OValueRefVector::Vector::iterator aIter = get().begin() ; aIter != get().end() ;++aIter) in OValueRefVector() local
437 *aIter = new ORowSetValueDecorator; in OValueRefVector()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx409 TConnectionMap::iterator aIter = m_aConnections.find(nId); in getConnection() local
411 if ( m_aConnections.end() == aIter ) in getConnection()
416 aIter = m_aConnections.insert(TConnectionMap::value_type(nId,aHolder)).first; in getConnection()
420 if ( aIter->second.xMasterConnection.is() ) in getConnection()
422 …Reference< XAggregation > xConProxy = m_xProxyFactory->createProxy(aIter->second.xMasterConnection… in getConnection()
424 m_aSharedConnection.insert(TSharedConnectionMap::value_type(xRet,aIter)); in getConnection()
425 addEventListener(xRet,aIter); in getConnection()
/trunk/main/sw/source/ui/shells/
H A Dbeziersh.cxx250 SfxWhichIter aIter( rSet ); in GetState() local
251 sal_uInt16 nWhich = aIter.FirstWhich(); in GetState()
350 nWhich = aIter.NextWhich(); in GetState()
H A Ddrformsh.cxx177 SfxWhichIter aIter( rSet ); in GetState() local
178 sal_uInt16 nWhich = aIter.FirstWhich(); in GetState()
255 nWhich = aIter.NextWhich(); in GetState()
/trunk/main/sd/source/core/
H A DTransitionPreset.cxx126 UStringMap::const_iterator aIter( rTransitionNameMape.find( aPresetId ) ); in importTransitionsFile() local
127 if( aIter != rTransitionNameMape.end() ) in importTransitionsFile()
128 pPreset->maUIName = (*aIter).second; in importTransitionsFile()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp2.cxx89 SdrObjListIter aIter( *pPage, IM_FLAT ); in FillGraphList() local
90 SdrObject* pObject = aIter.Next(); in FillGraphList()
127 pObject = aIter.Next(); in FillGraphList()
/trunk/main/cui/source/dialogs/
H A Dsrchxtra.cxx161 SfxWhichIter aIter( aSet ); in SvxSearchAttributeDialog() local
162 sal_uInt16 nWhich = aIter.FirstWhich(); in SvxSearchAttributeDialog()
198 nWhich = aIter.NextWhich(); in SvxSearchAttributeDialog()
/trunk/main/sc/source/ui/app/
H A Dclient.cxx76 SdrObjListIter aIter( *pPage, IM_DEEPNOGROUPS ); in GetDrawObj() local
77 SdrObject* pObject = aIter.Next(); in GetDrawObj()
86 pObject = aIter.Next(); in GetDrawObj()
H A Dtransobj.cxx786 ScCellIterator aIter( pDoc, nStartX, nStartY, nSrcTab, nEndX, nEndY, nSrcTab ); in StripRefs() local
787 ScBaseCell* pCell = aIter.GetFirst(); in StripRefs()
804 SCCOL nCol = aIter.GetCol() - nSubX; in StripRefs()
805 SCROW nRow = aIter.GetRow() - nSubY; in StripRefs()
847 pCell = aIter.GetNext(); in StripRefs()
/trunk/main/sc/source/core/data/
H A Dglobal.cxx1597 ::std::vector< ::rtl::OUString >::const_iterator aIter = _aArguments.begin(); in getFormula()
1600 if ( nArgCount > 0 && aIter != aEnd ) in getFormula()
1602 sal_Bool bLastArg = ( aIter->getLength() == 0 ); in getFormula()
1604 while( aIter != aEnd && !bLastArg ) in getFormula()
1606 aFormula.append( *(aIter) ); in getFormula()
1607 if ( aIter != (aEnd-1) ) in getFormula()
1609 bLastArg = !( (aIter+1)->getLength() > 0 ); in getFormula()
1614 ++aIter; in getFormula()
/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 …]
/trunk/main/svtools/source/edit/
H A Dtextdata.cxx267 TEParaPortions::iterator aIter( begin() ); in Reset() local
268 while ( aIter != end() ) in Reset()
269 delete *aIter++; in Reset()
/trunk/main/svx/source/sdr/properties/
H A De3dsceneproperties.cxx92 SfxWhichIter aIter(rSet); in GetMergedItemSet() local
93 sal_uInt16 nWhich(aIter.FirstWhich()); in GetMergedItemSet()
111 nWhich = aIter.NextWhich(); in GetMergedItemSet()
/trunk/main/sw/source/core/view/
H A Dvnew.cxx353 SwIterator<SwFrm,SwGrfNode> aIter( *pGNd ); in ~ViewShell() local
354 for( SwFrm* pFrm = aIter.First(); pFrm; pFrm = aIter.Next() ) in ~ViewShell()
/trunk/main/svx/source/table/
H A Dtablehandles.cxx132 TableEdgeVector::const_iterator aIter( maEdges.begin() ); in getPolyPolygon() local
134 while( aIter != maEdges.end() ) in getPolyPolygon()
136 TableEdge aEdge(*aIter++); in getPolyPolygon()
/trunk/main/forms/source/component/
H A DFile.cxx259 ::cppu::OInterfaceIteratorHelper aIter(m_aResetListeners); in reset()
262 while (aIter.hasMoreElements() && bContinue) in reset()
263 bContinue =((XResetListener*)aIter.next())->approveReset(aEvt); in reset()
/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/xmloff/source/style/
H A DPageMasterExportPropMapper.cxx353 … ::std::vector< XMLPropertyState >::iterator aIter = rPropState.begin(); aIter != rPropState.end()… in ContextFilter()
355 XMLPropertyState *pProp = &(*aIter); in ContextFilter()
H A DPageMasterImportPropMapper.cxx134 …for (::std::vector< XMLPropertyState >::iterator aIter = rProperties.begin(); aIter != aEnd; ++aIt… in finished()
136 XMLPropertyState *property = &(*aIter); in finished()
/trunk/main/xmloff/source/table/
H A DXMLTableExport.cxx206 std::vector< XMLPropertyState >::const_iterator aIter( xPropStates.begin() ); in has_states() local
208 while( aIter != aEnd ) in has_states()
210 if( aIter->mnIndex != -1 ) in has_states()
212 aIter++; in has_states()
/trunk/main/sd/source/filter/ppt/
H A Dppt97animations.cxx761 ::sd::EffectSequence::const_iterator aIter = rEffects.begin(); in createAndSetCustomAnimationEffect()
765 for( ; aIter != rEffects.end(); aIter++ ) in createAndSetCustomAnimationEffect()
767 ::sd::CustomAnimationEffectPtr pGroupEffect(*aIter); in createAndSetCustomAnimationEffect()
/trunk/main/chart2/source/view/axes/
H A DTickmarks_Equidistant.cxx152 EquidistantTickIter aIter( rParentTicks, m_rIncrement, 0, nDepth-1 ); in addSubTicks() local
153 double* pfNextParentTick = aIter.firstValue(); in addSubTicks()
157 pfNextParentTick = aIter.nextValue(); in addSubTicks()
170 for(; pfNextParentTick; fLastParentTick=*pfNextParentTick, pfNextParentTick = aIter.nextValue()) in addSubTicks()
/trunk/main/connectivity/source/drivers/mysql/
H A DYDriver.cxx75 TJDBCDrivers::iterator aIter = m_aJdbcDrivers.begin(); in ~ODriverDelegator() local
77 for ( ;aIter != aEnd;++aIter ) in ~ODriverDelegator()
78 ::comphelper::disposeComponent(aIter->second); in ~ODriverDelegator()
/trunk/main/sfx2/source/doc/
H A Dobjserv.cxx905 SfxWhichIter aIter( rSet ); in GetState_Impl() local
907 for ( sal_uInt16 nWhich = aIter.FirstWhich(); nWhich; nWhich = aIter.NextWhich() ) in GetState_Impl()
1114 SfxWhichIter aIter(rSet); in StateProps_Impl() local
1115 for ( sal_uInt16 nSID = aIter.FirstWhich(); nSID; nSID = aIter.NextWhich() ) in StateProps_Impl()

Completed in 210 milliseconds

1...<<21222324252627282930>>...34