Home
last modified time | relevance | path

Searched refs:pAttrEnd (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx453 xub_StrLen* const pAttrEnd = pHt->GetEnd(); in RstTxtAttr() local
455 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 …]
H A Dthints.cxx2135 const xub_StrLen* pAttrEnd = pHt->End(); in GetAttr() local
2136 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() local
2164 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()
/trunk/main/sw/source/core/edit/
H A Dacorrect.cxx512 const xub_StrLen* pAttrEnd; in RestoreDontExpandItems() local
521 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 48 milliseconds