Home
last modified time | relevance | path

Searched refs:pEnd (Results 51 – 75 of 380) sorted by relevance

12345678910>>...16

/trunk/main/desktop/source/migration/services/ !
H A Dwordbookmigration.cxx249 const ::rtl::OUString* pEnd = pNames + aNames.getLength(); in supportsService() local
250 for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames ) in supportsService()
253 return pNames != pEnd; in supportsService()
272 const Any* pEnd = pIter + aArguments.getLength(); in initialize() local
273 for ( ; pIter != pEnd ; ++pIter ) in initialize()
H A Doo3extensionmigration.cxx395 const ::rtl::OUString* pEnd = pNames + aNames.getLength(); in supportsService() local
396 for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames ) in supportsService()
399 return pNames != pEnd; in supportsService()
418 const Any* pEnd = pIter + aArguments.getLength(); in initialize() local
419 for ( ; pIter != pEnd ; ++pIter ) in initialize()
/trunk/main/svtools/source/config/ !
H A Dextcolorcfg.cxx157 ::rtl::OUString* pEnd = pIter + aNames.getLength(); in GetPropertyNames()
159 for(;pIter != pEnd;++pIter) in GetPropertyNames()
265 ::rtl::OUString* pEnd = pIter + _rSeq.getLength(); in lcl_addString()
266 for(;pIter != pEnd;++pIter) in lcl_addString()
282 ::rtl::OUString* pEnd = pIter + aComponentNames.getLength(); in Load()
283 for(sal_Int32 i = 0;pIter != pEnd;++pIter,++i) in Load()
363 ::rtl::OUString* pEnd = pIter + _rComponents.getLength(); in FillComponentColors()
364 for(;pIter != pEnd;++pIter) in FillComponentColors()
/trunk/main/sw/source/core/undo/ !
H A Dunredln.cxx249 SwPosition *const pEnd = rPam.End(); in UndoRedlineImpl() local
252 sal_uLong nOffsetTemp = pEnd->nNode.GetIndex() - pStart->nNode.GetIndex(); in UndoRedlineImpl()
300 SwPosition* pEnd = pPam->End(); in RedoRedlineImpl() local
303 sal_uLong nOffsetTemp = pEnd->nNode.GetIndex() - pStart->nNode.GetIndex(); in RedoRedlineImpl()
458 SwNode * pEnd = pDoc->GetNodes().DocumentSectionEndNode(pTmp); in UndoImpl() local
460 if (pTmp != pEnd) in UndoImpl()
H A Dunins.cxx594 const SwPosition * pEnd( rPam.End() ); in Impl() local
598 m_nSelEnd = m_nEndCnt = pEnd->nContent.GetIndex(); in Impl()
600 m_bSplitNext = m_nSttNd != pEnd->nNode.GetIndex(); in Impl()
625 SwTxtNode* pNext = pEnd->nNode.GetNode().GetTxtNode(); in Impl()
641 : pEnd->nContent.GetIndex(); in Impl()
777 const SwPosition* pEnd = rPam.End(); in SetEnd() local
778 m_nEndNd = m_nOffset + pEnd->nNode.GetIndex(); in SetEnd()
779 m_nEndCnt = pEnd->nContent.GetIndex(); in SetEnd()
H A Dunmove.cxx145 *pEnd = rRange.GetPoint() == pStt in SetDestRange() local
151 nDestEndNode = pEnd->nNode.GetIndex(); in SetDestRange()
152 nDestEndCntnt = pEnd->nContent.GetIndex(); in SetDestRange()
165 pEnd->nNode.GetNode().GetTxtNode(); in SetDestRange()
/trunk/main/automation/source/server/ !
H A Dprofiler.cxx104 String TTProfiler::GetProfileLine( ProfileSnapshot *pStart, ProfileSnapshot *pEnd ) in GetProfileLine() argument
108 …aProfileString += Pad(GetpApp()->GetAppLocaleDataWrapper().getDuration( DIFF( pStart, pEnd, aTime)… in GetProfileLine()
110 sal_uLong nProcessTicks = DIFF( pStart, pEnd, nProcessTicks ); in GetProfileLine()
111 sal_uLong nSystemTicks = DIFF( pStart, pEnd, nSystemTicks ); in GetProfileLine()
/trunk/main/svtools/source/dialogs/ !
H A Daddresstemplate.cxx187 const AliasProgrammaticPair* pEnd = pFields + _rFields.getLength(); in AssigmentTransientData() local
188 for (;pFields != pEnd; ++pFields) in AssigmentTransientData()
817 const ::rtl::OUString* pEnd = pDatasourceNames + aDatasourceNames.getLength(); in initializeDatasources() local
818 for (; pDatasourceNames < pEnd; ++pDatasourceNames) in initializeDatasources()
917 const ::rtl::OUString* pEnd = pTableNames + aTableNames.getLength(); in resetTables() local
918 for (;pTableNames != pEnd; ++pTableNames) in resetTables()
965 const ::rtl::OUString* pEnd = pColumnNames + aColumnNames.getLength(); in resetFields() local
969 for (pColumnNames = aColumnNames.getConstArray(); pColumnNames != pEnd; ++pColumnNames) in resetFields()
988 for (pColumnNames = aColumnNames.getConstArray(); pColumnNames != pEnd; ++pColumnNames) in resetFields()
/trunk/main/sw/source/core/doc/ !
H A Dtblcpy.cxx124 SubLine::iterator pEnd = pStartLn->end(); in insertSubBox() local
125 while( pBox != pEnd ) in insertSubBox()
243 BoxStructure::iterator pEnd = maLines[0].end(); in TableStructure() local
246 while( nIdx && pC != pEnd ) in TableStructure()
287 SubLine::iterator pEnd = pStartLn->end(); in addLine() local
288 while( pBox != pEnd ) in addLine()
396 BoxStructure::iterator pEnd = maLines[nLine].end(); in incColSpan() local
398 while( nNewCol > nCol && ++pInfo != pEnd ) in incColSpan()
400 if( pInfo != pEnd ) in incColSpan()
H A Ddocsort.cxx336 const SwPosition *pStart = rPaM.Start(), *pEnd = rPaM.End(); in SortText() local
346 pStart->nNode <= pAPos->nNode && pAPos->nNode <= pEnd->nNode ) in SortText()
353 nEnd = pEnd->nNode.GetIndex(); in SortText()
372 pRedlPam = new SwPaM( pStart->nNode, pEnd->nNode, -1, 1 ); in SortText()
385 SwNodeIndex aEndIdx( pEnd->nNode, 1 ); in SortText()
392 pRedlPam->GetMark()->nNode.Assign( pEnd->nNode.GetNode(), 1 ); in SortText()
420 while( aStart <= pEnd->nNode ) in SortText()
/trunk/main/dbaccess/source/ui/relationdesign/ !
H A DRTableConnectionData.cxx375 const ::rtl::OUString* pEnd = pIter + aNames.getLength(); in Update() local
379 for ( ; pIter != pEnd ; ++pIter ) in Update()
398 if ( pIter == pEnd ) in Update()
431 const ::rtl::OUString* pEnd = pIter + aNames.getLength(); in Update() local
437 for(;pIter != pEnd;++pIter) in Update()
/trunk/main/svx/source/customshapes/ !
H A DEnhancedCustomShapeTypeNames.cxx292 const NameTypeTable* pEnd = pPtr + ( sizeof( pNameTypeTableArray ) / sizeof( NameTypeTable ) ); in Get() local
293 for ( ; pPtr < pEnd; pPtr++ ) in Get()
544 …const ACCNameTypeTable* pEnd = pPtr + ( sizeof( pACCNameTypeTableArray ) / sizeof( ACCNameTypeTabl… in GetAccName() local
545 for ( ; pPtr < pEnd; pPtr++ ) in GetAccName()
/trunk/main/extensions/source/dbpilots/ !
H A Dcontrolwizard.cxx154 const ::rtl::OUString* pEnd = pItems + _rItems.getLength(); in fillListBox() local
157 for (;pItems < pEnd; ++pItems, ++nIndex) in fillListBox()
170 const ::rtl::OUString* pEnd = pItems + _rItems.getLength(); in fillListBox() local
173 for (;pItems < pEnd; ++pItems) in fillListBox()
632 const ::rtl::OUString* pEnd = pBegin + m_aContext.aFieldNames.getLength(); in initContext() local
633 for(;pBegin != pEnd;++pBegin) in initContext()
/trunk/main/tools/inc/tools/ !
H A Durlobj.hxx1192 sal_Unicode const * pEnd, bool bOctets,
1202 sal_Unicode const * pEnd,
1394 sal_Unicode const *& rBegin, sal_Unicode const * pEnd);
1417 sal_Unicode const *& rBegin, sal_Unicode const * pEnd,
1421 sal_Unicode const * pBegin, sal_Unicode const * pEnd, bool bOctets,
1437 sal_Unicode const * pEnd, bool bOctets, EncodeMechanism eMechanism,
1512 sal_Unicode const * pBegin, sal_Unicode const * pEnd, bool bOctets,
1522 sal_Unicode const * pBegin, sal_Unicode const * pEnd,
1532 sal_Unicode const *& rBegin, sal_Unicode const * pEnd);
/trunk/main/xml2cmp/source/xcd/ !
H A Dparse.cxx411 const char * pEnd = strchr(text+1, '>'); in IsAbsoluteEmpty() local
412 if (pEnd != 0) in IsAbsoluteEmpty()
414 if ( *(pEnd-1) == '/' ) in IsAbsoluteEmpty()
419 else if ( (pAttr-text) > (pEnd-text) ) in IsAbsoluteEmpty()
/trunk/main/sw/source/core/txtnode/ !
H A Datrref.cxx76 xub_StrLen const nStartPos, xub_StrLen const*const pEnd) in SwTxtRefMark() argument
82 if ( pEnd ) in SwTxtRefMark()
84 m_nEnd = *pEnd; in SwTxtRefMark()
/trunk/main/dbaccess/source/core/api/ !
H A Dtablecontainer.cxx89 const ::rtl::OUString* pEnd = pIter + _aNames.getLength(); in lcl_isPropertySetDefaulted() local
90 for(;pIter != pEnd;++pIter) in lcl_isPropertySetDefaulted()
103 return ( pIter == pEnd ); in lcl_isPropertySetDefaulted()
354 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in appendObject() local
355 for(;pIter != pEnd;++pIter) in appendObject()
/trunk/main/connectivity/source/commontools/ !
H A DConnectionWrapper.cxx225 PropertyValue* pEnd = pBegin + _rInfo.getLength(); in createUniqueId() local
226 ::std::sort(pBegin,pEnd,TPropertyValueLessFunctor()); in createUniqueId()
229 pEnd = pBegin + _rInfo.getLength(); in createUniqueId()
230 for (; pBegin != pEnd; ++pBegin) in createUniqueId()
/trunk/main/sc/source/filter/excel/ !
H A Dxlchart.cxx505 const XclChFormatInfo* pEnd = STATIC_ARRAY_END( spFmtInfos ); in XclChFormatInfoProvider() local
506 for( const XclChFormatInfo* pIt = spFmtInfos; pIt != pEnd; ++pIt ) in XclChFormatInfoProvider()
574 const XclChTypeInfo* pEnd = STATIC_ARRAY_END( spTypeInfos ); in XclChTypeInfoProvider() local
575 for( const XclChTypeInfo* pIt = spTypeInfos; pIt != pEnd; ++pIt ) in XclChTypeInfoProvider()
588 const XclChTypeInfo* pEnd = STATIC_ARRAY_END( spTypeInfos ); in GetTypeInfoFromRecId() local
589 for( const XclChTypeInfo* pIt = spTypeInfos; pIt != pEnd; ++pIt ) in GetTypeInfoFromRecId()
598 const XclChTypeInfo* pEnd = STATIC_ARRAY_END( spTypeInfos ); in GetTypeInfoFromService() local
599 for( const XclChTypeInfo* pIt = spTypeInfos; pIt != pEnd; ++pIt ) in GetTypeInfoFromService()
/trunk/main/comphelper/source/misc/ !
H A Dsequence.cxx92 const ::rtl::OUString * pEnd = pIter + _aList.getLength(); in existsValue() local
93 return ::std::find(pIter,pEnd,Value) != pEnd; in existsValue()
/trunk/main/svx/source/accessibility/ !
H A DAccessibleControlShape.cxx483 Type* pEnd = pBegin + aAllTypes.getLength(); in getTypes() local
484 while ( pBegin != pEnd ) in getTypes()
487 if ( ++pBegin != pEnd ) in getTypes()
489 pEnd = ::std::remove( pBegin, pEnd, aThisRoundType ); in getTypes()
494 aAllTypes.realloc( pEnd - aAllTypes.getArray() ); in getTypes()
/trunk/main/xmloff/source/chart/ !
H A DSchXMLImport.cxx518 const Reference< chart2::XChartType > * pEnd = pBegin + aChartTypes.getLength(); in GetNewDataSeries() local
520 ::std::find_if( pBegin, pEnd, lcl_MatchesChartType( rChartTypeName )); in GetNewDataSeries()
521 if( pIt != pEnd ) in GetNewDataSeries()
752 const OUString * pEnd = pBegin + aServiceNames.getLength(); in setTargetDocument() local
753 if( ::std::find( pBegin, pEnd, aDataProviderServiceName ) != pEnd ) in setTargetDocument()
/trunk/main/sw/source/core/crsr/ !
H A Dtrvltbl.cxx156 const SwTableBox* pEnd = 0; in _SelTblRowOrCol() local
174 pEnd = aBoxes[aBoxes.Count() - 1]; in _SelTblRowOrCol()
186 pEnd = aBoxes[aBoxes.Count() - 1]; in _SelTblRowOrCol()
224 pEnd = aBoxes[aBoxes.Count() - 1]; in _SelTblRowOrCol()
229pEnd = aCells[ bVert ? (bRow ? 3 : 0) : (bRow ? 1 : 2) ]->GetTabBox(); // will become mark of tab… in _SelTblRowOrCol()
245 pTblCrsr->GetPoint()->nNode = *pEnd->GetSttNd(); in _SelTblRowOrCol()
/trunk/main/connectivity/source/drivers/mysql/ !
H A DYDriver.cxx157 const PropertyValue* pEnd = pSupported + info.getLength(); in lcl_convertProperties() local
160 for (;pSupported != pEnd; ++pSupported) in lcl_convertProperties()
482 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
483 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
486 return pSupported != pEnd; in supportsService()
/trunk/main/comphelper/source/property/ !
H A Dgenericpropertyset.cxx121 const Property* pEnd = pIter + aSeq.getLength(); in addPropertyChangeListener() local
122 for( ; pIter != pEnd ; ++pIter) in addPropertyChangeListener()
145 const Property* pEnd = pIter + aSeq.getLength(); in removePropertyChangeListener() local
146 for( ; pIter != pEnd ; ++pIter) in removePropertyChangeListener()

Completed in 788 milliseconds

12345678910>>...16