/aoo41x/main/sw/source/core/txtnode/ |
H A D | thints.cxx | 2125 if( nAttrStart > nEnd ) // ueber den Bereich hinaus in GetAttr() 2132 if( ( nAttrStart < nStt && in GetAttr() 2135 ( nStt == nAttrStart && in GetAttr() 2153 if( nAttrStart > nEnd ) // ueber den Bereich hinaus in GetAttr() 2173 else if( nAttrStart < nEnd // reicht in den Bereich in GetAttr() 3252 if( nEnd < nAttrStart ) in GetLang() 3264 nLen ? ( nAttrStart < nEnd && nBegin < *pEndIdx ) in GetLang() 3265 : (( nAttrStart < nBegin && in GetLang() 3268 ( nBegin == nAttrStart && in GetLang() 3269 ( nAttrStart == *pEndIdx || !nBegin ))) ) in GetLang() [all …]
|
H A D | txtedt.cxx | 443 xub_StrLen nAttrStart; in RstTxtAttr() local 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() 582 if ( nMin > nAttrStart ) in RstTxtAttr() 583 nMin = nAttrStart; in RstTxtAttr() 605 if ( nMin > nAttrStart ) in RstTxtAttr() [all …]
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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, 0L,… in XOutdevItemPool()
|
/aoo41x/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.cxx | 2929 rBase.WW8Cp2Fc(0)), rSBase(rBase), nAttrStart(-1), nAttrEnd(-1), in WW8PLCFx_Cp_FKP() 2961 nAttrStart = -1; in ResetAttrStartEnd() 3037 if( (nAttrStart > nAttrEnd) || (nAttrStart == -1) ) in GetSprms() 3166 p->nStartPos = nAttrStart; in GetSprms() 3188 nAttrStart = nAttrEnd = LONG_MAX; in operator ++() 3194 WW8PLCFx_Fc_FKP::GetSprmsAndPos(nAttrStart, nAttrEnd, nFkpLen); in operator ++() 3196 pPcd->AktPieceFc2Cp( nAttrStart, nAttrEnd, &rSBase ); in operator ++() 4767 rSave.nAttrStart = nAttrStart; in Save() 4776 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
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8scan.cxx | 3266 rBase.WW8Cp2Fc(0)), rSBase(rBase), nAttrStart(-1), nAttrEnd(-1), in WW8PLCFx_Cp_FKP() 3297 nAttrStart = -1; in ResetAttrStartEnd() 3375 if( (nAttrStart > nAttrEnd) || (nAttrStart == -1) ) in GetSprms() 3506 p->nStartPos = nAttrStart; in GetSprms() 3528 nAttrStart = nAttrEnd = WW8_CP_MAX; in operator ++() 3534 WW8PLCFx_Fc_FKP::GetSprmsAndPos(nAttrStart, nAttrEnd, nFkpLen); in operator ++() 3536 pPcd->AktPieceFc2Cp( nAttrStart, nAttrEnd, &rSBase ); in operator ++() 5214 rSave.nAttrStart = nAttrStart; in Save() 5223 nAttrStart = rSave.nAttrStart; in Restore()
|
H A D | ww8scan.hxx | 200 WW8_CP nAttrStart; member 601 WW8_CP nAttrStart, nAttrEnd; member in WW8PLCFx_Cp_FKP
|
/aoo41x/main/svx/inc/svx/ |
H A D | xpool.hxx | 46 sal_uInt16 nAttrStart = XATTR_START,
|
/aoo41x/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()
|
/aoo41x/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()
|