/aoo42x/main/sw/source/core/unocore/ |
H A D | unocrsrhelper.cxx | 532 sal_uInt16 nAttrEnd = *pAttr->GetEnd(); in getCrsrPropertyValue() local 534 if( ( nAttrEnd > nPaMStart && nAttrStart < nPaMEnd ) || in getCrsrPropertyValue() 535 ( !nAttrStart && !nAttrEnd && !nPaMStart && !nPaMEnd ) ) in getCrsrPropertyValue() 539 nAttrEnd < nPaMEnd) in getCrsrPropertyValue() 549 DBG_ASSERT(nAttrStart <= nPaMStart && nAttrEnd >=nPaMEnd, in getCrsrPropertyValue()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 519 const xub_StrLen nAttrEnd = pAttrEnd != NULL in RstTxtAttr() local 523 || ( nEnd == nAttrEnd && nEnd == nAttrStart ) ) in RstTxtAttr() 528 if ( nMax < nAttrEnd ) in RstTxtAttr() 529 nMax = nAttrEnd; in RstTxtAttr() 533 if( nAttrEnd <= nEnd ) // Fall: 1 in RstTxtAttr() 541 *pStyleHandle, nAttrStart, nAttrEnd ); in RstTxtAttr() 588 const xub_StrLen nAttrEnd = *pAttrEnd; in RstTxtAttr() local 597 *pStyleHandle, nStt, nAttrEnd ); in RstTxtAttr()
|
H A D | ndtxt.cxx | 1756 xub_StrLen nAttrEnd; in CopyText() local 1766 nAttrEnd = (*pEndIdx > nEnd) in CopyText() 1781 nAttrEnd = *pEndIdx > nEnd in CopyText() 1787 nAttrEnd = nAttrStt; in CopyText() 1797 nAttrStt, nAttrEnd, COPY, pDest ); in CopyText() 1807 nAttrEnd - nDeletedDummyChars, in CopyText()
|
/aoo42x/main/svx/source/xoutdev/ |
H A D | xpool.cxx | 43 sal_uInt16 nAttrEnd, in XOutdevItemPool() argument 45 : SfxItemPool(String("XOutdevItemPool", gsl_getSystemTextEncoding()), nAttrStart, nAttrEnd, 0L, 0L,… in XOutdevItemPool()
|
/aoo42x/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() 821 sal_uLong nNodePos, xub_StrLen nAttrStt, xub_StrLen nAttrEnd ) in SwHistoryResetAttrSet() argument 823 , m_nNodeIndex( nNodePos ), m_nStart( nAttrStt ), m_nEnd( nAttrEnd ) in SwHistoryResetAttrSet()
|
/aoo42x/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() 2962 nAttrEnd = -1; in ResetAttrStartEnd() 3037 if( (nAttrStart > nAttrEnd) || (nAttrStart == -1) ) in GetSprms() 3167 p->nEndPos = nAttrEnd; 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 ++() 4768 rSave.nAttrEnd = nAttrEnd; in Save() 4777 nAttrEnd = rSave.nAttrEnd; in Restore()
|
H A D | ww8scan.hxx | 123 WW8_CP nAttrEnd; member 466 WW8_CP nAttrStart, nAttrEnd; member in WW8PLCFx_Cp_FKP
|
/aoo42x/main/sc/source/core/data/ |
H A D | dociter.cxx | 105 SCROW nAttrEnd; in GetThisCol() local 109 nAttrEnd = pAtt->pData[nAttrPos].nRow; in GetThisCol() 110 if (nAttrEnd < nRow) in GetThisCol() 113 while (nAttrEnd < nRow); in GetThisCol() 137 nRow = Min( (SCROW)nColRow, (SCROW)(nAttrEnd+1) ); in GetThisCol()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8scan.cxx | 3266 rBase.WW8Cp2Fc(0)), rSBase(rBase), nAttrStart(-1), nAttrEnd(-1), in WW8PLCFx_Cp_FKP() 3298 nAttrEnd = -1; in ResetAttrStartEnd() 3375 if( (nAttrStart > nAttrEnd) || (nAttrStart == -1) ) in GetSprms() 3507 p->nEndPos = nAttrEnd; 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 ++() 5215 rSave.nAttrEnd = nAttrEnd; in Save() 5224 nAttrEnd = rSave.nAttrEnd; in Restore()
|
H A D | ww8scan.hxx | 201 WW8_CP nAttrEnd; member 601 WW8_CP nAttrStart, nAttrEnd; member in WW8PLCFx_Cp_FKP
|
/aoo42x/main/svx/inc/svx/ |
H A D | xpool.hxx | 47 sal_uInt16 nAttrEnd = XATTR_END,
|