Searched refs:nCurIndex (Results 1 – 9 of 9) sorted by relevance
532 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 …]
302 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 …]
263 sal_Int32 nCurIndex; in implGetLineBoundary() local268 if( nCurIndex > nIndex ) in implGetLineBoundary()271 rBoundary.endPos = nCurIndex; in implGetLineBoundary()2094 sal_Int32 nCurIndex; in getTextAtIndex() local2115 nCurIndex += nLineLen; in getTextAtIndex()2116 if( nCurIndex > nIndex ) in getTextAtIndex()2215 nLastIndex = nCurIndex; in getTextBeforeIndex()2238 if (nCurIndex > nIndex) in getTextBeforeIndex()2360 sal_Int32 nCurIndex; in getTextBehindIndex() local2383 nCurIndex += nLineLen; in getTextBehindIndex()[all …]
999 sal_uInt16 nCurIndex = 0; in GetEditCursor() local1010 nCurIndex = nCurIndex + pTmpLine->GetLen(); in GetEditCursor()1020 nCurIndex = nCurIndex - pLine->GetLen(); in GetEditCursor()1178 sal_uInt16 nCurIndex = 0; in ImpFindIndex() local1197 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 …]
1445 int nCurIndex = -1; in DetachChild() local1448 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()
3906 sal_uInt16 nCurIndex = 0; in GetPaM() local3931 nCurIndex = nCurIndex + pTmpLine->GetLen(); in GetPaM()3945 nCurIndex = GetChar( pPortion, pLine, aDocPos.X(), bSmart ); in GetPaM()3946 aPaM.SetIndex( nCurIndex ); in GetPaM()3948 if ( nCurIndex && ( nCurIndex == pLine->GetEnd() ) && in GetPaM()3962 sal_uInt16 nCurIndex = pLine->GetStart(); in GetChar() local3973 nChar = nCurIndex; in GetChar()4056 nCurIndex = nCurIndex + pPortion->GetLen(); in GetChar()4426 sal_uInt16 nCurIndex = 0; in GetEditCursor() local4439 nCurIndex = nCurIndex + pTmpLine->GetLen(); in GetEditCursor()[all …]
56 long nCurIndex; // current selected entry member in MultiSelection101 long GetCurSelected() const { return nCurIndex; } in GetCurSelected()
49 sal_uInt16 nCurIndex; member in Container
1932 SCSIZE nCurIndex; in GetCurNumFmtInfo() local1933 if ( pCol->Search( nCurRow, nCurIndex ) ) in GetCurNumFmtInfo()1934 pCell = pCol->pItems[nCurIndex].pCell; in GetCurNumFmtInfo()
Completed in 121 milliseconds