Searched refs:nCurIndex (Results 1 – 9 of 9) sorted by relevance
| /AOO41X/main/tools/source/memtools/ |
| H A D | contnr.cxx | 532 nCurIndex = pCont2->nCurIndex; in ImpCopyContainer() 640 nCurIndex = 0; in Container() 658 nCurIndex = 0; in Container() 788 if ( pBlock->nCount <= nCurIndex ) in ImpInsert() 790 if ( nIndex <= nCurIndex ) in ImpInsert() 791 nCurIndex++; in ImpInsert() 793 nCurIndex = nCurIndex - pBlock->nCount; // MSVC warns here if += is used in ImpInsert() 806 if ( nIndex <= nCurIndex ) in ImpInsert() 807 nCurIndex++; in ImpInsert() 808 if ( pNewBlock->nCount <= nCurIndex ) in ImpInsert() [all …]
|
| H A D | multisel.cxx | 58 DbgOutf( "CurIndex: %4ld\n", pSel->nCurIndex ); in Print() 302 nCurIndex = rOrig.nCurIndex; in MultiSelection() 342 nCurIndex = rOrig.nCurIndex; in operator =() 684 ( aSels.GetObject(nCurSubSel)->Min() <= nCurIndex ) ) in ImplFwdUnselected() 685 nCurIndex = aSels.GetObject(nCurSubSel++)->Max() + 1; in ImplFwdUnselected() 687 if ( nCurIndex <= aTotRange.Max() ) in ImplFwdUnselected() 688 return nCurIndex; in ImplFwdUnselected() 700 if ( aSels.GetObject(nCurSubSel)->Max() < nCurIndex ) in ImplBwdUnselected() 701 return nCurIndex; in ImplBwdUnselected() 703 nCurIndex = aSels.GetObject(nCurSubSel--)->Min() - 1; in ImplBwdUnselected() [all …]
|
| /AOO41X/main/editeng/source/accessibility/ |
| H A D | AccessibleEditableTextPara.cxx | 263 sal_Int32 nCurIndex; in implGetLineBoundary() local 264 for( nLine=0, nCurIndex=0; nLine<nLineCount; ++nLine ) in implGetLineBoundary() 266 nCurIndex += rCacheTF.GetLineLen( static_cast< sal_uInt16 >( nParaIndex ), nLine); in implGetLineBoundary() 268 if( nCurIndex > nIndex ) in implGetLineBoundary() 270 …rBoundary.startPos = nCurIndex - rCacheTF.GetLineLen(static_cast< sal_uInt16 >( nParaIndex ), nLin… in implGetLineBoundary() 271 rBoundary.endPos = nCurIndex; in implGetLineBoundary() 2093 sal_Int32 nCurIndex; in getTextAtIndex() local 2098 for( nLine=0, nCurIndex=0; nLine<nLineCount; ++nLine ) in getTextAtIndex() 2112 nCurIndex += nLineLen - nBulletLen; in getTextAtIndex() 2114 nCurIndex += nLineLen; in getTextAtIndex() [all …]
|
| /AOO41X/main/svtools/source/edit/ |
| H A D | texteng.cxx | 999 sal_uInt16 nCurIndex = 0; in GetEditCursor() local 1010 nCurIndex = nCurIndex + pTmpLine->GetLen(); in GetEditCursor() 1016 DBG_ASSERT( rPaM.GetIndex() == nCurIndex, "Index voll daneben in GetEditCursor!" ); in GetEditCursor() 1020 nCurIndex = nCurIndex - pLine->GetLen(); in GetEditCursor() 1178 sal_uInt16 nCurIndex = 0; in ImpFindIndex() local 1195 nCurIndex = GetCharPos( nPortion, nLine, rPosInPara.X(), bSmart ); in ImpFindIndex() 1197 if ( nCurIndex && ( nCurIndex == pLine->GetEnd() ) && in ImpFindIndex() 1202 …nCurIndex = (sal_uInt16)xBI->previousCharacters( pPortion->GetNode()->GetText(), nCurIndex, GetLoc… in ImpFindIndex() 1204 return nCurIndex; in ImpFindIndex() 1213 sal_uInt16 nCurIndex = pLine->GetStart(); in GetCharPos() local [all …]
|
| /AOO41X/main/tools/source/inet/ |
| H A D | inetmsg.cxx | 1445 int nCurIndex = -1; in DetachChild() local 1448 while (nCurIndex < (int)(nIndex + 1)) in DetachChild() 1460 if (nCurIndex == (int)nIndex) in DetachChild() 1499 == COMPARE_EQUAL) nCurIndex++; in DetachChild() 1504 == COMPARE_EQUAL) nCurIndex++; in DetachChild() 1534 nCurIndex++; in DetachChild()
|
| /AOO41X/main/editeng/source/editeng/ |
| H A D | impedit2.cxx | 3903 sal_uInt16 nCurIndex = 0; in GetPaM() local 3928 nCurIndex = nCurIndex + pTmpLine->GetLen(); in GetPaM() 3942 nCurIndex = GetChar( pPortion, pLine, aDocPos.X(), bSmart ); in GetPaM() 3943 aPaM.SetIndex( nCurIndex ); in GetPaM() 3945 if ( nCurIndex && ( nCurIndex == pLine->GetEnd() ) && in GetPaM() 3959 sal_uInt16 nCurIndex = pLine->GetStart(); in GetChar() local 3970 nChar = nCurIndex; in GetChar() 4053 nCurIndex = nCurIndex + pPortion->GetLen(); in GetChar() 4423 sal_uInt16 nCurIndex = 0; in GetEditCursor() local 4436 nCurIndex = nCurIndex + pTmpLine->GetLen(); in GetEditCursor() [all …]
|
| /AOO41X/main/tools/inc/tools/ |
| H A D | multisel.hxx | 56 long nCurIndex; // current selected entry member in MultiSelection 101 long GetCurSelected() const { return nCurIndex; } in GetCurSelected()
|
| H A D | contnr.hxx | 49 sal_uInt16 nCurIndex; member in Container
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | dociter.cxx | 1932 SCSIZE nCurIndex; in GetCurNumFmtInfo() local 1933 if ( pCol->Search( nCurRow, nCurIndex ) ) in GetCurNumFmtInfo() 1934 pCell = pCol->pItems[nCurIndex].pCell; in GetCurNumFmtInfo()
|