Home
last modified time | relevance | path

Searched refs:ScInputHandler (Results 1 – 25 of 31) sorted by relevance

12

/aoo41x/main/sc/source/ui/app/
H A Dinputhdl.cxx420 ScInputHandler::ScInputHandler() in ScInputHandler() function in ScInputHandler
469 __EXPORT ScInputHandler::~ScInputHandler() in ~ScInputHandler()
711 void ScInputHandler::HideTip() in HideTip()
723 void ScInputHandler::HideTipBelow() in HideTipBelow()
736 void ScInputHandler::ShowTipCursor() in ShowTipCursor()
1377 void ScInputHandler::ResetAutoPar() in ResetAutoPar()
1382 void ScInputHandler::AutoParAdded() in AutoParAdded()
1433 void ScInputHandler::GetColData() in GetColData()
2794 void ScInputHandler::AddRefEntry() in AddRefEntry()
2953 void ScInputHandler::ClearText() in ClearText()
[all …]
H A Dscmod.cxx1350 ScInputHandler* pHdl = NULL; in GetInputHdl()
1379 ScInputHandler* pHdl = GetInputHdl(); in SetInputMode()
1386 ScInputHandler* pHdl = GetInputHdl(); in IsEditMode()
1392 ScInputHandler* pHdl = GetInputHdl(); in IsInputMode()
1398 ScInputHandler* pHdl = GetInputHdl(); in InputKeyEvent()
1414 ScInputHandler* pHdl = GetInputHdl(); in InputCancelHandler()
1421 ScInputHandler* pHdl = GetInputHdl(); in InputSelection()
1428 ScInputHandler* pHdl = GetInputHdl(); in InputChanged()
1435 ScInputHandler* pHdl = GetInputHdl(); in ViewShellGone()
1455 ScInputHandler* pHdl = GetInputHdl(); in InputGetSelection()
[all …]
H A Dinputwin.cxx239 ScInputHandler* pHdl = ((ScTabViewShell*)pSh)->GetInputHandler(); in ~ScInputWindow()
252 void ScInputWindow::SetInputHandler( ScInputHandler* pNew ) in SetInputHandler()
429 ScInputHandler* pHdl = pScMod->GetInputHdl( pViewSh ); in Select()
924 ScInputHandler* pHdl = pScMod->GetInputHdl( pStartViewSh ); in Command()
1117 ScInputHandler* pHdl = SC_MOD()->GetInputHdl(); in StartEditEngine()
1171 ScInputHandler* pHdl = SC_MOD()->GetInputHdl(); in IMPL_LINK()
1716 ScInputHandler* pHdl = pScMod->GetInputHdl( pViewSh ); in DoEnter()
1826 ScInputHandler* pHdl = SC_MOD()->GetInputHdl( PTR_CAST( ScTabViewShell, pCurSh ) ); in ReleaseFocus_Impl()
/aoo41x/main/sc/source/ui/inc/
H A Dformdata.hxx30 class ScInputHandler;
41 ScInputHandler* GetInputHandler() { return pInputHandler;} in GetInputHandler()
44 void SetInputHandler(ScInputHandler* pHdl) { pInputHandler=pHdl;} in SetInputHandler()
55 ScInputHandler* pInputHandler;
H A Dinputwin.hxx38 class ScInputHandler;
183 void SetInputHandler( ScInputHandler* pNew );
185 ScInputHandler* GetInputHandler(){ return pInputHdl;} in GetInputHandler()
200 ScInputHandler* pInputHdl;
H A Dinputhdl.hxx55 class ScInputHandler class
155 ScInputHandler();
156 virtual ~ScInputHandler();
260 friend class ScInputHandler;
H A Dformula.hxx54 class ScInputHandler;
127 sal_Bool IsInputHdl(ScInputHandler* pHdl);
128 ScInputHandler* GetNextInputHandler(ScDocShell* pDocShell,PtrTabViewShell* ppViewSh);
H A Deditsh.hxx36 class ScInputHandler;
51 ScInputHandler* GetMyInputHdl();
H A Dtabvwsh.hxx54 class ScInputHandler;
126 ScInputHandler* pInputHandler; // fuer OLE-Eingabezeile
257 ScInputHandler* GetInputHandler() const;
/aoo41x/main/sc/inc/
H A Dscmod.hxx68 class ScInputHandler;
123 ScInputHandler* pRefInputHandler;
236 ScInputHandler* GetInputHdl( ScTabViewShell* pViewSh = NULL, sal_Bool bUseRef = sal_True );
238 void SetRefInputHdl( ScInputHandler* pNew );
239 ScInputHandler* GetRefInputHdl();
/aoo41x/main/sc/source/ui/formdlg/
H A Dformula.cxx124 ScInputHandler* pInputHdl = SC_MOD()->GetInputHdl(pScViewShell); in ScFormulaDlg()
215 ScInputHandler* pInputHdl = pScMod->GetInputHdl(); in notifyChange()
238 ScInputHandler* pInputHdl = GetNextInputHandler(pData->GetDocShell(),&pTabViewShell); in fill()
283 sal_Bool ScFormulaDlg::IsInputHdl(ScInputHandler* pHdl) in IsInputHdl()
302 ScInputHandler* ScFormulaDlg::GetNextInputHandler(ScDocShell* pDocShell,PtrTabViewShell* ppViewSh) in GetNextInputHandler()
304 ScInputHandler* pHdl=NULL; in GetNextInputHandler()
591 ScInputHandler* pHdl = pScMod->GetInputHdl(); in switchBack()
H A Ddwfunctr.cxx893 ScInputHandler* pHdl = pScMod->GetInputHdl( pViewSh ); in DoEnter()
/aoo41x/main/sc/source/ui/view/
H A Deditsh.cxx134 ScInputHandler* ScEditShell::GetMyInputHdl() in GetMyInputHdl()
180 ScInputHandler* pHdl = GetMyInputHdl(); in Execute()
662 ScInputHandler* pHdl = GetMyInputHdl(); in GetState()
742 ScInputHandler* pHdl = GetMyInputHdl(); in GetURLField()
1041 ScInputHandler* pHdl = GetMyInputHdl(); in ExecuteAttr()
1109 ScInputHandler* pHdl = GetMyInputHdl(); in GetAttrState()
1164 ScInputHandler* pHdl = GetMyInputHdl(); in ExecuteUndo()
1227 ScInputHandler* pHdl = GetMyInputHdl(); in GetUndoState()
1245 ScInputHandler* pHdl = GetMyInputHdl(); in ExecuteTrans()
H A Dtabvwsh4.cxx146 ScInputHandler* pOldHdl=pWin->GetInputHandler(); in Activate()
190 ScInputHandler* pHdl = pScMod->GetInputHdl(this); in Activate()
247 ScInputHandler* pHdl = SC_MOD()->GetInputHdl(this); in Deactivate()
298 ScInputHandler* pHdl = SC_MOD()->GetInputHdl( this ); in PrepareClose()
1337 ScInputHandler* pHdl = pScMod->GetInputHdl(this); in TabKeyInput()
1664 pInputHandler = new ScInputHandler; in Construct()
H A Dtabvwsha.cxx548 ScInputHandler* pHdl = pScMod->GetInputHdl(); in IsRefInputMode()
602 ScInputHandler* pHdl = pInputHandler ? pInputHandler : SC_MOD()->GetInputHdl(); in UpdateInputHandler()
695 if( ScInputHandler* pHdl = pInputHandler ? pInputHandler : SC_MOD()->GetInputHdl() ) in UpdateInputHandlerCellAdjust()
H A Dtabvwsh9.cxx145 ScInputHandler* ScTabViewShell::GetInputHandler() const in GetInputHandler()
H A Dtabview3.cxx1940 ScInputHandler* pInputHdl = SC_MOD()->GetInputHdl(); in KillEditView()
2102 ScInputHandler* pHdl = SC_MOD()->GetInputHdl( aViewData.GetViewShell() ); in PaintRangeFinder()
2573 ScInputHandler* pHdl = SC_MOD()->GetInputHdl(aViewData.GetViewShell()); in ActivateView()
2761 ScInputHandler* pHdl = SC_MOD()->GetInputHdl(aViewData.GetViewShell()); in ZoomChanged()
H A Dgridwin.cxx2648 ScInputHandler* pHdl = pScMod->GetInputHdl(); in StartDrag()
2655 ScInputHandler* pViewHdl = pScMod->GetInputHdl( pViewData->GetViewShell() ); in StartDrag()
2731 ScInputHandler* pHdl = pScMod->GetInputHdl( pViewData->GetViewShell() ); in Command()
2747 ScInputHandler* pHdl = pScMod->GetInputHdl( pViewData->GetViewShell() ); in Command()
2899 ScInputHandler* pHdl = pScMod->GetInputHdl(); in Command()
4615 ScInputHandler* pHdl = SC_MOD()->GetInputHdl( pViewData->GetViewShell() ); in HitRangeFinder()
4815 ScInputHandler* pHdl = SC_MOD()->GetInputHdl( pViewData->GetViewShell() ); in RFMouseMove()
H A Dtabvwshe.cxx196 ScInputHandler* pHdl = pScMod->GetInputHdl( pViewData->GetViewShell() ); in InsertURLField()
H A Dcellsh4.cxx282 ScInputHandler* pHdl = SC_MOD()->GetInputHdl( pTabViewShell ); in ExecuteMove()
H A Dviewfunc.cxx1566 ScInputHandler* pHdl = SC_MOD()->GetInputHdl(); in RemoveStyleSheetInUse()
1593 ScInputHandler* pHdl = SC_MOD()->GetInputHdl(); in UpdateStyleSheetInUse()
2431 ScInputHandler* pHdl = pScMod->GetInputHdl( GetViewData()->GetViewShell() ); in ModifyCellSize()
2526 ScInputHandler* pHdl = pScMod->GetInputHdl( GetViewData()->GetViewShell() ); in ModifyCellSize()
H A Dcellsh3.cxx194 ScInputHandler* pHdl = SC_MOD()->GetInputHdl( pTabViewShell ); in Execute()
/aoo41x/main/sc/source/ui/miscdlgs/
H A Danyrefdg.cxx86 ScInputHandler* pInputHdl = SC_MOD()->GetInputHdl(); in ~ScFormulaReferenceHelper()
732 ScInputHandler* pInputHdl = SC_MOD()->GetInputHdl(pScViewShell); in EnterRefMode()
/aoo41x/main/sc/source/ui/undo/
H A Dundostyl.cxx134 ScInputHandler* pHdl = SC_MOD()->GetInputHdl(); in lcl_DocStyleChanged()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleEditObject.cxx396 const ScInputHandler* pInputHdl = SC_MOD()->GetInputHdl(); in CreateTextHelper()

Completed in 191 milliseconds

12