Home
last modified time | relevance | path

Searched refs:nAttrStart (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx2132 if( nAttrStart > nEnd ) // ueber den Bereich hinaus in GetAttr()
2139 if( ( nAttrStart < nStt && in GetAttr()
2142 ( nStt == nAttrStart && in GetAttr()
2160 if( nAttrStart > nEnd ) // ueber den Bereich hinaus in GetAttr()
2180 else if( nAttrStart < nEnd // reicht in den Bereich in GetAttr()
3269 if( nEnd < nAttrStart ) in GetLang()
3281 nLen ? ( nAttrStart < nEnd && nBegin < *pEndIdx ) in GetLang()
3282 : (( nAttrStart < nBegin && in GetLang()
3285 ( nBegin == nAttrStart && in GetLang()
3286 ( nAttrStart == *pEndIdx || !nBegin ))) ) in GetLang()
[all …]
H A Dtxtedt.cxx443 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 …]
/trunk/main/sw/source/core/edit/
H A Dacorrect.cxx511 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 Dunocrsrhelper.cxx531 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 Dww8scan.cxx2929 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 Dww8scan.hxx122 WW8_CP nAttrStart; member
466 WW8_CP nAttrStart, nAttrEnd; member in WW8PLCFx_Cp_FKP
/trunk/main/svx/source/xoutdev/
H A Dxpool.cxx42 sal_uInt16 nAttrStart, in XOutdevItemPool() argument
45 : SfxItemPool(String("XOutdevItemPool", gsl_getSystemTextEncoding()), nAttrStart, nAttrEnd, 0L, 0L,… in XOutdevItemPool()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx3266 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 Dww8scan.hxx200 WW8_CP nAttrStart; member
601 WW8_CP nAttrStart, nAttrEnd; member in WW8PLCFx_Cp_FKP
/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx1578 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 Dxpool.hxx46 sal_uInt16 nAttrStart = XATTR_START,
/trunk/main/sw/source/core/undo/
H A Drolbck.cxx416 xub_StrLen nAttrStart, xub_StrLen nAttrEnd, sal_uLong nNodePos ) in SwHistoryResetTxt() argument
418 , m_nNodeIndex( nNodePos ), m_nStart( nAttrStart ), m_nEnd( nAttrEnd ) in SwHistoryResetTxt()

Completed in 253 milliseconds