Lines Matching refs:pTableView

267 		lcl_Replace( pTableView, aNewStr, aOldSel );  in UpdateRange()
423 pTableView( NULL ), in ScInputHandler()
740 EditView* pActiveView = pTopView ? pTopView : pTableView; in ShowTipCursor()
919 EditView* pActiveView = pTopView ? pTopView : pTableView; in ShowTip()
940 EditView* pActiveView = pTopView ? pTopView : pTableView; in ShowTipBelow()
962 EditView* pActiveView = pTopView ? pTopView : pTableView; in UseFormulaData()
1134 EditView* pActiveView = pTopView ? pTopView : pTableView; in NextFormulaEntry()
1204 lcl_CompleteFunction( pTableView, aInsert, bParInserted ); in PasteFunctionData()
1215 EditView* pActiveView = pTopView ? pTopView : pTableView; in PasteFunctionData()
1299 EditView* pActiveView = pTopView ? pTopView : pTableView; in FormulaPreview()
1328 EditView* pActiveView = pTopView ? pTopView : pTableView; in PasteManualTip()
1336 if ( pTableView ) in PasteManualTip()
1337 pTableView->SetSelection( aAllSel ); in PasteManualTip()
1362 if ( pTableView ) in PasteManualTip()
1363 pTableView->SetSelection( aSel ); in PasteManualTip()
1368 if ( pTableView ) in PasteManualTip()
1369 pTableView->InsertText( aInsert, sal_True ); in PasteManualTip()
1392 EditView* pActiveView = pTopView ? pTopView : pTableView; in CursorAtClosingPar()
1409 EditView* pActiveView = pTopView ? pTopView : pTableView; in SkipClosingPar()
1421 if ( pTableView ) in SkipClosingPar()
1422 pTableView->SetSelection( aSel ); in SkipClosingPar()
1454 EditView* pActiveView = pTopView ? pTopView : pTableView; in UseColData()
1493 if ( pTableView ) in UseColData()
1495 pTableView->InsertText( aIns, sal_False ); in UseColData()
1496 pTableView->SetSelection( aSelection ); in UseColData()
1526 EditView* pActiveView = pTopView ? pTopView : pTableView; in NextAutoEntry()
1552 if ( pTableView ) in NextAutoEntry()
1554 pTableView->DeleteSelected(); in NextAutoEntry()
1555 pTableView->InsertText( aIns, sal_False ); in NextAutoEntry()
1556 pTableView->SetSelection( ESelection( in NextAutoEntry()
1601 if ( pTableView && !pTableView->HasSelection() ) // Selektion ist immer unten in UpdateParenthesis()
1603 ESelection aSel = pTableView->GetSelection(); in UpdateParenthesis()
1634 pTableView->InsertText( EMPTY_STRING, sal_False ); in UpdateParenthesis()
1648 if ( bParenthesisShown && !bFound && pTableView ) in UpdateParenthesis()
1652 pTableView->RemoveCharAttribs( i, EE_CHAR_WEIGHT ); in UpdateParenthesis()
1710 pTableView = pEngine->GetView(0); in UpdateActiveView()
1716 pTableView = pThis; in UpdateActiveView()
1720 pTableView = NULL; in UpdateActiveView()
1739 return pTopView ? pTopView : pTableView; in GetActiveView()
1836 EditView* pActiveView = pTopView ? pTopView : pTableView; in RemoveAdjust()
1852 EditView* pActiveView = pTopView ? pTopView : pTableView; in RemoveRangeFinder()
2061 if (pTableView && pTableView != pSourceView) in SyncViews()
2062 lcl_SetTopSelection( pTableView, aSel ); in SyncViews()
2064 else if (pTopView && pTableView) in SyncViews()
2067 lcl_SetTopSelection( pTableView, aSel ); in SyncViews()
2144 EditView* pActiveView = pTopView ? pTopView : pTableView; in DataChanged()
2252 EditView* pActiveView = pTopView ? pTopView : pTableView; in RemoveSelection()
2259 if (pTableView) in RemoveSelection()
2260 pTableView->SetSelection( aSel ); in RemoveSelection()
2355 if (pTableView) in SetMode()
2356 pTableView->SetEditEngineUpdateMode(sal_True); in SetMode()
2419 EditView* pActiveView = pTopView ? pTopView : pTableView; in EnterHandler()
2428 lcl_SelectionToEnd(pTableView); in EnterHandler()
2433 if (pTableView) in EnterHandler()
2434 pTableView->CompleteAutoCorrect(); in EnterHandler()
2798 if (!pTableView && !pTopView) in AddRefEntry()
2804 if (pTableView) in AddRefEntry()
2805 pTableView->InsertText( cSep, sal_False ); in AddRefEntry()
2828 if (!pTableView && !pTopView) in SetReference()
2832 EditView* pActiveView = pTopView ? pTopView : pTableView; in SetReference()
2842 if (pTableView) in SetReference()
2844 ESelection aTabSel = pTableView->GetSelection(); in SetReference()
2848 pTableView->SetSelection(aTabSel); in SetReference()
2893 if (pTableView || pTopView) in SetReference()
2895 if (pTableView) in SetReference()
2896 pTableView->InsertText( aRefStr, sal_True ); in SetReference()
2915 if (!pTableView && !pTopView) in InsertFunction()
2924 if (pTableView) in InsertFunction()
2926 pTableView->InsertText( aText, sal_False ); in InsertFunction()
2929 ESelection aSel = pTableView->GetSelection(); in InsertFunction()
2932 pTableView->SetSelection(aSel); in InsertFunction()
2962 if (!pTableView && !pTopView) in ClearText()
2968 if (pTableView) in ClearText()
2970 pTableView->GetEditEngine()->SetText( aEmpty ); in ClearText()
2971 pTableView->SetSelection( ESelection(0,0, 0,0) ); in ClearText()
3124 if (pTableView || pTopView) in KeyInput()
3131 if (pTableView) in KeyInput()
3133 pTableView->GetEditEngine()->SetText( aStrLoP ); in KeyInput()
3135 pTableView->SetSelection( ESelection(0,0, 0,0) ); // before the '%' in KeyInput()
3150 if (pTableView || pTopView) in KeyInput()
3156 if (pTableView) in KeyInput()
3157 if( pTableView->PostKeyEvent( KeyEvent( CHAR_CR, KeyCode(KEY_RETURN) ) ) ) in KeyInput()
3170 if (pTableView) in KeyInput()
3171 if ( pTableView->PostKeyEvent( rKEvt ) ) in KeyInput()
3237 if (pTableView || pTopView) in InputCommand()
3239 if (pTableView) in InputCommand()
3240 pTableView->Command( rCEvt ); in InputCommand()
3279 if (pTableView || pTopView) in InputCommand()
3282 if (pTableView) in InputCommand()
3284 pTableView->GetEditEngine()->SetText( aStrLoP ); in InputCommand()
3285 pTableView->SetSelection( ESelection(0,0, 0,0) ); in InputCommand()
3296 if (pTableView || pTopView) in InputCommand()
3298 if (pTableView) in InputCommand()
3299 pTableView->Command( rCEvt ); in InputCommand()
3712 if ( pTableView ) in GetFuncEditView()
3713 pTableView->GetEditEngine()->SetText( EMPTY_STRING ); in GetFuncEditView()
3715 pView = pTableView; in GetFuncEditView()