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()2093 sal_Int32 nCurIndex; in getTextAtIndex() local2114 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() local2382 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()
3903 sal_uInt16 nCurIndex = 0; in GetPaM() local3928 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() local3970 nChar = nCurIndex; in GetChar()4053 nCurIndex = nCurIndex + pPortion->GetLen(); in GetChar()4423 sal_uInt16 nCurIndex = 0; in GetEditCursor() local4436 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 231 milliseconds