Home
last modified time | relevance | path

Searched refs:nCurIndex (Results 1 – 9 of 9) sorted by relevance

/aoo41x/main/tools/source/memtools/
H A Dcontnr.cxx532 nCurIndex = pCont2->nCurIndex; in ImpCopyContainer()
640 nCurIndex = 0; in Container()
658 nCurIndex = 0; in Container()
807 nCurIndex++; in ImpInsert()
822 nCurIndex++; in ImpInsert()
917 nCurIndex = 0; in ImpRemove()
960 ((nIndex < nCurIndex) || ((nCurIndex == pBlock->Count()) && nCurIndex)) ) in ImpRemove()
961 nCurIndex--; in ImpRemove()
1243 nCurIndex = 0; in Clear()
1555 nCurIndex = 0; in First()
[all …]
H A Dmultisel.cxx302 nCurIndex = rOrig.nCurIndex; in MultiSelection()
342 nCurIndex = rOrig.nCurIndex; in operator =()
688 return nCurIndex; in ImplFwdUnselected()
701 return nCurIndex; in ImplBwdUnselected()
704 if ( nCurIndex >= 0 ) in ImplBwdUnselected()
705 return nCurIndex; in ImplBwdUnselected()
722 nCurIndex = 0; in FirstSelected()
758 ++nCurIndex; in NextSelected()
765 return ++nCurIndex; in NextSelected()
785 --nCurIndex; in PrevSelected()
[all …]
/aoo41x/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx263 sal_Int32 nCurIndex; in implGetLineBoundary() local
268 if( nCurIndex > nIndex ) in implGetLineBoundary()
271 rBoundary.endPos = nCurIndex; in implGetLineBoundary()
2093 sal_Int32 nCurIndex; in getTextAtIndex() local
2114 nCurIndex += nLineLen; in getTextAtIndex()
2115 if( nCurIndex > nIndex ) in getTextAtIndex()
2214 nLastIndex = nCurIndex; in getTextBeforeIndex()
2237 if (nCurIndex > nIndex) in getTextBeforeIndex()
2359 sal_Int32 nCurIndex; in getTextBehindIndex() local
2382 nCurIndex += nLineLen; in getTextBehindIndex()
[all …]
/aoo41x/main/svtools/source/edit/
H A Dtexteng.cxx999 sal_uInt16 nCurIndex = 0; in GetEditCursor() local
1010 nCurIndex = nCurIndex + pTmpLine->GetLen(); in GetEditCursor()
1020 nCurIndex = nCurIndex - pLine->GetLen(); in GetEditCursor()
1178 sal_uInt16 nCurIndex = 0; in ImpFindIndex() local
1197 if ( nCurIndex && ( nCurIndex == pLine->GetEnd() ) && in ImpFindIndex()
1204 return nCurIndex; in ImpFindIndex()
1217 return nCurIndex; in GetCharPos()
1236 nCurIndex = mpRefDev->GetTextBreak( pPortion->GetNode()->GetText(), nPosInPortion, nCurIndex ); in GetCharPos()
1239 return nCurIndex; in GetCharPos()
1241 nCurIndex = nCurIndex + pTextPortion->GetLen(); in GetCharPos()
[all …]
/aoo41x/main/tools/source/inet/
H A Dinetmsg.cxx1445 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 Dimpedit2.cxx3903 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 Dmultisel.hxx56 long nCurIndex; // current selected entry member in MultiSelection
101 long GetCurSelected() const { return nCurIndex; } in GetCurSelected()
H A Dcontnr.hxx49 sal_uInt16 nCurIndex; member in Container
/aoo41x/main/sc/source/core/data/
H A Ddociter.cxx1932 SCSIZE nCurIndex; in GetCurNumFmtInfo() local
1933 if ( pCol->Search( nCurRow, nCurIndex ) ) in GetCurNumFmtInfo()
1934 pCell = pCol->pItems[nCurIndex].pCell; in GetCurNumFmtInfo()

Completed in 99 milliseconds