Home
last modified time | relevance | path

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

12345678

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A DPageMasterPropHdlFactory.cxx66 if( !pHdl ) in GetPropertyHandler()
71 pHdl = new XMLPMPropHdl_PageStyleLayout; in GetPropertyHandler()
74 pHdl = new XMLPMPropHdl_NumFormat; in GetPropertyHandler()
77 pHdl = new XMLPMPropHdl_NumLetterSync; in GetPropertyHandler()
80 pHdl = new XMLPMPropHdl_PaperTrayNumber; in GetPropertyHandler()
83 pHdl = new XMLNamedBoolPropertyHdl( in GetPropertyHandler()
122 pHdl = new XMLPMPropHdl_CenterVertical; in GetPropertyHandler()
128 pHdl = new XMLConstantsPropertyHandler( in GetPropertyHandler()
165 if( pHdl ) in GetPropertyHandler()
166 PutHdlCache( nType, pHdl ); in GetPropertyHandler()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A DPageMasterPropHdlFactory.cxx65 if( !pHdl ) in GetPropertyHandler()
70 pHdl = new XMLPMPropHdl_PageStyleLayout; in GetPropertyHandler()
73 pHdl = new XMLPMPropHdl_NumFormat; in GetPropertyHandler()
76 pHdl = new XMLPMPropHdl_NumLetterSync; in GetPropertyHandler()
79 pHdl = new XMLPMPropHdl_PaperTrayNumber; in GetPropertyHandler()
82 pHdl = new XMLNamedBoolPropertyHdl( in GetPropertyHandler()
121 pHdl = new XMLPMPropHdl_CenterVertical; in GetPropertyHandler()
127 pHdl = new XMLConstantsPropertyHandler( in GetPropertyHandler()
158 if( pHdl ) in GetPropertyHandler()
159 PutHdlCache( nType, pHdl ); in GetPropertyHandler()
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/bfile/src/
H A Dbfile.c407 BfileHdl *pHdl; in sqlite3_column_bfile() local
440 pHdl->fd = -1; in sqlite3_column_bfile()
464 BfileHdl *pHdl; in sqlite3_bfile_open() local
473 pHdl->fd = open(pHdl->full_path, O_RDONLY); in sqlite3_bfile_open()
484 BfileHdl *pHdl; in sqlite3_bfile_close() local
493 pHdl->fd = -1; in sqlite3_bfile_close()
598 if ((pHdl->fd != -1) || (!access(pHdl->full_path, F_OK))) in sqlite3_bfile_file_exists()
718 pHdl->fd = fd; in BFileOpenFunc()
801 if (pHdl == NULL || pHdl->full_path == NULL || pHdl->fd < 0) { in BFileReadFunc()
829 if (pHdl->zBuf == NULL || pHdl->zBufSiz < nSize) { in BFileReadFunc()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/text/
H A Dtxtprhdl.cxx1229 pHdl = new XMLDropCapPropHdl_Impl; in GetPropertyHandler()
1232 pHdl = new XMLWrapPropHdl_Impl; in GetPropertyHandler()
1241 pHdl = new XMLOpaquePropHdl_Impl; in GetPropertyHandler()
1253 pHdl = new XMLAnchorTypePropHdl; in GetPropertyHandler()
1372 pHdl = new XMLNamedBoolPropertyHdl( in GetPropertyHandler()
1377 pHdl = new XMLNamedBoolPropertyHdl( in GetPropertyHandler()
1422 return pHdl; in GetPropertyHandler()
1433 const XMLPropertyHandler *pHdl = in GetPropertyHandler() local
1436 if( !pHdl ) in GetPropertyHandler()
1443 pHdl = pNewHdl; in GetPropertyHandler()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/text/
H A Dtxtprhdl.cxx1161 pHdl = new XMLDropCapPropHdl_Impl; in GetPropertyHandler()
1164 pHdl = new XMLWrapPropHdl_Impl; in GetPropertyHandler()
1173 pHdl = new XMLOpaquePropHdl_Impl; in GetPropertyHandler()
1185 pHdl = new XMLAnchorTypePropHdl; in GetPropertyHandler()
1304 pHdl = new XMLNamedBoolPropertyHdl( in GetPropertyHandler()
1309 pHdl = new XMLNamedBoolPropertyHdl( in GetPropertyHandler()
1354 return pHdl; in GetPropertyHandler()
1365 const XMLPropertyHandler *pHdl = in GetPropertyHandler() local
1368 if( !pHdl ) in GetPropertyHandler()
1375 pHdl = pNewHdl; in GetPropertyHandler()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdmrkv1.cxx89 return ImpMarkPoint( pHdl, pMark, bUnmark ); in MarkPointHelper()
94 if (pHdl==nullptr || pHdl->IsPlusHdl() || pHdl->GetKind()==SdrHdlKind::Glue) in ImpMarkPoint()
97 if (pHdl->IsSelected() != bUnmark) in ImpMarkPoint()
100 SdrObject* pObj=pHdl->GetObj(); in ImpMarkPoint()
130 pHdl->SetSelected(!bUnmark); in ImpMarkPoint()
199 if (IsPointMarkable(*pHdl) && pHdl->IsSelected()==bUnmark) { in MarkPoints()
217 Point aPos(pHdl->GetPos()); in MarkPoints()
264 SdrHdlKind eKind=pHdl->GetKind(); in ImpSetPointsRects()
266 Point aPt(pHdl->GetPos()); in ImpSetPointsRects()
526 if (pHdl->GetObj()==pObj && in GetGluePointHdl()
[all …]
H A Dsvddrgv.cxx194 if (eTmpMode==SdrDragMode::Move && pHdl!=nullptr && pHdl->GetKind()!=SdrHdlKind::Move) { in BegDragObj()
201 (pHdl==nullptr || pHdl->GetObj()==nullptr)) { in BegDragObj()
221 if(pHdl == nullptr in BegDragObj()
222 || pHdl->GetKind() == SdrHdlKind::Move in BegDragObj()
231 maDragStat.Reset(pHdl->GetPos()); in BegDragObj()
237 maDragStat.SetHdl(pHdl); in BegDragObj()
240 mpDragHdl=pHdl; in BegDragObj()
241 meDragHdl= pHdl==nullptr ? SdrHdlKind::Move : pHdl->GetKind(); in BegDragObj()
247 if(pHdl && (pHdl->GetKind() == SdrHdlKind::SmartTag) && pForcedMeth ) in BegDragObj()
754 SdrHdl* pHdl=nullptr; in BegInsGluePoint() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdmrkv1.cxx92 return ImpMarkPoint( pHdl, pMark, bUnmark ); in MarkPointHelper()
97 if (pHdl==nullptr || pHdl->IsPlusHdl() || pHdl->GetKind()==SdrHdlKind::Glue) in ImpMarkPoint()
100 if (pHdl->IsSelected() != bUnmark) in ImpMarkPoint()
103 SdrObject* pObj=pHdl->GetObj(); in ImpMarkPoint()
133 pHdl->SetSelected(!bUnmark); in ImpMarkPoint()
202 if (IsPointMarkable(*pHdl) && pHdl->IsSelected()==bUnmark) { in MarkPoints()
220 Point aPos(pHdl->GetPos()); in MarkPoints()
267 SdrHdlKind eKind=pHdl->GetKind(); in ImpSetPointsRects()
269 Point aPt(pHdl->GetPos()); in ImpSetPointsRects()
529 if (pHdl->GetObj()==pObj && in GetGluePointHdl()
[all …]
H A Dsvddrgv.cxx212 if (eTmpMode==SdrDragMode::Move && pHdl!=nullptr && pHdl->GetKind()!=SdrHdlKind::Move) { in BegDragObj()
219 (pHdl==nullptr || pHdl->GetObj()==nullptr)) { in BegDragObj()
237 if(pHdl == nullptr in BegDragObj()
238 || pHdl->GetKind() == SdrHdlKind::Move in BegDragObj()
247 maDragStat.Reset(pHdl->GetPos()); in BegDragObj()
253 maDragStat.SetHdl(pHdl); in BegDragObj()
256 mpDragHdl=pHdl; in BegDragObj()
257 meDragHdl= pHdl==nullptr ? SdrHdlKind::Move : pHdl->GetKind(); in BegDragObj()
263 if(pHdl && (pHdl->GetKind() == SdrHdlKind::SmartTag) && pForcedMeth ) in BegDragObj()
768 SdrHdl* pHdl=nullptr; in BegInsGluePoint() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/animations/
H A Dmotionpathtag.cxx492 SmartHdl* pHdl = &rHdl; in MouseButtonDown() local
513 if (pHdl) in MouseButtonDown()
529 … if( (pHdl->GetKind() == SdrHdlKind::Move) || (pHdl->GetKind() == SdrHdlKind::SmartTag) ) in MouseButtonDown()
608 if(pHdl) in OnTabHandles()
630 if(pHdl && pHdl->GetKind() == SdrHdlKind::Poly ) in OnMarkHandle()
636 if(mrView.IsPointMarked(*pHdl)) in OnMarkHandle()
649 mrView.MarkPoint(*pHdl); in OnMarkHandle()
707 if(pHdl) in OnMove()
716 if( (pHdl->GetKind() == SdrHdlKind::Move) || (pHdl->GetKind() == SdrHdlKind::SmartTag) ) in OnMove()
818 …if( pHdl && (pHdl->getTag().get() == this) && mrView.IsPointMarkable(*pHdl) && pHdl->IsSelected() … in MarkPoints()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/animations/
H A Dmotionpathtag.cxx476 SmartHdl* pHdl = &rHdl; in MouseButtonDown() local
497 if (pHdl) in MouseButtonDown()
513 … if( (pHdl->GetKind() == SdrHdlKind::Move) || (pHdl->GetKind() == SdrHdlKind::SmartTag) ) in MouseButtonDown()
592 if(pHdl) in OnTabHandles()
614 if(pHdl && pHdl->GetKind() == SdrHdlKind::Poly ) in OnMarkHandle()
620 if(mrView.IsPointMarked(*pHdl)) in OnMarkHandle()
633 mrView.MarkPoint(*pHdl); in OnMarkHandle()
691 if(pHdl) in OnMove()
700 if( (pHdl->GetKind() == SdrHdlKind::Move) || (pHdl->GetKind() == SdrHdlKind::SmartTag) ) in OnMove()
802 …if( pHdl && (pHdl->getTag().get() == this) && mrView.IsPointMarkable(*pHdl) && pHdl->IsSelected() … in MarkPoints()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/app/
H A Dscmod.cxx1337 if (pHdl) in SetInputMode()
1344 return pHdl && pHdl->IsEditMode(); in IsEditMode()
1350 return pHdl && pHdl->IsInputMode(); in IsInputMode()
1356 return pHdl && pHdl->KeyInput( rKEvt, bStartEdit ); in InputKeyEvent()
1372 if (pHdl) in InputCancelHandler()
1379 if (pHdl) in InputSelection()
1386 if (pHdl) in InputChanged()
1393 if (pHdl) in ViewShellGone()
1405 if (pHdl) in InputGetSelection()
1412 if (pHdl) in InputSetSelection()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/app/
H A Dscmod.cxx1340 if (pHdl) in SetInputMode()
1347 return pHdl && pHdl->IsEditMode(); in IsEditMode()
1353 return pHdl && pHdl->IsInputMode(); in IsInputMode()
1359 return pHdl && pHdl->KeyInput( rKEvt, bStartEdit ); in InputKeyEvent()
1375 if (pHdl) in InputCancelHandler()
1382 if (pHdl) in InputSelection()
1389 if (pHdl) in InputChanged()
1396 if (pHdl) in ViewShellGone()
1408 if (pHdl) in InputGetSelection()
1415 if (pHdl) in InputSetSelection()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/
H A Dsdpropls.cxx990 if(!pHdl) in GetPropertyHandler()
1041 pHdl = new XMLDurationPropertyHdl; in GetPropertyHandler()
1118 pHdl = new XMLNumRulePropHdl( xCompare ); in GetPropertyHandler()
1199 pHdl = new XMLClipPropertyHandler( true ); in GetPropertyHandler()
1238 pHdl = new XMLIsPercentagePropertyHandler; in GetPropertyHandler()
1241 pHdl = new XMLCaptionEscapeRelative; in GetPropertyHandler()
1279 pHdl = new XMLSdRotationAngleTypeHdl; in GetPropertyHandler()
1282 pHdl = new XMLTextColumnsPropertyHandler; in GetPropertyHandler()
1286 if(pHdl) in GetPropertyHandler()
1287 PutHdlCache(nType, pHdl); in GetPropertyHandler()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/chart/
H A DPropertyMaps.cxx91 if( ! pHdl ) in GetPropertyHandler()
96 pHdl = new XMLAxisPositionPropertyHdl( false ); in GetPropertyHandler()
99 pHdl = new XMLAxisPositionPropertyHdl( true ); in GetPropertyHandler()
138 pHdl = new XMLTextOrientationHdl; in GetPropertyHandler()
145 pHdl = new XMLSymbolTypePropertyHdl( false ); in GetPropertyHandler()
149 pHdl = new XMLSymbolTypePropertyHdl( true ); in GetPropertyHandler()
156 pHdl = new XMLEnumPropertyHdl( aLineStyleMap ); in GetPropertyHandler()
159 pHdl = new XMLOpacityPropertyHdl(nullptr); in GetPropertyHandler()
164 if( pHdl ) in GetPropertyHandler()
165 PutHdlCache( nType, pHdl ); in GetPropertyHandler()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/
H A Dsdpropls.cxx969 if(!pHdl) in GetPropertyHandler()
1020 pHdl = new XMLDurationPropertyHdl; in GetPropertyHandler()
1097 pHdl = new XMLNumRulePropHdl( xCompare ); in GetPropertyHandler()
1182 pHdl = new XMLClipPropertyHandler( true ); in GetPropertyHandler()
1221 pHdl = new XMLIsPercentagePropertyHandler; in GetPropertyHandler()
1224 pHdl = new XMLCaptionEscapeRelative; in GetPropertyHandler()
1256 pHdl = new XMLMoveSizeProtectHdl( nType ); in GetPropertyHandler()
1262 pHdl = new XMLSdRotationAngleTypeHdl; in GetPropertyHandler()
1266 if(pHdl) in GetPropertyHandler()
1267 PutHdlCache(nType, pHdl); in GetPropertyHandler()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/chart/
H A DPropertyMaps.cxx106 if( ! pHdl ) in GetPropertyHandler()
111 pHdl = new XMLAxisPositionPropertyHdl( false ); in GetPropertyHandler()
114 pHdl = new XMLAxisPositionPropertyHdl( true ); in GetPropertyHandler()
153 pHdl = new XMLTextOrientationHdl; in GetPropertyHandler()
167 pHdl = new XMLSymbolTypePropertyHdl( false ); in GetPropertyHandler()
171 pHdl = new XMLSymbolTypePropertyHdl( true ); in GetPropertyHandler()
178 pHdl = new XMLEnumPropertyHdl( aLineStyleMap ); in GetPropertyHandler()
181 pHdl = new XMLOpacityPropertyHdl(nullptr); in GetPropertyHandler()
189 if( pHdl ) in GetPropertyHandler()
190 PutHdlCache( nType, pHdl ); in GetPropertyHandler()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/func/
H A Dfupoor.cxx275 if(pHdl) in KeyInput()
502 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in KeyInput() local
504 if(pHdl) in KeyInput()
512 if(mpView->IsPointMarked(*pHdl)) in KeyInput()
526 mpView->MarkPoint(*pHdl); in KeyInput()
604 … if(pHdl && dynamic_cast< const SdrEdgeObj *>( pHdl->GetObj() ) && 0 == pHdl->GetPolyNum()) in KeyInput()
608 if(0 == pHdl->GetPointNum()) in KeyInput()
666 if(nullptr == pHdl) in KeyInput()
934 SdrHdl* pHdl = mpView->PickHandle(aMDPos); in IMPL_LINK_NOARG() local
1098 SdrHdl* pHdl = mpView->PickHandle(aMDPos); in doConstructOrthogonal() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/func/
H A Dfupoor.cxx275 if(pHdl) in KeyInput()
504 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in KeyInput() local
506 if(pHdl) in KeyInput()
514 if(mpView->IsPointMarked(*pHdl)) in KeyInput()
528 mpView->MarkPoint(*pHdl); in KeyInput()
606 … if(pHdl && dynamic_cast< const SdrEdgeObj *>( pHdl->GetObj() ) && 0 == pHdl->GetPolyNum()) in KeyInput()
610 if(0 == pHdl->GetPointNum()) in KeyInput()
668 if(nullptr == pHdl) in KeyInput()
936 SdrHdl* pHdl = mpView->PickHandle(aMDPos); in IMPL_LINK_NOARG() local
1100 SdrHdl* pHdl = mpView->PickHandle(aMDPos); in doConstructOrthogonal() local
[all …]
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_common/include/
H A Dvaapi_device.h35 virtual mfxStatus GetHandle(mfxHandleType type, mfxHDL* pHdl) { in GetHandle() argument
36 if ((MFX_HANDLE_VA_DISPLAY == type) && (NULL != pHdl)) { in GetHandle()
37 *pHdl = m_DRMLibVA.GetVADisplay(); in GetHandle()
89 virtual mfxStatus GetHandle(mfxHandleType type, mfxHDL* pHdl);
142 virtual mfxStatus GetHandle(mfxHandleType type, mfxHDL* pHdl) { in GetHandle() argument
143 if ((MFX_HANDLE_VA_DISPLAY == type) && (NULL != pHdl)) { in GetHandle()
144 *pHdl = m_DRMLibVA.GetVADisplay(); in GetHandle()
206 virtual mfxStatus GetHandle(mfxHandleType type, mfxHDL* pHdl) { in GetHandle() argument
207 if ((MFX_HANDLE_VA_DISPLAY == type) && (NULL != pHdl)) { in GetHandle()
209 *pHdl = m_pAndroidLibVA->GetVADisplay(); in GetHandle()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_common/include/
H A Dvaapi_device.h44 virtual mfxStatus GetHandle(mfxHandleType type, mfxHDL *pHdl) in GetHandle() argument
46 if ((MFX_HANDLE_VA_DISPLAY == type) && (NULL != pHdl)) in GetHandle()
48 *pHdl = m_DRMLibVA.GetVADisplay(); in GetHandle()
101 virtual mfxStatus GetHandle(mfxHandleType type, mfxHDL *pHdl);
151 virtual mfxStatus GetHandle(mfxHandleType type, mfxHDL *pHdl) in GetHandle() argument
153 if((MFX_HANDLE_VA_DISPLAY == type) && (NULL != pHdl)) { in GetHandle()
154 *pHdl = m_DRMLibVA.GetVADisplay(); in GetHandle()
212 virtual mfxStatus GetHandle(mfxHandleType type, mfxHDL *pHdl) in GetHandle() argument
214 if ((MFX_HANDLE_VA_DISPLAY == type) && (NULL != pHdl)) in GetHandle()
216 if(m_pAndroidLibVA)*pHdl = m_pAndroidLibVA->GetVADisplay(); in GetHandle()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/drawfunc/
H A Dfutext.cxx145 SdrHdl* pHdl = pView->PickHandle(aMDPos); in MouseButtonDown() local
147 if (pHdl != nullptr) in MouseButtonDown()
157 pView->MarkPoint(*pHdl); in MouseButtonDown()
161 pView->UnmarkPoint(*pHdl); in MouseButtonDown()
169 pView->MarkPoint(*pHdl); in MouseButtonDown()
172 pHdl=pView->GetHdl(nHdlNum); in MouseButtonDown()
180 SdrObject* pObj = (pHdl == nullptr) ? in MouseButtonDown()
219 … if(pHdl->GetKind() != SdrHdlKind::Poly && pHdl->GetKind() != SdrHdlKind::Circle) in MouseButtonDown()
262 pHdl=pView->PickHandle(aMDPos); in MouseButtonDown()
264 if (pHdl!=nullptr) in MouseButtonDown()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/drawfunc/
H A Dfutext.cxx144 SdrHdl* pHdl = pView->PickHandle(aMDPos); in MouseButtonDown() local
146 if (pHdl != nullptr) in MouseButtonDown()
156 pView->MarkPoint(*pHdl); in MouseButtonDown()
160 pView->UnmarkPoint(*pHdl); in MouseButtonDown()
168 pView->MarkPoint(*pHdl); in MouseButtonDown()
171 pHdl=pView->GetHdl(nHdlNum); in MouseButtonDown()
179 SdrObject* pObj = (pHdl == nullptr) ? in MouseButtonDown()
218 … if(pHdl->GetKind() != SdrHdlKind::Poly && pHdl->GetKind() != SdrHdlKind::Circle) in MouseButtonDown()
261 pHdl=pView->PickHandle(aMDPos); in MouseButtonDown()
263 if (pHdl!=nullptr) in MouseButtonDown()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/dlged/
H A Ddlgedfunc.cxx126 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in KeyInput() local
127 if ( pHdl ) in KeyInput()
160 if (SdrHdl* pHdl = rHdlList.GetFocusHdl()) in KeyInput() local
162 Point aHdlPosition( pHdl->GetPos() ); in KeyInput()
221 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in KeyInput() local
223 if ( pHdl == nullptr ) in KeyInput()
261 Point aStartPoint(pHdl->GetPos()); in KeyInput()
355 SdrHdl* pHdl = rView.PickHandle(aPos); in MouseButtonDown() local
359 rView.BegDragObj(aPos, nullptr, pHdl, nDrgLog); in MouseButtonDown()
447 SdrHdl* pHdl = rView.PickHandle(aMDPos); in MouseButtonDown() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/dlged/
H A Ddlgedfunc.cxx126 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in KeyInput() local
127 if ( pHdl ) in KeyInput()
160 if (SdrHdl* pHdl = rHdlList.GetFocusHdl()) in KeyInput() local
162 Point aHdlPosition( pHdl->GetPos() ); in KeyInput()
221 SdrHdl* pHdl = rHdlList.GetFocusHdl(); in KeyInput() local
223 if ( pHdl == nullptr ) in KeyInput()
261 Point aStartPoint(pHdl->GetPos()); in KeyInput()
355 SdrHdl* pHdl = rView.PickHandle(aPos); in MouseButtonDown() local
359 rView.BegDragObj(aPos, nullptr, pHdl, nDrgLog); in MouseButtonDown()
447 SdrHdl* pHdl = rView.PickHandle(aMDPos); in MouseButtonDown() local
[all …]

12345678