Searched refs:eHdl (Results 1 – 5 of 5) sorted by relevance
95 SdrHdlKind eHdl=pHdl==NULL ? HDL_MOVE : pHdl->GetKind(); in ImpDragCalcRect() local96 FASTBOOL bEcke=(eHdl==HDL_UPLFT || eHdl==HDL_UPRGT || eHdl==HDL_LWLFT || eHdl==HDL_LWRGT); in ImpDragCalcRect()105 FASTBOOL bLft=(eHdl==HDL_UPLFT || eHdl==HDL_LEFT || eHdl==HDL_LWLFT); in ImpDragCalcRect()106 FASTBOOL bRgt=(eHdl==HDL_UPRGT || eHdl==HDL_RIGHT || eHdl==HDL_LWRGT); in ImpDragCalcRect()107 FASTBOOL bTop=(eHdl==HDL_UPRGT || eHdl==HDL_UPPER || eHdl==HDL_UPLFT); in ImpDragCalcRect()108 FASTBOOL bBtm=(eHdl==HDL_LWRGT || eHdl==HDL_LOWER || eHdl==HDL_LWLFT); in ImpDragCalcRect()
1277 SdrHdlKind eHdl=pHdl==NULL ? HDL_MOVE : pHdl->GetKind(); in ImpDragCalcRect() local1278 FASTBOOL bEcke=(eHdl==HDL_UPLFT || eHdl==HDL_UPRGT || eHdl==HDL_LWLFT || eHdl==HDL_LWRGT); in ImpDragCalcRect()1282 FASTBOOL bLft=(eHdl==HDL_UPLFT || eHdl==HDL_LEFT || eHdl==HDL_LWLFT); in ImpDragCalcRect()1283 FASTBOOL bRgt=(eHdl==HDL_UPRGT || eHdl==HDL_RIGHT || eHdl==HDL_LWRGT); in ImpDragCalcRect()1284 FASTBOOL bTop=(eHdl==HDL_UPRGT || eHdl==HDL_UPPER || eHdl==HDL_UPLFT); in ImpDragCalcRect()1285 FASTBOOL bBtm=(eHdl==HDL_LWRGT || eHdl==HDL_LOWER || eHdl==HDL_LWLFT); in ImpDragCalcRect()1363 SdrHdlKind eHdl = (pHdl == NULL) ? HDL_MOVE : pHdl->GetKind(); in beginSpecialDrag() local1365 if(eHdl==HDL_UPLFT || eHdl==HDL_UPPER || eHdl==HDL_UPRGT || in beginSpecialDrag()1366 eHdl==HDL_LEFT || eHdl==HDL_RIGHT || eHdl==HDL_LWLFT || in beginSpecialDrag()1367 eHdl==HDL_LOWER || eHdl==HDL_LWRGT) in beginSpecialDrag()
2242 const SdrHdlKind eHdl((pHdl2 == NULL) ? HDL_MOVE : pHdl2->GetKind()); in beginSpecialDrag() local2244 switch( eHdl ) in beginSpecialDrag()2409 const SdrHdlKind eHdl((pHdl == NULL) ? HDL_MOVE : pHdl->GetKind()); in applySpecialDrag() local2411 switch(eHdl) in applySpecialDrag()
1095 SdrHdlKind eHdl= pHdl!=NULL ? pHdl->GetKind() : HDL_MOVE; in GetPreferedPointer() local1098 sal_Bool bMov=eHdl==HDL_MOVE; in GetPreferedPointer()
2480 const SdrHdlKind eHdl((pHdl == NULL) ? HDL_MOVE : pHdl->GetKind()); in beginSpecialDrag() local2482 switch( eHdl ) in beginSpecialDrag()2517 const SdrHdlKind eHdl((pHdl == NULL) ? HDL_MOVE : pHdl->GetKind()); in applySpecialDrag() local2519 switch( eHdl ) in applySpecialDrag()
Completed in 58 milliseconds