| /trunk/main/sw/source/core/doc/ |
| H A D | extinput.cxx | 64 xub_StrLen nSttCnt = rIdx.GetIndex(), in ~SwExtTextInput() local 66 if( nEndCnt != nSttCnt ) in ~SwExtTextInput() 68 if( nEndCnt < nSttCnt ) in ~SwExtTextInput() 70 xub_StrLen n = nEndCnt; nEndCnt = nSttCnt; nSttCnt = n; in ~SwExtTextInput() 94 rIdx = nSttCnt; in ~SwExtTextInput() 95 String sTxt( pTNd->GetTxt().Copy( nSttCnt, nEndCnt - nSttCnt )); in ~SwExtTextInput() 103 rIdx = nSttCnt; in ~SwExtTextInput() 108 rIdx = nSttCnt; in ~SwExtTextInput() 125 rIdx = nSttCnt; in ~SwExtTextInput() 132 pTNd->EraseText( rIdx, nEndCnt - nSttCnt ); in ~SwExtTextInput() [all …]
|
| H A D | docedt.cxx | 95 xub_StrLen nSttCnt, nEndCnt; member 104 nSttCnt = pStt->nContent.GetIndex(); in _SaveRedline() 124 nSttCnt = pStt->nContent.GetIndex(); in _SaveRedline() 126 nSttCnt = nSttCnt - rPos.nContent.GetIndex(); in _SaveRedline() 144 pRedl->GetPoint()->nContent.Assign( pRedl->GetCntntNode(), nSttCnt ); in SetPos() 155 …pRedl->GetPoint()->nContent.Assign( pRedl->GetCntntNode(), nSttCnt + ( nStt == 0 ? aPos.nContent.G… in SetPos() 2701 xub_StrLen nSttCnt = pStt->nContent.GetIndex(), in TransliterateText() local 2712 pTNd->GetTxt(), nSttCnt, in TransliterateText() 2713 pBreakIt->GetLocale( pTNd->GetLang( nSttCnt ) ), in TransliterateText() 2717 if( aBndry.startPos < nSttCnt && nSttCnt < aBndry.endPos ) in TransliterateText() [all …]
|
| H A D | docftn.cxx | 417 const xub_StrLen nSttCnt = pStt->nContent.GetIndex(); in SetCurFtn() local 441 nSttCnt <= *pTxtFtn->GetStart() ) ) in SetCurFtn() 471 nSttCnt <= *pTxtFtn->GetStart() )) ) in SetCurFtn()
|
| H A D | docredln.cxx | 3269 sal_uInt16 nSttCnt = GetMark()->nContent.GetIndex(), in InvalidateRange() local 3272 if( nSttNd > nEndNd || ( nSttNd == nEndNd && nSttCnt > nEndCnt )) in InvalidateRange() 3275 nTmp = nSttCnt; nSttCnt = nEndCnt; nEndCnt = (sal_uInt16)nTmp; in InvalidateRange() 3288 n == nSttNd ? nSttCnt : 0, in InvalidateRange()
|
| /trunk/main/editeng/source/rtf/ |
| H A D | svxrtf.cxx | 951 pOld->nSttCnt == pInsPos->GetCntIdx() ))) in AttrGroupEnd() 991 pOld->nSttCnt <= pInsPos->GetCntIdx() )) in AttrGroupEnd() 995 pOld->nSttCnt != pInsPos->GetCntIdx() || in AttrGroupEnd() 996 !pOld->nSttCnt ) in AttrGroupEnd() 1012 if( pOld->nSttCnt ) in AttrGroupEnd() 1053 pNew->nSttCnt = 0; in AttrGroupEnd() 1184 pAkt->nSttCnt == pInsPos->GetCntIdx()); in IsAttrSttPos() 1256 nSttCnt = rPos.GetCntIdx(); in SvxRTFItemStackType() 1258 nEndCnt = nSttCnt; in SvxRTFItemStackType() 1270 nSttCnt = rPos.GetCntIdx(); in SvxRTFItemStackType() [all …]
|
| H A D | rtfitem.cxx | 250 pAkt->nSttCnt == pInsPos->GetCntIdx() )) in ReadAttr()
|
| /trunk/main/sw/source/core/edit/ |
| H A D | edattr.cxx | 113 xub_StrLen nSttCnt = PCURCRSR->GetMark()->nContent.GetIndex(), in GetCurAttr() local 116 if( nSttNd > nEndNd || ( nSttNd == nEndNd && nSttCnt > nEndCnt )) in GetCurAttr() 119 nTmp = nSttCnt; nSttCnt = nEndCnt; nEndCnt = (xub_StrLen)nTmp; in GetCurAttr() 138 xub_StrLen nStt = n == nSttNd ? nSttCnt : 0, in GetCurAttr() 184 xub_StrLen nSttCnt = PCURCRSR->GetMark()->nContent.GetIndex(), in GetCurTxtFmtColl() local 187 if( nSttNd > nEndNd || ( nSttNd == nEndNd && nSttCnt > nEndCnt )) in GetCurTxtFmtColl() 190 nTmp = nSttCnt; nSttCnt = nEndCnt; nEndCnt = (xub_StrLen)nTmp; in GetCurTxtFmtColl()
|
| /trunk/main/editeng/inc/editeng/ |
| H A D | svxrtf.hxx | 416 xub_StrLen nSttCnt, nEndCnt; member in SvxRTFItemStackType 444 xub_StrLen GetSttCnt() const { return nSttCnt; } in GetSttCnt()
|
| /trunk/main/sw/source/filter/html/ |
| H A D | swhtml.cxx | 3182 xub_StrLen nSttCnt = pPam->GetPoint()->nContent.GetIndex(); in SplitAttrTab() local 3183 xub_StrLen nEndCnt = nSttCnt; in SplitAttrTab() 3247 pAttr->Reset( nSttIdx, nSttCnt, pSaveTbl ); in SplitAttrTab() 3286 xub_StrLen nSttCnt = pPos->nContent.GetIndex(); in RestoreAttrTab() local 3300 pAttr->nSttCntnt = nSttCnt; in RestoreAttrTab() 3301 pAttr->nEndCntnt = nSttCnt; in RestoreAttrTab() 5435 void _HTMLAttr::Reset( const SwNodeIndex& rSttPara, sal_uInt16 nSttCnt, in Reset() argument 5440 nSttCntnt = nSttCnt; in Reset() 5442 nEndCntnt = nSttCnt; in Reset()
|
| H A D | swhtml.hxx | 116 void Reset( const SwNodeIndex& rSttPara, xub_StrLen nSttCnt, _HTMLAttr **pHd );
|
| H A D | htmltab.cxx | 3495 xub_StrLen nSttCnt = pPam->GetPoint()->nContent.GetIndex(); in InsertTableContents() local 3508 pAttr->nSttCntnt = nSttCnt; in InsertTableContents() 3509 pAttr->nEndCntnt = nSttCnt; in InsertTableContents()
|
| /trunk/main/sw/source/core/crsr/ |
| H A D | findtxt.cxx | 590 xub_StrLen nSttCnt = rSttCntIdx.GetIndex(); in Find() local 617 pCrsr->Start()->nContent = nSttCnt; in Find()
|
| H A D | findattr.cxx | 1212 xub_StrLen nSttCnt = rSttCntIdx.GetIndex(); in Find() local 1240 rSttCntIdx = nSttCnt; in Find()
|