Searched refs:nAutoPos (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/sc/source/ui/app/ |
| H A D | inputhdl.cxx | 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() [all …]
|
| /AOO41X/main/sc/source/ui/inc/ |
| H A D | inputhdl.hxx | 73 sal_uInt16 nAutoPos; member in ScInputHandler
|