Searched refs:pEndStr (Results 1 – 6 of 6) sorted by relevance
59 const sal_Unicode* pEndStr = pStr+nLen-5; in operator ()() local76 h = (h*39) + *(pEndStr++); in operator ()()77 h = (h*39) + *(pEndStr++); in operator ()()78 h = (h*39) + *(pEndStr++); in operator ()()79 h = (h*39) + *(pEndStr++); in operator ()()80 h = (h*39) + *(pEndStr++); in operator ()()
117 , pEndStr(0) in SwUndoDelete()429 pEndStr = (String*)new String( pEndTxtNd->GetTxt().Copy( 0, in SaveCntnt()436 bool emptied( pEndStr->Len() && !pEndTxtNd->Len() ); in SaveCntnt()454 if( pSttStr ? !pSttStr->Len() || pEndStr : sal_True ) in CanGrouping()534 delete pEndStr; in ~SwUndoDelete()598 pEndStr->Len() == 0) in GetRewriter()606 else if (pEndStr != NULL) in GetRewriter()607 pStr = pEndStr; in GetRewriter()696 if( pEndStr ) in UndoImpl()720 pTxtNd->InsertText( *pEndStr, aPos.nContent, in UndoImpl()[all …]
284 const IMPL_RTL_STRCODE* pEndStr = pStr+nLen-5; in IMPL_RTL_STRNAME() local307 h = (h*39) + IMPL_RTL_USTRCODE( *pEndStr ); in IMPL_RTL_STRNAME()308 pEndStr++; in IMPL_RTL_STRNAME()309 h = (h*39) + IMPL_RTL_USTRCODE( *pEndStr ); in IMPL_RTL_STRNAME()310 pEndStr++; in IMPL_RTL_STRNAME()311 h = (h*39) + IMPL_RTL_USTRCODE( *pEndStr ); in IMPL_RTL_STRNAME()312 pEndStr++; in IMPL_RTL_STRNAME()313 h = (h*39) + IMPL_RTL_USTRCODE( *pEndStr ); in IMPL_RTL_STRNAME()314 pEndStr++; in IMPL_RTL_STRNAME()315 h = (h*39) + IMPL_RTL_USTRCODE( *pEndStr ); in IMPL_RTL_STRNAME()
118 const sal_Unicode* pEndStr; in rtl_ImplGetFastUTF8ByteLen() local121 pEndStr = pStr+nLen; in rtl_ImplGetFastUTF8ByteLen()122 while ( pStr < pEndStr ) in rtl_ImplGetFastUTF8ByteLen()138 if ( pStr+1 < pEndStr ) in rtl_ImplGetFastUTF8ByteLen()
512 const sal_Char* pEndStr; in rtl_ImplGetFastUTF8UnicodeLen() local515 pEndStr = pStr+nLen; in rtl_ImplGetFastUTF8UnicodeLen()516 while ( pStr < pEndStr ) in rtl_ImplGetFastUTF8UnicodeLen()
46 String *pSttStr, *pEndStr; member in SwUndoDelete
Completed in 101 milliseconds