Home
last modified time | relevance | path

Searched refs:pEnd (Results 126 – 150 of 380) sorted by relevance

12345678910>>...16

/trunk/main/dbaccess/source/filter/xml/
H A Ddbloader2.cxx212 const ::rtl::OUString * pEnd = pBegin + aSNL.getLength(); in supportsService() local
213 for( ; pBegin != pEnd; ++pBegin) in supportsService()
311 const ::rtl::OUString * pEnd = pBegin + aSNL.getLength(); in supportsService() local
312 for( ; pBegin != pEnd; ++pBegin) in supportsService()
/trunk/main/sw/source/core/access/
H A Daccframebase.cxx358 SwPosition* pEnd = pCrsr->End(); in GetSelectedState() local
359 sal_uLong nEndIndex = pEnd->nNode.GetIndex(); in GetSelectedState()
365 if( (nHere == nEndIndex) && (pIndex < pEnd->nContent.GetIndex()) || (nHere < nEndIndex) ) in GetSelectedState()
/trunk/main/connectivity/source/drivers/ado/
H A DADriver.cxx116 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
117 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
120 return pSupported != pEnd; in supportsService()
/trunk/main/connectivity/source/sdbcx/
H A DVTable.cxx72 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
73 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
76 return pSupported != pEnd; in supportsService()
/trunk/main/accessibility/source/extended/
H A Daccessibletabbarpage.cxx267 const ::rtl::OUString* pEnd = pNames + aNames.getLength(); in supportsService() local
268 for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames ) in supportsService()
271 return pNames != pEnd; in supportsService()
H A Daccessibleiconchoicectrl.cxx155 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
156 for ( ; pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported ) in supportsService()
159 return pSupported != pEnd; in supportsService()
H A Daccessibletabbar.cxx215 const ::rtl::OUString* pEnd = pNames + aNames.getLength(); in supportsService() local
216 for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames ) in supportsService()
219 return pNames != pEnd; in supportsService()
/trunk/main/sw/source/core/doc/
H A Ddocnum.cxx1918 const SwPosition *pStt = rPam.Start(), *pEnd = rPam.End(); in MoveParagraph() local
1921 sal_uLong nEndIdx = pEnd->nNode.GetIndex(); in MoveParagraph()
2021 SwPosition aStPos( *pStt ), aEndPos( *pEnd ); in MoveParagraph()
2023 SwCntntNode* pCNd = pEnd->nNode.GetNode().GetCntntNode(); in MoveParagraph()
2068 SwNodeIndex aIdx( nOffset > 0 ? pEnd->nNode : pStt->nNode, nOffs ); in MoveParagraph()
2069 SwNodeRange aMvRg( pStt->nNode, 0, pEnd->nNode, +1 ); in MoveParagraph()
2082 const SwCntntNode* pCEndNd = pEnd->nNode.GetNode().GetCntntNode(); in MoveParagraph()
2087 (pEnd->nNode < pREnd->nNode || in MoveParagraph()
2088 (pEnd->nNode == pREnd->nNode && in MoveParagraph()
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx996 const Reference< XFormattedString >* pEnd = pBeg + rStringSeq.getLength(); in ConvertStringSequence() local
997 for( const Reference< XFormattedString >* pIt = pBeg; pIt != pEnd; ++pIt ) in ConvertStringSequence()
1863 const Reference< XLabeledDataSequence >* pEnd = pBeg + aLabeledSeqVec.getLength(); in ConvertDataSeries() local
1864 for( const Reference< XLabeledDataSequence >* pIt = pBeg; pIt != pEnd; ++pIt ) in ConvertDataSeries()
1983 const Reference< XLabeledDataSequence >* pEnd = pBeg + aLabeledSeqVec.getLength(); in ConvertStockSeries() local
2080 const Reference< XRegressionCurve >* pEnd = pBeg + aRegCurveSeq.getLength(); in CreateTrendLines() local
2081 for( const Reference< XRegressionCurve >* pIt = pBeg; pIt != pEnd; ++pIt ) in CreateTrendLines()
2453 const Reference< XDataSeries >* pEnd = pBeg + aSeriesSeq.getLength(); in ConvertSeries() local
2454 for( const Reference< XDataSeries >* pIt = pBeg; pIt != pEnd; ++pIt ) in ConvertSeries()
3136 const Reference< XChartType >* pEnd = pBeg + aChartTypeSeq.getLength(); in Convert() local
[all …]
/trunk/main/connectivity/source/drivers/file/
H A DFDriver.cxx95 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
96 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
99 return pSupported != pEnd; in supportsService()
/trunk/main/dbaccess/source/core/api/
H A DTableDeco.cxx397 Property* pEnd = pIter + aTableProps.getLength(); in createArrayHelper() local
398 for (;pIter != pEnd ; ++pIter) in createArrayHelper()
662 const ::rtl::OUString* pEnd = pIter + aNames.getLength(); in refreshColumns() local
663 for(;pIter != pEnd;++pIter) in refreshColumns()
/trunk/main/fpicker/source/win32/misc/
H A DWinImplHelper.cxx499 const sal_Unicode* pEnd = aLabel.getStr( ) + aLabel.getLength( ); in Replace() local
501 while( pCurrent < pEnd ) in Replace()
503 OSL_ASSERT( pNext <= pEnd ); in Replace()
/trunk/main/sw/source/core/txtnode/
H A Datrtox.cxx35 xub_StrLen const nStartPos, xub_StrLen const*const pEnd) in SwTxtTOXMark() argument
43 m_nEnd = *pEnd; in SwTxtTOXMark()
/trunk/main/sc/source/ui/inc/
H A Dpagedata.hxx53 void SetPagesX( size_t nCount, const SCCOL* pEnd );
54 void SetPagesY( size_t nCount, const SCROW* pEnd );
/trunk/main/tools/source/rc/
H A Dresmgr.cxx692 ImpContent* pEnd = (pContent + nEntries); in LoadGlobalRes() local
694 pEnd, in LoadGlobalRes()
697 if( pFind && (pFind != pEnd) && (pFind->nTypeAndId == nValue) ) in LoadGlobalRes()
709 while( pLast < pEnd && (pLast->nTypeAndId >> 32) == RSC_STRING ) in LoadGlobalRes()
886 RSHEADER_TYPE* pEnd; // Zeiger auf das Ende der Resource in LocalResource() local
892 pEnd = (RSHEADER_TYPE*) in LocalResource()
894 while ( pTmp != pEnd ) in LocalResource()
/trunk/main/sw/source/filter/basflt/
H A Dshellio.cxx128 SwPaM *pEnd = pPam; in Read() local
326 if( pPam == pEnd ) in Read()
839 SwPaM *pEnd = pPam; in Write() local
846 if(bHasMark || pPam == pEnd) in Write()
/trunk/main/sfx2/source/appl/
H A Dsfxhelp.cxx245 ::rtl::OUString* pEnd = pNames + aNames.getLength(); in GetPropertyNames()
247 for ( ; pNames != pEnd; ++pNames ) in GetPropertyNames()
362 const ::rtl::OUString* pEnd = pBegin + nLen; in Load() local
363 for ( ; pBegin != pEnd; ++pBegin ) in Load()
/trunk/main/sw/source/filter/ww8/
H A Dhash_wrap.hxx68 const C *pEnd = pWwSprmTab + nNoElems; in WrappedHash() local
69 while (pIter < pEnd) in WrappedHash()
/trunk/main/xmloff/source/style/
H A Dstyleexp.cxx454 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in exportStyleFamily() local
455 for(;pIter != pEnd;++pIter) in exportStyleFamily()
512 for(;pIter != pEnd;++pIter) in exportStyleFamily()
/trunk/main/xmlscript/source/xmlflat_imexp/
H A Dxmlbas_export.cxx143 const ::rtl::OUString* pEnd = pNames + aNames.getLength(); in supportsService() local
144 for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames ) in supportsService()
147 return pNames != pEnd; in supportsService()
/trunk/main/canvas/inc/canvas/
H A Dcanvastools.hxx622 const MapEntry* pEnd = mpMap+mnEntries; in lookup() local
624 pEnd, in lookup()
626 &mapComparator )) != pEnd ) in lookup()
/trunk/main/basctl/source/accessibility/
H A Daccessibledialogcontrolshape.cxx336 const ::rtl::OUString* pEnd = pNames + aNames.getLength(); in supportsService() local
337 for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames ) in supportsService()
340 return pNames != pEnd; in supportsService()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblestatusbaritem.cxx251 const ::rtl::OUString* pEnd = pNames + aNames.getLength(); in supportsService() local
252 for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames ) in supportsService()
255 return pNames != pEnd; in supportsService()
/trunk/main/unotools/source/misc/
H A Dfontdefs.cxx442 const sal_Unicode* pEnd = rTokenStr.GetBuffer() + nStringLen; in GetNextFontToken() local
443 for(; pStr < pEnd; ++pStr ) in GetNextFontToken()
449 if( pStr < pEnd ) in GetNextFontToken()
/trunk/main/sw/source/core/fields/
H A Dcellfml.cxx934 const SwLayoutFrm *pStt, *pEnd; in GetBoxes() local
937 pEnd = ( 0 != (pFrm = lcl_GetBoxFrm( rEndBox ))) ? pFrm->GetUpper() : 0; in GetBoxes()
938 if( !pStt || !pEnd ) in GetBoxes()
941 GetTblSel( pStt, pEnd, rBoxes, 0 ); in GetBoxes()
965 const SwTabFrm *pEndTable = pEnd->FindTabFrm(); in GetBoxes()

Completed in 192 milliseconds

12345678910>>...16