/trunk/main/sc/source/ui/app/ |
H A D | inputhdl.cxx | 420 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 D | scmod.cxx | 1350 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 D | inputwin.cxx | 239 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()
|
/trunk/main/sc/source/ui/inc/ |
H A D | formdata.hxx | 30 class ScInputHandler; 41 ScInputHandler* GetInputHandler() { return pInputHandler;} in GetInputHandler() 44 void SetInputHandler(ScInputHandler* pHdl) { pInputHandler=pHdl;} in SetInputHandler() 55 ScInputHandler* pInputHandler;
|
H A D | inputwin.hxx | 38 class ScInputHandler; 183 void SetInputHandler( ScInputHandler* pNew ); 185 ScInputHandler* GetInputHandler(){ return pInputHdl;} in GetInputHandler() 200 ScInputHandler* pInputHdl;
|
H A D | inputhdl.hxx | 55 class ScInputHandler class 155 ScInputHandler(); 156 virtual ~ScInputHandler(); 260 friend class ScInputHandler;
|
H A D | formula.hxx | 54 class ScInputHandler; 127 sal_Bool IsInputHdl(ScInputHandler* pHdl); 128 ScInputHandler* GetNextInputHandler(ScDocShell* pDocShell,PtrTabViewShell* ppViewSh);
|
H A D | editsh.hxx | 36 class ScInputHandler; 51 ScInputHandler* GetMyInputHdl();
|
H A D | tabvwsh.hxx | 54 class ScInputHandler; 126 ScInputHandler* pInputHandler; // fuer OLE-Eingabezeile 258 ScInputHandler* GetInputHandler() const;
|
/trunk/main/sc/source/ui/formdlg/ |
H A D | formula.cxx | 124 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 D | dwfunctr.cxx | 893 ScInputHandler* pHdl = pScMod->GetInputHdl( pViewSh ); in DoEnter()
|
/trunk/main/sc/inc/ |
H A D | scmod.hxx | 68 class ScInputHandler; 123 ScInputHandler* pRefInputHandler; 236 ScInputHandler* GetInputHdl( ScTabViewShell* pViewSh = NULL, sal_Bool bUseRef = sal_True ); 238 void SetRefInputHdl( ScInputHandler* pNew ); 239 ScInputHandler* GetRefInputHdl();
|
/trunk/main/sc/source/ui/view/ |
H A D | editsh.cxx | 134 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 D | tabvwsh4.cxx | 146 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 D | tabvwsha.cxx | 559 ScInputHandler* pHdl = pScMod->GetInputHdl(); in IsRefInputMode() 613 ScInputHandler* pHdl = pInputHandler ? pInputHandler : SC_MOD()->GetInputHdl(); in UpdateInputHandler() 706 if( ScInputHandler* pHdl = pInputHandler ? pInputHandler : SC_MOD()->GetInputHdl() ) in UpdateInputHandlerCellAdjust()
|
H A D | tabvwsh9.cxx | 145 ScInputHandler* ScTabViewShell::GetInputHandler() const in GetInputHandler()
|
H A D | tabview3.cxx | 1940 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 D | gridwin.cxx | 2663 ScInputHandler* pHdl = pScMod->GetInputHdl(); in StartDrag() 2670 ScInputHandler* pViewHdl = pScMod->GetInputHdl( pViewData->GetViewShell() ); in StartDrag() 2746 ScInputHandler* pHdl = pScMod->GetInputHdl( pViewData->GetViewShell() ); in Command() 2762 ScInputHandler* pHdl = pScMod->GetInputHdl( pViewData->GetViewShell() ); in Command() 2914 ScInputHandler* pHdl = pScMod->GetInputHdl(); in Command() 4630 ScInputHandler* pHdl = SC_MOD()->GetInputHdl( pViewData->GetViewShell() ); in HitRangeFinder() 4830 ScInputHandler* pHdl = SC_MOD()->GetInputHdl( pViewData->GetViewShell() ); in RFMouseMove()
|
H A D | tabvwshe.cxx | 196 ScInputHandler* pHdl = pScMod->GetInputHdl( pViewData->GetViewShell() ); in InsertURLField()
|
H A D | cellsh4.cxx | 282 ScInputHandler* pHdl = SC_MOD()->GetInputHdl( pTabViewShell ); in ExecuteMove()
|
H A D | viewfunc.cxx | 1566 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 D | cellsh3.cxx | 194 ScInputHandler* pHdl = SC_MOD()->GetInputHdl( pTabViewShell ); in Execute()
|
/trunk/main/sc/source/ui/miscdlgs/ |
H A D | anyrefdg.cxx | 86 ScInputHandler* pInputHdl = SC_MOD()->GetInputHdl(); in ~ScFormulaReferenceHelper() 732 ScInputHandler* pInputHdl = SC_MOD()->GetInputHdl(pScViewShell); in EnterRefMode()
|
/trunk/main/sc/source/ui/undo/ |
H A D | undostyl.cxx | 134 ScInputHandler* pHdl = SC_MOD()->GetInputHdl(); in lcl_DocStyleChanged()
|
/trunk/main/sc/source/ui/Accessibility/ |
H A D | AccessibleEditObject.cxx | 396 const ScInputHandler* pInputHdl = SC_MOD()->GetInputHdl(); in CreateTextHelper()
|