Home
last modified time | relevance | path

Searched refs:pHdl (Results 1 – 25 of 87) sorted by path

1234

/trunk/main/basctl/source/dlged/
H A Ddlgedfunc.cxx153 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in KeyInput() local
154 if ( pHdl ) in KeyInput()
187 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in KeyInput() local
188 if ( pHdl ) in KeyInput()
190 Point aHdlPosition( pHdl->GetPos() ); in KeyInput()
249 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in KeyInput() local
251 if ( pHdl == 0 ) in KeyInput()
290 if ( pHdl && ( nX || nY ) ) in KeyInput()
292 Point aStartPoint( pHdl->GetPos() ); in KeyInput()
503 SdrHdl* pHdl = pView->PickHandle(aMDPos); in MouseButtonDown() local
[all …]
/trunk/main/chart2/source/controller/main/
H A DSelectionHelper.cxx636 …SdrHdl* pHdl = new SdrHdl(Point(basegfx::fround(aPoint.getX()), basegfx::fround(aPoint.getY())), H… in getMarkHandles() local
637 rHdlList.AddHdl(pHdl); in getMarkHandles()
682 SdrHdl* pHdl = new SdrHdl(aPos,HDL_POLY); in getMarkHandles() local
683 rHdlList.AddHdl(pHdl); in getMarkHandles()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DBuildEnvTools.java113 …final ProcessHandler pHdl = new ProcessHandler(cmdLines, (PrintWriter) log, workDir, shortWait, pa… in runCommandsInEnvironmentShell() local
114 pHdl.runCommand(); in runCommandsInEnvironmentShell()
115 return pHdl; in runCommandsInEnvironmentShell()
H A DOfficeProvider.java536 … final ProcessHandler pHdl = new ProcessHandler(sKillCommand, 1000); // 3000 seems to be too long in disposeOffice() local
537 pHdl.runCommand(); in disposeOffice()
539 pHdl.kill(); in disposeOffice()
H A DOfficeWatcher.java97 final ProcessHandler pHdl = new ProcessHandler(sKillCommand); in run() local
98 pHdl.executeSynchronously(); in run()
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx1202 SdrHdl* pHdl = _pHdl; in BegDragObj() local
1203 if ( pHdl ) in BegDragObj()
1443 SdrHdl* pHdl = _pSection->GetDragHdl(); in MovAction() local
1444 if ( pHdl ) in MovAction()
1446 aHdlPos = pHdl->GetPos(); in MovAction()
1640 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in handleKey() local
1642 if ( pHdl == 0 ) in handleKey()
1739 if ( pHdl && ( nX || nY ) ) in handleKey()
1741 const Point aStartPoint( pHdl->GetPos() ); in handleKey()
1746 rView.BegDragObj( aStartPoint, 0, pHdl, 0 ); in handleKey()
[all …]
H A Ddlgedfunc.cxx215 SdrHdl* pHdl = m_rView.PickHandle(m_aMDPos); in MouseButtonDown() local
219 if ( pHdl!=NULL || m_rView.IsMarkedHit(m_aMDPos) ) in MouseButtonDown()
223 m_pParent->getSectionWindow()->getViewsWindow()->BegDragObj(m_aMDPos, pHdl,&m_rView); in MouseButtonDown()
316 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in handleKeyEvent() local
317 if ( pHdl ) in handleKeyEvent()
356 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in handleKeyEvent() local
357 if ( pHdl ) in handleKeyEvent()
359 Point aHdlPosition( pHdl->GetPos() ); in handleKeyEvent()
/trunk/main/sc/source/filter/xml/
H A Dxmlstyle.cxx862 if(!pHdl) in GetPropertyHandler()
878 pHdl = new XmlScPropHdl_HoriJustify; in GetPropertyHandler()
893 pHdl = new XmlScPropHdl_Orientation; in GetPropertyHandler()
898 pHdl = new XmlScPropHdl_RotateAngle; in GetPropertyHandler()
908 pHdl = new XmlScPropHdl_VertJustify; in GetPropertyHandler()
913 pHdl = new XmlScPropHdl_BreakBefore; in GetPropertyHandler()
923 pHdl = new XmlScPropHdl_IsEqual; in GetPropertyHandler()
928 pHdl = new XmlScPropHdl_Vertical; in GetPropertyHandler()
933 if(pHdl) in GetPropertyHandler()
934 PutHdlCache(nType, pHdl); in GetPropertyHandler()
[all …]
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx240 if ( pHdl && pHdl->GetInputWindow() == this ) in ~ScInputWindow()
242 pHdl->SetInputWindow( NULL ); in ~ScInputWindow()
430 if ( pHdl ) in Select()
432 pHdl->InitRangeFinder( aFormula ); in Select()
447 EditView* pTopView = pHdl->GetTopView(); in Select()
927 pHdl->CancelHandler(); in Command()
1117 ScInputHandler* pHdl = SC_MOD()->GetInputHdl(); in StartEditEngine() local
1176 if ( pHdl && !pHdl->IsInOwnChange() ) in IMPL_LINK()
1717 if (pHdl) in DoEnter()
1718 pHdl->InsertFunction( aText ); in DoEnter()
[all …]
H A Dscmod.cxx1380 if (pHdl) in SetInputMode()
1387 return pHdl && pHdl->IsEditMode(); in IsEditMode()
1393 return pHdl && pHdl->IsInputMode(); in IsInputMode()
1407 if (pHdl) in InputEnterHandler()
1415 if (pHdl) in InputCancelHandler()
1422 if (pHdl) in InputSelection()
1429 if (pHdl) in InputChanged()
1436 if (pHdl) in ViewShellGone()
1456 if (pHdl) in InputGetSelection()
1463 if (pHdl) in InputSetSelection()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx1211 ScInputHandler* pHdl = SC_MOD()->GetInputHdl(pSh); in DoRecalc() local
1212 if ( pHdl && pHdl->IsInputMode() && pHdl->IsFormulaMode() && !bApi ) in DoRecalc()
1214 pHdl->FormulaPreview(); // Teilergebnis als QuickHelp in DoRecalc()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuconstr.cxx103 SdrHdl* pHdl = pView->PickHandle(aMDPos); in MouseButtonDown() local
105 if ( pHdl != NULL || pView->IsMarkedHit(aMDPos) ) in MouseButtonDown()
107 pView->BegDragObj(aMDPos, (OutputDevice*) NULL, pHdl, 1); in MouseButtonDown()
151 SdrHdl* pHdl=pView->PickHandle(aPnt); in MouseMove() local
153 if ( pHdl != NULL ) in MouseMove()
155 pViewShell->SetActivePointer(pHdl->GetPointer()); in MouseMove()
H A Dfudraw.cxx386 if(pHdl) in KeyInput()
388 Point aHdlPosition(pHdl->GetPos()); in KeyInput()
530 if(0L == pHdl) in KeyInput()
579 if(pHdl && (nX || nY)) in KeyInput()
632 if(pHdl) in KeyInput()
634 if(pHdl->GetKind() == HDL_POLY) in KeyInput()
640 if(pView->IsPointMarked(pHdl)) in KeyInput()
644 pView->UnmarkPoint(*pHdl); in KeyInput()
654 pView->MarkPoint(*pHdl); in KeyInput()
795 SdrHdl* pHdl = pView->PickHandle(aPnt); in ForcePointer() local
[all …]
H A Dfupoor.cxx300 SdrHdl* pHdl = pView->PickHandle(aMDPos); in IMPL_LINK() local
302 if ( pHdl==NULL && pView->IsMarkedHit(aMDPos) ) in IMPL_LINK()
H A Dfusel.cxx131 SdrHdl* pHdl = pView->PickHandle(aMDPos); in MouseButtonDown() local
135 if ( pHdl!=NULL || pView->IsMarkedHit(aMDPos) ) in MouseButtonDown()
149 if(pHdl && (pHdl->GetKind() != HDL_POLY && pHdl->GetKind() != HDL_CIRC)) in MouseButtonDown()
152 else if(!pHdl) in MouseButtonDown()
164 pView->BegDragObj(aMDPos, (OutputDevice*) NULL, pHdl); in MouseButtonDown()
297 pHdl=pView->PickHandle(aMDPos); in MouseButtonDown()
298 pView->BegDragObj(aMDPos, (OutputDevice*) NULL, pHdl); in MouseButtonDown()
H A Dfutext.cxx162 if (pHdl != NULL) in MouseButtonDown()
172 pView->MarkPoint(*pHdl); in MouseButtonDown()
176 pView->UnmarkPoint(*pHdl); in MouseButtonDown()
184 pView->MarkPoint(*pHdl); in MouseButtonDown()
187 pHdl=pView->GetHdl(nHdlNum); in MouseButtonDown()
196 if (pHdl == NULL && in MouseButtonDown()
234 if(pHdl->GetKind() != HDL_POLY && pHdl->GetKind() != HDL_CIRC) in MouseButtonDown()
281 pHdl=pView->GetHdl(nHdlNum); in MouseButtonDown()
290 if (pHdl!=NULL) in MouseButtonDown()
292 pView->MarkPoint(*pHdl); in MouseButtonDown()
[all …]
/trunk/main/sc/source/ui/formdlg/
H A Ddwfunctr.cxx893 ScInputHandler* pHdl = pScMod->GetInputHdl( pViewSh ); in DoEnter() local
899 if (pHdl) in DoEnter()
900 pHdl->ClearText(); in DoEnter()
943 if (pHdl) in DoEnter()
945 if(pHdl->GetEditString().Len()==0) in DoEnter()
950 EditView *pEdView=pHdl->GetActiveView(); in DoEnter()
955 pHdl->InsertFunction(aString); in DoEnter()
960 pHdl->DataChanged(); in DoEnter()
966 pHdl->DataChanged(); in DoEnter()
H A Dformula.cxx283 sal_Bool ScFormulaDlg::IsInputHdl(ScInputHandler* pHdl) in IsInputHdl() argument
293 if (((ScTabViewShell*)pSh)->GetInputHandler() == pHdl) in IsInputHdl()
304 ScInputHandler* pHdl=NULL; in GetNextInputHandler() local
307 while( pFrame && pHdl==NULL) in GetNextInputHandler()
313 pHdl=pViewSh->GetInputHandler(); in GetNextInputHandler()
320 return pHdl; in GetNextInputHandler()
591 ScInputHandler* pHdl = pScMod->GetInputHdl(); in switchBack() local
592 if ( pHdl ) in switchBack()
594 pHdl->ViewShellGone(NULL); // -> aktive View neu holen in switchBack()
595 pHdl->ShowRefFrame(); in switchBack()
/trunk/main/sc/source/ui/inc/
H A Dformdata.hxx44 void SetInputHandler(ScInputHandler* pHdl) { pInputHandler=pHdl;} in SetInputHandler() argument
H A Dformula.hxx127 sal_Bool IsInputHdl(ScInputHandler* pHdl);
/trunk/main/sc/source/ui/undo/
H A Dundostyl.cxx134 ScInputHandler* pHdl = SC_MOD()->GetInputHdl(); in lcl_DocStyleChanged() local
135 if (pHdl) in lcl_DocStyleChanged()
136 pHdl->ForgetLastPattern(); in lcl_DocStyleChanged()
/trunk/main/sc/source/ui/view/
H A Dcellsh1.cxx1817 ScInputHandler* pHdl = pScMod->GetInputHdl( pTabViewShell ); in ExecuteEdit() local
1818 if (pHdl) in ExecuteEdit()
1824 pHdl->InsertFunction( aName, sal_False ); // ohne "()" in ExecuteEdit()
H A Dcellsh3.cxx194 ScInputHandler* pHdl = SC_MOD()->GetInputHdl( pTabViewShell ); in Execute() local
195 if ( !pHdl || !pHdl->IsInEnterHandler() ) in Execute()
H A Dcellsh4.cxx282 ScInputHandler* pHdl = SC_MOD()->GetInputHdl( pTabViewShell ); in ExecuteMove() local
283 if (pHdl) in ExecuteMove()
285 ScInputWindow* pWin = pHdl->GetInputWindow(); in ExecuteMove()
H A Deditsh.cxx180 ScInputHandler* pHdl = GetMyInputHdl(); in Execute() local
198 pHdl->DataChanging(); in Execute()
637 pHdl->SetSelIsRef(sal_True); in Execute()
663 EditView* pActiveView = pHdl ? pHdl->GetActiveView() : pEditView; in GetState()
743 EditView* pActiveView = pHdl ? pHdl->GetActiveView() : pEditView; in GetURLField()
1042 pHdl->SetModified(); in ExecuteAttr()
1110 if ( pHdl && pHdl->IsFormulaMode() ) in GetAttrState()
1170 pHdl->DataChanging(); in ExecuteUndo()
1206 pHdl->DataChanged(); in ExecuteUndo()
1252 pHdl->DataChanging(); in ExecuteTrans()
[all …]

Completed in 156 milliseconds

1234