Lines Matching refs:nNewShearAngle
1511 long nNewShearAngle=0; in SetGeoAttrToMarked() local
1569 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()
1685 double nNew=tan((double)nNewShearAngle*nPi180); in SetGeoAttrToMarked()