Home
last modified time | relevance | path

Searched refs:pEnd (Results 1 – 25 of 380) sorted by path

12345678910>>...16

/trunk/main/accessibility/inc/accessibility/extended/
H A Dtextwindowaccessibility.hxx461 ::sal_Int32 * pBegin, ::sal_Int32 * pEnd);
/trunk/main/accessibility/source/extended/
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 Daccessibleiconchoicectrlentry.cxx294 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
295 for ( ; pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported ) in supportsService()
298 return pSupported != pEnd; in supportsService()
H A Daccessiblelistbox.cxx356 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
357 for ( ; pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported ) in supportsService()
360 return pSupported != pEnd; in supportsService()
H A Daccessiblelistboxentry.cxx304 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
305 for ( ; pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported ) in supportsService()
308 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()
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 Daccessibletabbarpagelist.cxx435 const ::rtl::OUString* pEnd = pNames + aNames.getLength(); in supportsService() local
436 for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames ) in supportsService()
439 return pNames != pEnd; in supportsService()
H A Dtextwindowaccessibility.cxx905 ::sal_Int32 * pEnd) in retrieveParagraphSelection() argument
922 *pEnd = nNumber < aMaxPaM.GetPara() in retrieveParagraphSelection()
928 ::std::swap( *pBegin, *pEnd ); in retrieveParagraphSelection()
933 *pEnd = 0; in retrieveParagraphSelection()
/trunk/main/accessibility/source/standard/
H A Daccessiblemenubasecomponent.cxx743 const ::rtl::OUString* pEnd = pNames + aNames.getLength(); in supportsService() local
744 for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames ) in supportsService()
747 return pNames != pEnd; in supportsService()
H A Dvclxaccessiblelistitem.cxx235 const ::rtl::OUString* pEnd = pNames + aNames.getLength(); in supportsService() local
236 for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames ) in supportsService()
239 return pNames != pEnd; in supportsService()
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()
H A Dvclxaccessibletabpage.cxx283 const ::rtl::OUString* pEnd = pNames + aNames.getLength(); in supportsService() local
284 for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames ) in supportsService()
287 return pNames != pEnd; in supportsService()
H A Dvclxaccessibletoolboxitem.cxx322 const ::rtl::OUString* pEnd = pNames + aNames.getLength(); in supportsService() local
323 for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames ) in supportsService()
326 return pNames != pEnd; in supportsService()
/trunk/main/autodoc/inc/cosv/
H A Dstreamstr.hxx293 char * pEnd; member in csv::StreamStr
334 { pEnd = pCur = dpData; *pEnd = '\0'; } in clear()
343 { return dpData == pEnd; } in empty()
346 { return pEnd - dpData; } in size()
364 { return pEnd; } in end()
373 { return pEnd; } in end()
/trunk/main/autodoc/source/cosv/strings/
H A Dstreamstr.cxx62 *pEnd = '\0'; in StreamStr()
70 pEnd(0), in StreamStr()
79 pEnd = pCur; in StreamStr()
93 *pEnd = '\0'; in StreamStr()
128 pEnd(0), in StreamStr()
139 pEnd = pCur; in StreamStr()
367 io_swap.pEnd = pEnd; in swap()
368 pEnd = p; in swap()
646 pEnd, in replace()
713 : pEnd; in to_lower()
[all …]
/trunk/main/autodoc/source/display/idl/
H A Dhi_ary.cxx64 const char * pEnd = strchr(io_TextPtr,':'); in nextName() local
65 size_t nLen = pEnd == 0 in nextName()
67 : pEnd - io_TextPtr; in nextName()
/trunk/main/autodoc/source/display/toolkit/
H A Dout_position.cxx215 char * pEnd = &aRet[nNeededSize-1]; in get_UpLink() local
216 *pEnd = '\0'; in get_UpLink()
219 pFill != pEnd; in get_UpLink()
/trunk/main/automation/source/server/
H A Dprof_usl.cxx108 #define DIFF_MS( pStart, pEnd, Member ) ( CALC_MS( pEnd->Member.tv_sec, pEnd->Member.tv_nsec ) - CA… argument
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/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()
H A Daccessibledialogwindow.cxx655 const ::rtl::OUString* pEnd = pNames + aNames.getLength(); in supportsService() local
656 for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames ) in supportsService()
659 return pNames != pEnd; in supportsService()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontriangulator.cxx208 EdgeEntry* pEnd = new EdgeEntry(*pStart); in CheckPointInTriangle() local
210 maNewEdgeEntries.push_back(pEnd); in CheckPointInTriangle()
212 pStart->setNext(pEnd); in CheckPointInTriangle()
213 pEnd->setNext(pEdgeA->getNext()); in CheckPointInTriangle()
H A Db2dtrapezoid.cxx54 const B2DPoint* pEnd) in TrDeSimpleEdge() argument
56 mpEnd(pEnd) in TrDeSimpleEdge()
107 const B2DPoint* pEnd, in TrDeEdgeEntry() argument
109 : TrDeSimpleEdge(pStart, pEnd), in TrDeEdgeEntry()
/trunk/main/basic/source/comp/
H A Dcodegen.cxx385 sal_uInt8* pEnd = pCode + m_nBytes; in visitBuffer() local
388 for( ; pCode < pEnd; ) in visitBuffer()

Completed in 185 milliseconds

12345678910>>...16