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()519 const xub_StrLen nAttrEnd = pAttrEnd != NULL in RstTxtAttr()520 ? *pAttrEnd in RstTxtAttr()576 else if ( pAttrEnd != NULL ) // Faelle: 2,4,5 in RstTxtAttr()578 if( *pAttrEnd > nStt ) // Faelle: 2,4 in RstTxtAttr()580 if( *pAttrEnd < nEnd ) // Fall: 2 in RstTxtAttr()584 if ( nMax < *pAttrEnd ) in RstTxtAttr()585 nMax = *pAttrEnd; in RstTxtAttr()588 const xub_StrLen nAttrEnd = *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()