Lines Matching refs:ScInputHandler
96 sal_Bool ScInputHandler::bOptLoaded = sal_False; // App-Optionen ausgewertet
97 sal_Bool ScInputHandler::bAutoComplete = sal_False; // wird in KeyInput gesetzt
116 void ScInputHandler::InitRangeFinder( const String& rFormula ) in InitRangeFinder()
247 void ScInputHandler::UpdateRange( sal_uInt16 nIndex, const ScRange& rNew ) in UpdateRange()
292 void ScInputHandler::DeleteRangeFinder() in DeleteRangeFinder()
420 ScInputHandler::ScInputHandler() in ScInputHandler() function in ScInputHandler
469 __EXPORT ScInputHandler::~ScInputHandler() in ~ScInputHandler()
493 void ScInputHandler::SetRefScale( const Fraction& rX, const Fraction& rY ) in SetRefScale()
507 void ScInputHandler::UpdateRefDevice() in UpdateRefDevice()
536 void ScInputHandler::ImplCreateEditEngine() in ImplCreateEditEngine()
553 pEngine->SetModifyHdl( LINK( this, ScInputHandler, ModifyHdl ) ); in ImplCreateEditEngine()
557 void ScInputHandler::UpdateAutoCorrFlag() in UpdateAutoCorrFlag()
574 void ScInputHandler::UpdateSpellSettings( sal_Bool bFromStartTab ) in UpdateSpellSettings()
636 void ScInputHandler::GetFormulaData() in GetFormulaData()
697 IMPL_LINK( ScInputHandler, ShowHideTipVisibleParentListener, VclWindowEvent*, pEvent ) in IMPL_LINK() argument
704 IMPL_LINK( ScInputHandler, ShowHideTipVisibleSecParentListener, VclWindowEvent*, pEvent ) in IMPL_LINK() argument
711 void ScInputHandler::HideTip() in HideTip()
716 …pTipVisibleParent->RemoveEventListener( LINK( this, ScInputHandler, ShowHideTipVisibleParentListen… in HideTip()
723 void ScInputHandler::HideTipBelow() in HideTipBelow()
728 …pTipVisibleSecParent->RemoveEventListener( LINK( this, ScInputHandler, ShowHideTipVisibleSecParent… in HideTipBelow()
736 void ScInputHandler::ShowTipCursor() in ShowTipCursor()
914 void ScInputHandler::ShowTip( const String& rText ) in ShowTip()
932 …pTipVisibleParent->AddEventListener( LINK( this, ScInputHandler, ShowHideTipVisibleParentListener … in ShowTip()
936 void ScInputHandler::ShowTipBelow( const String& rText ) in ShowTipBelow()
956 …pTipVisibleSecParent->AddEventListener( LINK( this, ScInputHandler, ShowHideTipVisibleSecParentLis… in ShowTipBelow()
960 void ScInputHandler::UseFormulaData() in UseFormulaData()
1132 void ScInputHandler::NextFormulaEntry( sal_Bool bBack ) in NextFormulaEntry()
1192 void ScInputHandler::PasteFunctionData() in PasteFunctionData()
1296 void ScInputHandler::FormulaPreview() in FormulaPreview()
1317 void ScInputHandler::PasteManualTip() in PasteManualTip()
1377 void ScInputHandler::ResetAutoPar() in ResetAutoPar()
1382 void ScInputHandler::AutoParAdded() in AutoParAdded()
1387 sal_Bool ScInputHandler::CursorAtClosingPar() in CursorAtClosingPar()
1404 void ScInputHandler::SkipClosingPar() in SkipClosingPar()
1433 void ScInputHandler::GetColData() in GetColData()
1452 void ScInputHandler::UseColData() // beim Tippen in UseColData()
1524 void ScInputHandler::NextAutoEntry( sal_Bool bBack ) in NextAutoEntry()
1592 void ScInputHandler::UpdateParenthesis() in UpdateParenthesis()
1658 void ScInputHandler::ViewShellGone(ScTabViewShell* pViewSh) // wird synchron aufgerufen! in ViewShellGone()
1694 void ScInputHandler::UpdateActiveView() in UpdateActiveView()
1728 void ScInputHandler::StopInputWinEngine( sal_Bool bAll ) in StopInputWinEngine()
1736 EditView* ScInputHandler::GetActiveView() in GetActiveView()
1742 void ScInputHandler::ForgetLastPattern() in ForgetLastPattern()
1751 void ScInputHandler::UpdateAdjust( sal_Unicode cTyped ) in UpdateAdjust()
1800 void ScInputHandler::RemoveAdjust() in RemoveAdjust()
1842 void ScInputHandler::RemoveRangeFinder() in RemoveRangeFinder()
1858 sal_Bool ScInputHandler::StartTable( sal_Unicode cTyped, sal_Bool bFromCommand ) in StartTable()
2052 void ScInputHandler::SyncViews( EditView* pSourceView ) in SyncViews()
2071 IMPL_LINK( ScInputHandler, ModifyHdl, void *, EMPTYARG ) in IMPL_LINK() argument
2086 sal_Bool ScInputHandler::DataChanging( sal_Unicode cTyped, sal_Bool bFromCommand ) // return sal_T… in DataChanging()
2096 void ScInputHandler::DataChanged( sal_Bool bFromTopNotify, sal_Bool bSetModified ) in DataChanged()
2174 void ScInputHandler::UpdateFormulaMode() in UpdateFormulaMode()
2216 void ScInputHandler::ShowRefFrame() in ShowRefFrame()
2250 void ScInputHandler::RemoveSelection() in RemoveSelection()
2265 void ScInputHandler::InvalidateAttribs() in InvalidateAttribs()
2299 void ScInputHandler::SetMode( ScInputMode eNewMode ) in SetMode()
2399 void ScInputHandler::EnterHandler( sal_uInt8 nBlockMode ) in EnterHandler()
2734 void ScInputHandler::CancelHandler() in CancelHandler()
2785 sal_Bool ScInputHandler::IsModalMode( SfxObjectShell* pDocSh ) in IsModalMode()
2794 void ScInputHandler::AddRefEntry() in AddRefEntry()
2812 void ScInputHandler::SetReference( const ScRange& rRef, ScDocument* pDoc ) in SetReference()
2906 void ScInputHandler::InsertFunction( const String& rFuncName, sal_Bool bAddPar ) in InsertFunction()
2953 void ScInputHandler::ClearText() in ClearText()
2982 sal_Bool ScInputHandler::KeyInput( const KeyEvent& rKEvt, sal_Bool bStartEdit /* = sal_False */ ) in KeyInput()
3226 sal_Bool ScInputHandler::InputCommand( const CommandEvent& rCEvt, sal_Bool bForce ) in InputCommand()
3329 void ScInputHandler::NotifyChange( const ScInputHdlState* pState, in NotifyChange()
3504 pDelayTimer->SetTimeoutHdl( LINK( this, ScInputHandler, DelayTimer ) ); in NotifyChange()
3516 pDelayTimer->SetTimeoutHdl( LINK( this, ScInputHandler, DelayTimer ) ); in NotifyChange()
3526 void ScInputHandler::UpdateCellAdjust( SvxCellHorJustify eJust ) in UpdateCellAdjust()
3532 void ScInputHandler::ResetDelayTimer() in ResetDelayTimer()
3545 IMPL_LINK( ScInputHandler, DelayTimer, Timer*, pTimer ) in IMPL_LINK() argument
3584 void ScInputHandler::InputSelection( EditView* pView ) in InputSelection()
3594 void ScInputHandler::InputChanged( EditView* pView, sal_Bool bFromNotify ) in InputChanged()
3622 const String& ScInputHandler::GetEditString() in GetEditString()
3633 Size ScInputHandler::GetTextSize() in GetTextSize()
3642 sal_Bool ScInputHandler::GetTextAndFields( ScEditEngineDefaulter& rDestEngine ) in GetTextAndFields()
3687 void ScInputHandler::InputGetSelection( xub_StrLen& rStart, xub_StrLen& rEnd ) in InputGetSelection()
3695 EditView* ScInputHandler::GetFuncEditView() in GetFuncEditView()
3723 void ScInputHandler::InputSetSelection( xub_StrLen nStart, xub_StrLen nEnd ) in InputSetSelection()
3745 void ScInputHandler::InputReplaceSelection( const String& rStr ) in InputReplaceSelection()
3774 String ScInputHandler::InputGetFormulaStr() in InputGetFormulaStr()