Searched refs:pAttrEnd (Results 1 – 3 of 3) sorted by relevance
453 xub_StrLen* const pAttrEnd = pHt->GetEnd(); in RstTxtAttr() local455 pAttrEnd == NULL in RstTxtAttr()520 ? *pAttrEnd in RstTxtAttr()580 if( *pAttrEnd < nEnd ) // Fall: 2 in RstTxtAttr()584 if ( nMax < *pAttrEnd ) in RstTxtAttr()585 nMax = *pAttrEnd; in RstTxtAttr()591 *pAttrEnd = nStt; in RstTxtAttr()607 if ( nMax < *pAttrEnd ) in RstTxtAttr()608 nMax = *pAttrEnd; in RstTxtAttr()610 xub_StrLen nTmpEnd = *pAttrEnd; in RstTxtAttr()[all …]
2135 const xub_StrLen* pAttrEnd = pHt->End(); in GetAttr() local2136 if ( ! pAttrEnd ) // no attributes without end in GetAttr()2140 ( pHt->DontExpand() ? nStt < *pAttrEnd in GetAttr()2141 : nStt <= *pAttrEnd )) || in GetAttr()2143 ( nAttrStart == *pAttrEnd || !nStt ))) in GetAttr()2163 const xub_StrLen* pAttrEnd = pHt->End(); in GetAttr() local2164 if ( ! pAttrEnd ) // no attributes without end in GetAttr()2170 if( *pAttrEnd <= nStt ) // liegt davor in GetAttr()2173 if( nEnd <= *pAttrEnd ) // hinter oder genau Ende in GetAttr()2202 const sal_uInt16 nHintEnd = *pAttrEnd; in GetAttr()
512 const xub_StrLen* pAttrEnd; in RestoreDontExpandItems() local521 if( 0 != ( pAttrEnd = pHt->End() ) && in RestoreDontExpandItems()523 ( pHt->DontExpand() ? nStart < *pAttrEnd in RestoreDontExpandItems()524 : nStart <= *pAttrEnd )) || in RestoreDontExpandItems()526 ( nAttrStart == *pAttrEnd || !nStart ))) ) in RestoreDontExpandItems()
Completed in 78 milliseconds