Lines Matching refs:nAutoPos
432 nAutoPos( SCPOS_INVALID ), in ScInputHandler()
1000 nAutoPos = SCPOS_INVALID; in UseFormulaData()
1001 if ( pFormulaData->FindText( aText, aNew, nAutoPos, sal_False ) ) in UseFormulaData()
1138 if ( pFormulaData->FindText( aAutoSearch, aNew, nAutoPos, bBack ) ) in NextFormulaEntry()
1194 if ( pFormulaData && nAutoPos != SCPOS_INVALID ) in PasteFunctionData()
1196 TypedStrData* pData = (*pFormulaData)[nAutoPos]; in PasteFunctionData()
1313 nAutoPos = SCPOS_INVALID; // Formel-Autocomplete aufheben in FormulaPreview()
1472 nAutoPos = SCPOS_INVALID; // nix in UseColData()
1473 if ( pColumnData->FindText( aText, aNew, nAutoPos, sal_False ) ) in UseColData()
1512 sal_uInt16 nNextPos = nAutoPos; in UseColData()
1529 if ( nAutoPos != SCPOS_INVALID && aAutoSearch.Len() ) in NextAutoEntry()
1544 if ( pColumnData->FindText( aAutoSearch, aNew, nAutoPos, bBack ) ) in NextAutoEntry()
2422 if ( pColumnData && nAutoPos != SCPOS_INVALID ) in EnterHandler()
3014 else if ( nModi == 0 && nTipVisible && pFormulaData && nAutoPos != SCPOS_INVALID ) in KeyInput()
3042 if ( pFormulaData && nTipVisible && nAutoPos != SCPOS_INVALID ) in KeyInput()
3048 else if ( pColumnData && bUseTab && nAutoPos != SCPOS_INVALID ) in KeyInput()
3183 nAutoPos = SCPOS_INVALID; // do not search further in KeyInput()
3309 nAutoPos = SCPOS_INVALID; in InputCommand()