Home
last modified time | relevance | path

Searched refs:pIter (Results 126 – 150 of 164) sorted by relevance

1234567

/trunk/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx504 const uno::Reference< report::XReportComponent >* pIter = aSelection.getConstArray(); in _selectionChanged() local
505 const uno::Reference< report::XReportComponent >* pEnd = pIter + aSelection.getLength(); in _selectionChanged()
506 for (; pIter != pEnd; ++pIter) in _selectionChanged()
508 SvLBoxEntry* pEntry = find(*pIter); in _selectionChanged()
H A DGroupsSorting.cxx319 const uno::Any* pIter = _aGroups.getConstArray(); in moveGroups() local
320 const uno::Any* pEnd = pIter + _aGroups.getLength(); in moveGroups()
321 for(;pIter != pEnd;++pIter) in moveGroups()
323 uno::Reference< report::XGroup> xGroup(*pIter,uno::UNO_QUERY); in moveGroups()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1320 Window* pIter = _pWindow; in isHiContrast() local
1322 while( pIter ) in isHiContrast()
1324 if ( pIter->GetBackground().GetColor().GetColor() == COL_TRANSPARENT ) in isHiContrast()
1325 pIter = pIter->GetParent(); in isHiContrast()
1329 return pIter && pIter->GetSettings().GetStyleSettings().GetHighContrastMode(); in isHiContrast()
H A DWCopyTable.cxx1358 const ::rtl::OUString* pIter = aSeq.getConstArray(); in createTable() local
1359 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in createTable()
1363 for(sal_Int32 nNewPos=1;pIter != pEnd;++pIter,++nNewPos) in createTable()
1365 ODatabaseExport::TColumns::const_iterator aDestIter = m_vDestColumns.find(*pIter); in createTable()
/trunk/main/sw/source/core/text/
H A Dinftxt.cxx1890 pIter = pItr; in SwFontSave()
1891 pIter->SetFnt( pNew ); in SwFontSave()
1894 pIter = NULL; in SwFontSave()
1909 if( pIter ) in ~SwFontSave()
1911 pIter->SetFnt( pFnt ); in ~SwFontSave()
1912 pIter->nPos = STRING_LEN; in ~SwFontSave()
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx306 const ::rtl::OUString* pIter = aNames.getConstArray(); in DBG_NAME() local
307 const ::rtl::OUString* pEnd = pIter + aNames.getLength(); in DBG_NAME()
308 for(;pIter != pEnd;++pIter) in DBG_NAME()
310 Reference<XPropertySet> xColumn(xColumns->getByName(*pIter),UNO_QUERY); in DBG_NAME()
316 if(nNullable == ColumnValue::NO_NULLS && aColumnNames.find(*pIter) == aColumnNames.end()) in DBG_NAME()
H A DKeySet.cxx324 const ::rtl::OUString* pIter = aSeq.getConstArray(); in construct() local
325 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in construct()
326 for(;pIter != pEnd;++pIter) in construct()
328 if ( *pIter != m_sUpdateTableName ) in construct()
330 connectivity::OSQLTable xSelColSup(xSelectTables->getByName(*pIter),uno::UNO_QUERY); in construct()
H A DRowSet.cxx2836 const ::rtl::OUString* pIter = aSeq.getConstArray(); in ORowSetClone() local
2837 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in ORowSetClone()
2839 for(sal_Int32 i=1;pIter != pEnd ;++pIter,++i) in ORowSetClone()
2842 rParent.m_pColumns->getByName(*pIter) >>= xColumn; in ORowSetClone()
2856 pColumn->setName(*pIter); in ORowSetClone()
2857 aNames.push_back(*pIter); in ORowSetClone()
/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx762 …SfxStyleSheetIteratorPtr pIter = pStylePool->CreateIterator( pStylePool->GetSearchFamily(), pStyle… in Print() local
763 sal_uInt16 nStyles = pIter->Count(); in Print()
764 SfxStyleSheetBase *pStyle = pIter->First(); in Print()
865 pStyle = pIter->Next(); in Print()
/trunk/main/formula/source/ui/dlg/
H A Dformula.cxx496 const sheet::FormulaToken* pIter = m_aTokenList.getConstArray(); in GetFunctionPos() local
497 const sheet::FormulaToken* pEnd = pIter + m_aTokenList.getLength(); in GetFunctionPos()
502 while ( pIter != pEnd ) in GetFunctionPos()
504 const sal_Int32 eOp = pIter->OpCode; in GetFunctionPos()
506 aArgs[0] = *pIter; in GetFunctionPos()
508 const sheet::FormulaToken* pNextToken = pIter + 1; in GetFunctionPos()
577 pIter = pNextToken; in GetFunctionPos()
/trunk/main/sfx2/inc/sfx2/
H A Dminarray.hxx251 const T *pIter = pData + nUsed - 1; \
252 for ( sal_uInt16 n = 0; n < nUsed; ++n, --pIter ) \
253 if ( *pIter == aElem ) \
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx2671 const Atom* pIter = NULL; in importAnimateKeyPoints() local
2674 while( (pIter = pAtom->findNextChildAtom( DFF_msofbtAnimKeyTime, pIter )) != 0 ) in importAnimateKeyPoints()
2681 pIter = pAtom->findFirstChildAtom(DFF_msofbtAnimKeyTime); in importAnimateKeyPoints()
2684 for( nKeyTime = 0; (nKeyTime < nKeyTimes) && pIter; nKeyTime++ ) in importAnimateKeyPoints()
2686 if( pIter->seekToContent() ) in importAnimateKeyPoints()
2692 const Atom* pValue = pAtom->findNextChildAtom(pIter); in importAnimateKeyPoints()
2732 pIter = pAtom->findNextChildAtom(DFF_msofbtAnimKeyTime, pIter); in importAnimateKeyPoints()
/trunk/main/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx392 const beans::PropertyValue* pIter = rArgs.getConstArray(); in execute() local
393 const beans::PropertyValue* pEnd = pIter + rArgs.getLength(); in execute()
395pIter, pEnd, ::std::bind2nd( PropertyValueCompare(), boost::cref( sKeyModifier ) ) ); in execute()
/trunk/main/sc/source/core/data/
H A Dstlsheet.cxx122 SfxStyleSheetIteratorPtr pIter = rPool.CreateIterator( nFamily, SFXSTYLEBIT_ALL ); in SetParent() local
123 pStyle = pIter->First(); in SetParent()
/trunk/main/sw/source/core/layout/
H A Dfly.cxx2953 for (SwFrm* pIter = pLower;pIter!=NULL;pIter=pIter->GetNext()) in IsPageNumberingFrm() local
2955 if (pIter->IsTxtFrm() && ((SwTxtFrm*)pIter)->HasPageNumberField()) in IsPageNumberingFrm()
/trunk/main/desktop/source/migration/
H A Dmigration.cxx405 migrations_available::iterator pIter = rAvailableMigrations.begin(); in insertSorted() local
406 while ( !bInserted && pIter != rAvailableMigrations.end()) in insertSorted()
408 if ( pIter->nPriority < aSupportedMigration.nPriority ) in insertSorted()
410 rAvailableMigrations.insert(pIter, aSupportedMigration ); in insertSorted()
414 ++pIter; in insertSorted()
/trunk/main/sfx2/source/dialog/
H A Dbasedlgs.cxx1033 const sal_uInt16 *pIter = pTmpRanges; in GetInputRanges() local
1035 for ( nLen = 0; *pIter; ++nLen, ++pIter ) in GetInputRanges()
H A Dfiltergrouping.cxx1233 ::std::list< FilterGroup >::iterator pIter = aAllFilters.begin(); in appendFiltersForOpen()
1234 ++pIter; in appendFiltersForOpen()
1236 pIter, // first filter group was handled separately, see above in appendFiltersForOpen()
/trunk/main/toolkit/source/controls/tree/
H A Dtreedatamodel.cxx171 …::cppu::OInterfaceContainerHelper* pIter = BrdcstHelper.getContainer( XTreeDataModelListener::stat… in broadcast()
172 if( pIter ) in broadcast()
178 ::cppu::OInterfaceIteratorHelper aListIter(*pIter); in broadcast()
/trunk/main/rsc/source/parser/
H A Drscibas.cxx81 langmap::iterator pIter = ULong_Iso_map.find( aLang ); in GetLangId() local
82 if ( pIter != ULong_Iso_map.end()) in GetLangId()
83 return pIter->second; in GetLangId()
/trunk/main/cui/source/dialogs/
H A Diconcdlg.cxx936 const sal_uInt16* pIter = pTmpRanges; in GetInputRanges() local
939 for( nLen = 0; *pIter; ++nLen, ++pIter ) in GetInputRanges()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx111 const C *pIter = mpWwSprmTab; in wwSortedArray() local
113 while (pIter < pBeforeEnd) in wwSortedArray()
115 if (*pIter == *(pIter+1)) in wwSortedArray()
128 reinterpret_cast<const sal_uInt8 *>(&(*pIter)); in wwSortedArray()
136 while (*pIter == *(pIter+1) && pIter < pBeforeEnd) in wwSortedArray()
137 ++pIter; in wwSortedArray()
140 ++pIter; in wwSortedArray()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx384 const ::rtl::OUString* pIter = aMasterFields.getConstArray(); in exportMasterDetailFields() local
385 const ::rtl::OUString* pEnd = pIter + aMasterFields.getLength(); in exportMasterDetailFields()
386 for(;pIter != pEnd;++pIter,++pDetailFieldsIter) in exportMasterDetailFields()
388 AddAttribute( XML_NAMESPACE_REPORT, XML_MASTER , *pIter ); in exportMasterDetailFields()
/trunk/main/connectivity/source/drivers/ado/
H A DAwrapado.cxx2004 const ::rtl::OUString* pIter = types.getConstArray(); in getTables() local
2005 const ::rtl::OUString* pEnd = pIter + types.getLength(); in getTables()
2006 for( ; pIter != pEnd ; ++pIter) in getTables()
2010 aTypes.append(*pIter); in getTables()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx228 const ::rtl::OUString* pIter = aSeq.getConstArray(); in insertConnection() local
229 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in insertConnection()
230 for(;pIter != pEnd;++pIter) in insertConnection()
232 if ( xReferencedTableColumns->hasByName(*pIter) ) in insertConnection()
233 aInfoData->AppendConnLine(*pIter,*pIter); in insertConnection()

Completed in 314 milliseconds

1234567