Home
last modified time | relevance | path

Searched refs:nAttrEnd (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx532 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()
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx519 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 Dndtxt.cxx1756 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()
/trunk/main/svx/source/xoutdev/
H A Dxpool.cxx43 sal_uInt16 nAttrEnd, in XOutdevItemPool() argument
45 : SfxItemPool(String("XOutdevItemPool", gsl_getSystemTextEncoding()), nAttrStart, nAttrEnd, 0L, 0L,… in XOutdevItemPool()
/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()
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()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx2929 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 Dww8scan.hxx123 WW8_CP nAttrEnd; member
466 WW8_CP nAttrStart, nAttrEnd; member in WW8PLCFx_Cp_FKP
/trunk/main/sc/source/core/data/
H A Ddociter.cxx105 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()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx3266 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 Dww8scan.hxx201 WW8_CP nAttrEnd; member
601 WW8_CP nAttrStart, nAttrEnd; member in WW8PLCFx_Cp_FKP
/trunk/main/svx/inc/svx/
H A Dxpool.hxx47 sal_uInt16 nAttrEnd = XATTR_END,

Completed in 156 milliseconds