Searched refs:nNewShearAngle (Results 1 – 1 of 1) sorted by relevance
1511 long nNewShearAngle=0; in SetGeoAttrToMarked() local1569 nNewShearAngle=((const SfxInt32Item*)pPoolItem)->GetValue(); in SetGeoAttrToMarked()1570 if (nNewShearAngle>SDRMAXSHEAR) nNewShearAngle=SDRMAXSHEAR; in SetGeoAttrToMarked()1571 if (nNewShearAngle<-SDRMAXSHEAR) nNewShearAngle=-SDRMAXSHEAR; in SetGeoAttrToMarked()1572 if (nNewShearAngle!=nOldShearAngle) { in SetGeoAttrToMarked()1575 nShearAngle=nNewShearAngle; in SetGeoAttrToMarked()1577 if (nNewShearAngle!=0 && nOldShearAngle!=0) { in SetGeoAttrToMarked()1580 double nNew=tan((double)nNewShearAngle*nPi180); in SetGeoAttrToMarked()1585 nShearAngle=nNewShearAngle-nOldShearAngle; in SetGeoAttrToMarked()1682 if (nTempAngle!=0 && nTempAngle!=nNewShearAngle && !bShearVert) { in SetGeoAttrToMarked()[all …]
Completed in 70 milliseconds