Home
last modified time | relevance | path

Searched refs:pHdl (Results 1 – 25 of 89) sorted by relevance

1234

/aoo41x/main/xmloff/source/style/
H A DPageMasterPropHdlFactory.cxx73 if( !pHdl ) in GetPropertyHandler()
78 pHdl = new XMLPMPropHdl_PageStyleLayout(); in GetPropertyHandler()
81 pHdl = new XMLPMPropHdl_NumFormat(); in GetPropertyHandler()
84 pHdl = new XMLPMPropHdl_NumLetterSync(); in GetPropertyHandler()
87 pHdl = new XMLPMPropHdl_PaperTrayNumber(); in GetPropertyHandler()
90 pHdl = new XMLNamedBoolPropertyHdl( in GetPropertyHandler()
129 pHdl = new XMLPMPropHdl_CenterVertical(); in GetPropertyHandler()
132 pHdl = new XMLTextColumnsPropertyHandler; in GetPropertyHandler()
140 if( pHdl ) in GetPropertyHandler()
141 PutHdlCache( nType, pHdl ); in GetPropertyHandler()
[all …]
H A Dxmlprmap.cxx55 pHdl( rFactory->GetPropertyHandler( rMapEntry.mnType & MID_FLAG_MASK ) ) in XMLPropertySetMapperEntry_Impl()
67 pHdl( rEntry.pHdl) in XMLPropertySetMapperEntry_Impl()
69 DBG_ASSERT( pHdl, "Unknown XML property type handler!" ); in XMLPropertySetMapperEntry_Impl()
130 const XMLPropertyHandler* pHdl = GetPropertyHandler( rProperty.mnIndex ); in exportXML() local
132 DBG_ASSERT( pHdl, "Unknown XML Type!" ); in exportXML()
133 if( pHdl ) in exportXML()
134 bRet = pHdl->exportXML( rStrExpValue, rProperty.maValue, in exportXML()
151 const XMLPropertyHandler* pHdl = GetPropertyHandler( rProperty.mnIndex ); in importXML() local
153 if( pHdl ) in importXML()
154 bRet = pHdl->importXML( rStrImpValue, rProperty.maValue, in importXML()
/aoo41x/main/sc/source/ui/app/
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 …]
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 …]
/aoo41x/main/xmloff/source/text/
H A Dtxtprhdl.cxx1275 const XMLPropertyHandler* pHdl = 0; in GetPropertyHandler() local
1279 pHdl = new XMLDropCapPropHdl_Impl; in GetPropertyHandler()
1282 pHdl = new XMLWrapPropHdl_Impl; in GetPropertyHandler()
1291 pHdl = new XMLOpaquePropHdl_Impl; in GetPropertyHandler()
1303 pHdl = new XMLAnchorTypePropHdl; in GetPropertyHandler()
1427 pHdl = new XMLNamedBoolPropertyHdl( in GetPropertyHandler()
1446 return pHdl; in GetPropertyHandler()
1473 const XMLPropertyHandler *pHdl = in GetPropertyHandler() local
1476 if( !pHdl ) in GetPropertyHandler()
1483 pHdl = pNewHdl; in GetPropertyHandler()
[all …]
/aoo41x/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx554 SmartHdl* pHdl = &rHdl; in MouseButtonDown() local
567 pHdl = NULL; in MouseButtonDown()
575 if (pHdl) in MouseButtonDown()
592 if( (pHdl->GetKind() == HDL_MOVE) || (pHdl->GetKind() == HDL_SMARTTAG) ) in MouseButtonDown()
673 if(pHdl) in OnTabHandles()
695 if(pHdl && pHdl->GetKind() == HDL_POLY ) in OnMarkHandle()
714 mrView.MarkPoint(*pHdl); in OnMarkHandle()
772 if(pHdl) in OnMove()
781 if( (pHdl->GetKind() == HDL_MOVE) || (pHdl->GetKind() == HDL_SMARTTAG) ) in OnMove()
891 …if( pHdl && (pHdl->getTag().get() == this) && mrView.IsPointMarkable(*pHdl) && pHdl->IsSelected()=… in MarkPoints()
[all …]
/aoo41x/main/xmloff/source/draw/
H A Dsdpropls.cxx886 if(!pHdl) in GetPropertyHandler()
937 pHdl = new XMLDurationPropertyHdl(); in GetPropertyHandler()
947 pHdl = new XMLOpacityPropertyHdl(mpImport); in GetPropertyHandler()
1015 pHdl = new XMLNumRulePropHdl( xCompare ); in GetPropertyHandler()
1054 pHdl = new XMLTextAnimationStepPropertyHdl; in GetPropertyHandler()
1119 pHdl = new XMLIsPercentagePropertyHandler(); in GetPropertyHandler()
1122 pHdl = new XMLCaptionEscapeRelative(); in GetPropertyHandler()
1154 pHdl = new XMLMoveSizeProtectHdl( nType ); in GetPropertyHandler()
1161 if(pHdl) in GetPropertyHandler()
1162 PutHdlCache(nType, pHdl); in GetPropertyHandler()
[all …]
/aoo41x/main/svx/source/svdraw/
H A Dsvdmrkv1.cxx131 if (pHdl==NULL || pHdl->IsPlusHdl() || pHdl->GetKind()==HDL_GLUE) in ImpMarkPoint()
134 if (pHdl->IsSelected() != bUnmark) in ImpMarkPoint()
137 SdrObject* pObj=pHdl->GetObj(); in ImpMarkPoint()
167 pHdl->SetSelected(!bUnmark); in ImpMarkPoint()
244 if (IsPointMarkable(*pHdl) && pHdl->IsSelected()==bUnmark) { in MarkPoints()
268 Point aPos(pHdl->GetPos()); in MarkPoints()
345 SdrHdlKind eKind=pHdl->GetKind(); in ImpSetPointsRects()
347 Point aPt(pHdl->GetPos()); in ImpSetPointsRects()
683 if (pHdl->GetObj()==pObj && in GetGluePointHdl()
684 pHdl->GetKind()==HDL_GLUE && in GetGluePointHdl()
[all …]
H A Dsvddrgv.cxx240 if (eTmpMode==SDRDRAG_MOVE && pHdl!=NULL && pHdl->GetKind()!=HDL_MOVE) { in BegDragObj()
247 (pHdl==NULL || pHdl->GetObj()==NULL)) { in BegDragObj()
252 if(pHdl == NULL in BegDragObj()
253 || pHdl->GetKind() == HDL_MOVE in BegDragObj()
254 || pHdl->GetKind() == HDL_MIRX in BegDragObj()
268 aDragStat.SetHdl(pHdl); in BegDragObj()
271 pDragHdl=pHdl; in BegDragObj()
272 eDragHdl= pHdl==NULL ? HDL_MOVE : pHdl->GetKind(); in BegDragObj()
278 if(pHdl && (pHdl->GetKind() == HDL_SMARTTAG) && pForcedMeth ) in BegDragObj()
795 SdrHdl* pHdl=NULL; in BegInsGluePoint() local
[all …]
H A Dsvdocapt.cxx306 pHdl->SetPolyNum(1L); in GetHdl()
307 pHdl->SetPointNum(nPntNum); in GetHdl()
308 return pHdl; in GetHdl()
326 const SdrHdl* pHdl = rDrag.GetHdl(); in beginSpecialDrag() local
330 if(pHdl && 0 == pHdl->GetPolyNum()) in beginSpecialDrag()
338 if(!pHdl) in beginSpecialDrag()
355 if((1 == pHdl->GetPolyNum()) && (0 == pHdl->GetPointNum())) in beginSpecialDrag()
367 if(pHdl && 0 == pHdl->GetPolyNum()) in applySpecialDrag()
379 if(!pHdl) in applySpecialDrag()
407 if(pHdl && 0 == pHdl->GetPolyNum()) in getSpecialDragComment()
[all …]
H A Dsvdview.cxx61 : pHdl(NULL), in SdrViewEvent()
381 else if (pHdl!=NULL) in PickAnything()
664 sal_Bool bGlue=pHdl->GetKind()==HDL_GLUE; in PickAnything()
682 pObj=pHdl->GetObj(); in PickAnything()
763 rVEvt.pHdl=pHdl; in PickAnything()
1092 SdrHdl* pHdl=aVEvt.pHdl; in GetPreferedPointer() local
1094 if (pHdl!=NULL || bMarkHit) { in GetPreferedPointer()
1095 SdrHdlKind eHdl= pHdl!=NULL ? pHdl->GetKind() : HDL_MOVE; in GetPreferedPointer()
1096 sal_Bool bCorner=pHdl!=NULL && pHdl->IsCornerHdl(); in GetPreferedPointer()
1097 sal_Bool bVertex=pHdl!=NULL && pHdl->IsVertexHdl(); in GetPreferedPointer()
[all …]
H A Dsvdhdl.cxx2122 if(pHdl) in ResetFocusHdl()
2124 pHdl->Touch(); in ResetFocusHdl()
2158 pHdl->Touch(); in SetHdlSize()
2174 pHdl->Touch(); in SetMoveOutside()
2200 pHdl->Touch(); in SetFineHdl()
2217 delete pHdl; in Clear()
2256 if (pHdl==NULL) in GetHdlNum()
2264 if (pHdl!=NULL) in AddHdl()
2290 if (pHdl==pHdl0) in IsHdlListHit()
2296 pRet=pHdl; in IsHdlListHit()
[all …]
/aoo41x/main/xmloff/source/chart/
H A DPropertyMaps.cxx88 if( ! pHdl ) in GetPropertyHandler()
96 pHdl = new XMLAxisPositionPropertyHdl( true ); in GetPropertyHandler()
126 pHdl = new XMLErrorIndicatorPropertyHdl( sal_False ); in GetPropertyHandler()
129 pHdl = new XMLErrorIndicatorPropertyHdl( sal_True ); in GetPropertyHandler()
134 pHdl = new XMLEnumPropertyHdl( aXMLChartSolidTypeEnumMap, in GetPropertyHandler()
147 pHdl = new XMLTextOrientationHdl(); in GetPropertyHandler()
155 pHdl = new XMLSymbolTypePropertyHdl( false ); in GetPropertyHandler()
159 pHdl = new XMLSymbolTypePropertyHdl( true ); in GetPropertyHandler()
167 if( pHdl ) in GetPropertyHandler()
168 PutHdlCache( nType, pHdl ); in GetPropertyHandler()
[all …]
/aoo41x/main/sd/source/ui/func/
H A Dfupoor.cxx360 if(pHdl) in IMPL_LINK_INLINE_END()
591 if(pHdl) in IMPL_LINK_INLINE_END()
593 if(pHdl->GetKind() == HDL_POLY) in IMPL_LINK_INLINE_END()
599 if(mpView->IsPointMarked(*pHdl)) in IMPL_LINK_INLINE_END()
603 mpView->UnmarkPoint(*pHdl); in IMPL_LINK_INLINE_END()
613 mpView->MarkPoint(*pHdl); in IMPL_LINK_INLINE_END()
693 if(pHdl && pHdl->GetObj() && pHdl->GetObj()->ISA(SdrEdgeObj) && 0 == pHdl->GetPolyNum()) in IMPL_LINK_INLINE_END()
697 if(0L == pHdl->GetPointNum()) in IMPL_LINK_INLINE_END()
704 if(1L == pHdl->GetPointNum()) in IMPL_LINK_INLINE_END()
757 if(0L == pHdl) in IMPL_LINK_INLINE_END()
[all …]
H A Dfusel.cxx111 pHdl(NULL), in FuSelection()
167 pHdl = NULL; in MouseButtonDown()
512 pHdl = NULL; in MouseButtonDown()
520 if (pHdl) in MouseButtonDown()
531 pHdl = mpView->PickHandle(aMDPos); in MouseButtonDown()
532 if(pHdl) in MouseButtonDown()
662 pHdl = NULL; in MouseButtonUp()
741 if (!pHdl) in MouseButtonUp()
841 pHdl = NULL; in MouseButtonUp()
862 pHdl = NULL; in MouseButtonUp()
[all …]
H A Dsmarttag.cxx245 SdrHdl* pHdl = mrView.PickHandle(aMDPos); in MouseButtonDown() local
248 if( mxSelectedTag.is() && !pHdl ) in MouseButtonDown()
256 SmartHdl* pSmartHdl = dynamic_cast< SmartHdl* >( pHdl ); in MouseButtonDown()
293 SdrHdl* pHdl = mrView.PickHandle(aMDPos); in RequestHelp() local
295 if( pHdl ) in RequestHelp()
298 SmartHdl* pSmartHdl = dynamic_cast< SmartHdl* >( pHdl ); in RequestHelp()
317 SdrHdl* pHdl = mrView.PickHandle(aMDPos); in Command() local
319 if( pHdl ) in Command()
322 SmartHdl* pSmartHdl = dynamic_cast< SmartHdl* >( pHdl ); in Command()
H A Dfuediglu.cxx139 SdrHdl* pHdl = aVEvt.pHdl; in MouseButtonDown() local
144 pHdl = NULL; in MouseButtonDown()
147 if (pHdl) in MouseButtonDown()
150 mpView->BegDragObj(aMDPos, (OutputDevice*) NULL, aVEvt.pHdl, nDrgLog); in MouseButtonDown()
186 SdrHdl* pHdl = mpView->GetGluePointHdl(aVEvt.pObj, aVEvt.nGlueId); in MouseButtonDown() local
188 if (pHdl) in MouseButtonDown()
190 mpView->BegDragObj(aMDPos, (OutputDevice*) NULL, pHdl, nDrgLog); in MouseButtonDown()
221 mpView->BegDragObj(aMDPos, (OutputDevice*) NULL, aVEvt.pHdl, nDrgLog); in MouseButtonDown()
H A Dfudraw.cxx139 const SdrHdl* pHdl = mpView->GetDragStat().GetHdl(); in MouseButtonDown() local
141 if (!pHdl || (!pHdl->IsCornerHdl() && !pHdl->IsVertexHdl())) in MouseButtonDown()
261 const SdrHdl* pHdl = mpView->GetDragStat().GetHdl(); in MouseMove() local
263 if (!pHdl || (!pHdl->IsCornerHdl() && !pHdl->IsVertexHdl())) in MouseMove()
627 SdrHdl* pHdl = mpView->PickHandle(aPnt); in ForcePointer() local
629 if (SD_MOD()->GetWaterCan() && !pHdl) in ForcePointer()
637 else if (!pHdl && in ForcePointer()
1120 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in cancel() local
1122 if(pHdl) in cancel()
/aoo41x/main/sc/source/ui/view/
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 …]
/aoo41x/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 …]
/aoo41x/main/sc/source/ui/drawfunc/
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 …]
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 …]
/aoo41x/main/svx/source/dialog/
H A Dgraphctl.cxx431 if(pHdl) in KeyInput()
560 if(0L == pHdl) in KeyInput()
603 if(pHdl && (nX || nY)) in KeyInput()
606 Point aStartPoint(pHdl->GetPos()); in KeyInput()
644 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in KeyInput() local
646 if(pHdl) in KeyInput()
648 if(pHdl->GetKind() == HDL_POLY) in KeyInput()
651 sal_uInt32 nPol(pHdl->GetPolyNum()); in KeyInput()
654 if(pView->IsPointMarked(*pHdl)) in KeyInput()
658 pView->UnmarkPoint(*pHdl); in KeyInput()
[all …]
/aoo41x/main/tools/source/ref/
H A Derrinf.cxx222 ErrorContext *&pHdl=pData->pFirstCtx; in ErrorContext() local
224 pNext=pHdl; in ErrorContext()
225 pHdl=this; in ErrorContext()
246 ErrorHandler *&pHdl=pData->pFirstHdl; in ErrorHandler() local
247 pImpl->pNext=pHdl; in ErrorHandler()
248 pHdl=this; in ErrorHandler()
415 for(const ErrorHandler *pHdl=pStart;pHdl;pHdl=pHdl->pImpl->pNext) in CreateString() local
417 if(pHdl->CreateString( pInfo, pStr, rFlags)) in CreateString()
/aoo41x/main/sw/source/ui/ribbar/
H A Ddrawbase.cxx144 if (eHit == SDRHIT_HANDLE && aVEvt.pHdl->GetKind() == HDL_BWGT) in MouseButtonDown()
150 bReturn = pSdrView->BegDragObj(m_aStartPos, (OutputDevice*) NULL, aVEvt.pHdl); in MouseButtonDown()
185 if (pSdrView->HasMarkablePoints() && (!pSdrView->IsPointMarked(*aVEvt.pHdl) || rMEvt.IsShift())) in MouseButtonDown()
187 SdrHdl* pHdl = NULL; in MouseButtonDown() local
192 pHdl = pSdrView->PickHandle(m_aStartPos); in MouseButtonDown()
196 if (pSdrView->IsPointMarked(*aVEvt.pHdl)) in MouseButtonDown()
198 bReturn = pSdrView->UnmarkPoint(*aVEvt.pHdl); in MouseButtonDown()
199 pHdl = NULL; in MouseButtonDown()
203 pHdl = pSdrView->PickHandle(m_aStartPos); in MouseButtonDown()
207 if (pHdl) in MouseButtonDown()
[all …]

Completed in 214 milliseconds

1234