Home
last modified time | relevance | path

Searched refs:pEnd (Results 1 – 25 of 380) sorted by last modified time

12345678910>>...16

/trunk/main/editeng/source/misc/
H A Dunolingu.cxx582 const Locale *pEnd = pLocale + nLen; in hasLocale() local
583 for ( ; pLocale < pEnd && !bFound; ++pLocale) in hasLocale()
/trunk/main/xmloff/source/forms/
H A Dpropertyexport.cxx515 const ::rtl::OUString* pEnd = pItems + aItems.getLength(); in exportStringSequenceAttribute() local
516 const ::rtl::OUString* pLastElement = pEnd - 1; in exportStringSequenceAttribute()
518 pItems != pEnd; in exportStringSequenceAttribute()
/trunk/main/accessibility/source/extended/
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()
/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/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/vcl/source/gdi/
H A Doutdev3.cxx5877 const xub_Unicode* pEnd = rStr.GetBuffer() + nEndIndex; in ImplPrepareLayoutArgs() local
5878 for( ; pStr < pEnd; ++pStr ) in ImplPrepareLayoutArgs()
5883 if( pStr >= pEnd ) in ImplPrepareLayoutArgs()
5902 const sal_Unicode* pEnd = rStr.GetBuffer() + nEndIndex; in ImplPrepareLayoutArgs() local
5903 for( ; pStr < pEnd; ++pStr ) in ImplPrepareLayoutArgs()
5911 …|| ((pStr + 1 < pEnd) && (pStr[0] == 0xDB40) && (0xDD00 <= pStr[1]) && (pStr[1] < 0xDEF0)) // var… in ImplPrepareLayoutArgs()
5914 if( pStr >= pEnd ) in ImplPrepareLayoutArgs()
5923 const sal_Unicode* pEnd = pBase + nEndIndex; in ImplPrepareLayoutArgs() local
5924 for( ; pStr < pEnd; ++pStr ) in ImplPrepareLayoutArgs()
/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/undo/
H A Duntbl.cxx735 const SwPosition* pEnd = rRg.End(); in SwUndoTxtToTbl() local
737 bSplitEnd = pEnd->nContent.GetIndex() && ( pEnd->nContent.GetIndex() in SwUndoTxtToTbl()
738 != pEnd->nNode.GetNode().GetCntntNode()->Len() || in SwUndoTxtToTbl()
739 pEnd->nNode.GetIndex() >= rNds.GetEndOfContent().GetIndex()-1 ); in SwUndoTxtToTbl()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx250 SwPosition* pEnd = pCrsr->End(); in GetSelection() local
251 sal_uLong nEndIndex = pEnd->nNode.GetIndex(); in GetSelection()
309 sal_uInt16 nCoreEnd = pEnd->nContent.GetIndex(); in GetSelection()
3726 SwPosition* pEnd = pCrsr->End(); in getSelectedPortionCount() local
3727 sal_uLong nEndIndex = pEnd->nNode.GetIndex(); in getSelectedPortionCount()
3799 SwPosition* pEnd = pCrsr->End(); in removeSelection() local
3800 sal_uLong nEndIndex = pEnd->nNode.GetIndex(); in removeSelection()
4105 SwPosition* pEnd = pCrsr->End(); in GetSelectionAtIndex() local
4106 sal_uLong nEndIndex = pEnd->nNode.GetIndex(); in GetSelectionAtIndex()
4166 sal_uInt16 nCoreEnd = pEnd->nContent.GetIndex(); in GetSelectionAtIndex()
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx81 SwPosition *pEnd; member in SwLinguIter
91 inline const SwPosition *GetEnd() const { return pEnd; } in GetEnd()
92 inline void SetEnd( SwPosition* pNew ){ delete pEnd; pEnd = pNew; } in SetEnd()
211 : pSh( 0 ), pStart( 0 ), pEnd( 0 ), pCurr( 0 ), pCurrX( 0 ) in SwLinguIter()
235 ASSERT( !pEnd, "LinguStart ohne End?"); in _Start()
270 pEnd = new SwPosition( *pCrsr->GetMark() ); in _Start()
296 ASSERT( pEnd, "SwEditShell::SpellEnd() ohne Start?"); in _End()
306 DELETEZ(pEnd); in _End()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx3127 …Engine::ImpGetRightToLeft( sal_uLong nPara, sal_uInt16 nPos, sal_uInt16* pStart, sal_uInt16* pEnd ) in ImpGetRightToLeft() argument
3146 if ( pEnd ) in ImpGetRightToLeft()
3147 *pEnd = rDirInfos[n].nEndPos; in ImpGetRightToLeft()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx2090 …itEngine::GetRightToLeft( sal_uInt32 nPara, sal_uInt16 nPos, sal_uInt16* pStart, sal_uInt16* pEnd ) in GetRightToLeft() argument
2111 if ( pEnd ) in GetRightToLeft()
2112 *pEnd = rDirInfos[n].nEndPos; in GetRightToLeft()
H A Dimpedit.hxx739 …htToLeft( sal_uInt32 nPara, sal_uInt16 nChar, sal_uInt16* pStart = NULL, sal_uInt16* pEnd = NULL );
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx307 const ::rtl::OUString* pEnd = pIter + aNames.getLength(); in DBG_NAME() local
308 for(;pIter != pEnd;++pIter) in DBG_NAME()
H A DKeySet.cxx325 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in construct() local
326 for(;pIter != pEnd;++pIter) in construct()
478 const Any* pEnd = pBegin + rows.getLength(); in deleteRows() local
481 for(;pBegin != pEnd;++pBegin) in deleteRows()
495 for(;pBegin != pEnd;++pBegin) in deleteRows()
516 pEnd = pBegin + rows.getLength(); in deleteRows()
518 for(;pBegin != pEnd;++pBegin) in deleteRows()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1254 const ::rtl::OUString* pEnd = pBegin + aFilter.getLength(); in appendToFilter() local
1255 for (;pBegin != pEnd; ++pBegin) in appendToFilter()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryTableView.cxx252 const ::rtl::OUString* pEnd = pIter + aElements.getLength(); in addConnections() local
253 for(sal_Int32 i=0;pIter != pEnd;++pIter,++i) in addConnections()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx713 const ::rtl::OUString* pEnd = pIter + aNames.getLength(); in InitializeGridModel() local
718 for (sal_uInt16 i=0; pIter != pEnd; ++i,++pIter) in InitializeGridModel()
2171 const ::rtl::OUString* pEnd = pIter + aDatasources.getLength(); in initializeTreeModel() local
2172 for (; pIter != pEnd; ++pIter) in initializeTreeModel()
2189 const ::rtl::OUString* pEnd = pIter + aNames.getLength(); in populateTree() local
2190 for (; pIter != pEnd; ++pIter) in populateTree()
3711 const ::rtl::OUString* pEnd = pIter + aNames.getLength(); in clearGridColumns() local
3713 for (; pIter != pEnd;++pIter) in clearGridColumns()
/trunk/main/sw/source/filter/ascii/
H A Dparasc.cxx262 sal_Unicode *pStt = 0, *pEnd = 0, *pLastStt = 0; in ReadChars() local
315 if( pStt >= pEnd ) in ReadChars()
357 pEnd = pStt + nNewLen; in ReadChars()
362 pEnd = (sal_Unicode*)(pArr + lGCount); in ReadChars()
376 *pEnd = 0; in ReadChars()
388 if( !rInput.IsEof() || !(pEnd == pStt || in ReadChars()
389 ( !*pEnd && pEnd == pStt+1 ) ) ) in ReadChars()
411 if( !rInput.IsEof() || pEnd != pStt ) in ReadChars()
425 if( pStt == pEnd ) in ReadChars()
437 if( bChkSplit && ( !rInput.IsEof() || pEnd != pStt )) in ReadChars()
[all …]
/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx620 void CffSubsetterContext::getHintPair( int nIndex, ValType* pMin, ValType* pEnd) const in getHintPair()
627 *pEnd = pHint[1]; in getHintPair()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx2818 const char* pEnd = pArry + nBytesRead; in CheckAndCorrectExcelTextRotation() local
2820 while( ( pPtr + 12 ) < pEnd ) in CheckAndCorrectExcelTextRotation()
3699 const sal_Unicode* pEnd = rText.GetBuffer() + rText.Len(); in ReadObjText() local
3701 while( pBuf < pEnd ) in ReadObjText()
3705 for ( nParaSize = 0; pBuf < pEnd; ) in ReadObjText()
3710 if ( ( pBuf < pEnd ) && ( *pBuf == 0xd ) ) in ReadObjText()
3716 if ( ( pBuf < pEnd ) && ( *pBuf == 0xa ) ) in ReadObjText()
/trunk/main/editeng/source/accessibility/
H A DAccessibleStaticTextBase.cxx1104 const beans::PropertyValue* pEnd = pItr + aSeq.getLength(); in getDefaultAttributes() local
1105 …const beans::PropertyValue* pFind = ::std::find_if( pItr, pEnd, ::std::bind2nd( PropertyValueEqual… in getDefaultAttributes()
1106 if ( pFind != pEnd ) in getDefaultAttributes()
1142 const beans::PropertyValue* pEnd = pItr + aIntersectionSeq.getLength(); in getRunAttributes() local
1143 …const beans::PropertyValue* pFind = ::std::find_if( pItr, pEnd, ::std::bind2nd( PropertyValueEqual… in getRunAttributes()
1144 if ( pFind == pEnd && pDefAttr[i].Handle != 0) in getRunAttributes()
/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/reportdesign/source/core/api/
H A DReportDefinition.cxx491 const ::rtl::OUString* pEnd = pIter + aPropertyNames.getLength(); in setPropertiesToDefault() local
492 for(;pIter != pEnd;++pIter) in setPropertiesToDefault()
500 const ::rtl::OUString* pEnd = pIter + aPropertyNames.getLength(); in getPropertyDefaults() local
501 for(sal_Int32 i = 0;pIter != pEnd;++pIter,++i) in getPropertyDefaults()
763 const ::rtl::OUString* pEnd = pIter + aMimeTypes.getLength(); in IMPLEMENT_FORWARD_REFCOUNT() local
764 for ( ; pIter != pEnd; ++pIter ) in IMPLEMENT_FORWARD_REFCOUNT()
1440 uno::Any* pEnd = pIter + aDelegatorArguments.getLength(); in impl_loadFromStorage_nolck_throw() local
1441 for(sal_Int32 i = 0;pIter != pEnd;++pIter,++i) in impl_loadFromStorage_nolck_throw()
2187 if ( ::std::find(aList.getConstArray(),pEnd,_mimetype) == pEnd ) in setMimeType()
2283 const uno::Any* pEnd = pIter + _aArgs.getLength(); in createInstanceWithArguments() local
[all …]
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx3346 const PropertyValue* pEnd = pIter + aArgs.getLength(); in addPairControls() local
3347 for(;pIter != pEnd && !bHandleOnlyOne;++pIter) in addPairControls()
3708 const beans::Property* pEnd = pIter + aSeq.getLength(); in listen() local
3711 for(;pIter != pEnd;++pIter) in listen()
4012 const beans::PropertyValue* pEnd = pIter + _aArgs.getLength(); in createDefaultControl() local
4013 …const beans::PropertyValue* pKeyModifier = ::std::find_if(pIter,pEnd,::std::bind2nd(PropertyValueC… in createDefaultControl()
4015 …if ( pKeyModifier == pEnd || ((pKeyModifier->Value >>= nKeyModifier) && nKeyModifier == KEY_MOD1) ) in createDefaultControl()
4115 const ::rtl::OUString* pEnd = pIter + aModes.getLength(); in supportsMode() local
4116 for(;pIter != pEnd;++pIter) in supportsMode()
4121 return pIter != pEnd; in supportsMode()

Completed in 341 milliseconds

12345678910>>...16