Home
last modified time | relevance | path

Searched refs:pEnd (Results 276 – 300 of 380) sorted by relevance

1...<<111213141516

/trunk/main/dbaccess/source/core/dataaccess/
H A DContentHelper.cxx355 const Any* pEnd = pBegin + _aArguments.getLength(); in initialize() local
357 for(;pBegin != pEnd;++pBegin) in initialize()
/trunk/main/dbaccess/source/ui/control/
H A DRelationControl.cxx416 const ::rtl::OUString* pEnd = pIter + aNames.getLength(); in fillListBox() local
417 for(;pIter != pEnd;++pIter) in fillListBox()
/trunk/main/sw/source/ui/wrtsh/
H A Dselect.cxx890 sal_Bool SwWrtShell::SelectTableRowCol( const Point& rPt, const Point* pEnd, bool bRowDrag ) in SelectTableRowCol() argument
894 if(SelTblRowCol( rPt, pEnd, bRowDrag )) in SelectTableRowCol()
/trunk/main/connectivity/source/sdbcx/
H A DVCollection.cxx278 Type* pEnd = pBegin + aTypes.getLength(); in getTypes() local
283 for(;pBegin != pEnd; ++pBegin) in getTypes()
/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx759 const SwPosition *pStt = rPam.Start(), *pEnd = rPam.End(); in Delete() local
761 if( !rPam.HasMark() || *pStt >= *pEnd ) in Delete()
766 SwNodeIndex aEndNode(pEnd->nNode, -1); in Delete()
767 sal_uInt16 nEndIdx = pEnd->nContent.GetIndex(); in Delete()
/trunk/main/sal/osl/os2/
H A Dprofile.c2083 sal_Char *pStart, *pEnd;
2090 ((pEnd = strchr(pStart + 1, ']')) != NULL))
2092 strncpy(Path, pStart + 1, pEnd - (pStart + 1));
2093 Path[pEnd - (pStart + 1)] = '\0';
/trunk/main/svl/source/numbers/
H A Dzforfind.cxx379 const sal_Unicode* const pEnd = pStr + rString.Len(); in NumberStringDivision() local
380 while ( pStr < pEnd && nAnzStrings < SV_MAX_ANZ_INPUT_STRINGS ) in NumberStringDivision()
422 const sal_Unicode* const pEnd = pWhat + rWhat.Len(); in StringPtrContainsImpl() local
424 while ( pWhat < pEnd ) in StringPtrContainsImpl()
/trunk/main/sw/inc/
H A Dtxtrfmrk.hxx40 xub_StrLen const nStart, xub_StrLen const*const pEnd = 0);
H A Dtxttxmrk.hxx41 xub_StrLen const nStart, xub_StrLen const*const pEnd = 0);
H A Dreffld.hxx84 sal_uInt16* pStt, sal_uInt16* pEnd = 0 );
/trunk/main/connectivity/source/drivers/ado/
H A DAConnection.cxx119 const PropertyValue *pEnd = pIter + info.getLength(); in construct() local
120 for(;pIter != pEnd;++pIter) in construct()
H A DAolevariant.cxx192 const sal_Int8* pEnd = pBegin + x.getLength(); in OLEVariant() local
194 for(sal_Int32 i=0;pBegin != pEnd;++i,++pBegin) in OLEVariant()
/trunk/main/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx834 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in paste() local
835 for( ; pIter != pEnd ; ++pIter) in paste()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx232 const ::rtl::OUString* pEnd = pIter + aColumns.getLength(); in FillListBox() local
235 for (; pIter != pEnd; ++pIter) in FillListBox()
/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx1618 const sal_Unicode* pEnd; in lcl_Str2Double() local
1623 &eStatus, &pEnd ); in lcl_Str2Double()
1624 rCommandPos = static_cast<xub_StrLen>(pEnd - rCommand.GetBuffer()); in lcl_Str2Double()
/trunk/main/forms/source/runtime/
H A Dformoperations.cxx203 …const ::rtl::OUString* pEnd = aSupportedServiceNames.getConstArray() + aSupportedServiceNames.getL… in supportsService() local
204 return ::std::find( pBegin, pEnd, _ServiceName ) != pEnd; in supportsService()
/trunk/main/xml2cmp/source/inc/
H A Dlst_str.h46 LSElem * pEnd; member
/trunk/main/drawinglayer/inc/drawinglayer/processor2d/
H A Dvclmetafileprocessor2d.hxx94 const attribute::LineStartEndAttribute* pEnd);
/trunk/main/sw/source/core/inc/
H A DUndoDelete.hxx69 sal_Bool SaveCntnt( const SwPosition* pStt, const SwPosition* pEnd,
/trunk/main/sc/source/ui/dbgui/
H A Dpvfundlg.cxx72 for( const OUString* pEnd = pStr + rStrings.getLength(); pStr != pEnd; ++pStr ) in lclFillListBox() local
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx206 const PropertyValue *pEnd = pBegin + info.getLength(); in Construct() local
207 for(;pBegin != pEnd;++pBegin) in Construct()
/trunk/main/tools/workben/
H A Durltest.cxx610 sal_Unicode const * pEnd = pBegin + aParameters.getLength(); in main() local
612 if (INetMIME::scanParameters(pBegin, pEnd, &aList) == pEnd) in main()
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx2320 const SwNode *pEnd = GetCntntNode(sal_False)->FindTableBoxStartNode(); in NewTableSelection() local
2321 if( pStart && pEnd ) in NewTableSelection()
2324 if( pTableNode == pEnd->FindTableNode() && in NewTableSelection()
2330 pTableNode->GetTable().CreateSelection( pStart, pEnd, aNew, in NewTableSelection()
/trunk/main/sw/source/filter/rtf/
H A Drtftbl.cxx819 if (const SwEndNode *pEnd = pStart->EndOfSectionNode()) in ReadTable() local
821 pPam->GetPoint()->nNode = *pEnd; in ReadTable()
/trunk/main/vcl/source/helper/
H A Dcanvastools.cxx354 const sal_Int8* pEnd(pStart+nLen); in bitmapExFromXBitmap() local
357 std::find(pStart,pEnd, in bitmapExFromXBitmap()

Completed in 201 milliseconds

1...<<111213141516