| /trunk/main/sw/source/core/txtnode/ |
| H A D | thints.cxx | 2131 const xub_StrLen nAttrStart = *pHt->GetStart(); in GetAttr() local 2132 if( nAttrStart > nEnd ) // ueber den Bereich hinaus in GetAttr() 2139 if( ( nAttrStart < nStt && in GetAttr() 2142 ( nStt == nAttrStart && in GetAttr() 2143 ( nAttrStart == *pAttrEnd || !nStt ))) in GetAttr() 2159 const xub_StrLen nAttrStart = *pHt->GetStart(); in GetAttr() local 2160 if( nAttrStart > nEnd ) // ueber den Bereich hinaus in GetAttr() 2168 if( nAttrStart <= nStt ) // vor oder genau Start in GetAttr() 2180 else if( nAttrStart < nEnd // reicht in den Bereich in GetAttr() 2237 if( nAttrStart > nStt ) in GetAttr() [all …]
|
| H A D | txtedt.cxx | 443 xub_StrLen nAttrStart; in RstTxtAttr() local 446 && ( ( ( nAttrStart = *(*m_pSwpHints)[i]->GetStart()) < nEnd ) in RstTxtAttr() 517 if( nStt <= nAttrStart ) // Faelle: 1,3,5 in RstTxtAttr() 521 : nAttrStart; in RstTxtAttr() 522 if( nEnd > nAttrStart in RstTxtAttr() 523 || ( nEnd == nAttrEnd && nEnd == nAttrStart ) ) in RstTxtAttr() 526 if ( nMin > nAttrStart ) in RstTxtAttr() 527 nMin = nAttrStart; in RstTxtAttr() 532 bChanged = bChanged || nEnd > nAttrStart || bNoLen; in RstTxtAttr() 541 *pStyleHandle, nAttrStart, nAttrEnd ); in RstTxtAttr() [all …]
|
| /trunk/main/sw/source/core/edit/ |
| H A D | acorrect.cxx | 511 xub_StrLen nAttrStart; in RestoreDontExpandItems() local 517 nAttrStart = *pHt->GetStart(); in RestoreDontExpandItems() 518 if( nAttrStart > nStart ) // ueber den Bereich hinaus in RestoreDontExpandItems() 522 ( ( nAttrStart < nStart && in RestoreDontExpandItems() 525 ( nStart == nAttrStart && in RestoreDontExpandItems() 526 ( nAttrStart == *pAttrEnd || !nStart ))) ) in RestoreDontExpandItems()
|
| /trunk/main/sw/source/core/unocore/ |
| H A D | unocrsrhelper.cxx | 531 sal_uInt16 nAttrStart = *pAttr->GetStart(); in getCrsrPropertyValue() local 534 if( ( nAttrEnd > nPaMStart && nAttrStart < nPaMEnd ) || in getCrsrPropertyValue() 535 ( !nAttrStart && !nAttrEnd && !nPaMStart && !nPaMEnd ) ) in getCrsrPropertyValue() 538 if(nAttrStart > nPaMStart || in getCrsrPropertyValue() 549 DBG_ASSERT(nAttrStart <= nPaMStart && nAttrEnd >=nPaMEnd, in getCrsrPropertyValue()
|
| /trunk/main/sw/source/filter/ww8/dump/ |
| H A D | ww8scan.cxx | 2928 rBase.WW8Cp2Fc(0)), rSBase(rBase), nAttrStart(-1), nAttrEnd(-1), in WW8PLCFx_Cp_FKP() 2960 nAttrStart = -1; in ResetAttrStartEnd() 3036 if( (nAttrStart > nAttrEnd) || (nAttrStart == -1) ) in GetSprms() 3165 p->nStartPos = nAttrStart; in GetSprms() 3187 nAttrStart = nAttrEnd = LONG_MAX; in operator ++() 3193 WW8PLCFx_Fc_FKP::GetSprmsAndPos(nAttrStart, nAttrEnd, nFkpLen); in operator ++() 3195 pPcd->AktPieceFc2Cp( nAttrStart, nAttrEnd, &rSBase ); in operator ++() 4766 rSave.nAttrStart = nAttrStart; in Save() 4775 nAttrStart = rSave.nAttrStart; in Restore()
|
| H A D | ww8scan.hxx | 122 WW8_CP nAttrStart; member 466 WW8_CP nAttrStart, nAttrEnd; member in WW8PLCFx_Cp_FKP
|
| /trunk/main/svx/source/xoutdev/ |
| H A D | xpool.cxx | 42 sal_uInt16 nAttrStart, in XOutdevItemPool() argument 45 : SfxItemPool(String("XOutdevItemPool", gsl_getSystemTextEncoding()), nAttrStart, nAttrEnd, 0L, 0… in XOutdevItemPool()
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8scan.cxx | 3265 rBase.WW8Cp2Fc(0)), rSBase(rBase), nAttrStart(-1), nAttrEnd(-1), in WW8PLCFx_Cp_FKP() 3296 nAttrStart = -1; in ResetAttrStartEnd() 3374 if( (nAttrStart > nAttrEnd) || (nAttrStart == -1) ) in GetSprms() 3505 p->nStartPos = nAttrStart; in GetSprms() 3527 nAttrStart = nAttrEnd = WW8_CP_MAX; in operator ++() 3533 WW8PLCFx_Fc_FKP::GetSprmsAndPos(nAttrStart, nAttrEnd, nFkpLen); in operator ++() 3535 pPcd->AktPieceFc2Cp( nAttrStart, nAttrEnd, &rSBase ); in operator ++() 5213 rSave.nAttrStart = nAttrStart; in Save() 5222 nAttrStart = rSave.nAttrStart; in Restore()
|
| H A D | ww8scan.hxx | 199 WW8_CP nAttrStart; member 600 WW8_CP nAttrStart, nAttrEnd; member in WW8PLCFx_Cp_FKP
|
| /trunk/main/sw/source/core/crsr/ |
| H A D | crstrvl.cxx | 1578 xub_StrLen nAttrStart = *pHt->GetStart(); in GetContentAtPos() local 1579 if( nAttrStart > n ) // ueber den Bereich hinaus in GetContentAtPos() 1583 ( nAttrStart < n && in GetContentAtPos() 1586 ( n == nAttrStart && in GetContentAtPos() 1587 ( nAttrStart == *pHt->End() || !n ))) ) in GetContentAtPos()
|
| /trunk/main/svx/inc/svx/ |
| H A D | xpool.hxx | 46 sal_uInt16 nAttrStart = XATTR_START,
|
| /trunk/main/sw/source/core/undo/ |
| H A D | rolbck.cxx | 416 xub_StrLen nAttrStart, xub_StrLen nAttrEnd, sal_uLong nNodePos ) in SwHistoryResetTxt() argument 418 , m_nNodeIndex( nNodePos ), m_nStart( nAttrStart ), m_nEnd( nAttrEnd ) in SwHistoryResetTxt()
|